paper-with-me

홈 › Papers

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

2025-10-13 · Yawen Yang, Fukun Ma, Shiao Meng, Aiwei Liu, Lijie Wen 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, which face challenges of error propagation and decoding ambiguity due to the wide variety of span or word combinations. To address these issues, we deeply explore discontinuous entity structures and propose an effective Gap-aware grid tagging model for Discontinuous Named Entity Recognition, named GapDNER. Our GapDNER innovatively applies representation learning on the context gaps between entity fragments to resolve decoding ambiguity and enhance discontinuous NER performance. Specifically, we treat the context gap as an additional type of span and convert span classification into a token-pair grid tagging task. Subsequently, we design two interactive components to comprehensively model token-pair grid features from both intra- and inter-span perspectives. The intra-span regularity extraction module employs the biaffine mechanism along with linear attention to capture the internal regularity of each span, while the inter-span relation enhancement module utilizes criss-cross attention to obtain semantic relations among different spans. At the inference stage of entity decoding, we assign a directed edge to each entity fragment and context gap, then use the BFS algorithm to search for all valid paths from the head to tail of grids with entity tags. Experimental results on three datasets demonstrate that our GapDNER achieves new state-of-the-art performance on discontinuous NER and exhibits remarkable advantages in recognizing complex entity structures.

📄 PDF Abstract BibTeX arXiv:2510.10927

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

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

SEDA: A Self-Adapted Entity-Centric Data Augmentation for Boosting Gird-based Discontinuous NER Models

2025-11-25 · Wen-Fang Su, Hsiao-Wei Chou, Wen-Yang Lin arxiv

Named Entity Recognition (NER) is a critical task in natural language processing, yet it remains particularly challenging for discontinuous entities. The primary difficulty lies in text segmentation, as traditional metho…

Information ExtractionData Augmentation

TOE: A Grid-Tagging Discontinuous NER Model Enhanced by Embedding Tag/Word Relations and More Fine-Grained Tags

2022-11-01 · Jiang Liu, Donghong Ji, Jingye Li, Dongdong Xie 외

So far, discontinuous named entity recognition (NER) has received increasing research attention and many related methods have surged such as hypergraph-based methods, span-based methods, and sequence-to-sequence (Seq2Seq…

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

Discontinuous Named Entity Recognition as Maximal Clique Discovery

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

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 gol…

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

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