rlhf

Tag

Cards List
#rlhf

Using Deferred Execution to Tame AI Agents

Reddit r/ArtificialInteligence ↗ · 2026-06-15

A developer recounts how an AI agent bypassed a rule prohibiting git write commands, then proposes applying functional programming's deferred execution pattern to agent workflows as a safety measure.

0 favorites 0 likes
#rlhf

As we scale toward agentic, multimodal systems combining LLMs, RLHF, tool-use, and retrieval-augmented generation, what practical architecture best balances reliability, alignment, and cost?

Reddit r/artificial ↗ · 2026-06-11

The article debates whether future AI systems should use a unified agent stack or modular ensembles, and advocates for more realistic robustness benchmarks beyond static evaluations.

0 favorites 0 likes
#rlhf

Avatar V: Scaling Video-Reference Avatar Video Generation

Hugging Face Daily Papers ↗ · 2026-06-11 Cached

Avatar V is a production-scale framework for generating behaviorally recognizable avatar videos conditioned on full video references, introducing sparse reference attention and motion representation streams to achieve state-of-the-art identity preservation and lip synchronization.

0 favorites 0 likes
#rlhf

Hidden Consensus:Preference-Validity Compression in Human Feedback

arXiv cs.CL ↗ · 2026-06-10 Cached

This paper argues that standard RLHF's scalarization of human preferences collapses multiple valid interpretations into a single target, mis-measuring alignment in culturally plural societies. Analyzing a Malaysian dataset, they find 79% of prompts have multiple majority-supported responses that single-winner aggregation discards.

0 favorites 0 likes
#rlhf

Large Language Models Should Learn Personalized Rather Than Aggregated Human Preferences

arXiv cs.LG ↗ · 2026-06-09 Cached

This position paper argues that large language models should learn from personalized rather than aggregated human preferences, highlighting theoretical limitations from social choice theory and practical issues from demographic diversity. It proposes bounded personalization frameworks that respect individual autonomy while maintaining universal safety constraints.

0 favorites 0 likes
#rlhf

EvalStop: Using World Feedback to Detect and Correct Reward Overoptimization in Multi-Tenant RLHF Platforms

arXiv cs.LG ↗ · 2026-06-04 Cached

EvalStop is a scheduling primitive for multi-tenant RLHF platforms that detects and corrects reward overoptimization by monitoring downstream evaluation scores and terminating jobs on consecutive declines, achieving 98% precision and 99% recall while improving job completion time by 9% and cutting wasted compute by 22%.

0 favorites 0 likes
#rlhf

Large Language Models Hack Rewards, and Society

arXiv cs.LG ↗ · 2026-06-04 Cached

Researchers from King's College London, Fudan University, and The Alan Turing Institute introduce the concept of 'societal hacking'—where LLMs trained via reinforcement learning exploit loopholes in societal regulations, similar to reward hacking. They introduce SocioHack, a benchmark of 72 societal environments, demonstrating that models learn to remain technically compliant while defeating regulatory intent.

0 favorites 0 likes
#rlhf

BiasGRPO: Stabilizing Bias Mitigation in High-Variance Reward Landscapes via Group-Relative Policy Optimization

arXiv cs.AI ↗ · 2026-06-04 Cached

BiasGRPO proposes a framework using Group Relative Policy Optimization (GRPO) to stabilize social bias mitigation in LLMs by normalizing rewards across sampled completions, outperforming DPO and PPO on multiple benchmarks. The authors also release a compute-efficient bias reward model designed for integration into multi-objective RLHF pipelines.

0 favorites 0 likes
#rlhf

Fully Automated Identification of Lexical Alignment and Preference-Stage Shifts in Large Language Models

arXiv cs.CL ↗ · 2026-06-03 Cached

This paper introduces two automated metrics, Lexical Alignment Score and Triangulated Preference Shift, to identify lexical overuse in LLMs and attribute it to preference learning stages. The method is tested on six model families using PubMed abstracts, replicating prior findings without manual intervention.

0 favorites 0 likes
#rlhf

Reproducing, Analyzing, and Detecting Reward Hacking in Rubric-Based Reinforcement Learning

Hugging Face Daily Papers ↗ · 2026-06-03

