rlhf

Tag

Cards List
#rlhf

A question about Large Language Models (LLMs): my own observations: non-instructional text prefix may bypass RLHF constraints without adversarial prompting.

Reddit r/artificial · yesterday

A user reports that a long, non-instructional text prefix can shift LLM activations and bypass RLHF safety constraints without adversarial prompting, asking whether this reflects distinct world regions in the model.

0 favorites 0 likes
#rlhf

Independent LLM "research" & a direct message to Anthropic ; Preliminary observations: non-instructional text prefix may bypass RLHF constraints without adversarial prompting.

Reddit r/artificial · 4d ago

An independent researcher reports a phenomenon called Context-Induced Activation Drift, where a long benign text prefix can shift LLM activations and bypass RLHF constraints without adversarial prompts, and calls on the community to investigate further.

0 favorites 0 likes
#rlhf

SMOPD: Multi-Reward Reinforcement Learning via Specialize-and-Merge Online Policy Distillation

arXiv cs.LG · 5d ago Cached

SMOPD proposes a two-stage specialize-and-merge online policy distillation method to improve multi-reward reinforcement learning, addressing issues with sparse and dense reward signals where GDPO struggles. It outperforms GDPO across 1.5B, 3B, and 7B backbones in complementary and conflicting reward settings.

0 favorites 0 likes
#rlhf

Fable, GPT-5.6 and other frontier models are assholes. Here's why.

Reddit r/artificial · 5d ago

Explains why frontier AI models often behave rudely or disobediently, citing former Meta engineer Kun Chen on RLHF and RLVR training that optimizes for task success over human-friendly communication.

0 favorites 0 likes
#rlhf

Abstention as an Action Can Kill Both the Reward Gradient and the KL Anchor: Collapse Law and Repair for Error-Penalized Reinforcement Learning

arXiv cs.LG · 6d ago Cached

This paper proves that using error-penalized scoring rules with abstention as a discrete action can kill both the reward gradient and the KL anchor, causing models to collapse toward refusing everything. It proposes a structural repair — training a mandatory confidence report — and validates the mechanism with simulations and language model experiments.

0 favorites 0 likes
#rlhf

@0xcryptowizard: Stanford's latest course, worth checking out. About self-evolving AI, covering scaling laws, chain-of-thought, RLHF, reasoning models, etc. YouTube link: https://youtu.be/6YnLB0XbTnI?si=Dg-aSXbDxymA4U…

X AI KOLs Timeline · 6d ago Cached

Recommending Stanford University's CS329A course, about self-improving AI agents, covering scaling laws, chain-of-thought, RLHF, reasoning models, and more.

0 favorites 0 likes
#rlhf

Learning Latent Reasoning Traces for Scalar Reward Models End-to-End

arXiv cs.CL · 2026-08-03 Cached

Proposes LatentRM, a reward modeling framework that learns intermediate reasoning traces as discrete latent variables to explicitly maximize downstream scalar reward likelihood, improving preference modeling and policy alignment across in-distribution and OOD tasks.

0 favorites 0 likes
#rlhf

Meta-Learned Reward Shaping for Reinforcement Learning from Human Feedback

arXiv cs.LG · 2026-07-30 Cached

MeRLa is a meta-learned reward shaping framework for RLHF that improves alignment by learning task-specific shaping functions, achieving state-of-the-art results on multiple benchmarks with significant reductions in training instability.

0 favorites 0 likes
#rlhf

Reliability-Aware LLM Alignment from Inconsistent Human Feedback

arXiv cs.AI · 2026-07-24 Cached

Proposes Reliability-Guided Preference Optimization (RGPO) to handle inconsistent human feedback in LLM alignment by estimating annotator reliability and dynamically modulating training based on consensus, achieving superior performance over standard RLHF methods.

0 favorites 0 likes
#rlhf

S2T-RLHF: Hierarchical Credit Assignment for Stable Preference-Based RLHF

arXiv cs.AI · 2026-07-22 Cached

S2T-RLHF proposes a sentence-to-token reward decomposition framework that improves training stability and robustness in preference-based RLHF by assigning sequence-level rewards at sentence granularity, avoiding the instability of overly fine-grained token-level refinement.

