English

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

Computation and Language 2025-03-25 v3

Abstract

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 methods predominantly rely on custom tagging schemes to handle these discontinuous entities, resulting in models tightly coupled to specific tagging strategies and lacking generalisability across diverse datasets. To address these challenges, we propose TriG-NER, a novel Triplet-Grid Framework that introduces a generalisable approach to learning robust token-level representations for discontinuous entity extraction. Our framework applies triplet loss at the token level, where similarity is defined by word pairs existing within the same entity, effectively pulling together similar and pushing apart dissimilar ones. This approach enhances entity boundary detection and reduces the dependency on specific tagging schemes by focusing on word-pair relationships within a flexible grid structure. We evaluate TriG-NER on three benchmark DNER datasets and demonstrate significant improvements over existing grid-based architectures. These results underscore our framework's effectiveness in capturing complex entity structures and its adaptability to various tagging schemes, setting a new benchmark for discontinuous entity extraction.

Keywords

Cite

@article{arxiv.2411.01839,
  title  = {TriG-NER: Triplet-Grid Framework for Discontinuous Named Entity Recognition},
  author = {Rina Carines Cabral and Soyeon Caren Han and Areej Alhassan and Riza Batista-Navarro and Goran Nenadic and Josiah Poon},
  journal= {arXiv preprint arXiv:2411.01839},
  year   = {2025}
}

Comments

Accepted at The ACM Web Conference WWW'25. Code available at https://github.com/adlnlp/trig_ner

R2 v1 2026-06-28T19:46:58.152Z