🤖 AI Summary
This paper addresses strategic misalignment in multi-agent RLHF, where individual agents’ strategic feedback distorts policy learning. Existing methods lack strategyproofness: a single adversarial feedback can severely compromise learned policies. We prove a fundamental impossibility result—any strategyproof algorithm must incur at least a *k*-fold suboptimality gap relative to the optimal policy—revealing an inherent trade-off between incentive alignment and policy optimality. To overcome this limitation, we propose the first approximately strategy-robust, pessimistic median algorithm. It constructs pessimistic reward estimates under a coverage assumption, integrates median-based aggregation with multi-agent game-theoretic modeling, and guarantees asymptotic convergence to the optimal policy as both agent count and sample size grow—thereby significantly mitigating strategic policy shift.
📝 Abstract
We study Reinforcement Learning from Human Feedback (RLHF), where multiple individuals with diverse preferences provide feedback strategically to sway the final policy in their favor. We show that existing RLHF methods are not strategyproof, which can result in learning a substantially misaligned policy even when only one out of $k$ individuals reports their preferences strategically. In turn, we also find that any strategyproof RLHF algorithm must perform $k$-times worse than the optimal policy, highlighting an inherent trade-off between incentive alignment and policy alignment. We then propose a pessimistic median algorithm that, under appropriate coverage assumptions, is approximately strategyproof and converges to the optimal policy as the number of individuals and samples increases.