stulcrad commited on
Commit
0ed0321
1 Parent(s): cabb7cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -89
README.md CHANGED
@@ -65,117 +65,66 @@ The dataset is a collection of Czech texts annotated with named entities.
65
  The original CNEC 2.0 dataset contains 8993 Czech sentences with 35220 Czech named entities (train + validation + test).
66
  The original corpus uses 58 entity types.
67
  The extended version uses only 7 entity types and one additional type for non-entities:
68
- - 'O' = Outside of a named entity
69
- - 'B-A' = Beginning of a complex address number (Postal code, street number, even phone number)
70
- - 'I-A' = Inside of a number in the address
71
- - 'B-G' = Beginning of a geographical name
72
- - 'I-G' = Inside of a geographical name
73
- - 'B-I' = Beginning of an institution name
74
- - 'I-I' = Inside of an institution name
75
- - 'B-M' = Beginning of a media name (email, server, website, tv series, etc.)
76
- - 'I-M' = Inside of a media name
77
- - 'B-O' = Beginning of an artifact name (book, old movies, etc.)
78
- - 'I-O' = Inside of an artifact name
79
- - 'B-P' = Beginning of a person's name
80
- - 'I-P' = Inside of a person's name
81
- - 'B-T' = Beginning of a time expression
82
- - 'I-T' = Inside of a time expression
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  ### Dataset Sources [optional]
85
 
86
  <!-- Provide the basic links for the dataset. -->
87
 
88
  - **Repository:** http://hdl.handle.net/11234/1-3493
89
- - **Paper [optional]:** https://link.springer.com/chapter/10.1007/978-3-642-40585-3_20
90
- - **Demo [optional]:** [More Information Needed]
91
-
92
- ## Uses
93
-
94
- <!-- Address questions around how the dataset is intended to be used. -->
95
- This is a dataset created for fine-tuning LMs for the NER task
96
-
97
- ### Direct Use
98
-
99
- <!-- This section describes suitable use cases for the dataset. -->
100
-
101
- [More Information Needed]
102
-
103
- ### Out-of-Scope Use
104
-
105
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
106
-
107
- [More Information Needed]
108
 
109
  ## Dataset Structure
110
 
111
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
112
-
113
- [More Information Needed]
114
 
115
  ## Dataset Creation
116
 
117
- ### Curation Rationale
118
-
119
- <!-- Motivation for the creation of this dataset. -->
120
-
121
- [More Information Needed]
122
-
123
- ### Source Data
124
-
125
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
126
-
127
- #### Data Collection and Processing
128
-
129
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
130
-
131
- [More Information Needed]
132
-
133
  #### Who are the source data producers?
134
 
135
  "http://hdl.handle.net/11234/1-3493"
136
 
137
- [More Information Needed]
138
-
139
- ### Annotations [optional]
140
-
141
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
142
-
143
- #### Annotation process
144
-
145
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
146
-
147
- [More Information Needed]
148
-
149
- #### Who are the annotators?
150
-
151
- <!-- This section describes the people or systems who created the annotations. -->
152
-
153
- [More Information Needed]
154
-
155
- #### Personal and Sensitive Information
156
-
157
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
158
-
159
- [More Information Needed]
160
-
161
- ## Bias, Risks, and Limitations
162
-
163
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
164
-
165
- [More Information Needed]
166
-
167
- ### Recommendations
168
-
169
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
170
-
171
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
172
-
173
  ## Citation [optional]
174
 
175
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
176
 
177
  **BibTeX:**
178
 
 
179
  @misc{11234/1-3493,
180
  title = {{CoNLL}-based Extended Czech Named Entity Corpus 2.0},
181
  author = {Konkol, Michal and Konop{\'{\i}}k, Miloslav and {\v S}ev{\v c}{\'{\i}}kov{\'a}, Magda and {\v Z}abokrtsk{\'y}, Zden{\v e}k and Strakov{\'a}, Jana and Straka, Milan},
@@ -191,6 +140,7 @@ Users should be made aware of the risks, biases and limitations of the dataset.
191
  note = {{LINDAT}/{CLARIAH}-{CZ} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
192
  copyright = {Attribution-{NonCommercial}-{ShareAlike} 3.0 Unported ({CC} {BY}-{NC}-{SA} 3.0)},
193
  year = {2014} }
 
194
 
195
  **APA:**
196
 
 
65
  The original CNEC 2.0 dataset contains 8993 Czech sentences with 35220 Czech named entities (train + validation + test).
66
  The original corpus uses 58 entity types.
67
  The extended version uses only 7 entity types and one additional type for non-entities:
68
+ ```
69
+ Description of entities:
70
+ 'O' = Outside of a named entity
71
+ 'B-A' = Beginning of a complex address number (Postal code, street number, even phone number)
72
+ 'I-A' = Inside of a number in the address
73
+ 'B-G' = Beginning of a geographical name
74
+ 'I-G' = Inside of a geographical name
75
+ 'B-I' = Beginning of an institution name
76
+ 'I-I' = Inside of an institution name
77
+ 'B-M' = Beginning of a media name (email, server, website, tv series, etc.)
78
+ 'I-M' = Inside of a media name
79
+ 'B-O' = Beginning of an artifact name (book, old movies, etc.)
80
+ 'I-O' = Inside of an artifact name
81
+ 'B-P' = Beginning of a person's name
82
+ 'I-P' = Inside of a person's name
83
+ 'B-T' = Beginning of a time expression
84
+ 'I-T' = Inside of a time expression
85
+
86
+ Labels:
87
+ '0': O
88
+ '1': B-A
89
+ '2': I-A
90
+ '3': B-G
91
+ '4': I-G
92
+ '5': B-I
93
+ '6': I-I
94
+ '7': B-M
95
+ '8': I-M
96
+ '9': B-O
97
+ '10': I-O
98
+ '11': B-P
99
+ '12': I-P
100
+ '13': B-T
101
+ '14': I-T
102
+ ```
103
 
104
  ### Dataset Sources [optional]
105
 
106
  <!-- Provide the basic links for the dataset. -->
107
 
108
  - **Repository:** http://hdl.handle.net/11234/1-3493
109
+ - **Paper:** https://link.springer.com/chapter/10.1007/978-3-642-40585-3_20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  ## Dataset Structure
112
 
113
+ The dataset is formated in a CONLL format, use the ner_tags for tokenization, spans and langs is only a surplus.
 
 
114
 
115
  ## Dataset Creation
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  #### Who are the source data producers?
118
 
119
  "http://hdl.handle.net/11234/1-3493"
120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  ## Citation [optional]
122
 
123
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
124
 
125
  **BibTeX:**
126
 
127
+ ```
128
  @misc{11234/1-3493,
129
  title = {{CoNLL}-based Extended Czech Named Entity Corpus 2.0},
130
  author = {Konkol, Michal and Konop{\'{\i}}k, Miloslav and {\v S}ev{\v c}{\'{\i}}kov{\'a}, Magda and {\v Z}abokrtsk{\'y}, Zden{\v e}k and Strakov{\'a}, Jana and Straka, Milan},
 
140
  note = {{LINDAT}/{CLARIAH}-{CZ} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
141
  copyright = {Attribution-{NonCommercial}-{ShareAlike} 3.0 Unported ({CC} {BY}-{NC}-{SA} 3.0)},
142
  year = {2014} }
143
+ ```
144
 
145
  **APA:**
146