Datasets:
Commit ·
9dde379
1
Parent(s): d4b59cd
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- question-answering
|
| 4 |
+
language:
|
| 5 |
+
- he
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# ParaShoot
|
| 9 |
+
|
| 10 |
+
[ParaShoot](https://github.com/omrikeren/ParaShoot): A Hebrew question and answering dataset in the style of [SQuAD](https://arxiv.org/abs/1606.05250), based on articles scraped from Wikipedia. The dataset contains a few thousand crowdsource-annotated pairs of questions and answers, in a setting suitable for few-shot learning.
|
| 11 |
+
|
| 12 |
+
For more details and quality analysis, see the [paper](https://arxiv.org/abs/2109.11314).
|
| 13 |
+
|
| 14 |
+
## Dataset Statistics
|
| 15 |
+
|
| 16 |
+
| **#Items** | **#Articles** | **#Paragraphs** | |
|
| 17 |
+
| ---------- | ------------- | --------------- | ------- |
|
| 18 |
+
| Train | 1792 | 295 | 565 |
|
| 19 |
+
| Dev | 221 | 33 | 63 |
|
| 20 |
+
| Test | 1025 | 165 | 319 |
|
| 21 |
+
| **Total** | **3038** | **493** | **947** |
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
## Citing
|
| 25 |
+
If you use ParaShoot in your research, please cite the ParaShoot paper:
|
| 26 |
+
```bibtex
|
| 27 |
+
@inproceedings{keren2021parashoot,
|
| 28 |
+
title={ParaShoot: A Hebrew Question Answering Dataset},
|
| 29 |
+
author={Keren, Omri and Levy, Omer},
|
| 30 |
+
booktitle={Proceedings of the 3rd Workshop on Machine Reading for Question Answering},
|
| 31 |
+
pages={106--112},
|
| 32 |
+
year={2021}
|
| 33 |
+
}
|
| 34 |
+
```
|