system HF staff commited on
Commit
fb7a38f
1 Parent(s): 4630c14

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 +210 -0
README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "kilt_wikipedia"
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://github.com/facebookresearch/KILT](https://github.com/facebookresearch/KILT)
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:** 35590.05 MB
37
+ - **Size of the generated dataset:** 28011.83 MB
38
+ - **Total amount of disk used:** 63601.89 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ KILT-Wikipedia: Wikipedia pre-processed for KILT.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### 2019-08-01
59
+
60
+ - **Size of downloaded dataset files:** 35590.05 MB
61
+ - **Size of the generated dataset:** 28011.83 MB
62
+ - **Total amount of disk used:** 63601.89 MB
63
+
64
+ An example of 'full' looks as follows.
65
+ ```
66
+ {
67
+ "anchors": {
68
+ "end": [],
69
+ "href": [],
70
+ "paragraph_id": [],
71
+ "start": [],
72
+ "text": [],
73
+ "wikipedia_id": [],
74
+ "wikipedia_title": []
75
+ },
76
+ "categories": "",
77
+ "history": {
78
+ "pageid": 0,
79
+ "parentid": 0,
80
+ "pre_dump": true,
81
+ "revid": 0,
82
+ "timestamp": "",
83
+ "url": ""
84
+ },
85
+ "kilt_id": "",
86
+ "text": {
87
+ "paragraph": []
88
+ },
89
+ "wikidata_info": {
90
+ "aliases": {
91
+ "alias": []
92
+ },
93
+ "description": "",
94
+ "enwikiquote_title": "",
95
+ "wikidata_id": "",
96
+ "wikidata_label": "",
97
+ "wikipedia_title": ""
98
+ },
99
+ "wikipedia_id": "",
100
+ "wikipedia_title": ""
101
+ }
102
+ ```
103
+
104
+ ### [Data Fields](#data-fields)
105
+
106
+ The data fields are the same among all splits.
107
+
108
+ #### 2019-08-01
109
+ - `kilt_id`: a `string` feature.
110
+ - `wikipedia_id`: a `string` feature.
111
+ - `wikipedia_title`: a `string` feature.
112
+ - `text`: a dictionary feature containing:
113
+ - `paragraph`: a `string` feature.
114
+ - `anchors`: a dictionary feature containing:
115
+ - `paragraph_id`: a `int32` feature.
116
+ - `start`: a `int32` feature.
117
+ - `end`: a `int32` feature.
118
+ - `text`: a `string` feature.
119
+ - `href`: a `string` feature.
120
+ - `wikipedia_title`: a `string` feature.
121
+ - `wikipedia_id`: a `string` feature.
122
+ - `categories`: a `string` feature.
123
+ - `description`: a `string` feature.
124
+ - `enwikiquote_title`: a `string` feature.
125
+ - `wikidata_id`: a `string` feature.
126
+ - `wikidata_label`: a `string` feature.
127
+ - `wikipedia_title`: a `string` feature.
128
+ - `aliases`: a dictionary feature containing:
129
+ - `alias`: a `string` feature.
130
+ - `pageid`: a `int32` feature.
131
+ - `parentid`: a `int32` feature.
132
+ - `revid`: a `int32` feature.
133
+ - `pre_dump`: a `bool` feature.
134
+ - `timestamp`: a `string` feature.
135
+ - `url`: a `string` feature.
136
+
137
+ ### [Data Splits Sample Size](#data-splits-sample-size)
138
+
139
+ | name | full |
140
+ |----------|------:|
141
+ |2019-08-01|5903530|
142
+
143
+ ## [Dataset Creation](#dataset-creation)
144
+
145
+ ### [Curation Rationale](#curation-rationale)
146
+
147
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
+
149
+ ### [Source Data](#source-data)
150
+
151
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
+
153
+ ### [Annotations](#annotations)
154
+
155
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
156
+
157
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
158
+
159
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
+
161
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
162
+
163
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
164
+
165
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
166
+
167
+ ### [Discussion of Biases](#discussion-of-biases)
168
+
169
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
170
+
171
+ ### [Other Known Limitations](#other-known-limitations)
172
+
173
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
174
+
175
+ ## [Additional Information](#additional-information)
176
+
177
+ ### [Dataset Curators](#dataset-curators)
178
+
179
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
180
+
181
+ ### [Licensing Information](#licensing-information)
182
+
183
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
184
+
185
+ ### [Citation Information](#citation-information)
186
+
187
+ ```
188
+ @inproceedings{fb_kilt,
189
+ author = {Fabio Petroni and
190
+ Aleksandra Piktus and
191
+ Angela Fan and
192
+ Patrick Lewis and
193
+ Majid Yazdani and
194
+ Nicola De Cao and
195
+ James Thorne and
196
+ Yacine Jernite and
197
+ Vassilis Plachouras and
198
+ Tim Rockt"aschel and
199
+ Sebastian Riedel},
200
+ title = {{KILT:} a {B}enchmark for {K}nowledge {I}ntensive {L}anguage {T}asks},
201
+ journal = {CoRR},
202
+ archivePrefix = {arXiv},
203
+ year = {2020},
204
+
205
+ ```
206
+
207
+
208
+ ### Contributions
209
+
210
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@yjernite](https://github.com/yjernite) for adding this dataset.