paper-with-me

Papers

Nested Named Entity Recognition with Span-level Graphs

2022-05-01 · ACL 2022 5 · Juncheng Wan, Dongyu Ru, Weinan Zhang, Yong Yu

Span-based methods with the neural networks backbone have great potential for the nested named entity recognition (NER) problem. However, they face problems such as degenerating when positive instances and negative instances largely overlap. Besides, the generalization ability matters a lot in nested NER, as a large proportion of entities in the test set hardly appear in the training set. In this work, we try to improve the span representation by utilizing retrieval-based span-level graphs, connecting spans and entities in the training data based on n-gram features. Specifically, we build the entity-entity graph and span-entity graph globally based on n-gram similarity to integrate the information of similar neighbor entities into the span representation. To evaluate our method, we conduct experiments on three common nested NER datasets, ACE2004, ACE2005, and GENIA datasets. Experimental results show that our method achieves general improvements on all three benchmarks (+0.30 \sim 0.85 micro-F1), and obtains special superiority on low frequency entities (+0.56 \sim 2.08 recall).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionRetrieval

Similar Papers 제목 키워드 기반

Propose-and-Refine: A Two-Stage Set Prediction Network for Nested Named Entity Recognition

2022-04-27 · Shuhui Wu, Yongliang Shen, Zeqi Tan, Weiming Lu

Nested named entity recognition (nested NER) is a fundamental task in natural language processing. Various span-based methods have been proposed to detect nested entities with span representations. However, span-based me…

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

A dynamic programming algorithm for span-based nested named-entity recognition in O(n^2)

2022-10-10 · Caio Corro

Span-based nested named-entity recognition (NER) has a cubic-time complexity using a variant of the CYK algorithm. We show that by adding a supplementary structural constraint on the search space, nested NER has a quadra…

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

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

Extract-Select: A Span Selection Framework for Nested Named Entity Recognition with Generative Adversarial Training

2022-05-01 · Findings (ACL) 2022 5 · Peixin Huang, Xiang Zhao, Minghao Hu, Yang Fang 외

Nested named entity recognition (NER) is a task in which named entities may overlap with each other. Span-based approaches regard nested NER as a two-stage span enumeration and classification task, thus having the innate…

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

Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition

2021-05-14 · ACL 2021 5 · Yongliang Shen, Xinyin Ma, Zeqi Tan, Shuai Zhang 외

Named entity recognition (NER) is a well-studied task in natural language processing. Traditional NER research only deals with flat entities and ignores nested entities. The span-based methods treat entity recognition as…

Chinese Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2