paper-with-me

홈 › Papers

Handling Rare Entities for Neural Sequence Labeling

2020-07-01 · ACL 2020 6 · Yangming Li, Han Li, Kaisheng Yao, Xiaolong Li

One great challenge in neural sequence labeling is the data sparsity problem for rare entity words and phrases. Most of test set entities appear only few times and are even unseen in training corpus, yielding large number of out-of-vocabulary (OOV) and low-frequency (LF) entities during evaluation. In this work, we propose approaches to address this problem. For OOV entities, we introduce local context reconstruction to implicitly incorporate contextual information into their representations. For LF entities, we present delexicalized entity identification to explicitly extract their frequency-agnostic and entity-type-specific representations. Extensive experiments on multiple benchmark datasets show that our model has significantly outperformed all previous methods and achieved new start-of-the-art results. Notably, our methods surpass the model fine-tuned on pre-trained language models without external resource.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attending to Characters in Neural Sequence Labeling Models

2016-11-14 · COLING 2016 12 · Marek Rei, Gamal K. O. Crichton, Sampo Pyysalo

Sequence labeling architectures use word embeddings for capturing similarity, but suffer when handling previously unseen or rare words. We investigate character-level extensions to such models and propose a novel archite…

ChunkingGrammatical Error DetectionNamed Entity Recognition (NER)Part-Of-Speech Tagging+1

Type-supervised sequence labeling based on the heterogeneous star graph for named entity recognition

2022-10-19 · Xueru Wen, Changjiang Zhou, Haotian Tang, Luguang Liang 외

Named entity recognition is a fundamental task in natural language processing, identifying the span and category of entities in unstructured texts. The traditional sequence labeling methodology ignores the nested entitie…

Graph Attentionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Query-Based Named Entity Recognition

2019-08-24 · Yuxian Meng, Xiaoya Li, Zijun Sun, Jiwei Li

In this paper, we propose a new strategy for the task of named entity recognition (NER). We cast the task as a query-based machine reading comprehension task: e.g., the task of extracting entities with PER is formalized …

Entity Extraction using GANMachine Reading Comprehensionnamed-entity-recognitionNamed Entity Recognition+3

Structured prediction models for RNN based sequence labeling in clinical text

2016-08-01 · EMNLP 2016 11 · Abhyuday Jagannatha, Hong Yu

Sequence labeling is a widely used method for named entity recognition and information extraction from unstructured natural language data. In clinical domain one major application of sequence labeling involves extraction…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Structured Prediction

Harnessing Generative LLMs for Enhanced Financial Event Entity Extraction Performance

2025-04-20 · Soo-joon Choi, Ji-jun Park

Financial event entity extraction is a crucial task for analyzing market dynamics and building financial knowledge graphs, yet it presents significant challenges due to the specialized language and complex structures in …

Knowledge Graphsparameter-efficient fine-tuningStructured Output Generation