EMNLP 20250 citations
Nested Named Entity Recognition as Single-Pass Sequence Labeling
Alberto Mu{\~n}oz-Ortiz, David Vilares, Caio Corro, Carlos G{\'o}mez-Rodr{\'i}guez
Abstract
We cast nested named entity recognition (NNER) as a sequence labeling task by leveraging prior work that linearizes constituency structures, effectively reducing the complexity of this structured prediction problem to straightforward token classification. By combining these constituency linearizations with pretrained encoders, our method captures nested entities while performing exactly n tagging actions. Our approach achieves competitive performance compared to less efficient systems, and it can be trained using any off-the-shelf sequence labeling library.
BibTeX
@inproceedings{emnlp2025_nestednamedentit,
title = {Nested Named Entity Recognition as Single-Pass Sequence Labeling},
author = {Alberto Mu{\~n}oz-Ortiz and David Vilares and Caio Corro and Carlos G{\'o}mez-Rodr{\'i}guez},
booktitle = {EMNLP 2025},
year = {2025}
}