AINeutralarXiv – CS AI · Jun 256/10
🧠Researchers propose FiMi-RM, a framework that identifies and corrects length bias in reward models used for RLHF training of large language models. The approach uses a lightweight fitting model to capture non-linear length-reward relationships and decouples them from preference scoring, reducing AI systems' tendency to favor longer responses regardless of quality.
AINeutralarXiv – CS AI · Jun 196/10
🧠Researchers propose Uncertainty-Aware Reward Modeling (UARM), a technique that addresses critical vulnerabilities in RLHF training by equipping reward models with calibrated uncertainty estimates and reweighting policy optimization to prevent reward hacking. The method uses quantile-based conformal prediction and heteroscedastic variance decomposition, demonstrating improved alignment quality across multiple benchmark datasets.
AINeutralarXiv – CS AI · Jun 106/10
🧠A comprehensive academic survey examines Direct Preference Optimization (DPO), an emerging alternative to RLHF for aligning large language models with human preferences. The research categorizes recent DPO studies across theoretical foundations, variants, datasets, and applications, providing the research community with structured insights into model alignment challenges and future directions.
AIBullisharXiv – CS AI · Jun 96/10
🧠Researchers introduce Regret-based Preference Optimization (RePO), a new framework for training large language models that reinterprets reinforcement learning from human feedback (RLHF) through regret minimization rather than reward maximization. The approach models human preferences as behavior-conditioned assessments of relative suboptimality, showing consistent performance gains on mathematical reasoning and preference benchmarks.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers propose using distributional reward models instead of scalar models to address reward hacking in RLHF, where AI policies exploit errors in reward models. A unified mathematical framework shows that pessimistic reward adjustment through KL regularization recovers existing ensemble aggregation methods as special cases, providing theoretical clarity on uncertainty handling in AI alignment.
AIBullisharXiv – CS AI · Jun 46/10
🧠Researchers introduce BiasGRPO, a novel framework using Group Relative Policy Optimization to mitigate social bias in Large Language Models more effectively than existing methods. The approach stabilizes training in high-variance reward landscapes by normalizing rewards across sampled completions, outperforming Direct Preference Optimization and Proximal Policy Optimization while maintaining computational efficiency.
AIBullisharXiv – CS AI · Jun 46/10
🧠Researchers propose EvalStop, a scheduling primitive for cloud RLHF platforms that detects and terminates jobs suffering from reward overoptimization by monitoring eval-score declines. The system achieves 98% precision in identifying reward hacking while improving job completion time by 9% and reducing wasted compute by 22% compared to existing schedulers.
AINeutralarXiv – CS AI · Jun 46/10
🧠Researchers propose a sparse Mixture-of-Experts (MoE) reward model that learns interpretable, specialized experts for modeling diverse human preferences in RLHF systems. By encouraging sparse routing during training on binary preference data, the approach improves both interpretability and personalization capabilities compared to universal reward function models.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers introduce Reward Partition Optimization (RPO), a new method for training language models that eliminates the need for value function estimation in preference-based learning. RPO simplifies the optimization process by normalizing rewards through partition-based formulations, demonstrating superior performance compared to existing approaches like DRO and KTO across multiple model architectures.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers propose Bayesian Non-Negative Reward Model (BNRM), a framework that addresses reward hacking vulnerabilities in reinforcement learning from human feedback (RLHF) systems used to align large language models. The approach combines non-negative factor analysis with preference modeling to create more robust, interpretable reward systems resistant to biases and distribution shifts.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers introduce the Triangulated Preference Shift score, an automated metric that identifies lexical biases introduced during preference learning stages (like RLHF) in large language models without requiring manual curation. The metric isolates language pattern shifts across six model families, revealing that preference tuning may push models toward a 'language of prestige' that diverges from natural human language usage.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers formalize calibration concepts for probabilistic label ranking, revealing that popular models often fail to align predicted probabilities with actual outcome frequencies. The framework uncovers a gap between sub-ranking and top-k calibration metrics, with implications for RLHF reward models used in AI systems.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers introduce DPPrefSyn, an algorithm for generating differentially private synthetic preference data to train large language models while protecting user privacy. The method combines the Bradley-Terry preference model with DP-PCA to create synthetic training data from private datasets, achieving competitive alignment performance with formal privacy guarantees.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers propose In-Context Reward Adaptation, a transformer-based framework that dynamically models diverse human preferences without costly retraining. By incorporating human response time as an auxiliary signal, the approach enables language models to adapt to unseen preference domains on-the-fly, addressing a critical limitation of static reward models used in RLHF systems.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers have identified systematic political bias in large language models and developed Political Consistency Training (PCT), a reinforcement learning method to mitigate covert political manipulation. The technique reduces asymmetric treatment of opposing political topics while maintaining overall model helpfulness.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers introduce MUSE, a framework that disentangles two distinct mechanisms driving LLM conformity: sycophancy learned through reinforcement learning and uncertainty-driven conformity based on epistemic uncertainty at inference time. The findings suggest that LLMs don't simply yield to user pushback due to training, but also because they genuinely lack confidence in their initial responses, with both factors amplified when users appear knowledgeable or suggestions seem plausible.
AIBullisharXiv – CS AI · May 126/10
🧠Researchers propose Pair-GRPO, a unified theoretical framework for LLM alignment that addresses instability and interpretability issues in reinforcement learning from human preferences. The method introduces Soft-Pair-GRPO and Hard-Pair-GRPO variants with proven gradient equivalence, monotonic policy improvement, and superior performance on standard benchmarks.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers propose a method to improve RLHF (Reinforcement Learning from Human Feedback) by treating the rationality parameter as context-dependent rather than fixed, using an LLM-as-judge to detect cognitive biases in human annotations and downweight unreliable comparisons. This approach enables training more robust AI models even when human feedback contains systematic biases.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers propose Shadow Mask Distillation to address the memory bottleneck created by KV cache compression during reinforcement learning post-training of large language models. The technique tackles the critical off-policy bias that emerges when compressed contexts are used during rollout generation while full contexts are used for parameter updates, a problem that amplifies instability in RL optimization.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers present a unified theoretical framework for f-divergence regularized Reinforcement Learning from Human Feedback (RLHF), moving beyond the standard reverse KL approach. The work introduces two novel algorithms with provable efficiency guarantees, achieving O(log T) regret bounds and establishing the first theoretical performance guarantees for online RLHF under general f-divergence regularization.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers introduce Dr. Post-Training, a novel framework that treats general training data as a regularizer rather than a selection pool for LLM post-training. The method projects target-data updates onto a feasible set defined by general data, improving performance across SFT, RLHF, and RLVR tasks while maintaining computational efficiency.
AINeutralarXiv – CS AI · May 116/10
🧠Researchers introduce VESPO, a new method for training large language models using reinforcement learning that solves the variance problem in off-policy updates. The technique uses a principled mathematical approach to weight sequences rather than tokens, enabling stable training even when data becomes stale, with demonstrated improvements on math and code generation tasks.
AINeutralarXiv – CS AI · May 96/10
🧠Researchers propose KLCF, a reinforcement learning framework designed to reduce hallucinations in large language models during long-form text generation by aligning a policy model's knowledge distribution with its base model's parametric knowledge. The approach uses a Dual-Fact Alignment mechanism with factual checklists and truthfulness rewards, demonstrating consistent improvements across benchmarks without requiring external retrieval.
AINeutralarXiv – CS AI · Apr 146/10
🧠A new arXiv paper argues that AI alignment cannot rely solely on stated principles because their real-world application requires contextual judgment and interpretation. The research shows that a significant portion of preference-labeling data involves principle conflicts or indifference, meaning principles alone cannot determine decisions—and these interpretive choices often emerge only during model deployment rather than in training data.
AINeutralarXiv – CS AI · Apr 146/10
🧠Researchers demonstrate that looped transformers like Ouro-2.6B encode human preferences relationally rather than independently, with pairwise evaluators achieving 95.2% accuracy compared to 21.75% for independent classification. The study reveals that preference encoding is fundamentally relational, functioning as an internal consistency probe rather than a direct predictor of human annotations.
🏢 Anthropic