CLAILGOct 24, 2022

Enhancing Label Consistency on Document-level Named Entity Recognition

arXiv:2210.12949v17 citationsh-index: 45Has Code
Originality Incremental advance
AI Analysis

This work addresses inconsistent predictions in biomedical NER, which is incremental as it refines existing models rather than introducing a new paradigm.

The paper tackled the problem of low label consistency in document-level named entity recognition (NER) for biomedical applications by investigating how adjectives and prepositions within entities affect predictions, resulting in absolute F1 score improvements of 7.5-8.6% on two datasets.

Named entity recognition (NER) is a fundamental part of extracting information from documents in biomedical applications. A notable advantage of NER is its consistency in extracting biomedical entities in a document context. Although existing document NER models show consistent predictions, they still do not meet our expectations. We investigated whether the adjectives and prepositions within an entity cause a low label consistency, which results in inconsistent predictions. In this paper, we present our method, ConNER, which enhances the label dependency of modifiers (e.g., adjectives and prepositions) to achieve higher label agreement. ConNER refines the draft labels of the modifiers to improve the output representations of biomedical entities. The effectiveness of our method is demonstrated on four popular biomedical NER datasets; in particular, its efficacy is proved on two datasets with 7.5-8.6% absolute improvements in the F1 score. We interpret that our ConNER method is effective on datasets that have intrinsically low label consistency. In the qualitative analysis, we demonstrate how our approach makes the NER model generate consistent predictions. Our code and resources are available at https://github.com/dmis-lab/ConNER/.

Code Implementations1 repo
Foundations

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

Your Notes