Datasets:

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

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:** [http://qa.mpi-inf.mpg.de/comqa/](http://qa.mpi-inf.mpg.de/comqa/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 1.05 MB
38
  - **Total amount of disk used:** 2.65 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  ComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website.
43
  By collecting questions from such a site we ensure that the information needs are ones of interest to actual users.
@@ -50,19 +50,19 @@ in ComQA are grouped into 4,834 paraphrase clusters that express the same inform
50
  with its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are
51
  temporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization.
52
 
53
- ### [Supported Tasks](#supported-tasks)
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
- ### [Languages](#languages)
58
 
59
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
60
 
61
- ## [Dataset Structure](#dataset-structure)
62
 
63
  We show detailed information for up to 5 configurations of the dataset.
64
 
65
- ### [Data Instances](#data-instances)
66
 
67
  #### default
68
 
@@ -79,7 +79,7 @@ An example of 'validation' looks as follows.
79
  }
80
  ```
81
 
82
- ### [Data Fields](#data-fields)
83
 
84
  The data fields are the same among all splits.
85
 
@@ -88,55 +88,55 @@ The data fields are the same among all splits.
88
  - `questions`: a `list` of `string` features.
89
  - `answers`: a `list` of `string` features.
90
 
91
- ### [Data Splits Sample Size](#data-splits-sample-size)
92
 
93
  | name |train|validation|test|
94
  |-------|----:|---------:|---:|
95
  |default| 3966| 966|2243|
96
 
97
- ## [Dataset Creation](#dataset-creation)
98
 
99
- ### [Curation Rationale](#curation-rationale)
100
 
101
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
 
103
- ### [Source Data](#source-data)
104
 
105
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
 
107
- ### [Annotations](#annotations)
108
 
109
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
 
111
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
116
 
117
- ### [Social Impact of Dataset](#social-impact-of-dataset)
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
- ### [Discussion of Biases](#discussion-of-biases)
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
- ### [Other Known Limitations](#other-known-limitations)
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
- ## [Additional Information](#additional-information)
130
 
131
- ### [Dataset Curators](#dataset-curators)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ### [Licensing Information](#licensing-information)
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
- ### [Citation Information](#citation-information)
140
 
141
  ```
142
  @inproceedings{abujabal-etal-2019-comqa,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [http://qa.mpi-inf.mpg.de/comqa/](http://qa.mpi-inf.mpg.de/comqa/)
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:** 1.05 MB
38
  - **Total amount of disk used:** 2.65 MB
39
 
40
+ ### Dataset Summary
41
 
42
  ComQA is a dataset of 11,214 questions, which were collected from WikiAnswers, a community question answering website.
43
  By collecting questions from such a site we ensure that the information needs are ones of interest to actual users.
 
50
  with its answer(s). ComQA answers come in the form of Wikipedia entities wherever possible. Wherever the answers are
51
  temporal or measurable quantities, TIMEX3 and the International System of Units (SI) are used for normalization.
52
 
53
+ ### Supported Tasks
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
+ ### Languages
58
 
59
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
60
 
61
+ ## Dataset Structure
62
 
63
  We show detailed information for up to 5 configurations of the dataset.
64
 
65
+ ### Data Instances
66
 
67
  #### default
68
 
 
79
  }
80
  ```
81
 
82
+ ### Data Fields
83
 
84
  The data fields are the same among all splits.
85
 
 
88
  - `questions`: a `list` of `string` features.
89
  - `answers`: a `list` of `string` features.
90
 
91
+ ### Data Splits Sample Size
92
 
93
  | name |train|validation|test|
94
  |-------|----:|---------:|---:|
95
  |default| 3966| 966|2243|
96
 
97
+ ## Dataset Creation
98
 
99
+ ### Curation Rationale
100
 
101
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
 
103
+ ### Source Data
104
 
105
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
 
107
+ ### Annotations
108
 
109
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
 
111
+ ### Personal and Sensitive Information
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
+ ## Considerations for Using the Data
116
 
117
+ ### Social Impact of Dataset
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
+ ### Discussion of Biases
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
+ ### Other Known Limitations
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
+ ## Additional Information
130
 
131
+ ### Dataset Curators
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ### Licensing Information
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
+ ### Citation Information
140
 
141
  ```
142
  @inproceedings{abujabal-etal-2019-comqa,