parquet-converter commited on
Commit
2bce36d
1 Parent(s): 543d715

Update parquet files

Browse files
README.md DELETED
@@ -1,381 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - machine-generated
4
- language_creators:
5
- - crowdsourced
6
- language:
7
- - en
8
- license:
9
- - unknown
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 100M<n<1B
14
- - 10M<n<100M
15
- - 1M<n<10M
16
- source_datasets:
17
- - original
18
- task_categories:
19
- - text-retrieval
20
- task_ids:
21
- - entity-linking-retrieval
22
- - fact-checking-retrieval
23
- paperswithcode_id: nell
24
- pretty_name: Never Ending Language Learning (NELL)
25
- configs:
26
- - nell_belief
27
- - nell_belief_sentences
28
- - nell_candidate
29
- - nell_candidate_sentences
30
- tags:
31
- - relation-extraction
32
- - text-to-structured
33
- - text-to-tabular
34
- dataset_info:
35
- - config_name: nell_belief
36
- features:
37
- - name: entity
38
- dtype: string
39
- - name: relation
40
- dtype: string
41
- - name: value
42
- dtype: string
43
- - name: iteration_of_promotion
44
- dtype: string
45
- - name: score
46
- dtype: string
47
- - name: source
48
- dtype: string
49
- - name: entity_literal_strings
50
- dtype: string
51
- - name: value_literal_strings
52
- dtype: string
53
- - name: best_entity_literal_string
54
- dtype: string
55
- - name: best_value_literal_string
56
- dtype: string
57
- - name: categories_for_entity
58
- dtype: string
59
- - name: categories_for_value
60
- dtype: string
61
- - name: candidate_source
62
- dtype: string
63
- splits:
64
- - name: train
65
- num_bytes: 4592559704
66
- num_examples: 2766079
67
- download_size: 929107246
68
- dataset_size: 4592559704
69
- - config_name: nell_candidate
70
- features:
71
- - name: entity
72
- dtype: string
73
- - name: relation
74
- dtype: string
75
- - name: value
76
- dtype: string
77
- - name: iteration_of_promotion
78
- dtype: string
79
- - name: score
80
- dtype: string
81
- - name: source
82
- dtype: string
83
- - name: entity_literal_strings
84
- dtype: string
85
- - name: value_literal_strings
86
- dtype: string
87
- - name: best_entity_literal_string
88
- dtype: string
89
- - name: best_value_literal_string
90
- dtype: string
91
- - name: categories_for_entity
92
- dtype: string
93
- - name: categories_for_value
94
- dtype: string
95
- - name: candidate_source
96
- dtype: string
97
- splits:
98
- - name: train
99
- num_bytes: 23497433060
100
- num_examples: 32687353
101
- download_size: 2687057812
102
- dataset_size: 23497433060
103
- - config_name: nell_belief_sentences
104
- features:
105
- - name: entity
106
- dtype: string
107
- - name: relation
108
- dtype: string
109
- - name: value
110
- dtype: string
111
- - name: score
112
- dtype: string
113
- - name: sentence
114
- dtype: string
115
- - name: count
116
- dtype: int32
117
- - name: url
118
- dtype: string
119
- - name: sentence_type
120
- dtype: string
121
- splits:
122
- - name: train
123
- num_bytes: 4459368426
124
- num_examples: 21031531
125
- download_size: 929107246
126
- dataset_size: 4459368426
127
- - config_name: nell_candidate_sentences
128
- features:
129
- - name: entity
130
- dtype: string
131
- - name: relation
132
- dtype: string
133
- - name: value
134
- dtype: string
135
- - name: score
136
- dtype: string
137
- - name: sentence
138
- dtype: string
139
- - name: count
140
- dtype: int32
141
- - name: url
142
- dtype: string
143
- - name: sentence_type
144
- dtype: string
145
- splits:
146
- - name: train
147
- num_bytes: 20058197787
148
- num_examples: 100866414
149
- download_size: 2687057812
150
- dataset_size: 20058197787
151
- ---
152
-
153
- # Dataset Card for Never Ending Language Learning (NELL)
154
-
155
- ## Table of Contents
156
- - [Dataset Description](#dataset-description)
157
- - [Dataset Summary](#dataset-summary)
158
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
159
- - [Languages](#languages)
160
- - [Dataset Structure](#dataset-structure)
161
- - [Data Instances](#data-instances)
162
- - [Data Fields](#data-fields)
163
- - [Data Splits](#data-splits)
164
- - [Dataset Creation](#dataset-creation)
165
- - [Curation Rationale](#curation-rationale)
166
- - [Source Data](#source-data)
167
- - [Annotations](#annotations)
168
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
169
- - [Considerations for Using the Data](#considerations-for-using-the-data)
170
- - [Social Impact of Dataset](#social-impact-of-dataset)
171
- - [Discussion of Biases](#discussion-of-biases)
172
- - [Other Known Limitations](#other-known-limitations)
173
- - [Additional Information](#additional-information)
174
- - [Dataset Curators](#dataset-curators)
175
- - [Licensing Information](#licensing-information)
176
- - [Citation Information](#citation-information)
177
- - [Contributions](#contributions)
178
-
179
- ## Dataset Description
180
-
181
- - **Homepage:**
182
- http://rtw.ml.cmu.edu/rtw/
183
- - **Repository:**
184
- http://rtw.ml.cmu.edu/rtw/
185
- - **Paper:**
186
- Never-Ending Learning.
187
- T. Mitchell, W. Cohen, E. Hruschka, P. Talukdar, J. Betteridge, A. Carlson, B. Dalvi, M. Gardner, B. Kisiel, J. Krishnamurthy, N. Lao, K. Mazaitis, T. Mohamed, N. Nakashole, E. Platanios, A. Ritter, M. Samadi, B. Settles, R. Wang, D. Wijaya, A. Gupta, X. Chen, A. Saparov, M. Greaves, J. Welling. In Proceedings of the Conference on Artificial Intelligence (AAAI), 2015
188
-
189
- ### Dataset Summary
190
-
191
- This dataset provides version 1115 of the belief
192
- extracted by CMU's Never Ending Language Learner (NELL) and version
193
- 1110 of the candidate belief extracted by NELL. See
194
- http://rtw.ml.cmu.edu/rtw/overview. NELL is an open information
195
- extraction system that attempts to read the Clueweb09 of 500 million
196
- web pages (http://boston.lti.cs.cmu.edu/Data/clueweb09/) and general
197
- web searches.
198
-
199
- The dataset has 4 configurations: nell_belief, nell_candidate,
200
- nell_belief_sentences, and nell_candidate_sentences. nell_belief is
201
- certainties of belief are lower. The two sentences config extracts the
202
- CPL sentence patterns filled with the applicable 'best' literal string
203
- for the entities filled into the sentence patterns. And also provides
204
- sentences found using web searches containing the entities and
205
- relationships.
206
-
207
- There are roughly 21M entries for nell_belief_sentences, and 100M
208
- sentences for nell_candidate_sentences.
209
-
210
- From the NELL website:
211
-
212
- - **Research Goal**
213
- To build a never-ending machine learning system that acquires the ability to extract structured information from unstructured web pages. If successful, this will result in a knowledge base (i.e., a relational database) of structured information that mirrors the content of the Web. We call this system NELL (Never-Ending Language Learner).
214
-
215
- - **Approach**
216
- The inputs to NELL include (1) an initial ontology defining hundreds of categories (e.g., person, sportsTeam, fruit, emotion) and relations (e.g., playsOnTeam(athlete,sportsTeam), playsInstrument(musician,instrument)) that NELL is expected to read about, and (2) 10 to 15 seed examples of each category and relation.
217
-
218
- Given these inputs, plus a collection of 500 million web pages and access to the remainder of the web through search engine APIs, NELL runs 24 hours per day, continuously, to perform two ongoing tasks:
219
-
220
- Extract new instances of categories and relations. In other words, find noun phrases that represent new examples of the input categories (e.g., "Barack Obama" is a person and politician), and find pairs of noun phrases that correspond to instances of the input relations (e.g., the pair "Jason Giambi" and "Yankees" is an instance of the playsOnTeam relation). These new instances are added to the growing knowledge base of structured beliefs.
221
- Learn to read better than yesterday. NELL uses a variety of methods to extract beliefs from the web. These are retrained, using the growing knowledge base as a self-supervised collection of training examples. The result is a semi-supervised learning method that couples the training of hundreds of different extraction methods for a wide range of categories and relations. Much of NELL’s current success is due to its algorithm for coupling the simultaneous training of many extraction methods.
222
-
223
- For more information, see: http://rtw.ml.cmu.edu/rtw/resources
224
-
225
- ### Supported Tasks and Leaderboards
226
-
227
- [More Information Needed]
228
-
229
- ### Languages
230
- en, and perhaps some others
231
-
232
- ## Dataset Structure
233
-
234
- ### Data Instances
235
-
236
- There are four configurations for the dataset: nell_belief, nell_candidate, nell_belief_sentences, nell_candidate_sentences.
237
-
238
- nell_belief and nell_candidate defines:
239
-
240
- ``
241
- {'best_entity_literal_string': 'Aspect Medical Systems',
242
- 'best_value_literal_string': '',
243
- 'candidate_source': '%5BSEAL-Iter%3A215-2011%2F02%2F26-04%3A27%3A09-%3Ctoken%3Daspect_medical_systems%2Cbiotechcompany%3E-From%3ACategory%3Abiotechcompany-using-KB+http%3A%2F%2Fwww.unionegroup.com%2Fhealthcare%2Fmfg_info.htm+http%3A%2F%2Fwww.conventionspc.com%2Fcompanies.html%2C+CPL-Iter%3A1103-2018%2F03%2F08-15%3A32%3A34-%3Ctoken%3Daspect_medical_systems%2Cbiotechcompany%3E-grant+support+from+_%092%09research+support+from+_%094%09unrestricted+educational+grant+from+_%092%09educational+grant+from+_%092%09research+grant+support+from+_%091%09various+financial+management+positions+at+_%091%5D',
244
- 'categories_for_entity': 'concept:biotechcompany',
245
- 'categories_for_value': 'concept:company',
246
- 'entity': 'concept:biotechcompany:aspect_medical_systems',
247
- 'entity_literal_strings': '"Aspect Medical Systems" "aspect medical systems"',
248
- 'iteration_of_promotion': '1103',
249
- 'relation': 'generalizations',
250
- 'score': '0.9244426550775064',
251
- 'source': 'MBL-Iter%3A1103-2018%2F03%2F18-01%3A35%3A42-From+ErrorBasedIntegrator+%28SEAL%28aspect_medical_systems%2Cbiotechcompany%29%2C+CPL%28aspect_medical_systems%2Cbiotechcompany%29%29',
252
- 'value': 'concept:biotechcompany',
253
- 'value_literal_strings': ''}
254
- ``
255
-
256
- nell_belief_sentences, nell_candidate_sentences defines:
257
-
258
- ``
259
- {'count': 4,
260
- 'entity': 'biotechcompany:aspect_medical_systems',
261
- 'relation': 'generalizations',
262
- 'score': '0.9244426550775064',
263
- 'sentence': 'research support from [[ Aspect Medical Systems ]]',
264
- 'sentence_type': 'CPL',
265
- 'url': '',
266
- 'value': 'biotechcompany'}
267
- ``
268
-
269
- ### Data Fields
270
-
271
- For nell_belief and nell_canddiate configurations. From http://rtw.ml.cmu.edu/rtw/faq:
272
- * entity: The Entity part of the (Entity, Relation, Value) tripple. Note that this will be the name of a concept and is not the literal string of characters seen by NELL from some text source, nor does it indicate the category membership of that concept
273
- * relation: The Relation part of the (Entity, Relation, Value) tripple. In the case of a category instance, this will be "generalizations". In the case of a relation instance, this will be the name of the relation.
274
- * value: The Value part of the (Entity, Relation, Value) tripple. In the case of a category instance, this will be the name of the category. In the case of a relation instance, this will be another concept (like Entity).
275
- * iteration_of_promotion: The point in NELL's life at which this category or relation instance was promoted to one that NELL beleives to be true. This is a non-negative integer indicating the number of iterations of bootstrapping NELL had gone through.
276
- * score: A confidence score for the belief. Note that NELL's scores are not actually probabilistic at this time.
277
- * source: A summary of the provenance for the belief indicating the set of learning subcomponents (CPL, SEAL, etc.) that had submitted this belief as being potentially true.
278
- * entity_literal_strings: The set of actual textual strings that NELL has read that it believes can refer to the concept indicated in the Entity column.
279
- * value_literal_strings: For relations, the set of actual textual strings that NELL has read that it believes can refer to the concept indicated in the Value column. For categories, this should be empty but may contain something spurious.
280
- * best_entity_literal_string: Of the set of strings in the Entity literalStrings, column, which one string can best be used to describe the concept.
281
- * best_value_literal_string: Same thing, but for Value literalStrings.
282
- * categories_for_entity: The full set of categories (which may be empty) to which NELL belives the concept indicated in the Entity column to belong.
283
- * categories_for_value: For relations, the full set of categories (which may be empty) to which NELL believes the concept indicated in the Value column to belong. For categories, this should be empty but may contain something spurious.
284
- * candidate_source: A free-form amalgamation of more specific provenance information describing the justification(s) NELL has for possibly believing this category or relation instance.
285
-
286
- For the nell_belief_sentences and nell_candidate_sentences, we have extracted the underlying sentences, sentence count and URLs and provided a shortened version of the entity, relation and value field by removing the string "concept:" and "candidate:". There are two types of sentences, 'CPL' and 'OE', which are generated by two of the modules of NELL, pattern matching and open web searching, respectively. There may be duplicates. The configuration is as follows:
287
- * entity: The Entity part of the (Entity, Relation, Value) tripple. Note that this will be the name of a concept and is not the literal string of characters seen by NELL from some text source, nor does it indicate the category membership of that concept
288
- * relation: The Relation part of the (Entity, Relation, Value) tripple. In the case of a category instance, this will be "generalizations". In the case of a relation instance, this will be the name of the relation.
289
- * value: The Value part of the (Entity, Relation, Value) tripple. In the case of a category instance, this will be the name of the category. In the case of a relation instance, this will be another concept (like Entity).
290
- * score: A confidence score for the belief. Note that NELL's scores are not actually probabilistic at this time.
291
- * sentence: the raw sentence. For 'CPL' type sentences, there are "[[" "]]" arounds the entity and value. For 'OE' type sentences, there are no "[[" and "]]".
292
- * url: the url if there is one from which this sentence was extracted
293
- * count: the count for this sentence
294
- * sentence_type: either 'CPL' or 'OE'
295
-
296
- ### Data Splits
297
-
298
- There are no splits.
299
-
300
- ## Dataset Creation
301
-
302
- ### Curation Rationale
303
-
304
- This dataset was gathered and created over many years of running the NELL system on web data.
305
-
306
- ### Source Data
307
-
308
- #### Initial Data Collection and Normalization
309
-
310
- See the research paper on NELL. NELL searches a subset of the web
311
- (Clueweb09) and the open web using various open information extraction
312
- algorithms, including pattern matching.
313
-
314
- #### Who are the source language producers?
315
-
316
- The NELL authors at Carnegie Mellon Univiersty and data from Cluebweb09 and the open web.
317
-
318
- ### Annotations
319
-
320
- #### Annotation process
321
-
322
- The various open information extraction modules of NELL.
323
-
324
- #### Who are the annotators?
325
-
326
- Machine annotated.
327
-
328
- ### Personal and Sensitive Information
329
-
330
- Unkown, but likely there are names of famous individuals.
331
-
332
- ## Considerations for Using the Data
333
-
334
- ### Social Impact of Dataset
335
-
336
- The goal for the work is to help machines learn to read and understand the web.
337
-
338
- ### Discussion of Biases
339
-
340
- Since the data is gathered from the web, there is likely to be biased text and relationships.
341
-
342
- [More Information Needed]
343
-
344
- ### Other Known Limitations
345
-
346
- The relationships and concepts gathered from NELL are not 100% accurate, and there could be errors (maybe as high as 30% error).
347
- See https://en.wikipedia.org/wiki/Never-Ending_Language_Learning
348
-
349
- We did not 'tag' the entity and value in the 'OE' sentences, and this might be an extension in the future.
350
-
351
- ## Additional Information
352
-
353
- ### Dataset Curators
354
-
355
- The authors of NELL at Carnegie Mellon Univeristy
356
-
357
- ### Licensing Information
358
-
359
- There does not appear to be a license on http://rtw.ml.cmu.edu/rtw/resources. The data is made available by CMU on the web.
360
-
361
- ### Citation Information
362
- @inproceedings{mitchell2015,
363
- added-at = {2015-01-27T15:35:24.000+0100},
364
- author = {Mitchell, T. and Cohen, W. and Hruscha, E. and Talukdar, P. and Betteridge, J. and Carlson, A. and Dalvi, B. and Gardner, M. and Kisiel, B. and Krishnamurthy, J. and Lao, N. and Mazaitis, K. and Mohammad, T. and Nakashole, N. and Platanios, E. and Ritter, A. and Samadi, M. and Settles, B. and Wang, R. and Wijaya, D. and Gupta, A. and Chen, X. and Saparov, A. and Greaves, M. and Welling, J.},
365
- biburl = {https://www.bibsonomy.org/bibtex/263070703e6bb812852cca56574aed093/hotho},
366
- booktitle = {AAAI},
367
- description = {Papers by William W. Cohen},
368
- interhash = {52d0d71f6f5b332dabc1412f18e3a93d},
369
- intrahash = {63070703e6bb812852cca56574aed093},
370
- keywords = {learning nell ontology semantic toread},
371
- note = {: Never-Ending Learning in AAAI-2015},
372
- timestamp = {2015-01-27T15:35:24.000+0100},
373
- title = {Never-Ending Learning},
374
- url = {http://www.cs.cmu.edu/~wcohen/pubs.html},
375
- year = 2015
376
- }
377
-
378
-
379
- ### Contributions
380
-
381
- Thanks to [@ontocord](https://github.com/ontocord) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"nell_belief": {"description": "This dataset provides version 1115 of the belief\nextracted by CMU's Never Ending Language Learner (NELL) and version\n1110 of the candidate belief extracted by NELL. See\nhttp://rtw.ml.cmu.edu/rtw/overview. NELL is an open information\nextraction system that attempts to read the Clueweb09 of 500 million\nweb pages (http://boston.lti.cs.cmu.edu/Data/clueweb09/) and general\nweb searches.\n\nThe dataset has 4 configurations: nell_belief, nell_candidate,\nnell_belief_sentences, and nell_candidate_sentences. nell_belief is\ncertainties of belief are lower. The two sentences config extracts the\nCPL sentence patterns filled with the applicable 'best' literal string\nfor the entities filled into the sentence patterns. And also provides\nsentences found using web searches containing the entities and\nrelationships.\n\nThere are roughly 21M entries for nell_belief_sentences, and 100M\nsentences for nell_candidate_sentences.\n", "citation": "@inproceedings{mitchell2015,\n added-at = {2015-01-27T15:35:24.000+0100},\n author = {Mitchell, T. and Cohen, W. and Hruscha, E. and Talukdar, P. and Betteridge, J. and Carlson, A. and Dalvi, B. and Gardner, M. and Kisiel, B. and Krishnamurthy, J. and Lao, N. and Mazaitis, K. and Mohammad, T. and Nakashole, N. and Platanios, E. and Ritter, A. and Samadi, M. and Settles, B. and Wang, R. and Wijaya, D. and Gupta, A. and Chen, X. and Saparov, A. and Greaves, M. and Welling, J.},\n biburl = {https://www.bibsonomy.org/bibtex/263070703e6bb812852cca56574aed093/hotho},\n booktitle = {AAAI},\n description = {Papers by William W. Cohen},\n interhash = {52d0d71f6f5b332dabc1412f18e3a93d},\n intrahash = {63070703e6bb812852cca56574aed093},\n keywords = {learning nell ontology semantic toread},\n note = {: Never-Ending Learning in AAAI-2015},\n timestamp = {2015-01-27T15:35:24.000+0100},\n title = {Never-Ending Learning},\n url = {http://www.cs.cmu.edu/~wcohen/pubs.html},\n year = 2015\n}\n", "homepage": "http://rtw.ml.cmu.edu/rtw/", "license": "\n", "features": {"entity": {"dtype": "string", "id": null, "_type": "Value"}, "relation": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "iteration_of_promotion": {"dtype": "string", "id": null, "_type": "Value"}, "score": {"dtype": "string", "id": null, "_type": "Value"}, "source": {"dtype": "string", "id": null, "_type": "Value"}, "entity_literal_strings": {"dtype": "string", "id": null, "_type": "Value"}, "value_literal_strings": {"dtype": "string", "id": null, "_type": "Value"}, "best_entity_literal_string": {"dtype": "string", "id": null, "_type": "Value"}, "best_value_literal_string": {"dtype": "string", "id": null, "_type": "Value"}, "categories_for_entity": {"dtype": "string", "id": null, "_type": "Value"}, "categories_for_value": {"dtype": "string", "id": null, "_type": "Value"}, "candidate_source": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "nell", "config_name": "nell_belief", "version": {"version_str": "1115.0.0", "description": null, "major": 1115, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4592559704, "num_examples": 2766079, "dataset_name": "nell"}}, "download_checksums": {"http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1115.esv.csv.gz": {"num_bytes": 929107246, "checksum": "f2f09961fc5f362597b967ce98fc43790cb5de921d98a866c1e48aa1c8be4f67"}}, "download_size": 929107246, "post_processing_size": null, "dataset_size": 4592559704, "size_in_bytes": 5521666950}, "nell_candidate": {"description": "This dataset provides version 1115 of the belief\nextracted by CMU's Never Ending Language Learner (NELL) and version\n1110 of the candidate belief extracted by NELL. See\nhttp://rtw.ml.cmu.edu/rtw/overview. NELL is an open information\nextraction system that attempts to read the Clueweb09 of 500 million\nweb pages (http://boston.lti.cs.cmu.edu/Data/clueweb09/) and general\nweb searches.\n\nThe dataset has 4 configurations: nell_belief, nell_candidate,\nnell_belief_sentences, and nell_candidate_sentences. nell_belief is\ncertainties of belief are lower. The two sentences config extracts the\nCPL sentence patterns filled with the applicable 'best' literal string\nfor the entities filled into the sentence patterns. And also provides\nsentences found using web searches containing the entities and\nrelationships.\n\nThere are roughly 21M entries for nell_belief_sentences, and 100M\nsentences for nell_candidate_sentences.\n", "citation": "@inproceedings{mitchell2015,\n added-at = {2015-01-27T15:35:24.000+0100},\n author = {Mitchell, T. and Cohen, W. and Hruscha, E. and Talukdar, P. and Betteridge, J. and Carlson, A. and Dalvi, B. and Gardner, M. and Kisiel, B. and Krishnamurthy, J. and Lao, N. and Mazaitis, K. and Mohammad, T. and Nakashole, N. and Platanios, E. and Ritter, A. and Samadi, M. and Settles, B. and Wang, R. and Wijaya, D. and Gupta, A. and Chen, X. and Saparov, A. and Greaves, M. and Welling, J.},\n biburl = {https://www.bibsonomy.org/bibtex/263070703e6bb812852cca56574aed093/hotho},\n booktitle = {AAAI},\n description = {Papers by William W. Cohen},\n interhash = {52d0d71f6f5b332dabc1412f18e3a93d},\n intrahash = {63070703e6bb812852cca56574aed093},\n keywords = {learning nell ontology semantic toread},\n note = {: Never-Ending Learning in AAAI-2015},\n timestamp = {2015-01-27T15:35:24.000+0100},\n title = {Never-Ending Learning},\n url = {http://www.cs.cmu.edu/~wcohen/pubs.html},\n year = 2015\n}\n", "homepage": "http://rtw.ml.cmu.edu/rtw/", "license": "\n", "features": {"entity": {"dtype": "string", "id": null, "_type": "Value"}, "relation": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "iteration_of_promotion": {"dtype": "string", "id": null, "_type": "Value"}, "score": {"dtype": "string", "id": null, "_type": "Value"}, "source": {"dtype": "string", "id": null, "_type": "Value"}, "entity_literal_strings": {"dtype": "string", "id": null, "_type": "Value"}, "value_literal_strings": {"dtype": "string", "id": null, "_type": "Value"}, "best_entity_literal_string": {"dtype": "string", "id": null, "_type": "Value"}, "best_value_literal_string": {"dtype": "string", "id": null, "_type": "Value"}, "categories_for_entity": {"dtype": "string", "id": null, "_type": "Value"}, "categories_for_value": {"dtype": "string", "id": null, "_type": "Value"}, "candidate_source": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "nell", "config_name": "nell_candidate", "version": {"version_str": "1110.0.0", "description": null, "major": 1110, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 23497433060, "num_examples": 32687353, "dataset_name": "nell"}}, "download_checksums": {"http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1110.cesv.csv.gz": {"num_bytes": 2687057812, "checksum": "d07e443c8dd5f799c71a42648bc6a90beff0fe6900b69d4c470b3323a0dbe244"}}, "download_size": 2687057812, "post_processing_size": null, "dataset_size": 23497433060, "size_in_bytes": 26184490872}, "nell_belief_sentences": {"description": "This dataset provides version 1115 of the belief\nextracted by CMU's Never Ending Language Learner (NELL) and version\n1110 of the candidate belief extracted by NELL. See\nhttp://rtw.ml.cmu.edu/rtw/overview. NELL is an open information\nextraction system that attempts to read the Clueweb09 of 500 million\nweb pages (http://boston.lti.cs.cmu.edu/Data/clueweb09/) and general\nweb searches.\n\nThe dataset has 4 configurations: nell_belief, nell_candidate,\nnell_belief_sentences, and nell_candidate_sentences. nell_belief is\ncertainties of belief are lower. The two sentences config extracts the\nCPL sentence patterns filled with the applicable 'best' literal string\nfor the entities filled into the sentence patterns. And also provides\nsentences found using web searches containing the entities and\nrelationships.\n\nThere are roughly 21M entries for nell_belief_sentences, and 100M\nsentences for nell_candidate_sentences.\n", "citation": "@inproceedings{mitchell2015,\n added-at = {2015-01-27T15:35:24.000+0100},\n author = {Mitchell, T. and Cohen, W. and Hruscha, E. and Talukdar, P. and Betteridge, J. and Carlson, A. and Dalvi, B. and Gardner, M. and Kisiel, B. and Krishnamurthy, J. and Lao, N. and Mazaitis, K. and Mohammad, T. and Nakashole, N. and Platanios, E. and Ritter, A. and Samadi, M. and Settles, B. and Wang, R. and Wijaya, D. and Gupta, A. and Chen, X. and Saparov, A. and Greaves, M. and Welling, J.},\n biburl = {https://www.bibsonomy.org/bibtex/263070703e6bb812852cca56574aed093/hotho},\n booktitle = {AAAI},\n description = {Papers by William W. Cohen},\n interhash = {52d0d71f6f5b332dabc1412f18e3a93d},\n intrahash = {63070703e6bb812852cca56574aed093},\n keywords = {learning nell ontology semantic toread},\n note = {: Never-Ending Learning in AAAI-2015},\n timestamp = {2015-01-27T15:35:24.000+0100},\n title = {Never-Ending Learning},\n url = {http://www.cs.cmu.edu/~wcohen/pubs.html},\n year = 2015\n}\n", "homepage": "http://rtw.ml.cmu.edu/rtw/", "license": "\n", "features": {"entity": {"dtype": "string", "id": null, "_type": "Value"}, "relation": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "score": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "count": {"dtype": "int32", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "sentence_type": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "nell", "config_name": "nell_belief_sentences", "version": {"version_str": "1115.0.0", "description": null, "major": 1115, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4459368426, "num_examples": 21031531, "dataset_name": "nell"}}, "download_checksums": {"http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1115.esv.csv.gz": {"num_bytes": 929107246, "checksum": "f2f09961fc5f362597b967ce98fc43790cb5de921d98a866c1e48aa1c8be4f67"}}, "download_size": 929107246, "post_processing_size": null, "dataset_size": 4459368426, "size_in_bytes": 5388475672}, "nell_candidate_sentences": {"description": "This dataset provides version 1115 of the belief\nextracted by CMU's Never Ending Language Learner (NELL) and version\n1110 of the candidate belief extracted by NELL. See\nhttp://rtw.ml.cmu.edu/rtw/overview. NELL is an open information\nextraction system that attempts to read the Clueweb09 of 500 million\nweb pages (http://boston.lti.cs.cmu.edu/Data/clueweb09/) and general\nweb searches.\n\nThe dataset has 4 configurations: nell_belief, nell_candidate,\nnell_belief_sentences, and nell_candidate_sentences. nell_belief is\ncertainties of belief are lower. The two sentences config extracts the\nCPL sentence patterns filled with the applicable 'best' literal string\nfor the entities filled into the sentence patterns. And also provides\nsentences found using web searches containing the entities and\nrelationships.\n\nThere are roughly 21M entries for nell_belief_sentences, and 100M\nsentences for nell_candidate_sentences.\n", "citation": "@inproceedings{mitchell2015,\n added-at = {2015-01-27T15:35:24.000+0100},\n author = {Mitchell, T. and Cohen, W. and Hruscha, E. and Talukdar, P. and Betteridge, J. and Carlson, A. and Dalvi, B. and Gardner, M. and Kisiel, B. and Krishnamurthy, J. and Lao, N. and Mazaitis, K. and Mohammad, T. and Nakashole, N. and Platanios, E. and Ritter, A. and Samadi, M. and Settles, B. and Wang, R. and Wijaya, D. and Gupta, A. and Chen, X. and Saparov, A. and Greaves, M. and Welling, J.},\n biburl = {https://www.bibsonomy.org/bibtex/263070703e6bb812852cca56574aed093/hotho},\n booktitle = {AAAI},\n description = {Papers by William W. Cohen},\n interhash = {52d0d71f6f5b332dabc1412f18e3a93d},\n intrahash = {63070703e6bb812852cca56574aed093},\n keywords = {learning nell ontology semantic toread},\n note = {: Never-Ending Learning in AAAI-2015},\n timestamp = {2015-01-27T15:35:24.000+0100},\n title = {Never-Ending Learning},\n url = {http://www.cs.cmu.edu/~wcohen/pubs.html},\n year = 2015\n}\n", "homepage": "http://rtw.ml.cmu.edu/rtw/", "license": "\n", "features": {"entity": {"dtype": "string", "id": null, "_type": "Value"}, "relation": {"dtype": "string", "id": null, "_type": "Value"}, "value": {"dtype": "string", "id": null, "_type": "Value"}, "score": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "count": {"dtype": "int32", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "sentence_type": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "nell", "config_name": "nell_candidate_sentences", "version": "1110.0.0", "splits": {"train": {"name": "train", "num_bytes": 20058197787, "num_examples": 100866414, "dataset_name": "nell"}}, "download_checksums": {"http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1110.cesv.csv.gz": {"num_bytes": 2687057812, "checksum": "d07e443c8dd5f799c71a42648bc6a90beff0fe6900b69d4c470b3323a0dbe244"}}, "download_size": 2687057812, "post_processing_size": null, "dataset_size": 20058197787, "size_in_bytes": 22745255599}}
 
 
nell.py DELETED
@@ -1,230 +0,0 @@
1
- # coding=utf-8
2
- # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- """NELL: Never Ending Language Learner"""
16
-
17
-
18
- from html import unescape
19
- from urllib.parse import unquote
20
-
21
- import datasets
22
-
23
-
24
- _CITATION = """\
25
- @inproceedings{mitchell2015,
26
- added-at = {2015-01-27T15:35:24.000+0100},
27
- author = {Mitchell, T. and Cohen, W. and Hruscha, E. and Talukdar, P. and Betteridge, J. and Carlson, A. and Dalvi, B. and Gardner, M. and Kisiel, B. and Krishnamurthy, J. and Lao, N. and Mazaitis, K. and Mohammad, T. and Nakashole, N. and Platanios, E. and Ritter, A. and Samadi, M. and Settles, B. and Wang, R. and Wijaya, D. and Gupta, A. and Chen, X. and Saparov, A. and Greaves, M. and Welling, J.},
28
- biburl = {https://www.bibsonomy.org/bibtex/263070703e6bb812852cca56574aed093/hotho},
29
- booktitle = {AAAI},
30
- description = {Papers by William W. Cohen},
31
- interhash = {52d0d71f6f5b332dabc1412f18e3a93d},
32
- intrahash = {63070703e6bb812852cca56574aed093},
33
- keywords = {learning nell ontology semantic toread},
34
- note = {: Never-Ending Learning in AAAI-2015},
35
- timestamp = {2015-01-27T15:35:24.000+0100},
36
- title = {Never-Ending Learning},
37
- url = {http://www.cs.cmu.edu/~wcohen/pubs.html},
38
- year = 2015
39
- }
40
- """
41
-
42
-
43
- _DESCRIPTION = """This dataset provides version 1115 of the belief
44
- extracted by CMU's Never Ending Language Learner (NELL) and version
45
- 1110 of the candidate belief extracted by NELL. See
46
- http://rtw.ml.cmu.edu/rtw/overview. NELL is an open information
47
- extraction system that attempts to read the Clueweb09 of 500 million
48
- web pages (http://boston.lti.cs.cmu.edu/Data/clueweb09/) and general
49
- web searches.
50
-
51
- The dataset has 4 configurations: nell_belief, nell_candidate,
52
- nell_belief_sentences, and nell_candidate_sentences. nell_belief is
53
- certainties of belief are lower. The two sentences config extracts the
54
- CPL sentence patterns filled with the applicable 'best' literal string
55
- for the entities filled into the sentence patterns. And also provides
56
- sentences found using web searches containing the entities and
57
- relationships.
58
-
59
- There are roughly 21M entries for nell_belief_sentences, and 100M
60
- sentences for nell_candidate_sentences.
61
- """
62
-
63
-
64
- _LICENSE = """
65
- """
66
-
67
- _URLs = {
68
- "nell_belief": "http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1115.esv.csv.gz",
69
- "nell_candidate": "http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1110.cesv.csv.gz",
70
- "nell_belief_sentences": "http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1115.esv.csv.gz",
71
- "nell_candidate_sentences": "http://rtw.ml.cmu.edu/resources/results/08m/NELL.08m.1110.cesv.csv.gz",
72
- }
73
-
74
-
75
- class Nell(datasets.GeneratorBasedBuilder):
76
- """NELL dataset for knowledge bases and knowledge graphs and underlying sentences."""
77
-
78
- VERSION = datasets.Version("0.1.0")
79
-
80
- BUILDER_CONFIGS = [
81
- datasets.BuilderConfig(name="nell_belief", description="The beliefs in raw data form", version="1115.0.0"),
82
- datasets.BuilderConfig(
83
- name="nell_candidate", description="The candidate beliefs in raw data form", version="1110.0.0"
84
- ),
85
- datasets.BuilderConfig(
86
- name="nell_belief_sentences",
87
- description="The underlying sentences available for the nell beliefs",
88
- version="1115.0.0",
89
- ),
90
- datasets.BuilderConfig(
91
- name="nell_candidate_sentences",
92
- description="The underlying sentences available for the nell candidate beliefs",
93
- version="1110.0.0",
94
- ),
95
- ]
96
-
97
- DEFAULT_CONFIG_NAME = "nell"
98
-
99
- def _info(self):
100
- if self.config.name in ("nell_belief", "nell_candidate"):
101
- features = datasets.Features(
102
- {
103
- "entity": datasets.Value("string"),
104
- "relation": datasets.Value("string"),
105
- "value": datasets.Value("string"),
106
- "iteration_of_promotion": datasets.Value("string"),
107
- "score": datasets.Value("string"),
108
- "source": datasets.Value("string"),
109
- "entity_literal_strings": datasets.Value("string"),
110
- "value_literal_strings": datasets.Value("string"),
111
- "best_entity_literal_string": datasets.Value("string"),
112
- "best_value_literal_string": datasets.Value("string"),
113
- "categories_for_entity": datasets.Value("string"),
114
- "categories_for_value": datasets.Value("string"),
115
- "candidate_source": datasets.Value("string"),
116
- }
117
- )
118
- else:
119
- features = datasets.Features(
120
- {
121
- "entity": datasets.Value("string"),
122
- "relation": datasets.Value("string"),
123
- "value": datasets.Value("string"),
124
- "score": datasets.Value("string"),
125
- "sentence": datasets.Value("string"),
126
- "count": datasets.Value("int32"),
127
- "url": datasets.Value("string"),
128
- "sentence_type": datasets.Value("string"),
129
- }
130
- )
131
- return datasets.DatasetInfo(
132
- description=_DESCRIPTION,
133
- features=features,
134
- supervised_keys=None,
135
- homepage="http://rtw.ml.cmu.edu/rtw/",
136
- license=_LICENSE,
137
- citation=_CITATION,
138
- )
139
-
140
- def _split_generators(self, dl_manager):
141
- """Returns SplitGenerators."""
142
- my_urls = _URLs[self.config.name]
143
- data_dir = dl_manager.download_and_extract(my_urls)
144
- return [
145
- datasets.SplitGenerator(
146
- name=datasets.Split.TRAIN,
147
- gen_kwargs={
148
- "filepath": data_dir,
149
- "split": "train",
150
- },
151
- ),
152
- ]
153
-
154
- def _generate_examples(self, filepath, split):
155
- """Yields examples from the NELL belief knowledge base and candidate bleifs knowledge base if the config is 'nell_belief' and 'nell_candidate', respectively, otherwise yields the sentences for two dataset if the config is 'nell_belief_sentences' and 'nell_candidate_sentences' respectively."""
156
-
157
- with open(filepath, encoding="utf-8") as f:
158
- id_ = -1
159
- for row in f:
160
- row = row.strip().split("\t")
161
- if "[" in row[3]:
162
- row[3] = row[3].strip("[]").split(",")[0]
163
- if "[" in row[4]:
164
- row[4] = row[4].strip("[]").split(",")[0]
165
- if self.config.name in ("nell_belief", "nell_candidate"):
166
- id_ += 1
167
- yield id_, {
168
- "entity": row[0].strip(),
169
- "relation": row[1].strip(),
170
- "value": row[2].strip(),
171
- "iteration_of_promotion": row[3].strip(),
172
- "score": row[4].strip(),
173
- "source": row[5].strip(),
174
- "entity_literal_strings": row[6].strip(),
175
- "value_literal_strings": row[7].strip(),
176
- "best_entity_literal_string": row[8].strip(),
177
- "best_value_literal_string": row[9].strip(),
178
- "categories_for_entity": row[10].strip(),
179
- "categories_for_value": row[11].strip(),
180
- "candidate_source": row[12].strip(),
181
- }
182
- else:
183
- best_arg1 = row[8]
184
- best_arg2 = row[9]
185
- iter_type = ""
186
- for s2 in unquote(row[12]).strip("[]").split("-Iter"):
187
- if iter_type in ("CPL", "OE"):
188
- arr = unescape(s2.split(">", 1)[-1].strip("-").replace("+", " ")).split("\t")
189
- la = len(arr)
190
- count = 0
191
- url = ""
192
- for i in range(0, la, 2):
193
- sentence = arr[i]
194
- if i + 1 == la:
195
- count = 1
196
- url = ""
197
- else:
198
- try:
199
- count = int(arr[i + 1].split(",")[0])
200
- url = ""
201
- except ValueError:
202
- count = 1
203
- url = ""
204
- if arr[i + 1].startswith("http"):
205
- url = arr[i + 1].split(",")[0]
206
- if iter_type == "CPL":
207
- if "_" in sentence:
208
- sentence = sentence.replace("_", "[[ " + best_arg1 + " ]]")
209
- elif "arg1" in sentence:
210
- sentence = sentence.replace("arg1", "[[ " + best_arg1 + " ]]").replace(
211
- "arg2", "[[ " + best_arg2 + " ]]"
212
- )
213
- else:
214
- continue
215
- if sentence.endswith("CPL"):
216
- sentence = sentence[:-5]
217
- if sentence.endswith("OE"):
218
- sentence = sentence[:-4]
219
- id_ += 1
220
- yield id_, {
221
- "entity": row[0].replace("candidate:", "").replace("concept:", "").strip(),
222
- "relation": row[1].replace("candidate:", "").replace("concept:", "").strip(),
223
- "value": row[2].replace("candidate:", "").replace("concept:", "").strip(),
224
- "score": row[4].strip(),
225
- "sentence": sentence.strip(),
226
- "count": int(count),
227
- "url": url.strip(),
228
- "sentence_type": iter_type,
229
- }
230
- iter_type = s2.split(",")[-1].strip("+")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
nell_belief/nell-train-00000-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2317c7802bfd88ad1334484f7c9ca312546a1ae6e29f573570f7e925a3e93af1
3
+ size 168979248
nell_belief/nell-train-00001-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8271114ed553102cb70ffbefc5e899744a849a35b056469695571179f3a3ad60
3
+ size 176051414
nell_belief/nell-train-00002-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e976b9bf955819383b87212a2b9d8e1be16cd67c3cde7989ee8d50e11429e1f8
3
+ size 177471424
nell_belief/nell-train-00003-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d044aec1d35091ded3334ccbb27a367ab2435ba151f4d73ca2eb1f69536e025
3
+ size 167219330
nell_belief/nell-train-00004-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acfc1172bc7b6c09a5a22adadca0b91be8298146bb2f4849106ae301570382d
3
+ size 167236457
nell_belief/nell-train-00005-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a18723fecf83c5c025f3e16ef390e7bd6cccc233323e86eaf06bef29afe6c27
3
+ size 182760278
nell_belief/nell-train-00006-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eac47c1a9471147b3ee64476e8d40968699fd307d0a04f74fc3977016a306c60
3
+ size 174662034
nell_belief/nell-train-00007-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5755aea45022d96ef42c6d3a70739298000025a306341d940d27a79309739e87
3
+ size 166907615
nell_belief/nell-train-00008-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60ad68264e3a44b012b0d06518f19dd0fd33d7fdbd1902d5414f084e79f340a
3
+ size 168585435
nell_belief/nell-train-00009-of-00010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab3b69a6afa453dbf0028f729681061be6e820eb7a707f200e413899adc51af
3
+ size 25196059