paper-with-me

Papers

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Nested named entity recognition (NER) has been receiving increasing attention. Recently, Fu et al. (2020) adapt a span-based constituency parser to tackle nested NER. They treat nested entities as partially-observed constituency trees and propose the masked inside algorithm for partial marginalization. However, their method cannot leverage entity heads, which have been shown useful in entity mention detection and entity typing. In this work, we resort to more expressive structures, lexicalized constituency trees in which constituents are annotated by headwords, to model nested entities. We leverage the Eisner-Satta algorithm to perform partial marginalization and inference efficiently. In addition, we propose to use (1) a two-stage strategy (2) a head regularization loss and (3) a head-aware labeling loss in order to enhance the performance. We make a thorough ablation study to investigate the functionality of each component. Experimentally, our method achieves the state-of-the-art performance on ACE2004, ACE2005 and NNE, and competitive performance on GENIA, and meanwhile has a fast inference speed.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingEntity Typingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity Recognition

Similar Papers 제목 키워드 기반

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

2022-03-09 · ACL 2022 5 · Chao Lou, Songlin Yang, Kewei Tu

Nested named entity recognition (NER) has been receiving increasing attention. Recently, (Fu et al, 2021) adapt a span-based constituency parser to tackle nested NER. They treat nested entities as partially-observed cons…

Constituency ParsingEntity Typingnamed-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

NNE: A Dataset for Nested Named Entity Recognition in English Newswire

2019-06-04 · ACL 2019 7 · Nicky Ringland, Xiang Dai, Ben Hachey, Sarvnaz Karimi 외

Named entity recognition (NER) is widely used in natural language processing applications and downstream tasks. However, most NER tools target flat annotation from popular datasets, eschewing the semantic information ava…

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

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

2024-06-18 · Xingming Liao, Nankai Lin, Haowen Li, Lianglun Cheng 외

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…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNested Named Entity Recognition

Nested Named Entity Recognition with Partially-Observed TreeCRFs

2020-12-15 · Yao Fu, Chuanqi Tan, Mosha Chen, Songfang Huang 외

Named entity recognition (NER) is a well-studied task in natural language processing. However, the widely-used sequence labeling framework is difficult to detect entities with nested structures. In this work, we view nes…

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2