Datasets:
mteb
/

Modalities:
Text
Languages:
German
ArXiv:
Tags:
License:
rasdani commited on
Commit
0135faf
1 Parent(s): 0079b2b
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: "qrels/data-00000-of-00001.arrow"
7
+ license: cc-by-4.0
8
+ language:
9
+ - de
10
+ source_datasets:
11
+ - "deepset/germanquad"
12
+ ---
13
+
14
+ This dataset is derived from the [GermanQuAD](https://www.deepset.ai/germanquad) dataset.
15
+
16
+ This dataset takes the testset and represents it as qrels in the [BEIR](https://github.com/beir-cellar/beir) information retrieval benchmark format.
17
+ Corpus and query ids have been added.
18
+ The corresponding corpus can be found [here](https://huggingface.co/datasets/mteb/germanquad-retrieval).
19
+
20
+
21
+ 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).
22
+
23
+ The original dataset is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
24
+
25
+ Citation for the original dataset:
26
+ ```
27
+ @misc{möller2021germanquad,
28
+ title={GermanQuAD and GermanDPR: Improving Non-English Question Answering and Passage Retrieval},
29
+ author={Timo Möller and Julian Risch and Malte Pietsch},
30
+ year={2021},
31
+ eprint={2104.12741},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CL}
34
+ }
35
+ ```
dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["test"]}
test/data-00000-of-00001.arrow ADDED
Binary file (52.2 kB). View file
 
test/dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "query-id": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "corpus-id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "score": {
14
+ "dtype": "int32",
15
+ "_type": "Value"
16
+ }
17
+ },
18
+ "homepage": "",
19
+ "license": ""
20
+ }
test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "46dd47bcd20bd91b",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }