CLJul 30, 2020

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

arXiv:2007.15620v239 citations
Originality Incremental advance
AI Analysis

This work addresses NER challenges in morphologically-rich languages like Hebrew, offering a novel hybrid approach that is incremental but sets new performance standards.

The paper tackled Named Entity Recognition in Morphologically-Rich Languages by addressing unit labeling and detection without gold morphology, showing that modeling morphological boundaries improves performance and a hybrid architecture outperforms standard pipelines, setting new benchmarks for Hebrew NER and morphological decomposition.

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.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes