paper-with-me

Papers

Local Hypergraph-based Nested Named Entity Recognition as Query-based Sequence Labeling

2022-04-25 · Yukun Yan, Sen Song

There has been a growing academic interest in the recognition of nested named entities in many domains. We tackle the task with a novel local hypergraph-based method: We first propose start token candidates and generate corresponding queries with their surrounding context, then use a query-based sequence labeling module to form a local hypergraph for each candidate. An end token estimator is used to correct the hypergraphs and get the final predictions. Compared to span-based approaches, our method is free of the high computation cost of span sampling and the risk of losing long entities. Sequential prediction makes it easier to leverage information in word order inside nested structures, and richer representations are built with a local hypergraph. Experiments show that our proposed method outperforms all the previous hypergraph-based and sequence labeling approaches with large margins on all four nested datasets. It achieves a new state-of-the-art F1 score on the ACE 2004 dataset and competitive F1 scores with previous state-of-the-art methods on three other nested NER datasets: ACE 2005, GENIA, and KBP 2017.

📄 PDF Abstract BibTeX arXiv:2204.11467

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Nested Named Entity Recognition Revisited

2018-06-01 · NAACL 2018 6 · Arzoo Katiyar, Claire Cardie

We propose a novel recurrent neural network-based approach to simultaneously handle nested named entity recognition and nested entity mention detection. The model learns a hypergraph representation for nested entities us…

Coreference Resolutionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

HIT: Nested Named Entity Recognition via Head-Tail Pair and Token Interaction

2020-11-01 · EMNLP 2020 11 · Yu Wang, Yun Li, Hanghang Tong, Ziye Zhu

Named Entity Recognition (NER) is a fundamental task in natural language processing. In order to identify entities with nested structure, many sophisticated methods have been recently developed based on either the tradit…

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

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