Datasets:

Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
ArXiv:
Tags:
License:
quasar / dataset_infos.json
Sagnik Ray Choudhury
feat: first commit
1b645bf
{"quasar-s": {"description": "We present two new large-scale datasets aimed at evaluating systems designed to comprehend a natural language query and extract its answer from a large corpus of text. The Quasar-S dataset consists of 37000 cloze-style (fill-in-the-gap) queries constructed from definitions of software entity tags on the popular website Stack Overflow. The posts and comments on the website serve as the background corpus for answering the cloze questions. The Quasar-T dataset consists of 43000 open-domain trivia questions and their answers obtained from various internet sources. ClueWeb09 serves as the background corpus for extracting these answers. We pose these datasets as a challenge for two related subtasks of factoid Question Answering: (1) searching for relevant pieces of text that include the correct answer to a query, and (2) reading the retrieved text to answer the query. \n", "citation": "@article{dhingra2017quasar,\n title={Quasar: Datasets for Question Answering by Search and Reading},\n author={Dhingra, Bhuwan and Mazaitis, Kathryn and Cohen, William W},\n journal={arXiv preprint arXiv:1707.03904},\n year={2017}\n}\n", "homepage": "https://github.com/bdhingra/quasar", "license": "", "features": {"uid": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "context_short": {"feature": {"confidence": {"dtype": "float32", "id": null, "_type": "Value"}, "content": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "context_long": {"feature": {"confidence": {"dtype": "float32", "id": null, "_type": "Value"}, "content": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "tags": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "relation": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "quasar", "config_name": "quasar-s", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1187409339, "num_examples": 31049, "dataset_name": "quasar"}, "validation": {"name": "validation", "num_bytes": 120067134, "num_examples": 3139, "dataset_name": "quasar"}, "test": {"name": "test", "num_bytes": 120290406, "num_examples": 3174, "dataset_name": "quasar"}}, "download_checksums": {"http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/questions/train_questions.json.gz": {"num_bytes": 1957049, "checksum": "bc1540ca81df8bceb89c78c39e4f734bf19d08fc0e6f0893ae8b69fd7816a202"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/contexts/long/train_contexts.json.gz": {"num_bytes": 244642137, "checksum": "3a0bb6294ab54bc96ee3097cb98fbbd1b3e0f990c9a7812bd6d48e27416677b7"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/contexts/short/train_contexts.json.gz": {"num_bytes": 122615621, "checksum": "ebb1df435d899d560866daac6f9c91715414d2e6db1ea41f780d6b95780b23a9"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/questions/dev_questions.json.gz": {"num_bytes": 195290, "checksum": "ecb287ac7d862af7ced0a9e27320ff12b3a731a2642c18d7d209f0c5cb2d7958"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/contexts/long/dev_contexts.json.gz": {"num_bytes": 24782055, "checksum": "6ee2185911add3dbb6b2a3c81bb6d1ddec39d0d5b84607c599ccaacdda427eba"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/contexts/short/dev_contexts.json.gz": {"num_bytes": 12425372, "checksum": "17e726d5ec62847d42eb2bf9b28d370f39ba2212d1b40305f549ffa4308052de"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/questions/test_questions.json.gz": {"num_bytes": 192764, "checksum": "eca89e7f63e728d6bdd861f5dc68b5066a648f5a2d84ece730150cd8ceb8a0ca"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/contexts/long/test_contexts.json.gz": {"num_bytes": 24707451, "checksum": "2a68d90e137f46d67454fbdc9730b4da70e07c36531a385c37fafbc3753176f2"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/contexts/short/test_contexts.json.gz": {"num_bytes": 12382791, "checksum": "a62e667efebb6e168277e93c26668c75d8b39c787b21f6d1fe1768a40ee274c5"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-s/relation_annotations.json": {"num_bytes": 2833, "checksum": "ee8e90131357e0137425fc10c764476d0c12a4245ef9a8c59f4a9836a7be02aa"}}, "download_size": 443903363, "post_processing_size": null, "dataset_size": 1427766879, "size_in_bytes": 1871670242}, "quasar-t": {"description": "We present two new large-scale datasets aimed at evaluating systems designed to comprehend a natural language query and extract its answer from a large corpus of text. The Quasar-S dataset consists of 37000 cloze-style (fill-in-the-gap) queries constructed from definitions of software entity tags on the popular website Stack Overflow. The posts and comments on the website serve as the background corpus for answering the cloze questions. The Quasar-T dataset consists of 43000 open-domain trivia questions and their answers obtained from various internet sources. ClueWeb09 serves as the background corpus for extracting these answers. We pose these datasets as a challenge for two related subtasks of factoid Question Answering: (1) searching for relevant pieces of text that include the correct answer to a query, and (2) reading the retrieved text to answer the query. \n", "citation": "@article{dhingra2017quasar,\n title={Quasar: Datasets for Question Answering by Search and Reading},\n author={Dhingra, Bhuwan and Mazaitis, Kathryn and Cohen, William W},\n journal={arXiv preprint arXiv:1707.03904},\n year={2017}\n}\n", "homepage": "https://github.com/bdhingra/quasar", "license": "", "features": {"uid": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "context_short": {"feature": {"confidence": {"dtype": "float32", "id": null, "_type": "Value"}, "content": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "context_long": {"feature": {"confidence": {"dtype": "float32", "id": null, "_type": "Value"}, "content": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "tags": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "answer_type": {"dtype": "string", "id": null, "_type": "Value"}, "genre": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "quasar", "config_name": "quasar-t", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1973207987, "num_examples": 37012, "dataset_name": "quasar"}, "validation": {"name": "validation", "num_bytes": 159766129, "num_examples": 3000, "dataset_name": "quasar"}, "test": {"name": "test", "num_bytes": 160121123, "num_examples": 3000, "dataset_name": "quasar"}}, "download_checksums": {"http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/questions/train_questions.json.gz": {"num_bytes": 1466304, "checksum": "ab3b68e842793dc3ed31839438986d63b7ef20a94bb347b9cd8644a6527d7840"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/train_contexts.json.gz": {"num_bytes": 445078274, "checksum": "aa2b5722f1003736919dca4de64b33f9066154fb357a7010d3a0fb4e11a4d2f2"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/train_contexts.json.gz": {"num_bytes": 172850853, "checksum": "76e9bd6c806c36136c55603e2439834863f0ffcb748ae6fe5aaac75d63c47f1b"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/questions/dev_questions.json.gz": {"num_bytes": 121433, "checksum": "d917cdcfef65b700225c41b863cd96b76f6c569f7a356aed60a54dfb7f515bc0"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/dev_contexts.json.gz": {"num_bytes": 36267682, "checksum": "56923cf7738e5b12e859eefbf07a29a1bb4cd6ddd0361c34b635f6f3550a825c"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/dev_contexts.json.gz": {"num_bytes": 13976824, "checksum": "22bf4221715c9aea49506cb578121ac26eff5c896d6199dfa2173be615241486"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/questions/test_questions.json.gz": {"num_bytes": 121488, "checksum": "0bb161f31aaac93058f0079f87d3be5ec928a74c741bd9d81e1005a3cdf9bd5a"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/test_contexts.json.gz": {"num_bytes": 35996879, "checksum": "039d8f57867820b4659b75d03cfd182f2d8179acee5a0b273d8a8e03dcaeadd3"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/test_contexts.json.gz": {"num_bytes": 14023655, "checksum": "cb967682e2ab06cad41f7a66c0e737a2e3f825b3684e30137848d7020737635a"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/answer_annotations.json": {"num_bytes": 1502, "checksum": "d410026ffe62557d289d7bd2f230c3af7695d6081cee9329db3de9143ad4ac26"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/genre_annotations.json": {"num_bytes": 2635, "checksum": "cc02cb14c8c9ccf8d07c94e2e845612a700277f4b0da578fee8fbc50642ff4f2"}}, "download_size": 719907529, "post_processing_size": null, "dataset_size": 2293095239, "size_in_bytes": 3013002768}, "quasar-t-nps": {"description": "We present two new large-scale datasets aimed at evaluating systems designed to comprehend a natural language query and extract its answer from a large corpus of text. The Quasar-S dataset consists of 37000 cloze-style (fill-in-the-gap) queries constructed from definitions of software entity tags on the popular website Stack Overflow. The posts and comments on the website serve as the background corpus for answering the cloze questions. The Quasar-T dataset consists of 43000 open-domain trivia questions and their answers obtained from various internet sources. ClueWeb09 serves as the background corpus for extracting these answers. We pose these datasets as a challenge for two related subtasks of factoid Question Answering: (1) searching for relevant pieces of text that include the correct answer to a query, and (2) reading the retrieved text to answer the query. \n", "citation": "@article{dhingra2017quasar,\n title={Quasar: Datasets for Question Answering by Search and Reading},\n author={Dhingra, Bhuwan and Mazaitis, Kathryn and Cohen, William W},\n journal={arXiv preprint arXiv:1707.03904},\n year={2017}\n}\n", "homepage": "https://github.com/bdhingra/quasar", "license": "", "features": {"uid": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "context_short": {"feature": {"confidence": {"dtype": "float32", "id": null, "_type": "Value"}, "content": {"dtype": "string", "id": null, "_type": "Value"}, "content_tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "nps": {"feature": {"content": {"dtype": "string", "id": null, "_type": "Value"}, "start_token_id": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "context_long": {"feature": {"confidence": {"dtype": "float32", "id": null, "_type": "Value"}, "content": {"dtype": "string", "id": null, "_type": "Value"}, "content_tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "nps": {"feature": {"content": {"dtype": "string", "id": null, "_type": "Value"}, "start_token_id": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "length": -1, "id": null, "_type": "Sequence"}, "tags": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "answer_type": {"dtype": "string", "id": null, "_type": "Value"}, "genre": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "quasar", "config_name": "quasar-t-nps", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 6428881377, "num_examples": 37012, "dataset_name": "quasar"}, "validation": {"name": "validation", "num_bytes": 520694542, "num_examples": 3000, "dataset_name": "quasar"}, "test": {"name": "test", "num_bytes": 521524682, "num_examples": 3000, "dataset_name": "quasar"}}, "download_checksums": {"http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/questions/train_questions.json.gz": {"num_bytes": 1466304, "checksum": "ab3b68e842793dc3ed31839438986d63b7ef20a94bb347b9cd8644a6527d7840"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/train_contexts.json.gz": {"num_bytes": 445078274, "checksum": "aa2b5722f1003736919dca4de64b33f9066154fb357a7010d3a0fb4e11a4d2f2"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/train_contexts.json.gz": {"num_bytes": 172850853, "checksum": "76e9bd6c806c36136c55603e2439834863f0ffcb748ae6fe5aaac75d63c47f1b"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/questions/dev_questions.json.gz": {"num_bytes": 121433, "checksum": "d917cdcfef65b700225c41b863cd96b76f6c569f7a356aed60a54dfb7f515bc0"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/dev_contexts.json.gz": {"num_bytes": 36267682, "checksum": "56923cf7738e5b12e859eefbf07a29a1bb4cd6ddd0361c34b635f6f3550a825c"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/dev_contexts.json.gz": {"num_bytes": 13976824, "checksum": "22bf4221715c9aea49506cb578121ac26eff5c896d6199dfa2173be615241486"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/questions/test_questions.json.gz": {"num_bytes": 121488, "checksum": "0bb161f31aaac93058f0079f87d3be5ec928a74c741bd9d81e1005a3cdf9bd5a"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/test_contexts.json.gz": {"num_bytes": 35996879, "checksum": "039d8f57867820b4659b75d03cfd182f2d8179acee5a0b273d8a8e03dcaeadd3"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/test_contexts.json.gz": {"num_bytes": 14023655, "checksum": "cb967682e2ab06cad41f7a66c0e737a2e3f825b3684e30137848d7020737635a"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/answer_annotations.json": {"num_bytes": 1502, "checksum": "d410026ffe62557d289d7bd2f230c3af7695d6081cee9329db3de9143ad4ac26"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/genre_annotations.json": {"num_bytes": 2635, "checksum": "cc02cb14c8c9ccf8d07c94e2e845612a700277f4b0da578fee8fbc50642ff4f2"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/train_nps.json.gz": {"num_bytes": 377526504, "checksum": "99464c6edab03208dbb3b482ac499e9a49df9a69421eb9411cd73dbbae98ec53"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/train_nps.json.gz": {"num_bytes": 110182511, "checksum": "a69dbc82d1da05e7a9c0991623b3d3cc211421b8b85260ef9055d4b52adf1feb"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/dev_nps.json.gz": {"num_bytes": 30690232, "checksum": "50896eea80865d554f15c9b6b44d5a93903e06b060510dbedb9229567bae5477"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/dev_nps.json.gz": {"num_bytes": 8951977, "checksum": "67b99fd89cb6fe7aed9c9666a08b4e84538fd4a5a563c99e1db6d980fdcd1424"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/long/test_nps.json.gz": {"num_bytes": 30594385, "checksum": "0dc158ec67ff5e4ee32961eee6235b6bd90e399e28c130cd96bb17ef17f4f90b"}, "http://curtis.ml.cmu.edu/datasets/quasar/quasar-t/contexts/short/test_nps.json.gz": {"num_bytes": 8920932, "checksum": "3ce4a4fbb9de4f67c8728d5c96c7c077bec6811d508ea6a57862867ed71c7116"}}, "download_size": 1286774070, "post_processing_size": null, "dataset_size": 7471100601, "size_in_bytes": 8757874671}}