Learn to Select: Exploring Label Distribution Divergence for In-Context Demonstration Selection in Text Classification
Ye Jiang, Taihang Wang, Youzheng Liu, Yimin Wang, Yuhan Xia, Yunfei Long
TL;DR
In-context learning for text classification is highly sensitive to the choice of demonstrations. The paper introduces TopK+L2D, a two-stage approach that first selects semantically similar demonstrations via TopK and then re-ranks them by aligning label distributions using a fine-tuned small language model to estimate $P_{test}$ and $P_{pool}$, quantified with $D_{KL}$ and $D_{JS}$ divergences. The final hybrid score blends semantic relevance and label-distribution alignment, yielding improved accuracy across seven benchmarks and several model scales, with a positive correlation between SLM accuracy and LLM performance. This work advances robust demonstration selection by ensuring label-consistency in addition to semantic similarity, enhancing practical applicability of in-context learning.
Abstract
In-context learning (ICL) for text classification, which uses a few input-label demonstrations to describe a task, has demonstrated impressive performance on large language models (LLMs). However, the selection of in-context demonstrations plays a crucial role and can significantly affect LLMs' performance. Most existing demonstration selection methods primarily focus on semantic similarity between test inputs and demonstrations, often overlooking the importance of label distribution alignment. To address this limitation, we propose a two-stage demonstration selection method, TopK + Label Distribution Divergence (L2D), which leverages a fine-tuned BERT-like small language model (SLM) to generate label distributions and calculate their divergence for both test inputs and candidate demonstrations. This enables the selection of demonstrations that are not only semantically similar but also aligned in label distribution with the test input. Extensive experiments across seven text classification benchmarks show that our method consistently outperforms previous demonstration selection strategies. Further analysis reveals a positive correlation between the performance of LLMs and the accuracy of the underlying SLMs used for label distribution estimation.
