paper-with-me

Papers

Composited-Nested-Learning with Data Augmentation for Nested Named Entity Recognition

2024-06-18 · Xingming Liao, Nankai Lin, Haowen Li, Lianglun Cheng, Zhuowei Wang, Chong Chen

Nested Named Entity Recognition (NNER) focuses on addressing overlapped entity recognition. Compared to Flat Named Entity Recognition (FNER), annotated resources are scarce in the corpus for NNER. Data augmentation is an effective approach to address the insufficient annotated corpus. However, there is a significant lack of exploration in data augmentation methods for NNER. Due to the presence of nested entities in NNER, existing data augmentation methods cannot be directly applied to NNER tasks. Therefore, in this work, we focus on data augmentation for NNER and resort to more expressive structures, Composited-Nested-Label Classification (CNLC) in which constituents are combined by nested-word and nested-label, to model nested entities. The dataset is augmented using the Composited-Nested-Learning (CNL). In addition, we propose the Confidence Filtering Mechanism (CFM) for a more efficient selection of generated data. Experimental results demonstrate that this approach results in improvements in ACE2004 and ACE2005 and alleviates the impact of sample imbalance.

📄 PDF Abstract BibTeX arXiv:2406.12779

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNested Named Entity Recognition

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Entity-to-Text based Data Augmentation for various Named Entity Recognition Tasks

2022-10-19 · Xuming Hu, Yong Jiang, Aiwei Liu, Zhongqiang Huang 외

Data augmentation techniques have been used to alleviate the problem of scarce labeled data in various NER tasks (flat, nested, and discontinuous NER tasks). Existing augmentation techniques either manipulate the words i…

Data AugmentationDiversitynamed-entity-recognitionNamed Entity Recognition+3

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

Learning Nested Named Entity Recognition from Flat Annotations

2026-02-28 · Igor Rozhkov, Natalia Loukachevitch arxiv

Nested named entity recognition identifies entities contained within other entities, but requires expensive multi-level annotation. While flat NER corpora exist abundantly, nested resources remain scarce. We investigate …

Nested Named Entity Recognition

NEREL: A Russian Dataset with Nested Named Entities, Relations and Events

2021-08-30 · RANLP 2021 9 · Natalia Loukachevitch, Ekaterina Artemova, Tatiana Batura, Pavel Braslavski 외

In this paper, we present NEREL, a Russian dataset for named entity recognition and relation extraction. NEREL is significantly larger than existing Russian datasets: to date it contains 56K annotated named entities and …

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

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