File size: 1,393 Bytes
d11b096 7a837b4 501f209 7a837b4 63ea1bd 7a837b4 d11b096 91cbec7 1661468 91cbec7 1661468 ca03b21 a2f75e2 1661468 ca03b21 ed9b07a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
---
configs:
- config_name: corpus
data_files:
- split: corpus
path: "corpus/data-00000-of-00001.arrow"
- config_name: queries
data_files:
- split: queries
path: "queries/data-00000-of-00001.arrow"
license: cc-by-4.0
language:
- de
source_datasets:
- "deepset/germanquad"
---
This dataset is derived from the [GermanQuAD](https://www.deepset.ai/germanquad) dataset.
This dataset takes the testset and represents it as a corpus in the [BEIR](https://github.com/beir-cellar/beir) information retrieval benchmark format.
Corpus and query ids have been added.
The corresponding qrels can be found [here](https://huggingface.co/datasets/mteb/germanquad-retrieval-qrels).
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).
The original dataset is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
Citation for the original dataset:
```
@misc{möller2021germanquad,
title={GermanQuAD and GermanDPR: Improving Non-English Question Answering and Passage Retrieval},
author={Timo Möller and Julian Risch and Malte Pietsch},
year={2021},
eprint={2104.12741},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
The derived dataset was created by [rasdani](https://huggingface.com/rasdani).
|