English

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

Computation and Language 2023-05-29 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2210.04738,
  title  = {A dynamic programming algorithm for span-based nested named-entity recognition in O(n^2)},
  author = {Caio Corro},
  journal= {arXiv preprint arXiv:2210.04738},
  year   = {2023}
}

Comments

ACL 2023

R2 v1 2026-06-28T03:09:27.626Z