Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Chinese
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 7,444 Bytes
d10d2fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48d5f78
 
d10d2fe
 
 
 
 
 
 
 
 
 
48d5f78
d10d2fe
48d5f78
d10d2fe
 
 
48d5f78
d10d2fe
48d5f78
d10d2fe
 
 
48d5f78
d10d2fe
48d5f78
d10d2fe
 
48d5f78
 
 
d10d2fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
    "mixed": {
        "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",
        "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",
        "homepage": "https://github.com/nlpdata/c3",
        "license": "",
        "features": {
            "documents": {
                "feature": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "_type": "Sequence"
            },
            "document_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "questions": {
                "feature": {
                    "question": {
                        "dtype": "string",
                        "_type": "Value"
                    },
                    "answer": {
                        "dtype": "string",
                        "_type": "Value"
                    },
                    "choice": {
                        "feature": {
                            "dtype": "string",
                            "_type": "Value"
                        },
                        "_type": "Sequence"
                    }
                },
                "_type": "Sequence"
            }
        },
        "builder_name": "parquet",
        "dataset_name": "c3",
        "config_name": "mixed",
        "version": {
            "version_str": "1.0.0",
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 2710473,
                "num_examples": 3138,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 891579,
                "num_examples": 1045,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 910759,
                "num_examples": 1046,
                "dataset_name": null
            }
        },
        "download_size": 3183780,
        "dataset_size": 4512811,
        "size_in_bytes": 7696591
    },
    "dialog": {
        "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",
        "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",
        "homepage": "https://github.com/nlpdata/c3",
        "license": "",
        "features": {
            "documents": {
                "feature": {
                    "dtype": "string",
                    "_type": "Value"
                },
                "_type": "Sequence"
            },
            "document_id": {
                "dtype": "string",
                "_type": "Value"
            },
            "questions": {
                "feature": {
                    "question": {
                        "dtype": "string",
                        "_type": "Value"
                    },
                    "answer": {
                        "dtype": "string",
                        "_type": "Value"
                    },
                    "choice": {
                        "feature": {
                            "dtype": "string",
                            "_type": "Value"
                        },
                        "_type": "Sequence"
                    }
                },
                "_type": "Sequence"
            }
        },
        "builder_name": "parquet",
        "dataset_name": "c3",
        "config_name": "dialog",
        "version": {
            "version_str": "1.0.0",
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "train": {
                "name": "train",
                "num_bytes": 2039779,
                "num_examples": 4885,
                "dataset_name": null
            },
            "test": {
                "name": "test",
                "num_bytes": 646955,
                "num_examples": 1627,
                "dataset_name": null
            },
            "validation": {
                "name": "validation",
                "num_bytes": 611106,
                "num_examples": 1628,
                "dataset_name": null
            }
        },
        "download_size": 2073256,
        "dataset_size": 3297840,
        "size_in_bytes": 5371096
    }
}