Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
arrow
Sub-tasks:
multiple-choice-qa
Languages:
German
Size:
1K - 10K
ArXiv:
License:
rasdani
commited on
Commit
·
ca03b21
1
Parent(s):
1661468
add citaion and original license
Browse files
README.md
CHANGED
|
@@ -16,7 +16,22 @@ source_datasets:
|
|
| 16 |
This dataset is derived from the [GermanQuAD](https://www.deepset.ai/germanquad) dataset.
|
| 17 |
|
| 18 |
This dataset takes the testset and represents it as a corpus in the [BEIR](https://github.com/beir-cellar/beir) information retrieval benchmark format.
|
|
|
|
| 19 |
The corresponding qrels can be found [here](hf.co/datasets/rasdani/germanquad-retrieval-qrels).
|
| 20 |
|
| 21 |
|
| 22 |
Full credit for the original dataset goes to the [authors](https://arxiv.org/abs/2104.12741) of the GermanQuAD [dataset](https://huggingface.co/datasets/deepset/germandpr).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
This dataset is derived from the [GermanQuAD](https://www.deepset.ai/germanquad) dataset.
|
| 17 |
|
| 18 |
This dataset takes the testset and represents it as a corpus in the [BEIR](https://github.com/beir-cellar/beir) information retrieval benchmark format.
|
| 19 |
+
Corpus and query ids have been added.
|
| 20 |
The corresponding qrels can be found [here](hf.co/datasets/rasdani/germanquad-retrieval-qrels).
|
| 21 |
|
| 22 |
|
| 23 |
Full credit for the original dataset goes to the [authors](https://arxiv.org/abs/2104.12741) of the GermanQuAD [dataset](https://huggingface.co/datasets/deepset/germandpr).
|
| 24 |
+
|
| 25 |
+
The original dataset is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
| 26 |
+
|
| 27 |
+
Citation for the original dataset:
|
| 28 |
+
```
|
| 29 |
+
@misc{möller2021germanquad,
|
| 30 |
+
title={GermanQuAD and GermanDPR: Improving Non-English Question Answering and Passage Retrieval},
|
| 31 |
+
author={Timo Möller and Julian Risch and Malte Pietsch},
|
| 32 |
+
year={2021},
|
| 33 |
+
eprint={2104.12741},
|
| 34 |
+
archivePrefix={arXiv},
|
| 35 |
+
primaryClass={cs.CL}
|
| 36 |
+
}
|
| 37 |
+
```
|