Spaces:
Runtime error
Runtime error
Jingxiang Mo commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,10 +9,13 @@ pinned: false
|
|
| 9 |
# Azza - Grounded Q/A Conversational Agent 🤖
|
| 10 |
> We applied BERT to the Stanford Question Answering Dataset (SQuAD) to achieve *natural and grounded* human-level performance on question answering.
|
| 11 |
|
|
|
|
|
|
|
| 12 |
<p align="center">
|
| 13 |
<img width="734" alt="Screenshot 2023-03-27 at 10 45 57" src="https://user-images.githubusercontent.com/65676392/227976366-b4560691-28ed-4556-9068-e2d6d4bd8bb9.png">
|
| 14 |
</p>
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
# Pipeline
|
| 18 |
1. Key-phrase extraction from the user's question [1].
|
|
@@ -38,6 +41,6 @@ We fine-tuned BERT for question answering using the Stanford Question Answering
|
|
| 38 |
|
| 39 |
|
| 40 |
# References
|
| 41 |
-
[1] https://huggingface.co/ml6team/keyphrase-extraction-kbir-inspec
|
| 42 |
-
[2] https://arxiv.org/pdf/1810.04805v2.pdf
|
| 43 |
-
[3] https://rajpurkar.github.io/SQuAD-explorer/
|
|
|
|
| 9 |
# Azza - Grounded Q/A Conversational Agent 🤖
|
| 10 |
> We applied BERT to the Stanford Question Answering Dataset (SQuAD) to achieve *natural and grounded* human-level performance on question answering.
|
| 11 |
|
| 12 |
+
<br>
|
| 13 |
+
|
| 14 |
<p align="center">
|
| 15 |
<img width="734" alt="Screenshot 2023-03-27 at 10 45 57" src="https://user-images.githubusercontent.com/65676392/227976366-b4560691-28ed-4556-9068-e2d6d4bd8bb9.png">
|
| 16 |
</p>
|
| 17 |
|
| 18 |
+
<br>
|
| 19 |
|
| 20 |
# Pipeline
|
| 21 |
1. Key-phrase extraction from the user's question [1].
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
# References
|
| 44 |
+
[1] https://huggingface.co/ml6team/keyphrase-extraction-kbir-inspec <br>
|
| 45 |
+
[2] https://arxiv.org/pdf/1810.04805v2.pdf <br>
|
| 46 |
+
[3] https://rajpurkar.github.io/SQuAD-explorer/ <br>
|