Generating Fair Consensus Statements with Social Choice on Token-Level MDPs
Carter Blair, Kate Larson
TL;DR
This work addresses the challenge of provably fair consensus statement generation by modeling open-ended text formation as a token-level MDP. Each agent contributes a policy that defines token-level rewards, enabling fairness notions from social choice theory to be directly integrated into generation. The authors develop two main contributions: (i) a stochastic policy $\pi^*$ that optimizes Nash Welfare to produce an ex-ante core lottery over complete statements, and (ii) deterministic, egalitarian-welfare-based search methods (finite lookahead and beam search) for producing a single consensus statement. Empirically, the approach yields improved worst-case agent alignment (lower Egalitarian Perplexity) compared with baselines like Habermas Machine, and experiments validate token-level credit assignment and scalability via token chunking. Overall, the framework offers a principled, analyzable path toward fair, multi-agent consensus in open-ended AI-generated text, with practical methods and clear directions for future work.
Abstract
Current frameworks for consensus statement generation with large language models lack the inherent structure needed to provide provable fairness guarantees when aggregating diverse free-form opinions. We model the task as a multi-objective, token-level Markov Decision Process (MDP), where each objective corresponds to an agent's preference. Token-level rewards for each agent are derived from their policy (e.g., a personalized language model). This approach utilizes the finding that such policies implicitly define optimal Q-functions, providing a principled way to quantify rewards at each generation step without a value function (Rafailov et al., 2024). This MDP formulation creates a formal structure amenable to analysis using principles from social choice theory. We propose two approaches grounded in social choice theory. First, we propose a stochastic generation policy guaranteed to be in the ex-ante core, extending core stability concepts from voting theory to text generation. This policy is derived from an underlying distribution over complete statements that maximizes proportional fairness (Nash Welfare). Second, for generating a single statement, we target the maximization of egalitarian welfare using search algorithms within the MDP framework. Empirically, experiments using language models to instantiate agent policies show that search guided by the egalitarian objective generates consensus statements with improved worst-case agent alignment compared to baseline methods, including the Habermas Machine (Tessler et al., 2024).
