Multilingual Named Entity Recognition for Historical Texts: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| neo | |||
|---|---|---|---|
| Line 7: | Line 7: | ||
"statements": { |
"statements": { |
||
"Title": { |
"Title": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"Multilingual Named Entity Recognition for Historical Texts" |
"Multilingual Named Entity Recognition for Historical Texts" |
||
| Line 13: | Line 13: | ||
}, |
}, |
||
"Year": { |
"Year": { |
||
" |
"propertyType": "number", |
||
"value": 2023 |
"value": 2023 |
||
}, |
}, |
||
"Venue": { |
"Venue": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"ACL Findings" |
"ACL Findings" |
||
| Line 23: | Line 23: | ||
}, |
}, |
||
"Authors": { |
"Authors": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
| Line 36: | Line 36: | ||
}, |
}, |
||
"Project": { |
"Project": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
| Line 45: | Line 45: | ||
}, |
}, |
||
"URL": { |
"URL": { |
||
" |
"propertyType": "url", |
||
"value": [ |
"value": [ |
||
"https://example.org/publications/multilingual-ner" |
"https://example.org/publications/multilingual-ner" |
||
Latest revision as of 22:05, 27 July 2026
"Multilingual Named Entity Recognition for Historical Texts" proposes a training and evaluation methodology for NER models that must cope with the spelling variation, code-switching, and non-standard orthography typical of pre-modern European sources. The paper benchmarks several transformer-based architectures against a curated set of historical corpora.
The work underpins the Multilingual NER Toolkit project, which packages the methodology as reusable models and evaluation harnesses for downstream digital humanities use.