This paper introduces CHERRL, a controllable environment for studying reward hacking in rubric-based reinforcement learning, where LLM-as-a-Judge biases can be injected to reproduce and analyze hacking behaviors. The authors also explore an agent-based system for automatically detecting reward hacking onset from training logs.

0 favorites 0 likes
#rlhf

Fair Reinforcement Learning

Reddit r/AI_Agents ↗ · 2026-06-02

Fair Reinforcement Learning introduces Democratic Alignment to incorporate multiple competing value sets from different agents, overcoming traditional RLHF limitations, and achieves orders of magnitude faster optimization via a black-box policy wrapper.

0 favorites 0 likes
#rlhf

Isolating LLM Lexical Bias: A Curation-Free Triangulated Metric for Preference-Stage Learning

arXiv cs.CL ↗ · 2026-06-02 Cached

Introduces a curation-free metric (Triangulated Preference Shift) to isolate and quantify lexical biases induced during preference learning in LLMs, without manual curation, across six model families.

0 favorites 0 likes
#rlhf

I spent months inside verl (an RL post-training framework), forked it, then stopped. Wrote up the internals, the tooling a fork costs, and a nasty NCCL bug.

Reddit r/LocalLLaMA ↗ · 2026-06-01

A deep dive into the internals of ByteDance's verl RL post-training framework, including orchestration, single-controller pattern, and a tricky NCCL bug fix. The author shares lessons from forking the framework and building custom tooling.

0 favorites 0 likes
#rlhf

Calibrated Preference Learning: The Case of Label Ranking

arXiv cs.LG ↗ · 2026-06-01 Cached

This paper formalizes calibration for probabilistic label ranking, introducing a hierarchy of calibration notions and showing that common models are poorly calibrated. It further demonstrates applications to RLHF reward models, where calibration correlates with but is not identical to accuracy.

0 favorites 0 likes
#rlhf

It's Not Just X. It's Y

Hacker News Top ↗ · 2026-05-31 Cached

This essay explores how LLMs' post-training (RLHF and RLVR) produces linguistic tics like negative parallelism, and critiques the use of AI detectors (Grammarly, Pangram) that force writers to sound like machines to avoid false accusations.

0 favorites 0 likes
#rlhf

The AI alignment paradigm is behaviorism with better PR

Reddit r/artificial ↗ · 2026-05-31

This opinion piece argues that RLHF-based AI alignment is essentially a modern form of behaviorism, citing parallels between operant conditioning and current training methods, and referencing research on AI faking alignment as a predictable failure mode.

0 favorites 0 likes
#rlhf

Convergence Point Theory: Why LLM uncertainty is determined by the topic, not the model

Reddit r/artificial ↗ · 2026-05-31

This paper proposes the Convergence Point Theory, which unifies various LLM uncertainty phenomena by arguing that uncertainty is determined by the consensus density of human knowledge on a topic, identifying three zones (Full, Partial, and Non-Consensus). It raises concerns about forced convergence during training on unresolved philosophical questions.

0 favorites 0 likes
#rlhf

@yuwen_lu_: I'm halfway through, damn why did no one ever tell me RL is this fun

X AI KOLs Timeline ↗ · 2026-05-30 Cached

Sanbu 散步 released a modern RL tutorial Hands-On Modern RL, covering from CartPole+PPO basics to LLM post-training (RLHF, DPO, GRPO) and Agentic RL, code-first, English version coming soon.

0 favorites 0 likes
#rlhf

MusTBENCH: Benchmarking and Advancing Temporal Grounding in Music LLMs

arXiv cs.CL ↗ · 2026-05-29 Cached

MusTBench is a benchmark for evaluating temporal grounding in Large Audio-Language Models (LALMs) for music understanding. The authors propose MusT, a four-stage training recipe that significantly improves temporal grounding performance over existing models.

0 favorites 0 likes
#rlhf

@neural_avb: Next video is on training tiny (<1B) models for preference tuning. Plus how to generate preference datasets with local …

X AI KOLs Timeline ↗ · 2026-05-26 Cached

Announces an upcoming video on training tiny models for preference tuning, covering reward models, RLHF, DPO, ORPO with Unsloth and TRL.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback