Update README.md
Browse files
README.md
CHANGED
|
@@ -108,6 +108,7 @@ configs:
|
|
| 108 |
path: original/test-*
|
| 109 |
---
|
| 110 |
# PersianQA: a dataset for Persian Question Answering
|
|
|
|
| 111 |
# original:
|
| 112 |
Persian Question Answering (PersianQA) Dataset is a reading comprehension dataset on Persian Wikipedia. The crowd-sourced dataset consists of more than 9,000 entries. Each entry can be either an impossible to answer or a question with one or more answers spanning in the passage (the context) from which the questioner proposed the question. Much like the SQuAD2.0 dataset, the impossible or unanswerable questions can be utilized to create a system which "knows that it doesn't know the answer". On top of that, the dataset has 900 test data available. Moreover, the first models trained on the dataset, Transformers, are available. All the crowd workers of the dataset are native Persian speakers. Also, it worth mentioning that the contexts are collected from all categories of the Wiki (Historical, Religious, Geography, Science, etc.) At the moment, each context has 7 pairs of questions with one answer and 3 impossible questions.
|
| 113 |
# answers:
|
|
|
|
| 108 |
path: original/test-*
|
| 109 |
---
|
| 110 |
# PersianQA: a dataset for Persian Question Answering
|
| 111 |
+
https://huggingface.co/datasets/SajjadAyoubi/persian_qa
|
| 112 |
# original:
|
| 113 |
Persian Question Answering (PersianQA) Dataset is a reading comprehension dataset on Persian Wikipedia. The crowd-sourced dataset consists of more than 9,000 entries. Each entry can be either an impossible to answer or a question with one or more answers spanning in the passage (the context) from which the questioner proposed the question. Much like the SQuAD2.0 dataset, the impossible or unanswerable questions can be utilized to create a system which "knows that it doesn't know the answer". On top of that, the dataset has 900 test data available. Moreover, the first models trained on the dataset, Transformers, are available. All the crowd workers of the dataset are native Persian speakers. Also, it worth mentioning that the contexts are collected from all categories of the Wiki (Historical, Religious, Geography, Science, etc.) At the moment, each context has 7 pairs of questions with one answer and 3 impossible questions.
|
| 114 |
# answers:
|