paper-with-me

Papers

A Sequence-to-Set Network for Nested Named Entity Recognition

2021-05-19 · Zeqi Tan, Yongliang Shen, Shuai Zhang, Weiming Lu, Yueting Zhuang

Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span classification task, can deal with nested entities naturally. But they suffer from the huge search space and the lack of interactions between entities. To address these issues, we propose a novel sequence-to-set neural network for nested NER. Instead of specifying candidate spans in advance, we provide a fixed set of learnable vectors to learn the patterns of the valuable spans. We utilize a non-autoregressive decoder to predict the final set of entities in one pass, in which we are able to capture dependencies between entities. Compared with the sequence-to-sequence method, our model is more suitable for such unordered recognition task as it is insensitive to the label order. In addition, we utilize the loss function based on bipartite matching to compute the overall training loss. Experimental results show that our proposed model achieves state-of-the-art on three nested NER corpora: ACE 2004, ACE 2005 and KBP 2017. The code is available at https://github.com/zqtan1024/sequence-to-set.

📄 PDF Abstract BibTeX arXiv:2105.08901

Code (1)

zqtan1024/sequence-to-set 공식 구현 pytorch

Tasks

Decodernamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity Recognition

Similar Papers 제목 키워드 기반

A Feature-Based Model for Nested Named-Entity Recognition at VLSP-2018 NER Evaluation Campaign

2018-03-22 · Pham Quang Nhat Minh

In this report, we describe our participant named-entity recognition system at VLSP 2018 evaluation campaign. We formalized the task as a sequence labeling problem using BIO encoding scheme. We applied a feature-based mo…

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

Gaussian Prior Reinforcement Learning for Nested Named Entity Recognition

2023-05-12 · Yawen Yang, Xuming Hu, Fukun Ma, Shu'ang Li 외

Named Entity Recognition (NER) is a well and widely studied task in natural language processing. Recently, the nested NER has attracted more attention since its practicality and difficulty. Existing works for nested NER …

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

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

named-entity-recognitionNamed Entity RecognitionNested Named Entity RecognitionStructured Prediction+2

Nested Named Entity Recognition via Second-best Sequence Learning and Decoding

2019-09-05 · Takashi Shibuya, Eduard Hovy

When an entity name contains other names within it, the identification of all combinations of names can become difficult and expensive. We propose a new method to recognize not only outermost named entities but also inne…

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

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