Skip to content

Commit 8f77bbe

Browse files
authored
Update and rename README.dm to README.md
1 parent 0080192 commit 8f77bbe

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Question Answering System/README.dm

-1
This file was deleted.

Question Answering System/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Question Answering System using BiDAF Model on SQuAD
2+
3+
>Research Work
4+
5+
Implemented a Bidirectional Attention Flow neural network as a baseline on SQuAD, improving Chris Chute's model [implementation](https://github.com/chrischute/squad/blob/master/layers.py), adding word-character inputs as described in the original paper and improving [GauthierDmns' code](https://github.com/GauthierDmn/question_answering).
6+
7+
- [Project Repository](https://github.com/ElizaLo/Question-Answering-based-on-SQuAD)
8+
- [Paper](https://github.com/ElizaLo/NLP/blob/master/Question%20Answering%20System/Question%20Answering%20System%20based%20on%20SQuAD.pdf)
9+
- [Used Articles](https://github.com/ElizaLo/NLP/tree/master/Question%20Answering%20System/Articles)
10+
- [Useful Articles](https://github.com/ElizaLo/Question-Answering-based-on-SQuAD#useful-articles)
11+
- [Useful Links](https://github.com/ElizaLo/Question-Answering-based-on-SQuAD#useful-links)

0 commit comments

Comments
 (0)