0 favorites 0 likes
#rlhf

How Fast Can Reward Models Score? A Systems Study of C++ and PyTorch Inference Runtimes for RLHF

Hugging Face Daily Papers · 2026-07-22 Cached

This paper presents a systems study comparing C++ and PyTorch inference runtimes for reward model scoring in RLHF pipelines, finding that ONNXRuntime provides speedups on CPU while torch.compile leads on GPU, with batching strategy mattering more than language or runtime.

0 favorites 0 likes
#rlhf

Normalized Rewards for Preference Optimization

arXiv cs.LG · 2026-07-21 Cached

This paper introduces a regularization technique for Direct Alignment Algorithms (DAAs) that maintains normalized response probabilities, mitigating over-optimization and likelihood displacement. The method improves generation quality and benchmark performance, achieving over 20% relative increase on AlpacaEval2 and 9% gains on general benchmarks for Llama-3.1-8B-Instruct.

0 favorites 0 likes
#rlhf

Rater State Bias in RLHF Preference Data: An Audit Framework

arXiv cs.AI · 2026-07-21 Cached

This paper identifies and formalizes rater state bias in RLHF preference data, where annotator emotional state can confound preference labels. It proposes an audit framework with falsifiable predictions to detect such biases.

0 favorites 0 likes
#rlhf

@xennygrimmato_: if you’re wondering how token-level rejection sampling works in this paper, here’s how they do it: M_t = max_v [ pi_the…

X AI KOLs Timeline · 2026-07-11 Cached

Explains token-level rejection sampling for RLHF/PPO, where importance ratio M_t is the maximum over vocabulary and tokens are accepted with Bernoulli sampling based on w_t / M_t.

0 favorites 0 likes
#rlhf

@tanayj: https://x.com/tanayj/status/2072766211256119475

X AI KOLs Timeline · 2026-07-02 Cached

This article explores the challenge of applying reinforcement learning to tasks that lack clear verifiability, citing Dario Amodei's prediction about achieving a 'country of geniuses in a data center' and discussing techniques such as RLVR, RLHF, Constitutional AI, and rubric-based rewards from Scale AI.

0 favorites 0 likes
#rlhf

RL Beyond the Verifiable (8 minute read)

TLDR AI · 2026-06-30 Cached

An analysis discussing the limitations of reinforcement learning with verifiable rewards (RLVR) in math and coding, and the challenge of extending RL to subjective or unverifiable tasks like planning or scientific discovery. It explores techniques such as RLHF and Constitutional AI as alternatives for alignment.

0 favorites 0 likes
#rlhf

Retroactive Advantage Correction: Closed-Form V-Trace Bias Correction for Delay-Aware RLHF

arXiv cs.LG · 2026-06-29 Cached

This paper introduces Retroactive Advantage Correction (RAC), a closed-form bias correction method for delay-aware RLHF that handles asynchronous reward signals by queuing and reinjecting delayed rewards with a V-trace-style clipped residual update.

0 favorites 0 likes
#rlhf

PEBS: Per-rater Empirical-Bayes Shrinkage for RLHF Reward-Model Calibration

arXiv cs.LG · 2026-06-29 Cached

Introduces PEBS, a per-rater empirical-Bayes shrinkage estimator for calibrating reward models in RLHF, reducing within-user RMSE by over 8.5% on PRISM and over 9.6% on PluriHarms.

0 favorites 0 likes
#rlhf

Reward Models Can Be Too Sensitive (22 minute read)

TLDR AI · 2026-06-29 Cached

This paper argues that reward models in RL are often oversensitive, assigning different scores to equally good responses, and proposes a training-free discretization algorithm using Monte Carlo dropout to reduce oversensitivity, improving policy quality.

0 favorites 0 likes
#rlhf

@natolambert: The goal with my rlhf book is to make the "home on the internet" for the next generation learning post-training. That's…

X AI KOLs Timeline · 2026-06-25 Cached

Nathan Lambert announces his goal to create a comprehensive hub for learning RLHF post-training, including a book, lectures, code, and community resources.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback