paper-with-me

Papers

Nested Named Entity Recognition as Single-Pass Sequence Labeling

2025-05-22 · Alberto Muñoz-Ortiz, David Vilares, Caio Corro, Carlos Gómez-Rodríguez

We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to straightforward token classification. By combining these constituency linearizations with pretrained encoders, our method captures nested entities while performing exactly $n$ tagging actions. Our approach achieves competitive performance compared to less efficient systems, and it can be trained using any off-the-shelf sequence labeling library.

📄 PDF Abstract BibTeX arXiv:2505.16855

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionStructured Predictiontoken-classificationToken Classification

Similar Papers 제목 키워드 기반

Trigger-GNN: A Trigger-Based Graph Neural Network for Nested Named Entity Recognition

2022-04-12 · Yuan Sui, Fanyang Bu, Yingting Hu, Wei Yan 외

Nested named entity recognition (NER) aims to identify the entity boundaries and recognize categories of the named entities in a complex hierarchical sentence. Some works have been done using character-level, word-level,…

Graph Neural Networknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

An Embarrassingly Easy but Strong Baseline for Nested Named Entity Recognition

2022-08-09 · Hang Yan, Yu Sun, Xiaonan Li, Xipeng Qiu

Named entity recognition (NER) is the task to detect and classify the entity spans in the text. When entity spans overlap between each other, this problem is named as nested NER. Span-based methods have been widely used …

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

Pyramid: A Layered Model for Nested Named Entity Recognition

2020-07-01 · ACL 2020 6 · Jue Wang, Lidan Shou, Ke Chen, Gang Chen

This paper presents Pyramid, a novel layered model for Nested Named Entity Recognition (nested NER). In our approach, token or text region embeddings are recursively inputted into L flat NER layers, from bottom to top, s…

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

Mulco: Recognizing Chinese Nested Named Entities Through Multiple Scopes

2022-11-20 · Jiuding Yang, Jinwen Luo, Weidong Guo, Jerry Chen 외

Nested Named Entity Recognition (NNER) has been a long-term challenge to researchers as an important sub-area of Named Entity Recognition. NNER is where one entity may be part of a longer entity, and this may happen on m…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Nested Named Entity Recognition

WojoodNER 2023: The First Arabic Named Entity Recognition Shared Task

2023-10-24 · Mustafa Jarrar, Muhammad Abdul-Mageed, Mohammed Khalilia, Bashar Talafha 외

We present WojoodNER-2023, the first Arabic Named Entity Recognition (NER) Shared Task. The primary focus of WojoodNER-2023 is on Arabic NER, offering novel NER datasets (i.e., Wojood) and the definition of subtasks desi…

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