paper-with-me

Papers

Learning Robust Named Entity Recognizers From Noisy Data With Retrieval Augmentation

2024-07-26 · Chaoyi Ai, Yong Jiang, Shen Huang, Pengjun Xie, Kewei Tu

Named entity recognition (NER) models often struggle with noisy inputs, such as those with spelling mistakes or errors generated by Optical Character Recognition processes, and learning a robust NER model is challenging. Existing robust NER models utilize both noisy text and its corresponding gold text for training, which is infeasible in many real-world applications in which gold text is not available. In this paper, we consider a more realistic setting in which only noisy text and its NER labels are available. We propose to retrieve relevant text of the noisy text from a knowledge corpus and use it to enhance the representation of the original noisy input. We design three retrieval methods: sparse retrieval based on lexicon similarity, dense retrieval based on semantic similarity, and self-retrieval based on task-specific text. After retrieving relevant text, we concatenate the retrieved text with the original noisy text and encode them with a transformer network, utilizing self-attention to enhance the contextual token representations of the noisy text using the retrieved text. We further employ a multi-view training framework that improves robust NER without retrieving text during inference. Experiments show that our retrieval-augmented model achieves significant improvements in various noisy NER settings.

📄 PDF Abstract BibTeX arXiv:2407.18562

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NEROptical Character RecognitionRetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Comparing Named-Entity Recognizers in a Targeted Domain: Handcrafted Rules vs Machine Learning

2016-07-01 · JEPTALNRECITAL 2016 7 · Ioannis Partalas, C{\'e}dric Lopez, Fr{\'e}d{\'e}rique Segond

Comparing Named-Entity Recognizers in a Targeted Domain : Handcrafted Rules vs. Machine Learning Named-Entity Recognition concerns the classification of textual objects in a predefined set of categories such as persons, …

BIG-bench Machine Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Named Entity Recognition for Partially Annotated Datasets

2022-04-19 · Michael Strobl, Amine Trabelsi, Osmar Zaiane

The most common Named Entity Recognizers are usually sequence taggers trained on fully annotated corpora, i.e. the class of all words for all entities is known. Partially annotated corpora, i.e. some but not all entities…

Allnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Cross-lingual Transfer of Named Entity Recognizers without Parallel Corpora

2015-07-01 · IJCNLP 2015 7 · Ayah Zirikly, Masato Hagiwara
Cross-Lingual TransferDependency ParsingDomain AdaptationNamed Entity Recognition (NER)+1

Robustness to Capitalization Errors in Named Entity Recognition

2019-11-13 · WS 2019 11 · Sravan Bodapati, Hyokun Yun, Yaser Al-Onaizan

Robustness to capitalization errors is a highly desirable characteristic of named entity recognizers, yet we find standard models for the task are surprisingly brittle to such noise. Existing methods to improve robustnes…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

A Little Annotation does a Lot of Good: A Study in Bootstrapping Low-resource Named Entity Recognizers

2019-08-23 · IJCNLP 2019 11 · Aditi Chaudhary, Jiateng Xie, Zaid Sheikh, Graham Neubig 외

Most state-of-the-art models for named entity recognition (NER) rely on the availability of large amounts of labeled data, making them challenging to extend to new, lower-resourced languages. However, there are now sever…

Active LearningCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+3