CLLMFS: A Contrastive Learning enhanced Large Language Model Framework for Few-Shot Named Entity Recognition
Yafeng Zhang, Zilan Yu, Yuang Huang, Jing Tang

TL;DR
CLLMFS introduces a contrastive learning framework combined with Low-Rank Adaptation to enhance large language models for few-shot NER, significantly improving accuracy and robustness across domains.
Contribution
The paper proposes a novel contrastive learning enhanced LLM framework with LoRA for few-shot NER, achieving state-of-the-art results and strong cross-domain generalization.
Findings
F1-score improvements from 2.58% to 97.74% over existing methods.
Enhanced entity boundary awareness and recognition accuracy.
Validated robustness through cross-domain experiments.
Abstract
Few-shot Named Entity Recognition (NER), the task of identifying named entities with only a limited amount of labeled data, has gained increasing significance in natural language processing. While existing methodologies have shown some effectiveness, such as enriching label semantics through various prompting modes or employing metric learning techniques, their performance exhibits limited robustness across diverse domains due to the lack of rich knowledge in their pre-trained models. To address this issue, we propose CLLMFS, a Contrastive Learning enhanced Large Language Model (LLM) Framework for Few-Shot Named Entity Recognition, achieving promising results with limited training data. Considering the impact of LLM's internal representations on downstream tasks, CLLMFS integrates Low-Rank Adaptation (LoRA) and contrastive learning mechanisms specifically tailored for few-shot NER. By…
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.
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
MethodsContrastive Learning
