LLMs are Better Than You Think: Label-Guided In-Context Learning for Named Entity Recognition
Abstract
In-context learning (ICL) enables large language models (LLMs) to perform new tasks using only a few demonstrations. However, in Named Entity Recognition (NER), existing ICL methods typically rely on task-agnostic semantic similarity for demonstration retrieval, which often yields less relevant examples and leads to inferior results. We introduce DEER, a training-free ICL approach that enables LLMs to make more informed entity predictions through the use of label-grounded statistics. DEER leverages token-level statistics from training labels to identify tokens most informative for entity recognition, enabling entity-focused demonstrations. It further uses these statistics to detect and refine error-prone tokens through a targeted reflection step. Evaluated on five NER datasets across four LLMs, DEER consistently outperforms existing ICL methods and achieves performance comparable to supervised fine-tuning. Further analyses demonstrate that DEER improves example retrieval, remains effective on both seen and unseen entities, and exhibits strong robustness in low-resource settings.
Cite
@article{arxiv.2505.23722,
title = {LLMs are Better Than You Think: Label-Guided In-Context Learning for Named Entity Recognition},
author = {Fan Bai and Hamid Hassanzadeh and Ardavan Saeedi and Mark Dredze},
journal= {arXiv preprint arXiv:2505.23722},
year = {2025}
}
Comments
Accepted to EMNLP 2025