Jump to content

Multilingual Named Entity Recognition for Historical Texts: Difference between revisions

From NeoWiki Demo
Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
neo
Line 7: Line 7:
"statements": {
"statements": {
"Title": {
"Title": {
"type": "text",
"propertyType": "text",
"value": [
"value": [
"Multilingual Named Entity Recognition for Historical Texts"
"Multilingual Named Entity Recognition for Historical Texts"
Line 13: Line 13:
},
},
"Year": {
"Year": {
"type": "number",
"propertyType": "number",
"value": 2023
"value": 2023
},
},
"Venue": {
"Venue": {
"type": "text",
"propertyType": "text",
"value": [
"value": [
"ACL Findings"
"ACL Findings"
Line 23: Line 23:
},
},
"Authors": {
"Authors": {
"type": "relation",
"propertyType": "relation",
"value": [
"value": [
{
{
Line 36: Line 36:
},
},
"Project": {
"Project": {
"type": "relation",
"propertyType": "relation",
"value": [
"value": [
{
{
Line 45: Line 45:
},
},
"URL": {
"URL": {
"type": "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.