parquet-converter commited on
Commit
99820f3
·
1 Parent(s): 8b4000d

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,37 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bz2 filter=lfs diff=lfs merge=lfs -text
5
- *.ftz filter=lfs diff=lfs merge=lfs -text
6
- *.gz filter=lfs diff=lfs merge=lfs -text
7
- *.h5 filter=lfs diff=lfs merge=lfs -text
8
- *.joblib filter=lfs diff=lfs merge=lfs -text
9
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
10
- *.model filter=lfs diff=lfs merge=lfs -text
11
- *.msgpack filter=lfs diff=lfs merge=lfs -text
12
- *.onnx filter=lfs diff=lfs merge=lfs -text
13
- *.ot filter=lfs diff=lfs merge=lfs -text
14
- *.parquet filter=lfs diff=lfs merge=lfs -text
15
- *.pb filter=lfs diff=lfs merge=lfs -text
16
- *.pt filter=lfs diff=lfs merge=lfs -text
17
- *.pth filter=lfs diff=lfs merge=lfs -text
18
- *.rar filter=lfs diff=lfs merge=lfs -text
19
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
20
- *.tar.* filter=lfs diff=lfs merge=lfs -text
21
- *.tflite filter=lfs diff=lfs merge=lfs -text
22
- *.tgz filter=lfs diff=lfs merge=lfs -text
23
- *.wasm filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- # Audio files - uncompressed
29
- *.pcm filter=lfs diff=lfs merge=lfs -text
30
- *.sam filter=lfs diff=lfs merge=lfs -text
31
- *.raw filter=lfs diff=lfs merge=lfs -text
32
- # Audio files - compressed
33
- *.aac filter=lfs diff=lfs merge=lfs -text
34
- *.flac filter=lfs diff=lfs merge=lfs -text
35
- *.mp3 filter=lfs diff=lfs merge=lfs -text
36
- *.ogg filter=lfs diff=lfs merge=lfs -text
37
- *.wav filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,178 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - found
4
- language_creators:
5
- - found
6
- language:
7
- - en
8
- license:
9
- - unknown
10
- multilinguality:
11
- - monolingual
12
- pretty_name: ontonotes_english
13
- size_categories:
14
- - 10K<n<100K
15
- source_datasets:
16
- - extended|other
17
- task_categories:
18
- - token-classification
19
- task_ids:
20
- - named-entity-recognition
21
- ---
22
-
23
- # Dataset Card for ontonotes_english
24
-
25
- ## Table of Contents
26
- - [Table of Contents](#table-of-contents)
27
- - [Dataset Description](#dataset-description)
28
- - [Dataset Summary](#dataset-summary)
29
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
- - [Languages](#languages)
31
- - [Dataset Structure](#dataset-structure)
32
- - [Data Instances](#data-instances)
33
- - [Data Fields](#data-fields)
34
- - [Data Splits](#data-splits)
35
- - [Dataset Creation](#dataset-creation)
36
- - [Curation Rationale](#curation-rationale)
37
- - [Source Data](#source-data)
38
- - [Annotations](#annotations)
39
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
- - [Considerations for Using the Data](#considerations-for-using-the-data)
41
- - [Social Impact of Dataset](#social-impact-of-dataset)
42
- - [Discussion of Biases](#discussion-of-biases)
43
- - [Other Known Limitations](#other-known-limitations)
44
- - [Additional Information](#additional-information)
45
- - [Dataset Curators](#dataset-curators)
46
- - [Licensing Information](#licensing-information)
47
- - [Citation Information](#citation-information)
48
- - [Contributions](#contributions)
49
-
50
- ## Dataset Description
51
-
52
- - **Homepage:** [CoNLL-2012 Shared Task](https://conll.cemantix.org/2012/data.html), [Author's page](https://cemantix.org/data/ontonotes.html)
53
- - **Repository:**
54
- - **Paper:** [Towards Robust Linguistic Analysis using OntoNotes](https://aclanthology.org/W13-3516/)
55
- - **Leaderboard:** [Papers With Code](https://paperswithcode.com/sota/named-entity-recognition-ner-on-ontonotes-v5)
56
- - **Point of Contact:**
57
-
58
- ### Dataset Summary
59
-
60
- This is preprocessed version of what I assume is OntoNotes v5.0.
61
-
62
- Instead of having sentences stored in files, files are unpacked and sentences are the rows now. Also, fields were renamed in order to match [conll2003](https://huggingface.co/datasets/conll2003).
63
-
64
- The source of data is from private repository, which in turn got data from another public repository, location of which is unknown :)
65
-
66
- Since data from all repositories had no license (creator of the private repository told me so), there should be no licensing issues. But bear in mind, I don't give any guarantees that this is real OntoNotes, and may differ as a result.
67
-
68
- ### Supported Tasks and Leaderboards
69
-
70
- - [Named Entity Recognition on Ontonotes v5 (English)](https://paperswithcode.com/sota/named-entity-recognition-ner-on-ontonotes-v5)
71
- - [Coreference Resolution on OntoNotes](https://paperswithcode.com/sota/coreference-resolution-on-ontonotes)
72
- - [Semantic Role Labeling on OntoNotes](https://paperswithcode.com/sota/semantic-role-labeling-on-ontonotes)
73
-
74
- ### Languages
75
-
76
- English
77
-
78
- ## Dataset Structure
79
-
80
- ### Data Instances
81
-
82
- ```
83
- {
84
- 'tokens': ['Well', ',', 'the', 'Hundred', 'Regiments', 'Offensive', 'was', 'divided', 'into', 'three', 'phases', '.'],
85
- 'ner_tags': [0, 0, 29, 30, 30, 30, 0, 0, 0, 27, 0, 0]
86
- }
87
- ```
88
-
89
- ### Data Fields
90
-
91
- - **`tokens`** (*`List[str]`*) : **`words`** in original dataset
92
- - **`ner_tags`** (*`List[ClassLabel]`*) : **`named_entities`** in original dataset. The BIO tags for named entities in the sentence.
93
- - tag set : `datasets.ClassLabel(num_classes=37, names=["O", "B-PERSON", "I-PERSON", "B-NORP", "I-NORP", "B-FAC", "I-FAC", "B-ORG", "I-ORG", "B-GPE", "I-GPE", "B-LOC", "I-LOC", "B-PRODUCT", "I-PRODUCT", "B-DATE", "I-DATE", "B-TIME", "I-TIME", "B-PERCENT", "I-PERCENT", "B-MONEY", "I-MONEY", "B-QUANTITY", "I-QUANTITY", "B-ORDINAL", "I-ORDINAL", "B-CARDINAL", "I-CARDINAL", "B-EVENT", "I-EVENT", "B-WORK_OF_ART", "I-WORK_OF_ART", "B-LAW", "I-LAW", "B-LANGUAGE", "I-LANGUAGE",])`
94
-
95
- ### Data Splits
96
-
97
- _train_, _validation_, and _test_
98
-
99
- ## Dataset Creation
100
-
101
- ### Curation Rationale
102
-
103
- [More Information Needed]
104
-
105
- ### Source Data
106
-
107
- #### Initial Data Collection and Normalization
108
-
109
- [More Information Needed]
110
-
111
- #### Who are the source language producers?
112
-
113
- [More Information Needed]
114
-
115
- ### Annotations
116
-
117
- #### Annotation process
118
-
119
- [More Information Needed]
120
-
121
- #### Who are the annotators?
122
-
123
- [More Information Needed]
124
-
125
- ### Personal and Sensitive Information
126
-
127
- [More Information Needed]
128
-
129
- ## Considerations for Using the Data
130
-
131
- ### Social Impact of Dataset
132
-
133
- [More Information Needed]
134
-
135
- ### Discussion of Biases
136
-
137
- [More Information Needed]
138
-
139
- ### Other Known Limitations
140
-
141
- [More Information Needed]
142
-
143
- ## Additional Information
144
-
145
- ### Dataset Curators
146
-
147
- [More Information Needed]
148
-
149
- ### Licensing Information
150
-
151
- No license
152
-
153
- ### Citation Information
154
-
155
- ```
156
- @inproceedings{pradhan-etal-2013-towards,
157
- title = "Towards Robust Linguistic Analysis using {O}nto{N}otes",
158
- author = {Pradhan, Sameer and
159
- Moschitti, Alessandro and
160
- Xue, Nianwen and
161
- Ng, Hwee Tou and
162
- Bj{\"o}rkelund, Anders and
163
- Uryupina, Olga and
164
- Zhang, Yuchen and
165
- Zhong, Zhi},
166
- booktitle = "Proceedings of the Seventeenth Conference on Computational Natural Language Learning",
167
- month = aug,
168
- year = "2013",
169
- address = "Sofia, Bulgaria",
170
- publisher = "Association for Computational Linguistics",
171
- url = "https://aclanthology.org/W13-3516",
172
- pages = "143--152",
173
- }
174
- ```
175
-
176
- ### Contributions
177
-
178
- Thanks to the author of private repository, that uploaded this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/validation-00000-of-00001.parquet → SpeedOfMagic--ontonotes_english/parquet-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a15aec4eaafe7383de63812faba28253d35132073e57878d11fbed2a9bfadc6
3
- size 844355
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a62809d0f647ddef87e2231598f41ebf892dbd9cc76dfd577f0a40669455f186
3
+ size 523224
data/train-00000-of-00001.parquet → SpeedOfMagic--ontonotes_english/parquet-train.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:722447116b8a14f6eeeb019ac4a01c29f0bc31c7f1cd80bd5a0afbd230a57c10
3
- size 3107231
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02358dad4e9ab8b1c07e0616affec5e1cbad0b5f8e50775e2dee02bb86c13402
3
+ size 3699743
data/test-00000-of-00001.parquet → SpeedOfMagic--ontonotes_english/parquet-validation.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b89f29afd5f9a9e6e38df925b5e605267476eaa67988c3ac92bc8b25f2f227e4
3
- size 436167
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e8206958f7af466255fec61d5e2d41e3c16b2e1def01b38a32170a54d29f24e
3
+ size 991815
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"SpeedOfMagic--ontonotes_english": {"description": "The shared task of CoNLL-2003 concerns language-independent named entity recognition. We will concentrate on\nfour types of named entities: persons, locations, organizations and names of miscellaneous entities that do\nnot belong to the previous three groups.\n\nThe CoNLL-2003 shared task data files contain four columns separated by a single space. Each word has been put on\na separate line and there is an empty line after each sentence. The first item on each line is a word, the second\na part-of-speech (POS) tag, the third a syntactic chunk tag and the fourth the named entity tag. The chunk tags\nand the named entity tags have the format I-TYPE which means that the word is inside a phrase of type TYPE. Only\nif two phrases of the same type immediately follow each other, the first word of the second phrase will have tag\nB-TYPE to show that it starts a new phrase. A word with tag O is not part of a phrase. Note the dataset uses IOB2\ntagging scheme, whereas the original dataset uses IOB1.\n\nFor more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419\n", "citation": "@inproceedings{tjong-kim-sang-de-meulder-2003-introduction,\n title = \"Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition\",\n author = \"Tjong Kim Sang, Erik F. and\n De Meulder, Fien\",\n booktitle = \"Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003\",\n year = \"2003\",\n url = \"https://www.aclweb.org/anthology/W03-0419\",\n pages = \"142--147\",\n}\n", "homepage": "https://www.aclweb.org/anthology/W03-0419/", "license": "", "features": {"tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "ner_tags": {"feature": {"num_classes": 37, "names": ["O", "B-PERSON", "I-PERSON", "B-NORP", "I-NORP", "B-FAC", "I-FAC", "B-ORG", "I-ORG", "B-GPE", "I-GPE", "B-LOC", "I-LOC", "B-PRODUCT", "I-PRODUCT", "B-DATE", "I-DATE", "B-TIME", "I-TIME", "B-PERCENT", "I-PERCENT", "B-MONEY", "I-MONEY", "B-QUANTITY", "I-QUANTITY", "B-ORDINAL", "I-ORDINAL", "B-CARDINAL", "I-CARDINAL", "B-EVENT", "I-EVENT", "B-WORK_OF_ART", "I-WORK_OF_ART", "B-LAW", "I-LAW", "B-LANGUAGE", "I-LANGUAGE"], "id": null, "_type": "ClassLabel"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "conll2003", "config_name": "conll2003", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18175257, "num_examples": 59924, "dataset_name": "ontonotes_english"}, "validation": {"name": "validation", "num_bytes": 4656610, "num_examples": 13900, "dataset_name": "ontonotes_english"}, "test": {"name": "test", "num_bytes": 2543937, "num_examples": 8262, "dataset_name": "ontonotes_english"}}, "download_checksums": null, "download_size": 4387753, "post_processing_size": null, "dataset_size": 25375804, "size_in_bytes": 29763557}}