Datasets:

Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
7315a18
·
1 Parent(s): b6f6bab

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,15 +1,14 @@
1
  ---
2
  annotations_creators:
3
  - crowdsourced
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
12
- pretty_name: 'CoQA: Conversational Question Answering Challenge'
13
  size_categories:
14
  - 1K<n<10K
15
  source_datasets:
@@ -22,6 +21,7 @@ task_categories:
22
  task_ids:
23
  - extractive-qa
24
  paperswithcode_id: coqa
 
25
  tags:
26
  - conversational-qa
27
  dataset_info:
@@ -42,13 +42,20 @@ dataset_info:
42
  dtype: int32
43
  splits:
44
  - name: train
45
- num_bytes: 17981459
46
  num_examples: 7199
47
  - name: validation
48
- num_bytes: 1225518
49
  num_examples: 500
50
- download_size: 58092681
51
- dataset_size: 19206977
 
 
 
 
 
 
 
52
  ---
53
 
54
  # Dataset Card for "coqa"
 
1
  ---
2
  annotations_creators:
3
  - crowdsourced
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 1K<n<10K
14
  source_datasets:
 
21
  task_ids:
22
  - extractive-qa
23
  paperswithcode_id: coqa
24
+ pretty_name: 'CoQA: Conversational Question Answering Challenge'
25
  tags:
26
  - conversational-qa
27
  dataset_info:
 
42
  dtype: int32
43
  splits:
44
  - name: train
45
+ num_bytes: 17953365
46
  num_examples: 7199
47
  - name: validation
48
+ num_bytes: 1223427
49
  num_examples: 500
50
+ download_size: 12187487
51
+ dataset_size: 19176792
52
+ configs:
53
+ - config_name: default
54
+ data_files:
55
+ - split: train
56
+ path: data/train-*
57
+ - split: validation
58
+ path: data/validation-*
59
  ---
60
 
61
  # Dataset Card for "coqa"
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4272ee344ef27112c50237a1ae3b1c90e65e11a101d6874b2f57e4c08d147135
3
+ size 11394343
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d66f4811dd137818923a3db7a629ce3cf9e73977b5e2541471311c1566bf349f
3
+ size 793144
dataset_infos.json CHANGED
@@ -1 +1,68 @@
1
- {"default": {"description": "CoQA: A Conversational Question Answering Challenge\n", "citation": "@article{reddy-etal-2019-coqa,\n title = \"{C}o{QA}: A Conversational Question Answering Challenge\",\n author = \"Reddy, Siva and\n Chen, Danqi and\n Manning, Christopher D.\",\n journal = \"Transactions of the Association for Computational Linguistics\",\n volume = \"7\",\n year = \"2019\",\n address = \"Cambridge, MA\",\n publisher = \"MIT Press\",\n url = \"https://aclanthology.org/Q19-1016\",\n doi = \"10.1162/tacl_a_00266\",\n pages = \"249--266\",\n}\n", "homepage": "https://stanfordnlp.github.io/coqa/", "license": "", "features": {"source": {"dtype": "string", "id": null, "_type": "Value"}, "story": {"dtype": "string", "id": null, "_type": "Value"}, "questions": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answers": {"feature": {"input_text": {"dtype": "string", "id": null, "_type": "Value"}, "answer_start": {"dtype": "int32", "id": null, "_type": "Value"}, "answer_end": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "coqa", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 17981459, "num_examples": 7199, "dataset_name": "coqa"}, "validation": {"name": "validation", "num_bytes": 1225518, "num_examples": 500, "dataset_name": "coqa"}}, "download_checksums": {"https://nlp.stanford.edu/data/coqa/coqa-train-v1.0.json": {"num_bytes": 49001836, "checksum": "b0fdb2bc1bd38dd3ca2ce5fa2ac3e02c6288ac914f241ac409a655ffb6619fa6"}, "https://nlp.stanford.edu/data/coqa/coqa-dev-v1.0.json": {"num_bytes": 9090845, "checksum": "dfa367a9733ce53222918d0231d9b3bedc2b8ee831a2845f62dfc70701f2540a"}}, "download_size": 58092681, "post_processing_size": null, "dataset_size": 19206977, "size_in_bytes": 77299658}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "CoQA: A Conversational Question Answering Challenge\n",
4
+ "citation": "@article{reddy-etal-2019-coqa,\n title = \"{C}o{QA}: A Conversational Question Answering Challenge\",\n author = \"Reddy, Siva and\n Chen, Danqi and\n Manning, Christopher D.\",\n journal = \"Transactions of the Association for Computational Linguistics\",\n volume = \"7\",\n year = \"2019\",\n address = \"Cambridge, MA\",\n publisher = \"MIT Press\",\n url = \"https://aclanthology.org/Q19-1016\",\n doi = \"10.1162/tacl_a_00266\",\n pages = \"249--266\",\n}\n",
5
+ "homepage": "https://stanfordnlp.github.io/coqa/",
6
+ "license": "",
7
+ "features": {
8
+ "source": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "story": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "questions": {
17
+ "feature": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "_type": "Sequence"
22
+ },
23
+ "answers": {
24
+ "feature": {
25
+ "input_text": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "answer_start": {
30
+ "dtype": "int32",
31
+ "_type": "Value"
32
+ },
33
+ "answer_end": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ }
37
+ },
38
+ "_type": "Sequence"
39
+ }
40
+ },
41
+ "builder_name": "coqa",
42
+ "dataset_name": "coqa",
43
+ "config_name": "default",
44
+ "version": {
45
+ "version_str": "1.0.0",
46
+ "major": 1,
47
+ "minor": 0,
48
+ "patch": 0
49
+ },
50
+ "splits": {
51
+ "train": {
52
+ "name": "train",
53
+ "num_bytes": 17953365,
54
+ "num_examples": 7199,
55
+ "dataset_name": null
56
+ },
57
+ "validation": {
58
+ "name": "validation",
59
+ "num_bytes": 1223427,
60
+ "num_examples": 500,
61
+ "dataset_name": null
62
+ }
63
+ },
64
+ "download_size": 12187487,
65
+ "dataset_size": 19176792,
66
+ "size_in_bytes": 31364279
67
+ }
68
+ }