Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/22 04:00:00
S2T-RLHF: Hierarchical Credit Assignment for Stable Preference-Based RLHF
AI 中文解读
S2T-RLHF这项研究给AI训练装上了“稳定器”。以往让AI学会识别人类偏好时,经常出现训练过程忽好忽坏、回答前后矛盾的问题,根源在于AI只知道整段回答的好坏,却分不清具体哪个词或哪个句子该被鼓励。虽然有人尝试把奖励细化到每个词,结果反而放大了不确定性,就像给AI太多“微表情”反而让它不知所措。新方法聪明地选择了句子作为中间尺度——先把整体分数合理分配到各个句子,再在句子内部做有限度的细化,既保留了语义的完整性,又避免了过度敏感。这样一来,AI学习更稳健,比如你在跟聊天机器人对话时,它的回答会更连贯、更符合你的心意,不会出现前半句精彩、后半句跑偏的状况。对于普通用户而言,这意味着AI助手将提供更稳定、更靠谱的反馈,无论是写邮件、生成文案还是日常问答,体验都会大幅提升。
arXiv:2607.18258v1 Announce Type: new
Abstract: Reinforcement learning from human feedback (RLHF) with preference-based reward models often exhibits unstable training dynamics. A key contributing factor is that standard RLHF relies on a single sequence-level scalar reward, which is propagated to token-level policy updates and leaves credit assignment within a response inherently ambiguous. Recent work has attempted to address this issue by refining rewards into denser token-level supervision, often relying on the implicit assumption that finer-grained credit assignment improves optimization. We argue that this assumption is incomplete: when preference signals are noisy and only defined at the response level, overly fine-grained reward refinement can amplify reward uncertainty and destabilize learning. To address this problem, we propose a granularity-aware principle for hierarchical credit assignment, emphasizing stability-oriented reward design rather than maximal allocation precision. Under this principle, sentences serve as a natural intermediate granularity, balancing semantic coherence with robustness to token-level noise. Guided by this view, we introduce S2T-RLHF. This sentence-to-token reward decomposition framework first allocates sequence-level preference rewards across sentences and then applies bounded token-level refinement within each sentence, without reward-model retraining or token-level supervision. Experiments across multiple datasets and optimization settings show that S2T-RLHF improves training stability and robustness while maintaining competitive preference alignment.
分享
阅读原文 ↗