julianrisch commited on
Commit
7b18e2d
1 Parent(s): 0113ca5

Create dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +1 -0
dataset_infos.json ADDED
@@ -0,0 +1 @@
 
1
+ {"plain_text": {"description": "\nWe take GermanQuAD as a starting point and add hard negatives from a dump of the full German Wikipedia following the approach of the DPR authors (Karpukhin et al., 2020). The format of the dataset also resembles the one of DPR. GermanDPR comprises 9275 question/answer pairs in the training set and 1025 pairs in the test set. For each pair, there are one positive context and three hard negative contexts.\n", "citation": "\n@misc{m\u00f6ller2021germanquad,\n title={GermanQuAD and GermanDPR: Improving Non-English Question Answering and Passage Retrieval}, \n author={Timo M\u00f6ller and Julian Risch and Malte Pietsch},\n year={2021},\n eprint={2104.12741},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n", "homepage": "https://deepset.ai/germanquad", "license": "", "features": {"question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "positive_ctxs": {"feature": {"title": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "passage_id": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "negative_ctxs": {"feature": {"title": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "passage_id": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "hard_negative_ctxs": {"feature": {"title": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "passage_id": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "german_dpr", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": "", "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 52876013, "num_examples": 9275, "dataset_name": "german_dpr"}, "test": {"name": "test", "num_bytes": 5944184, "num_examples": 1025, "dataset_name": "german_dpr"}}, "download_checksums": {"https://germanquad.s3.amazonaws.com/GermanDPR.zip": {"num_bytes": 20114171, "checksum": "9e60f7c39e2c3a75c702aa86395d47e046acfc7209028877a248dc1bf58094e7"}}, "download_size": 20114171, "post_processing_size": null, "dataset_size": 58820197, "size_in_bytes": 78934368}}