paper-with-me

Papers

Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition

2021-05-14 · ACL 2021 5 · Yongliang Shen, Xinyin Ma, Zeqi Tan, Shuai Zhang, Wen Wang, Weiming Lu

Named entity recognition (NER) is a well-studied task in natural language processing. Traditional NER research only deals with flat entities and ignores nested entities. The span-based methods treat entity recognition as a span classification task. Although these methods have the innate ability to handle nested NER, they suffer from high computational cost, ignorance of boundary information, under-utilization of the spans that partially match with entities, and difficulties in long entity recognition. To tackle these issues, we propose a two-stage entity identifier. First we generate span proposals by filtering and boundary regression on the seed spans to locate the entities, and then label the boundary-adjusted span proposals with the corresponding categories. Our method effectively utilizes the boundary information of entities and partially matched spans during training. Through boundary regression, entities of any length can be covered theoretically, which improves the ability to recognize long entities. In addition, many low-quality seed spans are filtered out in the first stage, which reduces the time complexity of inference. Experiments on nested NER datasets demonstrate that our proposed method outperforms previous state-of-the-art models.

📄 PDF Abstract BibTeX arXiv:2105.06804

Code (1)

tricktreat/locate-and-label 공식 구현 pytorch

Tasks

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Named Entity Recognitionregression

Similar Papers 제목 키워드 기반

A Boundary-aware Neural Model for Nested Named Entity Recognition

2019-11-01 · IJCNLP 2019 11 · Changmeng Zheng, Yi Cai, Jingyun Xu, Ho-fung Leung 외

In natural language processing, it is common that many entities contain other entities inside them. Most existing works on named entity recognition (NER) only deal with flat entities but ignore nested ones. We propose a …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

DepNeCTI: Dependency-based Nested Compound Type Identification for Sanskrit

2023-10-14 · Jivnesh Sandhan, Yaswanth Narsupalli, Sreevatsa Muppirala, Sriram Krishnan 외

Multi-component compounding is a prevalent phenomenon in Sanskrit, and understanding the implicit structure of a compound's components is crucial for deciphering its meaning. Earlier approaches in Sanskrit have focused o…

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNested Named Entity Recognition

Extract-Select: A Span Selection Framework for Nested Named Entity Recognition with Generative Adversarial Training

2022-05-01 · Findings (ACL) 2022 5 · Peixin Huang, Xiang Zhao, Minghao Hu, Yang Fang 외

Nested named entity recognition (NER) is a task in which named entities may overlap with each other. Span-based approaches regard nested NER as a two-stage span enumeration and classification task, thus having the innate…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Named Entity Recognition in the Style of Object Detection

2021-01-26 · Bing Li

In this work, we propose a two-stage method for named entity recognition (NER), especially for nested NER. We borrowed the idea from the two-stage Object Detection in computer vision and the way how they construct the lo…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+5

Neural Architectures for Nested NER through Linearization

2019-08-19 · ACL 2019 7 · Jana Straková, Milan Straka, Jan Hajič

We propose two neural network architectures for nested named entity recognition (NER), a setting in which named entities may overlap and also be labeled with more than one label. We encode the nested labels using a linea…

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