Challenge: Existing approaches to named entity recognition (NER) assume that the training data is fully annotated with named entity information.
Approach: They propose a supervised setup for named entity recognition where annotated data is assumed to be available during training.
Outcome: The proposed approach is able to recognize named entities with incomplete annotations.

Similar Papers

Toward Recognizing More Entity Types in NER: An Efficient Implementation using Only Entity Lexicons (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing named entity recognition systems require large scale labeled data to perform, while annotation of NER data is laborious and time-consuming.
Approach: They propose to adjust an existing named entity recognition system to recognize entity types not defined in the system.
Outcome: The proposed method can be quickly adjusted to a named entity recognition system.
Distantly Supervised Named Entity Recognition using Positive-Unlabeled Learning (P19-1)

Copied to clipboard

Challenge: Empirical studies on four public NER datasets demonstrate the effectiveness of our proposed method.
Approach: They propose a method to perform named entity recognition using unlabeled data and named entity dictionaries.
Outcome: The proposed method can estimate task loss as if there is fully labeled data.
Named Entity Recognition without Labelled Data: A Weak Supervision Approach (2020.acl-main)

Copied to clipboard

Challenge: Named Entity Recognition (NER) performance often degrades when applied to target domains that differ from the texts observed during training.
Approach: They propose a method to learn NER models in the absence of labelled data through weak supervision by using a broad spectrum of labelling functions to automatically annotate texts from the target domain.
Outcome: The proposed approach improves on two English datasets and shows that it improves by 7 percentage points on entity-level F1 scores compared to an out-of-domain neural NER model.
Taxonomy Expansion for Named Entity Recognition (2023.emnlp-main)

Copied to clipboard

Challenge: Training a Named Entity Recognition model involves fixing a taxonomy of entity types . however, requirements evolve and a model may need to recognize additional entity types.
Approach: They propose a method that uses only partially annotated datasets to train a model to recognize additional entity types.
Outcome: The proposed approach performs better with partially annotated datasets than other approaches . the gap between the proposed approach and other approaches is large in additional datasets .
Distantly Supervised NER with Partial Annotation Learning and Reinforcement Learning (C18-1)

Copied to clipboard

Challenge: Existing approaches to named entity recognition (NER) in Chinese are limited by the lack of annotated data.
Approach: They propose a method which can automatically populate annotated training data without humancost by using distant supervision.
Outcome: The proposed method performs better than comparison systems on two datasets.
Few-Shot Class-Incremental Learning for Named Entity Recognition (2022.acl-long)

Copied to clipboard

Challenge: Existing models of Named Entity Recognition (NER) are trained on large datasets with predefined entity classes, but data of new classes arrives constantly. Existing work on NER relies on the assumption that there exists abundance of labeled data for the training of new class.
Approach: They propose a few-shot class-incremental learning problem where NER model is trained with only few labeled samples of the new classes without forgetting knowledge of the old ones.
Outcome: The proposed model improves over existing baselines by reconstructing training data of old classes and real data from the training set.
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.
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.
Partially Supervised Named Entity Recognition via the Expected Entity Ratio Loss (2021.tacl-1)

Copied to clipboard

Challenge: Named entity recognition is a critical subtask of many domain-specific natural language understanding tasks.
Approach: They propose a novel loss to learn named entity recognizers in the presence of missing entity annotations.
Outcome: The proposed approach outperforms state-of-the-art methods in a challenging setting with only 1,000 biased annotations, averaged across 7 datasets.
Distantly-Supervised Named Entity Recognition with Noise-Robust Learning and Language Model Augmented Self-Training (2021.emnlp-main)

Copied to clipboard

Challenge: Named entity recognition models require abundant high-quality annotations to train . distant supervision may induce incomplete and noisy labels, making supervised learning ineffective.
Approach: They propose a noise-robust learning scheme for training named entity recognition models using only distantly-labeled data and a self-training method that uses contextualized augmentations created by pre-trained language models.
Outcome: The proposed method outperforms existing supervised NER models on three datasets by significant margins.

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