CLMay 8, 2024

P-ICL: Point In-Context Learning for Named Entity Recognition with Large Language Models

arXiv:2405.04960v29 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in NLP for researchers and practitioners, offering an incremental improvement over standard in-context learning methods.

The paper tackles the problem of named entity recognition (NER) with large language models by proposing P-ICL, a prompting framework that uses point entities as auxiliary information to improve entity classification precision, and experiments on benchmarks verify its effectiveness.

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 proposed strategies in P-ICL and point entity selection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes