Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Modeling for Named Entities and Morphology (NEMO^2)

About

Named Entity Recognition (NER) is a fundamental NLP task, commonly formulated as classification over a sequence of tokens. Morphologically-Rich Languages (MRLs) pose a challenge to this basic formulation, as the boundaries of Named Entities do not necessarily coincide with token boundaries, rather, they respect morphological boundaries. To address NER in MRLs we then need to answer two fundamental questions, namely, what are the basic units to be labeled, and how can these units be detected and classified in realistic settings, i.e., where no gold morphology is available. We empirically investigate these questions on a novel NER benchmark, with parallel tokenlevel and morpheme-level NER annotations, which we develop for Modern Hebrew, a morphologically rich-and-ambiguous language. Our results show that explicitly modeling morphological boundaries leads to improved NER performance, and that a novel hybrid architecture, in which NER precedes and prunes morphological decomposition, greatly outperforms the standard pipeline, where morphological decomposition strictly precedes NER, setting a new performance bar for both Hebrew NER and Hebrew morphological decomposition tasks.

Dan Bareket, Reut Tsarfaty• 2020

Related benchmarks

TaskDatasetResultRank
Morphological SegmentationNEMO Corpus (test)
Aligned mset F1100
15
Named Entity RecognitionNEMO Corpus (test)
Aligned MSET F179.1
15
Token-Level Named Entity RecognitionHebrew (dev)
F1 Score79.04
5
Token-Level Named Entity RecognitionHebrew (test)
F1 Score77.64
5
Morph-Level Named Entity RecognitionHebrew (dev)
F1 Score78.51
4
Morph-Level Named Entity RecognitionHebrew (test)
F1 Score77.11
4
Morphological Segmentation & POS TaggingModern Hebrew (test)
Seg+POS Score90.89
3
Named Entity RecognitionBen-Mordecai Hebrew NER corpus 2005 (test)
Precision86.93
3
Morphological Segmentation & POS TaggingModern Hebrew (dev)
Combined Seg+POS Accuracy93.12
3
Showing 9 of 9 rows

Other info

Code

Follow for update