Datasets:

Languages:
Chinese
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
b88dac8
1 Parent(s): 7aa834e

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -144
dataset_infos.json DELETED
@@ -1,144 +0,0 @@
1
- {
2
- "mixed": {
3
- "description": "Machine reading comprehension tasks require a machine reader to answer questions relevant to the given document. In this paper, we present the first free-form multiple-Choice Chinese machine reading Comprehension dataset (C^3), containing 13,369 documents (dialogues or more formally written mixed-genre texts) and their associated 19,577 multiple-choice free-form questions collected from Chinese-as-a-second-language examinations.\nWe present a comprehensive analysis of the prior knowledge (i.e., linguistic, domain-specific, and general world knowledge) needed for these real-world problems. We implement rule-based and popular neural methods and find that there is still a significant performance gap between the best performing model (68.5%) and human readers (96.0%), especially on problems that require prior knowledge. We further study the effects of distractor plausibility and data augmentation based on translated relevant datasets for English on model performance. We expect C^3 to present great challenges to existing systems as answering 86.8% of questions requires both knowledge within and beyond the accompanying document, and we hope that C^3 can serve as a platform to study how to leverage various kinds of prior knowledge to better understand a given written or orally oriented text.\n",
4
- "citation": "@article{sun2019investigating,\n title={Investigating Prior Knowledge for Challenging Chinese Machine Reading Comprehension},\n author={Sun, Kai and Yu, Dian and Yu, Dong and Cardie, Claire},\n journal={Transactions of the Association for Computational Linguistics},\n year={2020},\n url={https://arxiv.org/abs/1904.09679v3}\n}\n",
5
- "homepage": "https://github.com/nlpdata/c3",
6
- "license": "",
7
- "features": {
8
- "documents": {
9
- "feature": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- },
13
- "_type": "Sequence"
14
- },
15
- "document_id": {
16
- "dtype": "string",
17
- "_type": "Value"
18
- },
19
- "questions": {
20
- "feature": {
21
- "question": {
22
- "dtype": "string",
23
- "_type": "Value"
24
- },
25
- "answer": {
26
- "dtype": "string",
27
- "_type": "Value"
28
- },
29
- "choice": {
30
- "feature": {
31
- "dtype": "string",
32
- "_type": "Value"
33
- },
34
- "_type": "Sequence"
35
- }
36
- },
37
- "_type": "Sequence"
38
- }
39
- },
40
- "builder_name": "parquet",
41
- "dataset_name": "c3",
42
- "config_name": "mixed",
43
- "version": {
44
- "version_str": "1.0.0",
45
- "major": 1,
46
- "minor": 0,
47
- "patch": 0
48
- },
49
- "splits": {
50
- "train": {
51
- "name": "train",
52
- "num_bytes": 2710473,
53
- "num_examples": 3138,
54
- "dataset_name": null
55
- },
56
- "test": {
57
- "name": "test",
58
- "num_bytes": 891579,
59
- "num_examples": 1045,
60
- "dataset_name": null
61
- },
62
- "validation": {
63
- "name": "validation",
64
- "num_bytes": 910759,
65
- "num_examples": 1046,
66
- "dataset_name": null
67
- }
68
- },
69
- "download_size": 3183780,
70
- "dataset_size": 4512811,
71
- "size_in_bytes": 7696591
72
- },
73
- "dialog": {
74
- "description": "Machine reading comprehension tasks require a machine reader to answer questions relevant to the given document. In this paper, we present the first free-form multiple-Choice Chinese machine reading Comprehension dataset (C^3), containing 13,369 documents (dialogues or more formally written mixed-genre texts) and their associated 19,577 multiple-choice free-form questions collected from Chinese-as-a-second-language examinations.\nWe present a comprehensive analysis of the prior knowledge (i.e., linguistic, domain-specific, and general world knowledge) needed for these real-world problems. We implement rule-based and popular neural methods and find that there is still a significant performance gap between the best performing model (68.5%) and human readers (96.0%), especially on problems that require prior knowledge. We further study the effects of distractor plausibility and data augmentation based on translated relevant datasets for English on model performance. We expect C^3 to present great challenges to existing systems as answering 86.8% of questions requires both knowledge within and beyond the accompanying document, and we hope that C^3 can serve as a platform to study how to leverage various kinds of prior knowledge to better understand a given written or orally oriented text.\n",
75
- "citation": "@article{sun2019investigating,\n title={Investigating Prior Knowledge for Challenging Chinese Machine Reading Comprehension},\n author={Sun, Kai and Yu, Dian and Yu, Dong and Cardie, Claire},\n journal={Transactions of the Association for Computational Linguistics},\n year={2020},\n url={https://arxiv.org/abs/1904.09679v3}\n}\n",
76
- "homepage": "https://github.com/nlpdata/c3",
77
- "license": "",
78
- "features": {
79
- "documents": {
80
- "feature": {
81
- "dtype": "string",
82
- "_type": "Value"
83
- },
84
- "_type": "Sequence"
85
- },
86
- "document_id": {
87
- "dtype": "string",
88
- "_type": "Value"
89
- },
90
- "questions": {
91
- "feature": {
92
- "question": {
93
- "dtype": "string",
94
- "_type": "Value"
95
- },
96
- "answer": {
97
- "dtype": "string",
98
- "_type": "Value"
99
- },
100
- "choice": {
101
- "feature": {
102
- "dtype": "string",
103
- "_type": "Value"
104
- },
105
- "_type": "Sequence"
106
- }
107
- },
108
- "_type": "Sequence"
109
- }
110
- },
111
- "builder_name": "parquet",
112
- "dataset_name": "c3",
113
- "config_name": "dialog",
114
- "version": {
115
- "version_str": "1.0.0",
116
- "major": 1,
117
- "minor": 0,
118
- "patch": 0
119
- },
120
- "splits": {
121
- "train": {
122
- "name": "train",
123
- "num_bytes": 2039779,
124
- "num_examples": 4885,
125
- "dataset_name": null
126
- },
127
- "test": {
128
- "name": "test",
129
- "num_bytes": 646955,
130
- "num_examples": 1627,
131
- "dataset_name": null
132
- },
133
- "validation": {
134
- "name": "validation",
135
- "num_bytes": 611106,
136
- "num_examples": 1628,
137
- "dataset_name": null
138
- }
139
- },
140
- "download_size": 2073256,
141
- "dataset_size": 3297840,
142
- "size_in_bytes": 5371096
143
- }
144
- }