English

Decoding Text Spans for Efficient and Accurate Named-Entity Recognition

Computation and Language 2026-04-23 v1

Abstract

Named Entity Recognition (NER) is a key component in industrial information extraction pipelines, where systems must satisfy strict latency and throughput constraints in addition to strong accuracy. State-of-the-art NER accuracy is often achieved by span-based frameworks, which construct span representations from token encodings and classify candidate spans. However, many span-based methods enumerate large numbers of candidates and process each candidate with marker-augmented inputs, substantially increasing inference cost and limiting scalability in large-scale deployments. In this work, we propose SpanDec, an efficient span-based NER framework that targets this bottleneck. Our main insight is that span representation interactions can be computed effectively at the final transformer stage, avoiding redundant computation in earlier layers via a lightweight decoder dedicated to span representations. We further introduce a span filtering mechanism during enumeration to prune unlikely candidates before expensive processing. Across multiple benchmarks, SpanDec matches competitive span-based baselines while improving throughput and reducing computational cost, yielding a better accuracy-efficiency trade-off suitable for high-volume serving and on-device applications.

Keywords

Cite

@article{arxiv.2604.20447,
  title  = {Decoding Text Spans for Efficient and Accurate Named-Entity Recognition},
  author = {Andrea Maracani and Savas Ozkan and Junyi Zhu and Sinan Mutlu and Mete Ozay},
  journal= {arXiv preprint arXiv:2604.20447},
  year   = {2026}
}
R2 v1 2026-07-01T12:30:13.488Z