Datasets:

Languages:
Dutch
Size Categories:
1K<n<10K
ArXiv:
Tags:
lam
License:
davanstrien HF staff commited on
Commit
7988dd3
1 Parent(s): c04ed1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -184,7 +184,7 @@ persons).
184
 
185
  ### Supported Tasks and Leaderboards
186
 
187
- - named-entity-recognition: The dataset can be used to train a model for Named Entity Recognition.
188
 
189
  ### Languages
190
 
@@ -194,14 +194,16 @@ The dataset contains 18th Century Dutch. The text in the dataset was produced vi
194
 
195
  ### Data Instances
196
 
 
 
197
 
198
  ### Data Fields
199
 
200
- - tokens
201
- - NE-MAIN
202
- - NE-PER-NAME
203
- - NE-PER-GENDER
204
- - NE-PER-LEGAL-STATUS
205
  - NE-PER-ROLE
206
  - NE-ORG-BENEFICIARY
207
  - MISC
@@ -233,6 +235,13 @@ Archives.
233
 
234
  ### Annotations
235
 
 
 
 
 
 
 
 
236
  #### Annotation process
237
 
238
  Annotations were created as a shared annotation task on the Brat annotation software. Annotations were created by highlighting the relevant span of
 
184
 
185
  ### Supported Tasks and Leaderboards
186
 
187
+ - named-entity-recognition: This dataset can be used to train a model for Named Entity Recognition. In particular, the dataset was designed to detect mentions of people in archival documents.
188
 
189
  ### Languages
190
 
 
194
 
195
  ### Data Instances
196
 
197
+ Each datapoint refers to a central entity that can be a person, place, organization or proper name or their attributes such as gender, legal
198
+ status and notarial role of a person.
199
 
200
  ### Data Fields
201
 
202
+ - tokens: text tokens
203
+ - NE-MAIN:
204
+ - NE-PER-NAME: person name entity
205
+ - NE-PER-GENDER: ascribed gender of person
206
+ - NE-PER-LEGAL-STATUS:
207
  - NE-PER-ROLE
208
  - NE-ORG-BENEFICIARY
209
  - MISC
 
235
 
236
  ### Annotations
237
 
238
+ | Entity | # | % |
239
+ |--------------|--------|------|
240
+ | Person | 11,715 | 36.4 |
241
+ | Place | 4,510 | 14 |
242
+ | Organization | 1,080 | 3.4 |
243
+ | ProperName | 14,898 | 46.2 |
244
+
245
  #### Annotation process
246
 
247
  Annotations were created as a shared annotation task on the Brat annotation software. Annotations were created by highlighting the relevant span of