PICACO: Pluralistic In-Context Value Alignment of LLMs via Total Correlation Optimization
Han Jiang, Dongyao Zhu, Zhihua Wei, Xiaoyuan Yi, Ziang Xiao, Xing Xie
TL;DR
PICACO tackles the Instruction Bottleneck in pluralistic in-context value alignment by introducing a training-free meta-instruction optimization via total correlation, formalized as $TC_{m e}(m V,m y|m x)$. The method alternates between enhancing aligned responses and refining the meta-instruction using a variational information objective, leveraging $q_{mreq}$ and a redundancy metric $q_{meta}$ to promote multi-value conformity while avoiding superficial copying. Across five value compositions and multiple LLMs, PICACO outperforms baselines, showing robust steerability, resistance to jailbreak prompts, and adaptability to growing value sets without requiring model fine-tuning. The approach offers a scalable, model-agnostic path to pluralistic value alignment with practical implications for safer, more responsible AI systems.
Abstract
In-Context Learning has shown great potential for aligning Large Language Models (LLMs) with human values, helping reduce harmful outputs and accommodate diverse preferences without costly post-training, known as In-Context Alignment (ICA). However, LLMs' comprehension of input prompts remains agnostic, limiting ICA's ability to address value tensions--human values are inherently pluralistic, often imposing conflicting demands, e.g., stimulation vs. tradition. Current ICA methods therefore face the Instruction Bottleneck challenge, where LLMs struggle to reconcile multiple intended values within a single prompt, leading to incomplete or biased alignment. To address this, we propose PICACO, a novel pluralistic ICA method. Without fine-tuning, PICACO optimizes a meta-instruction that navigates multiple values to better elicit LLMs' understanding of them and improve their alignment. This is achieved by maximizing the total correlation between specified values and LLM responses, theoretically reinforcing value correlation while reducing distractive noise, resulting in effective value instructions. Extensive experiments on five value sets show that PICACO works well with both black-box and open-source LLMs, outperforms several recent strong baselines, and achieves a better balance across up to 8 distinct values.
