P-ICL: Point In-Context Learning for Named Entity Recognition with Large Language Models
Guochao Jiang, Zepeng Ding, Yuchen Shi, Deqing Yang

TL;DR
This paper introduces P-ICL, a novel prompting framework for NER with large language models that uses point entities as auxiliary information to improve recognition accuracy, validated through extensive experiments.
Contribution
The paper proposes a new P-ICL framework and a point entity selection method based on K-Means clustering to enhance NER performance with LLMs.
Findings
P-ICL improves NER accuracy on benchmark datasets.
Point entity selection via K-Means enhances prompt effectiveness.
Extensive experiments confirm the effectiveness of the proposed methods.
Abstract
In recent years, the rise of large language models (LLMs) has made it possible to directly achieve named entity recognition (NER) without any demonstration samples or only using a few samples through in-context learning (ICL). However, standard ICL only helps LLMs understand task instructions, format and input-label mapping, but neglects the particularity of the NER task itself. In this paper, we propose a new prompting framework P-ICL to better achieve NER with LLMs, in which some point entities are leveraged as the auxiliary information to recognize each entity type. With such significant information, the LLM can achieve entity classification more precisely. To obtain optimal point entities for prompting LLMs, we also proposed a point entity selection method based on K-Means clustering. Our extensive experiments on some representative NER benchmarks verify the effectiveness of our…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
