Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Dutch
Size:
1K - 10K
ArXiv:
Tags:
lam
License:
Commit
·
d409996
1
Parent(s):
7988dd3
Update README.md
Browse files
README.md
CHANGED
@@ -200,14 +200,16 @@ status and notarial role of a person.
|
|
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 |
-
|
209 |
-
-
|
210 |
-
|
|
|
|
|
211 |
|
212 |
|
213 |
### Data Splits
|
|
|
200 |
### Data Fields
|
201 |
|
202 |
- tokens: text tokens
|
203 |
+
- NE-MAIN: main entity type, i.e. person, place, Organization, ProperName
|
204 |
- NE-PER-NAME: person name entity
|
205 |
+
- NE-PER-GENDER: ascribed gender of the person
|
206 |
+
- NE-PER-LEGAL-STATUS: legal status where known, i.e. Free(d), Enslaved, Unspecified
|
207 |
+
- NE-PER-ROLE: The attribute Role refers to roles specific to testaments in notarial archives, which may take exactly one of the following
|
208 |
+
values: Testator, Notary, Witness, Beneficiary, Acting Notary, Testator Beneficiary or Other
|
209 |
+
- NE-ORG-BENEFICIARY: Organizations have the attribute Beneficiary which can take the value Yes or No depending on
|
210 |
+
whether the testator decides an organization to be their beneficiary.
|
211 |
+
- MISC: other annotations not fitting into the above labels.
|
212 |
+
- document_id: id for the document being annotated
|
213 |
|
214 |
|
215 |
### Data Splits
|