paper-with-me

홈 › 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 novel span-based model that can recognize both overlapped and discontinuous entities jointly. The model includes two major steps. First, entity fragments are recognized by traversing over all possible text spans, thus, overlapped entities can be recognized. Second, we perform relation classification to judge whether a given pair of entity fragments to be overlapping or succession. In this way, we can recognize not only discontinuous entities, and meanwhile doubly check the overlapped entities. As a whole, our model can be regarded as a relation extraction paradigm essentially. Experimental results on multiple benchmark datasets (i.e., CLEF, GENIA and ACE05) show that our model is highly competitive for overlapped and discontinuous NER.

📄 PDF Abstract BibTeX arXiv:2106.14373

Code (1)

foxlf823/sodner 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERRelationRelation ClassificationRelation Extraction

Similar Papers 제목 키워드 기반

Unified Named Entity Recognition as Word-Word Relation Classification

2021-12-19 · Jingye Li, Hao Fei, Jiang Liu, Shengqiong Wu 외

So far, named entity recognition (NER) has been involved with three major types, including flat, overlapped (aka. nested), and discontinuous NER, which have mostly been studied individually. Recently, a growing interest …

Chinese Named Entity RecognitionClassificationnamed-entity-recognitionNamed Entity Recognition+5

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

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 Unified Generative Framework for Various NER Subtasks

2021-06-02 · ACL 2021 5 · Hang Yan, Tao Gui, Junqi Dai, Qipeng Guo 외

Named Entity Recognition (NER) is the task of identifying spans that represent entities in sentences. Whether the entity spans are nested or discontinuous, the NER task can be categorized into the flat NER, nested NER, a…

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

An Effective Transition-based Model for Discontinuous NER

2020-04-28 · ACL 2020 6 · Xiang Dai, Sarvnaz Karimi, Ben Hachey, Cecile Paris

Unlike widely used Named Entity Recognition (NER) data sets in generic domains, biomedical NER data sets often contain mentions consisting of discontinuous spans. Conventional sequence tagging techniques encode Markov as…

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