EMNLP 2024main1 citations

Exploring Nested Named Entity Recognition with Large Language Models: Methods, Challenges, and Insights

Hongjin Kim, Jai-Eun Kim, Harksoo Kim

Abstract

Nested Named Entity Recognition (NER) poses a significant challenge in Natural Language Processing (NLP), demanding sophisticated techniques to identify entities within entities. This research investigates the application of Large Language Models (LLMs) to nested NER, exploring methodologies from prior work and introducing specific reasoning techniques and instructions to improve LLM efficacy. Through experiments conducted on the ACE 2004, ACE 2005, and GENIA datasets, we evaluate the impact of these approaches on nested NER performance. Results indicate that output format critically influences nested NER performance, methodologies from previous works are less effective, and our nested NER-tailored instructions significantly enhance performance. Additionally, we find that label information and descriptions of nested cases are crucial in eliciting the capabilities of LLMs for nested NER, especially in specific domains (i.e., the GENIA dataset). However, these methods still do not outperform BERT-based models, highlighting the ongoing need for innovative approaches in nested NER with LLMs.

BibTeX
@inproceedings{kim-etal-2024-exploring,
    title = "Exploring Nested Named Entity Recognition with Large Language Models: Methods, Challenges, and Insights",
    author = "Kim, Hongjin  and
      Kim, Jai-Eun  and
      Kim, Harksoo",
    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.492/",
    doi = "10.18653/v1/2024.emnlp-main.492",
    pages = "8653--8670"
}