Datasets:
tau
/

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF staff commited on
Commit
8cb87fc
1 Parent(s): d6f4bfd

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
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)
@@ -37,26 +37,26 @@
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
 
@@ -76,7 +76,7 @@ An example of 'train' looks as follows.
76
  }
77
  ```
78
 
79
- ### [Data Fields](#data-fields)
80
 
81
  The data fields are the same among all splits.
82
 
@@ -87,55 +87,55 @@ The data fields are the same among all splits.
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,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## 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)
 
37
  - **Size of the generated dataset:** 2.08 MB
38
  - **Total amount of disk used:** 6.54 MB
39
 
40
+ ### 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
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
+ ### 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
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
+ ### Data Instances
60
 
61
  #### default
62
 
 
76
  }
77
  ```
78
 
79
+ ### Data Fields
80
 
81
  The data fields are the same among all splits.
82
 
 
87
  - `label`: a `string` feature.
88
  - `text`: a `string` feature.
89
 
90
+ ### Data Splits Sample Size
91
 
92
  | name |train|validation|test|
93
  |-------|----:|---------:|---:|
94
  |default| 9741| 1221|1140|
95
 
96
+ ## Dataset Creation
97
 
98
+ ### 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
103
 
104
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
105
 
106
+ ### 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
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
115
 
116
+ ### 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
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
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
129
 
130
+ ### 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
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
139
 
140
  ```
141
  @InProceedings{commonsense_QA,