Datasets:
sadrasabouri
commited on
Commit
•
0d593c0
1
Parent(s):
1f87748
Update README.md
Browse files
README.md
CHANGED
@@ -60,13 +60,15 @@ This dataset contains nearly 50,000 indices of questions and answers. The datase
|
|
60 |
+ QA_DATASET2
|
61 |
+ ...
|
62 |
|
|
|
|
|
63 |
### Supported Tasks and Leaderboards
|
64 |
|
65 |
-
[
|
66 |
|
67 |
### Languages
|
68 |
|
69 |
-
|
70 |
|
71 |
## Dataset Structure
|
72 |
|
|
|
60 |
+ QA_DATASET2
|
61 |
+ ...
|
62 |
|
63 |
+
The main idea for this dataset comes from [Fluent Response Generation for Conversational Question Answering](https://aclanthology.org/2020.acl-main.19.pdf) where they used a "parser + syntactic rules" module to make different fluent answers from a pair of question and a short answer using a parser and some syntactic rules. In this project, we used [stanza](https://stanfordnlp.github.io/stanza/) as our parser to parse the question and generate a response according to it using the short (1-2 word) answers. One can continue this project by generating different permutations of the sentence's parts (and thus providing more than one sentence for an answer) or training a seq2seq model which does what we do with our rule-based system (by defining a new text-to-text task).
|
64 |
+
|
65 |
### Supported Tasks and Leaderboards
|
66 |
|
67 |
+
This dataset can be used for the question-answering task, especially when you are going to generate fluent responses. You can train a seq2seq model with this dataset to generate fluent responses - as done by [Fluent Response Generation for Conversational Question Answering](https://aclanthology.org/2020.acl-main.19.pdf).
|
68 |
|
69 |
### Languages
|
70 |
|
71 |
+
+ Persian (fa)
|
72 |
|
73 |
## Dataset Structure
|
74 |
|