A Semi-Markov Structured Support Vector Machine Model for High-Precision Named Entity Recognition (P19-1)
Copied to clipboard
| Challenge: | Named entity recognition (NER) is the backbone of many NLP solutions. |
| Approach: | They propose a neural semi-Markov structured support vector machine model that controls the precision-recall trade-off by assigning weights to different types of errors in the loss-augmented inference during training. |
| Outcome: | The proposed model achieves better precision-recall trade-off at various precision levels. |
Similar Papers
Mitigating Out-of-Entity Errors in Named Entity Recognition: A Sentence-Level Strategy (2025.coling-main)
Copied to clipboard
| Challenge: | Existing models of named entity recognition (NER) suffer from the problem of Out-of-Entity (OOE), which hinders the achievement of satisfactory performance. |
| Approach: | They propose a framework which fully leverages sentence-level information to improve OOE-NER performance by exploiting pre-trained language models' ability to understand target entity’s sentence context with a template set and refines sentence representation based on positive and negative templates. |
| Outcome: | The proposed framework outperforms state-of-the-art models on five datasets on named entity recognition (NER) tasks. |
Filtered Semi-Markov CRF (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods for sequence labeling tasks such as Named Entity Recognition (NER) suffer from quadratic complexity over sequence length and poor performance compared to CRF. |
| Approach: | They propose a variant of Semi-Markov CRF that incorporates a filtering step to eliminate irrelevant segments, reducing complexity and search space. |
| Outcome: | The proposed method outperforms both CRF and Semi-CRF on several NER benchmarks while being significantly faster. |
ScdNER: Span-Based Consistency-Aware Document-Level Named Entity Recognition (2023.emnlp-main)
Copied to clipboard
| Challenge: | Named entity recognition (NER) is an important task for many natural language processing applications. |
| Approach: | They propose to fuse global features of tokens via word-based key-value memory to produce documentlevel encoding for token label prediction. |
| Outcome: | The proposed model can produce consistent and consistent predictions on word level with reduced impact of non-entity sequences and adaptive global feature fusion. |
Towards Improving Neural Named Entity Recognition with Gazetteers (P19-1)
Copied to clipboard
| Challenge: | Currently, neural models for named entity recognition are based on data-driven models, with a strong emphasis on getting rid of the efforts for collecting external resources or designing hand-crafted features. |
| Approach: | They propose to use external gazetteers to efficiently access annotated data to generalize beyond the annotation of entities. |
| Outcome: | The proposed model can access external gazetteers while avoiding the effort to design hand-crafted features. |
Context-aware Adversarial Training for Name Regularity Bias in Named Entity Recognition (2021.tacl-1)
Copied to clipboard
| Challenge: | Name Regularity Bias is a problem in NER models that use contextual information to predict the type of an ambiguous entity. |
| Approach: | They propose a model-agnostic training method that adds learnable adversarial noise to some entity mentions to improve their accuracy. |
| Outcome: | The proposed method outperforms feature-based models on name regularity bias . it adds learnable adversarial noise to some entity mentions, leading to gains . |
CoNLL#: Fine-grained Error Analysis and a Corrected Test Set for CoNLL-03 English (2024.lrec-main)
Copied to clipboard
| Challenge: | a glass ceiling for named entity recognition systems has been suggested for 2021 . however, the performance of the most popular NER benchmarks has plateaued since then . we investigate what NER models are still struggling with . |
| Approach: | They perform a fine-grained evaluation of the model outputs by adding document annotations to the CoNLL-03 English dataset to identify lingering errors. |
| Outcome: | The proposed model is able to correct errors and guide future work. |
MINER: Improving Out-of-Vocabulary Named Entity Recognition from an Information Theoretic Perspective (2022.acl-long)
Copied to clipboard
Xiao Wang, Shihan Dou, Limao Xiong, Yicheng Zou, Qi Zhang, Tao Gui, Liang Qiao, Zhanzhan Cheng, Xuanjing Huang
| Challenge: | Named Entity Recognition models are feature-engineering and machine learning based. |
| Approach: | They propose a new NER learning framework that uses entity mentions to improve model performance. |
| Outcome: | The proposed model achieves better performance on OOV entities on various settings and datasets. |
Better Feature Integration for Named Entity Recognition (2021.naacl-main)
Copied to clipboard
| Challenge: | Existing approaches to named entity recognition (NER) focus on stacking the LSTM and graph neural networks (GCNs) however, the exact interaction mechanism between the two types of features is not clear and the performance gain is not significant. |
| Approach: | They propose a model that incorporates both types of features with a Synergized-LSTM which captures how the two types of feature interact. |
| Outcome: | The proposed model achieves better performance than previous approaches while requiring fewer parameters. |
A Scalable Framework for Automated NER Annotation Correction in Low-Resource Languages (2026.findings-eacl)
Copied to clipboard
| Challenge: | Existing NER benchmarks lack quality annotations, resulting in poor performance. |
| Approach: | They propose a frequency-based iterative approach that leverages self-training and a dual-threshold mechanism to enhance inference confidence. |
| Outcome: | The proposed approach improves NER performance on three datasets with a high number of missing annotations. |
Sentence-Level Resampling for Named Entity Recognition (2022.naacl-main)
Copied to clipboard
| Challenge: | named entity recognition (NER) tasks are often dominated by the majority of non-entity tokens in text . a data imbalance problem is causing the NER models to ignore named entities . |
| Approach: | They propose a set of sentence-level resampling methods to reduce data imbalance . they use a training sentence to compute the importance of each training sentence based on its tokens and entities . |
| Outcome: | The proposed methods outperform sub-sentence-level resampling, data augmentation, and loss functions on multiple corpora. |