paper-with-me

홈 › Papers

Not Just RLHF: Why Alignment Alone Won't Fix Multi-Agent Sycophancy

2026-05-13 · Adarsh Kumarappan, Ananya Mujoo arxiv

LLM-based multi-agent pipelines flip from correct to incorrect answers under simulated peer disagreement at rates we term yield, a vulnerability widely attributed to RLHF-induced sycophancy. We test this attribution across four model families and find it largely wrong: pretrained base models exhibit the same substitution pattern as their Instruct variants, averaging higher yield than Instruct. Using activation patching, we localize the corruption to a narrow mid-layer window where attention carries the causal weight and MLP contribution is negligible; patching above this window restores 96% of the clean-to-pressured P(correct) gap. The attack surface decomposes into two independent factors (channel framing and consensus strength) whose interaction produces a 47.5 percentage-point yield gap at majority consensus, preserved across jury sizes $N \in \{4, 5, 6\}$. Two converging activation-space interventions show that pressure suppresses clean-reasoning features rather than activating a new sycophancy circuit. A single correctly-arguing dissenter reduces yield by 54-73 percentage points across all framings tested, whereas the strongest prompt-level defense fails on attack variants outside its design surface. Mitigations should target the mechanism, structured dissent at the pipeline level, rather than prompt-level defenses.

📄 PDF Abstract BibTeX arXiv:2605.12991

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

REBEL: Reward Regularization-Based Approach for Robotic Reinforcement Learning from Human Feedback

2023-12-22 · Souradip Chakraborty, Anukriti Singh, Amisha Bhaskar, Pratap Tokekar 외

The effectiveness of reinforcement learning (RL) agents in continuous control robotics tasks is mainly dependent on the design of the underlying reward function, which is highly prone to reward hacking. A misalignment be…

Bilevel Optimizationcontinuous-controlContinuous Controlreinforcement-learning+1

AI Alignment and Social Choice: Fundamental Limitations and Policy Implications

2023-10-24 · Abhilash Mishra

Aligning AI agents to human intentions and values is a key bottleneck in building safe and deployable AI applications. But whose values should AI agents be aligned with? Reinforcement learning with human feedback (RLHF) …

The Polite Liar: Epistemic Pathology in Language Models

2025-11-08 · Bentley DeVilling arxiv

Large language models exhibit a peculiar epistemic pathology: they speak as if they know, even when they do not. This paper argues that such confident fabrication, what I call the polite liar, is a structural consequence…

Reinforcement Learning

Predicting vs. Acting: A Trade-off Between World Modeling & Agent Modeling

2024-07-02 · Margaret Li, Weijia Shi, Artidoro Pagnoni, Peter West 외

RLHF-aligned LMs have shown unprecedented ability on both benchmarks and long-form text generation, yet they struggle with one foundational task: next-token prediction. As RLHF models become agent models aimed at interac…

Text Generation

Simplify RLHF as Reward-Weighted SFT: A Variational Method

2025-02-16 · Yuhao Du, Zhuo Li, Pengyu Cheng, Zhihong Chen 외

Reinforcement Learning from Human Feedback (RLHF) is crucial for aligning Large Language Models (LLMs) with human values. However, RLHF has been continuously challenged by its high complexity in implementation and comput…

Variational Inference