Update README.md
Browse files
README.md
CHANGED
@@ -21,11 +21,16 @@ Question: Where is the user flying from?
|
|
21 |
Answer : (empty)
|
22 |
```
|
23 |
|
24 |
-
Thus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details,
|
25 |
-
please read the paper:
|
26 |
-
[Language model is all you need: Natural language understanding as question answering](https://assets.amazon.science/33/ea/800419b24a09876601d8ab99bfb9/language-model-is-all-you-need-natural-language-understanding-as-question-answering.pdf).
|
27 |
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
## Use in transformers:
|
31 |
|
@@ -53,4 +58,9 @@ If you use this work, please cite:
|
|
53 |
|
54 |
## License
|
55 |
|
56 |
-
This library is licensed under the CC BY NC License.
|
|
|
|
|
|
|
|
|
|
|
|
21 |
Answer : (empty)
|
22 |
```
|
23 |
|
24 |
+
Thus, by asking questions for each intent and slot in natural language, we can effectively construct an NLU hypothesis. For more details, please read the paper: [Language model is all you need: Natural language understanding as question answering](https://assets.amazon.science/33/ea/800419b24a09876601d8ab99bfb9/language-model-is-all-you-need-natural-language-understanding-as-question-answering.pdf).
|
|
|
|
|
25 |
|
26 |
+
## Model training
|
27 |
+
|
28 |
+
Instructions for how to train and evaluate a QANLU model, as well as the necessary code for ATIS are in the [Amazon Science repository](https://github.com/amazon-research/question-answering-nlu).
|
29 |
+
|
30 |
+
## Intended use and limitations
|
31 |
+
|
32 |
+
This model has been fine-tuned on ATIS (English) and is intended to demonstrate the power of this approach. For other domains or tasks, it should be further fine-tuned
|
33 |
+
on relevant data.
|
34 |
|
35 |
## Use in transformers:
|
36 |
|
|
|
58 |
|
59 |
## License
|
60 |
|
61 |
+
This library is licensed under the CC BY NC License.
|
62 |
+
|
63 |
+
---
|
64 |
+
license: "cc-by-nc"
|
65 |
+
datasets:
|
66 |
+
-atis
|