system HF staff commited on
Commit
3ae7c99
1 Parent(s): 1864887

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 +157 -0
README.md ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "web_questions"
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://worksheets.codalab.org/worksheets/0xba659fe363cb46e7a505c5b6a774dc8a](https://worksheets.codalab.org/worksheets/0xba659fe363cb46e7a505c5b6a774dc8a)
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:** 1.21 MB
37
+ - **Size of the generated dataset:** 0.79 MB
38
+ - **Total amount of disk used:** 2.00 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ This dataset consists of 6,642 question/answer pairs.
43
+ The questions are supposed to be answerable by Freebase, a large knowledge graph.
44
+ The questions are mostly centered around a single named entity.
45
+ The questions are popular ones asked on the web (at least in 2013).
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:** 1.21 MB
64
+ - **Size of the generated dataset:** 0.79 MB
65
+ - **Total amount of disk used:** 2.00 MB
66
+
67
+ An example of 'train' looks as follows.
68
+ ```
69
+ {
70
+ "answers": ["Jamaican Creole English Language", "Jamaican English"],
71
+ "question": "what does jamaican people speak?",
72
+ "url": "http://www.freebase.com/view/en/jamaica"
73
+ }
74
+ ```
75
+
76
+ ### [Data Fields](#data-fields)
77
+
78
+ The data fields are the same among all splits.
79
+
80
+ #### default
81
+ - `url`: a `string` feature.
82
+ - `question`: a `string` feature.
83
+ - `answers`: a `list` of `string` features.
84
+
85
+ ### [Data Splits Sample Size](#data-splits-sample-size)
86
+
87
+ | name |train|test|
88
+ |-------|----:|---:|
89
+ |default| 3778|2032|
90
+
91
+ ## [Dataset Creation](#dataset-creation)
92
+
93
+ ### [Curation Rationale](#curation-rationale)
94
+
95
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
+
97
+ ### [Source Data](#source-data)
98
+
99
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
+
101
+ ### [Annotations](#annotations)
102
+
103
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
+
105
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
106
+
107
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
+
109
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
110
+
111
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
112
+
113
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
+
115
+ ### [Discussion of Biases](#discussion-of-biases)
116
+
117
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
+
119
+ ### [Other Known Limitations](#other-known-limitations)
120
+
121
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
+
123
+ ## [Additional Information](#additional-information)
124
+
125
+ ### [Dataset Curators](#dataset-curators)
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### [Licensing Information](#licensing-information)
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ### [Citation Information](#citation-information)
134
+
135
+ ```
136
+
137
+ @inproceedings{berant-etal-2013-semantic,
138
+ title = "Semantic Parsing on {F}reebase from Question-Answer Pairs",
139
+ author = "Berant, Jonathan and
140
+ Chou, Andrew and
141
+ Frostig, Roy and
142
+ Liang, Percy",
143
+ booktitle = "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing",
144
+ month = oct,
145
+ year = "2013",
146
+ address = "Seattle, Washington, USA",
147
+ publisher = "Association for Computational Linguistics",
148
+ url = "https://www.aclweb.org/anthology/D13-1160",
149
+ pages = "1533--1544",
150
+ }
151
+
152
+ ```
153
+
154
+
155
+ ### Contributions
156
+
157
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@mariamabarham](https://github.com/mariamabarham), [@lewtun](https://github.com/lewtun) for adding this dataset.