← Back to feed
2026-06-24agentsscalingrlhf

Neglected Free Lunch from Post-training: Progress Advantage for LLM Agents

Changdae Oh, Wendi Li, Seongheon Park, Samuel Yeh, Tanwi Mallick, Sharon Li

PDF preview for Neglected Free Lunch from Post-training: Progress Advantage for LLM Agents
Read on arXiv →

Key claim

Progress advantage enables effective step-level scoring without extra training.

In plain English

Imagine you're building an AI that needs to make decisions over a long period, like a robot navigating a complex environment. You want to evaluate how well it's doing at each step, but traditional methods for scoring its performance can be really tough to implement. They often require a lot of human input or complex calculations that just don't scale well, especially when the environment is unpredictable or when actions can't be undone. This is what's called the challenge of step-level evaluation in agentic settings.

Currently, many people rely on reward models that need to be trained specifically for each task, which can be a huge bottleneck. These models can struggle with long-horizon tasks where the consequences of actions aren't immediately clear, leading to inaccurate assessments of performance. This is known as the problem of ineffective reward modeling.

What this paper introduces is a clever way to sidestep those issues by using reinforcement learning (RL) post-training. Instead of needing a separate reward model, they derive a new metric called progress advantage, which uses the log-probability ratio between the RL-trained policy and a reference policy. This means you can get a reliable performance signal without needing to train a dedicated model for each task. The results show that this method works well across different applications, consistently outperforming traditional confidence-based approaches and dedicated reward models.

In practical terms, this means that if you're working on AI systems that need to evaluate their performance in real-time, you can use this new method to get accurate assessments without the overhead of additional training. It simplifies the process and makes it more efficient, which is a big win for developers in the field.

Novelty
8.0/10

The paper introduces a new method for step-level evaluation in RL that eliminates the need for dedicated reward model training.

Reliability
8.0/10

The claims are supported by validation across multiple applications and benchmarks, demonstrating consistent performance improvements.

Deep reliability assessment

The methodology supports the idea that log-probability ratios between an RL-post-trained policy and a suitable reference policy can serve as a useful step-level scoring signal for agent trajectories, and the paper claims validation across multiple benchmarks, model families, and applications. The strongest possible interpretation is more fragile: the exact recovery of an optimal advantage depends on RL/KL-regularization assumptions and reference-policy choice, while real deployed agents may use API-only models, different RL objectives, tool constraints, or reward-hacked policies.

Reproducibility

No clear open-source code or dataset link is visible in the provided text; the abstract mentions URLs, but they are rendered as symbols, so reproducibility cannot be verified from this excerpt.

Key figure

Figure 1 shows progress advantage as the log-probability-ratio-derived signal between an RL-trained behavior policy and a reference policy, then illustrates using that signal to score each tool-use step in an agent trajectory.