system HF staff commited on
Commit
d6f4bfd
1 Parent(s): c1a20f1

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +152 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "commonsense_qa"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://www.tau-nlp.org/commonsenseqa](https://www.tau-nlp.org/commonsenseqa)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 4.46 MB
37
+ - **Size of the generated dataset:** 2.08 MB
38
+ - **Total amount of disk used:** 6.54 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ CommonsenseQA is a new multiple-choice question answering dataset that requires different types of commonsense knowledge
43
+ to predict the correct answers . It contains 12,102 questions with one correct answer and four distractor answers.
44
+ The dataset is provided in two major training/validation/testing set splits: "Random split" which is the main evaluation
45
+ split, and "Question token split", see paper for details.
46
+
47
+ ### [Supported Tasks](#supported-tasks)
48
+
49
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
+
51
+ ### [Languages](#languages)
52
+
53
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+
55
+ ## [Dataset Structure](#dataset-structure)
56
+
57
+ We show detailed information for up to 5 configurations of the dataset.
58
+
59
+ ### [Data Instances](#data-instances)
60
+
61
+ #### default
62
+
63
+ - **Size of downloaded dataset files:** 4.46 MB
64
+ - **Size of the generated dataset:** 2.08 MB
65
+ - **Total amount of disk used:** 6.54 MB
66
+
67
+ An example of 'train' looks as follows.
68
+ ```
69
+ {
70
+ "answerKey": "B",
71
+ "choices": {
72
+ "label": ["A", "B", "C", "D", "E"],
73
+ "text": ["mildred's coffee shop", "mexico", "diner", "kitchen", "canteen"]
74
+ },
75
+ "question": "In what Spanish speaking North American country can you get a great cup of coffee?"
76
+ }
77
+ ```
78
+
79
+ ### [Data Fields](#data-fields)
80
+
81
+ The data fields are the same among all splits.
82
+
83
+ #### default
84
+ - `answerKey`: a `string` feature.
85
+ - `question`: a `string` feature.
86
+ - `choices`: a dictionary feature containing:
87
+ - `label`: a `string` feature.
88
+ - `text`: a `string` feature.
89
+
90
+ ### [Data Splits Sample Size](#data-splits-sample-size)
91
+
92
+ | name |train|validation|test|
93
+ |-------|----:|---------:|---:|
94
+ |default| 9741| 1221|1140|
95
+
96
+ ## [Dataset Creation](#dataset-creation)
97
+
98
+ ### [Curation Rationale](#curation-rationale)
99
+
100
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
101
+
102
+ ### [Source Data](#source-data)
103
+
104
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
105
+
106
+ ### [Annotations](#annotations)
107
+
108
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
109
+
110
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
111
+
112
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
+
114
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
115
+
116
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
117
+
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
+
120
+ ### [Discussion of Biases](#discussion-of-biases)
121
+
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ### [Other Known Limitations](#other-known-limitations)
125
+
126
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
+
128
+ ## [Additional Information](#additional-information)
129
+
130
+ ### [Dataset Curators](#dataset-curators)
131
+
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+
134
+ ### [Licensing Information](#licensing-information)
135
+
136
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
+
138
+ ### [Citation Information](#citation-information)
139
+
140
+ ```
141
+ @InProceedings{commonsense_QA,
142
+ title={COMMONSENSEQA: A Question Answering Challenge Targeting Commonsense Knowledge},
143
+ author={Alon, Talmor and Jonathan, Herzig and Nicholas, Lourie and Jonathan ,Berant},
144
+ journal={arXiv preprint arXiv:1811.00937v2},
145
+ year={2019}
146
+
147
+ ```
148
+
149
+
150
+ ### Contributions
151
+
152
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.