What they did
The authors developed TASPO, a policy-optimization method that combines verified outcome rewards with process-level supervision available only during training. It constructs decision-relevant privileged information from successful trajectories and measures how that information changes the policy’s support for each executable action.
TASPO turns those action-level likelihood shifts into positive, bounded weights applied to the trajectory advantage. The weights preserve the advantage’s mean, so the verified outcome controls the overall direction and scale of learning while privileged information only determines how credit is distributed among actions.
Key findings
- Across three agentic benchmarks, TASPO improved performance over GRPO by 10.6%.
- The method generalized better than the baseline to unseen tasks.
- The authors report that decision-applicable privileged information reduced mismatch between supervision and the agent’s current interaction state.
- Assigning credit at the executable-action level produced more stable policy optimization than finer token-level assignment.
Why it matters
The work separates two ideas that are often conflated: detailed supervision and valid reinforcement-learning credit. By grounding every update in a verified outcome while using privileged signals only to redistribute credit, TASPO offers a way to train agents more precisely on long-horizon tasks without allowing training-only information to redefine success.
Caveats
The abstract does not identify the three benchmarks, models, computational costs, or the absolute performance scores behind the reported 10.6% improvement. It also remains unclear how robust TASPO is when successful trajectories are scarce, privileged information is noisy, or tasks provide weak or imperfect outcome verification.