paper-with-me

Papers

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 quadratic-time complexity, that is the same asymptotic complexity than the non-nested case. The proposed algorithm covers a large part of three standard English benchmarks and delivers comparable experimental results.

📄 PDF Abstract BibTeX arXiv:2210.04738

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

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

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

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

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

HiTRANS: A Hierarchical Transformer Network for Nested Named Entity Recognition

2021-11-01 · Findings (EMNLP) 2021 11 · Zhiwei Yang, Jing Ma, Hechang Chen, Yunke Zhang 외

Nested Named Entity Recognition (NNER) has been extensively studied, aiming to identify all nested entities from potential spans (i.e., one or more continuous tokens). However, recent studies for NNER either focus on ted…

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