Datasets:
mteb
/

Modalities:
Text
Formats:
arrow
Languages:
German
ArXiv:
Libraries:
Datasets
License:
File size: 1,280 Bytes
0135faf
 
 
 
 
3373f05
0135faf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
624684a
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
---
configs:
- config_name: default
  data_files:
  - split: test
    path: "test/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 qrels in the [BEIR](https://github.com/beir-cellar/beir) information retrieval benchmark format.
Corpus and query ids have been added.
The corresponding corpus can be found [here](https://huggingface.co/datasets/mteb/germanquad-retrieval).


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).