CHOIR: Collaborative Harmonization fOr Inference Robustness
Xiangjue Dong, Cong Wang, Maria Teleki, Millennium Bismay, James Caverlee
TL;DR
The paper tackles the sensitivity of large language models to demographic cues embedded in persona prompts, which can cause divergent reasoning paths. It introduces CHOIR, a no-training, inference-time framework that constructs multiple counterfactual personas and harmonizes their logits through dynamic, consensus-based weighting to produce more robust answers. Empirical results show up to 26.4% improvement for individual demographics and 19.2% average gain across five demographics, with strong generalization across models, tasks, and prompt templates, and compatibility with other ensemble methods. This approach reframes demographic variation as a constructive signal, enabling more reliable and socially aware LLM reasoning without additional training. The work highlights practical implications for safer, fairer, and more dependable AI reasoning in real-world applications.
Abstract
Persona-assigned Large Language Models (LLMs) can adopt diverse roles, enabling personalized and context-aware reasoning. However, even minor demographic perturbations in personas, such as simple pronoun changes, can alter reasoning trajectories, leading to divergent sets of correct answers. Instead of treating these variations as biases to be mitigated, we explore their potential as a constructive resource to improve reasoning robustness. We propose CHOIR (Collaborative Harmonization fOr Inference Robustness), a test-time framework that harmonizes multiple persona-conditioned reasoning signals into a unified prediction. CHOIR orchestrates a collaborative decoding process among counterfactual personas, dynamically balancing agreement and divergence in their reasoning paths. Experiments on various reasoning benchmarks demonstrate that CHOIR consistently enhances performance across demographics, model architectures, scales, and tasks - without additional training. Improvements reach up to 26.4% for individual demographic groups and 19.2% on average across five demographics. It remains effective even when base personas are suboptimal. By reframing persona variation as a constructive signal, CHOIR provides a scalable and generalizable approach to more reliable LLM reasoning.
