Strategic Demonstration Selection for Improved Fairness in LLM In-Context Learning
Jingyu Hu, Weiru Liu, Mengnan Du
TL;DR
The paper addresses fairness in large language model in-context learning (ICL) for tabular data, showing that demonstration choice can meaningfully shift subgroup fairness. It introduces the Fairness via Clustering-Genetic (FCG) algorithm to curate diverse, representative demonstrations by clustering data into four subgroup conditions and applying a genetic-like selection to optimize a joint predictive-fair score. Across Credit and Adult datasets and five LLMs, minority-focused demonstrations improve fairness metrics such as $R_{dp}$ and $R_{eo}$ with minimal impact on accuracy, and FCG further enhances fairness compared with random or LENs-based methods. The work provides a practical, compute-efficient approach to improve real-world fairness in ICL prompts, with implications for deploying LLMs in high-stakes tabular tasks and for future exploration of multi-attribute fairness and fine-tuning effects.
Abstract
Recent studies highlight the effectiveness of using in-context learning (ICL) to steer large language models (LLMs) in processing tabular data, a challenging task given the structured nature of such data. Despite advancements in performance, the fairness implications of these methods are less understood. This study investigates how varying demonstrations within ICL prompts influence the fairness outcomes of LLMs. Our findings reveal that deliberately including minority group samples in prompts significantly boosts fairness without sacrificing predictive accuracy. Further experiments demonstrate that the proportion of minority to majority samples in demonstrations affects the trade-off between fairness and prediction accuracy. Based on these insights, we introduce a mitigation technique that employs clustering and evolutionary strategies to curate a diverse and representative sample set from the training data. This approach aims to enhance both predictive performance and fairness in ICL applications. Experimental results validate that our proposed method dramatically improves fairness across various metrics, showing its efficacy in real-world scenarios.
