paper-with-me

홈 › Papers

Discontinuous Named Entity Recognition as Maximal Clique Discovery

2021-06-01 · ACL 2021 5 · Yucheng Wang, Bowen Yu, Hongsong Zhu, Tingwen Liu, Nan Yu, Limin Sun

Named entity recognition (NER) remains challenging when entity mentions can be discontinuous. Existing methods break the recognition process into several sequential steps. In training, they predict conditioned on the golden intermediate results, while at inference relying on the model output of the previous steps, which introduces exposure bias. To solve this problem, we first construct a segment graph for each sentence, in which each node denotes a segment (a continuous entity on its own, or a part of discontinuous entities), and an edge links two nodes that belong to the same entity. The nodes and edges can be generated respectively in one stage with a grid tagging scheme and learned jointly using a novel architecture named Mac. Then discontinuous NER can be reformulated as a non-parametric process of discovering maximal cliques in the graph and concatenating the spans in each clique. Experiments on three benchmarks show that our method outperforms the state-of-the-art (SOTA) results, with up to 3.5 percentage points improvement on F1, and achieves 5x speedup over the SOTA model.

📄 PDF Abstract BibTeX arXiv:2106.00218

Code (1)

131250208/infextraction 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentence

Similar Papers 제목 키워드 기반

A Span-Based Model for Joint Overlapped and Discontinuous Named Entity Recognition

2021-06-28 · ACL 2021 5 · Fei Li, Zhichao Lin, Meishan Zhang, Donghong Ji

Research on overlapped and discontinuous named entity recognition (NER) has received increasing attention. The majority of previous work focuses on either overlapped or discontinuous entities. In this paper, we propose a…

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

A fast and sound tagging method for discontinuous named-entity recognition

2024-09-24 · Caio Corro

We introduce a novel tagging scheme for discontinuous named entity recognition based on an explicit description of the inner structure of discontinuous mentions. We rely on a weighted finite state automaton for both marg…

named-entity-recognitionNamed Entity RecognitionTAG

GapDNER: A Gap-Aware Grid Tagging Model for Discontinuous Named Entity Recognition

2025-10-13 · Yawen Yang, Fukun Ma, Shiao Meng, Aiwei Liu 외 arxiv

In biomedical fields, one named entity may consist of a series of non-adjacent tokens and overlap with other entities. Previous methods recognize discontinuous entities by connecting entity fragments or internal tokens, …

Representation Learning

TriG-NER: Triplet-Grid Framework for Discontinuous Named Entity Recognition

2024-11-04 · Rina Carines Cabral, Soyeon Caren Han, Areej Alhassan, Riza Batista-Navarro 외

Discontinuous Named Entity Recognition (DNER) presents a challenging problem where entities may be scattered across multiple non-adjacent tokens, making traditional sequence labelling approaches inadequate. Existing meth…

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNER+1

Multi-task Transformer with Relation-attention and Type-attention for Named Entity Recognition

2023-03-20 · Ying Mo, Hongyin Tang, Jiahao Liu, Qifan Wang 외

Named entity recognition (NER) is an important research problem in natural language processing. There are three types of NER tasks, including flat, nested and discontinuous entity recognition. Most previous sequential la…

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3