A Reasoning Paradigm for Named Entity Recognition
Hui Huang, Yanping Chen, Ruizhang Huang, Chuan Lin, Yongbin Qin

TL;DR
This paper introduces a reasoning framework for Named Entity Recognition that shifts from pattern matching to explicit reasoning, significantly improving zero-shot performance and interpretability.
Contribution
It proposes a three-stage reasoning paradigm for NER, including CoT generation, tuning, and enhancement, to improve reasoning and extraction accuracy.
Findings
Achieves state-of-the-art zero-shot NER performance
Outperforms GPT-4 by 12.3 F1 points in zero-shot settings
Demonstrates strong reasoning capabilities in NER tasks
Abstract
Generative LLMs typically improve Named Entity Recognition (NER) performance through instruction tuning. They excel at generating entities by semantic pattern matching but lack an explicit, verifiable reasoning mechanism. This "cognitive shortcutting" leads to suboptimal performance and brittle generalization, especially in zero-shot and lowresource scenarios where reasoning from limited contextual cues is crucial. To address this issue, a reasoning framework is proposed for NER, which shifts the extraction paradigm from implicit pattern matching to explicit reasoning. This framework consists of three stages: Chain of Thought (CoT) generation, CoT tuning, and reasoning enhancement. First, a dataset annotated with NER-oriented CoTs is generated, which contain task-relevant reasoning chains. Then, they are used to tune the NER model to generate coherent rationales before deriving the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
