Challenge: Named entity recognition (NER) is a fundamental and important task in natural language processing.
Approach: They propose a novel Hero-Gang Neural structure to leverage both global and local information to promote NER by using a Transformer-based encoder and a Gang module.
Outcome: The proposed model can extract local features and position information from the Hero and Gang modules, and it performs on multiple datasets.

Similar Papers

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.
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.
The Role of Global and Local Context in Named Entity Recognition (2023.acl-short)

Copied to clipboard

Challenge: Named Entity Recognition (NER) models are usually applied sequentially because of their complexity.
Approach: They explore the impact of global document context on Named Entity Recognition . they find that correctly retrieving global document contextual has a greater impact .
Outcome: The proposed model can retrieve global context better than leveraging local context . authors say the model can push the state of the art further .
Neural Adaptation Layers for Cross-domain Named Entity Recognition (D18-1)

Copied to clipboard

Challenge: Named entity recognition is a type of information extraction task whereby features can be designed based on domain-specific knowledge.
Approach: They propose to use existing neural architectures to adapt to new domains without retraining . they propose to add adaptation layers to existing neural models to minimize re-training based on source data.
Outcome: The proposed approach significantly outperforms state-of-the-art methods on social media domains.
GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer (2024.naacl-long)

Copied to clipboard

Challenge: Named Entity Recognition (NER) models are limited to a set of predefined entity types. Large language models (LLMs) can extract arbitrary entities through natural language instructions.
Approach: They propose a model that can identify any type of entity using a transformer encoder.
Outcome: The proposed model outperforms existing models on NER benchmarks on a set of predefined entities.
Fine-tuning Pre-trained Named Entity Recognition Models For Indian Languages (2024.naacl-srw)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a useful component in NLP applications.
Approach: They propose to use annotated named entity corpora to classify a given entity into a category within a textual document.
Outcome: The proposed model achieves an F1 score of 0.80 on an unseen dataset for Indian languages.
Enhancing Local Feature Extraction with Global Representation for Neural Text Classification (D19-1)

Copied to clipboard

Challenge: Existing methods for text classification learn long dependency by deeply stacking or hybrid modeling.
Approach: They propose a global-based local feature extraction architecture with global information incorporated into the local feature extractor.
Outcome: The proposed architecture outperforms the previous best models on eight benchmark datasets.
AutoTriggER: Label-Efficient and Robust Named Entity Recognition with Auxiliary Trigger Extraction (2023.eacl-main)

Copied to clipboard

Challenge: Named entity recognition models have shown impressive results in overcoming label scarcity and generalizing to unseen entities by leveraging distant supervision and auxiliary information such as explanations.
Approach: They propose a framework that automatically generates and leverages “entity triggers” which are human-readable cues in the text that help guide the model to make better decisions.
Outcome: The proposed framework outperforms the RoBERTa-CRF baseline by nearly 0.5 F1 points on three well-studied datasets.
Deep Exhaustive Model for Nested Named Entity Recognition (D18-1)

Copied to clipboard

Challenge: Named entity recognition (NER) is a task of finding entities with specific semantic types such as Protein, Cell, and RNA in text.
Approach: They propose a deep neural model for nested named entity recognition . they enumerate all possible regions or spans as potential entity mentions .
Outcome: The proposed model outperforms state-of-the-art models on nested and flat NER . it achieves 77.1% and 78.4% respectively in terms of F-score, without external knowledge resources.
A Survey on Recent Advances in Named Entity Recognition from Deep Learning models (C18-1)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a key component in NLP systems for question answering, information retrieval, relation extraction, etc.
Approach: They propose to use recurrent neural networks to generate NERs over characters, sub-words and/or word embeddings to improve named entity recognition.
Outcome: The proposed architectures are better than those based on feature engineering and other supervised or semi-supervised learning algorithms.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations