EMNLP 2024main1 citations

A Fast and Sound Tagging Method for Discontinuous Named-Entity Recognition

Caio Filippo Corro

Abstract

We introduce a novel tagging scheme for discontinuous named entity recognition based on an explicit description of the inner structure of discontinuous mentions. We rely on a weighted finite state automaton for both marginal and maximum a posteriori inference. As such, our method is sound in the sense that (1) well-formedness of predicted tag sequences is ensured via the automaton structure and (2) there is an unambiguous mapping between well-formed sequences of tags and (discontinuous) mentions. We evaluate our approach on three English datasets in the biomedical domain, and report comparable results to state-of-the-art while having a way simpler and faster model.

BibTeX
@inproceedings{corro-2024-fast,
    title = "A Fast and Sound Tagging Method for Discontinuous Named-Entity Recognition",
    author = "Corro, Caio Filippo",
    editor = "Al-Onaizan, Yaser  and
      Bansal, Mohit  and
      Chen, Yun-Nung",
    booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.emnlp-main.1087/",
    doi = "10.18653/v1/2024.emnlp-main.1087",
    pages = "19506--19518"
}