policy-optimization

Tag

Cards List
#policy-optimization

@ethantsliu: meta-rl induces agentic LLM exploration traditional RL trains LLM agents to use fixed policies that struggle with activ…

X AI KOLs Timeline · 5d ago Cached

A new research paper reframes LLM agent training as a cross-episode Meta-RL problem, using critic-free policy gradients to enable in-context adaptation without gradient updates. The LAMER framework improves test-time performance by 11-19% over standard RL baselines on long-horizon tasks and generalizes better to unseen environments.

0 favorites 0 likes
#policy-optimization

Robust Counterfactual Policy Optimisation via Nondeterministic Causal Models

arXiv cs.LG · 6d ago Cached

This paper formalises counterfactual policy optimisation for Markov Decision Processes under probabilistic nondeterministic causal models, which separate latent confounding from inherent stochasticity, and proposes a practical optimisation procedure for deriving robust counterfactual policies. The approach is validated on a sepsis treatment simulator with diabetes as an unobserved global confounder.

0 favorites 0 likes
#policy-optimization

Don't Peek at the Answer: Outcome-Masked Group Relative Policy Optimization for Label-Free RLVR

arXiv cs.AI · 6d ago Cached

The paper proposes OM-GRPO, a label-free RLVR framework that decouples reward estimation from policy optimization by masking gradients on answer spans, and introduces Contrast-Augmented Reward to refine reward estimation without extra rollouts. It consistently outperforms existing label-free methods and matches supervised ground-truth reward training across reasoning benchmarks.

0 favorites 0 likes
#policy-optimization

Q-Steer: Action-Value Guidance for Molecular Policy Optimization

arXiv cs.LG · 2026-07-30 Cached

Introduces Q-Steer, a rollout-time action-value guidance for molecular policy optimization that uses a frozen prefix-action value scorer to improve sampling without changing the online oracle budget.

0 favorites 0 likes
#policy-optimization

β-OPSD: Deriving with Policy Optimization, Training with Self-Distillation

Hugging Face Daily Papers · 2026-07-30 Cached

This paper introduces β-OPSD, a generalization of on-policy self-distillation that frames it as a policy optimization family with a controllable KL penalty. The method uses distillation to approximate expensive policy optimization, improving stability and reasoning performance on mathematical benchmarks.

0 favorites 0 likes
#policy-optimization

Progress-conditioned Group Policy Optimization for Long-Horizon Agentic Tasks

arXiv cs.LG · 2026-07-28 Cached

Proposes Progress-conditioned Group Policy Optimization (ProGPO) to overcome credit assignment issues in long-horizon agentic tasks by using first-visit observation coverage when all group samples fail, improving performance on ALFWorld and WebShop.

0 favorites 0 likes
#policy-optimization

CIGPO: Contextual Information-Gain Policy Optimization for Multi-Turn Evidence-Reading LLM Agents

arXiv cs.LG · 2026-07-21 Cached

This paper identifies a reward-variance collapse failure mode in GRPO for multi-turn evidence-reading agents and proposes CIGPO, which uses per-turn contextual information-gain rewards to maintain gradient signal, achieving +105% F1 improvement on HotpotQA.

0 favorites 0 likes
#policy-optimization

Group Entropy-Controlled Policy Optimization

Hugging Face Daily Papers · 2026-07-18 Cached

This paper proposes Group Entropy-Controlled Policy Optimization (GEPO), a lightweight extension to GRPO that uses group entropy to perform entropy-conditioned asymmetric advantage shaping, addressing heterogeneous entropy regimes across tasks during RL-based alignment of LLMs. Experiments show consistent improvements over GRPO and recent entropy-controlled methods across multiple benchmarks.

0 favorites 0 likes
#policy-optimization

Beyond Entropy: Correctness-Aware Advantage Shaping via Contrastive Policy Optimization

Hugging Face Daily Papers · 2026-07-16 Cached

This paper introduces Contrastive Policy Optimization (CPO), which uses token-level contrastive disagreement between reference-guided and vanilla generation distributions for correctness-aware advantage shaping in reinforcement learning with verifiable rewards. CPO outperforms entropy-based RLVR methods on both in-domain and out-of-domain benchmarks.

0 favorites 0 likes
#policy-optimization

Beyond Euclidean Clipping: Overcoming Exploration Collapse in LLM RL via Riemannian Isometric Policy Optimization

Hugging Face Daily Papers · 2026-07-11 Cached

This paper reveals that PPO-Clipping's use of Euclidean metric causes exploration collapse in LLM RL, and proposes Riemannian Isometric Policy Optimization (RIPO) to ensure geometrically consistent policy updates, achieving up to 60% improvement over GRPO on AIME24.

0 favorites 0 likes
#policy-optimization

Information Gain-based Rollout Policy Optimization: An Adaptive Tree-Structured Rollout Approach for Multi-Turn LLM Agents

arXiv cs.AI · 2026-07-08 Cached

Proposes IGRPO, a framework that adaptively allocates rollout budget based on informativeness of intermediate states for multi-turn LLM agents, unifying adaptive tree-structured exploration with policy learning. Experiments on seven search-augmented QA benchmarks show consistent improvements over baselines.

0 favorites 0 likes
#policy-optimization

ACPO: Adaptive Credit Policy Optimization via Fine-Grained Surrogate Entropy

arXiv cs.LG · 2026-07-07 Cached

Introduces ACPO, a token-level credit assignment framework for reinforcement learning in LLMs that uses fine-grained surrogate entropy to improve reasoning performance on math and coding benchmarks, outperforming strong baselines like DAPO, GTPO, and SAPO.

0 favorites 0 likes
#policy-optimization

TREK: Distill to Explore, Reinforce to Refine

Hugging Face Daily Papers · 2026-07-06 Cached

TREK is a staged procedure that uses distillation to expand exploration support for policy optimization, improving performance on mathematical reasoning and agentic tasks beyond standard GRPO.

0 favorites 0 likes
#policy-optimization

GRPO, Dr. GRPO, and DAPO Are Three Operations on One Number: The Group-Standard-Deviation Identity

arXiv cs.LG · 2026-07-02 Cached

This paper proves that GRPO, Dr. GRPO, and DAPO are three formulations of the same underlying mechanism: adjusting the standard deviation of rewards within a group of sampled answers. The group-standard-deviation identity shows that unanimous groups teach nothing while split groups drive learning, revealing a unified dial for training language models to reason.

0 favorites 0 likes
#policy-optimization

ReGRPO: Reflection-Augmented Policy Optimization for Tool-Using Agents

arXiv cs.AI · 2026-07-01 Cached

ReGRPO introduces a reflection-augmented policy optimization framework for tool-using vision-language agents, leveraging structured failure observations and joint optimization of reflection tokens and actions to improve recovery from tool failures, achieving state-of-the-art results on GTA and GAIA benchmarks.

0 favorites 0 likes
#policy-optimization

From Propositional to Perceptual Asymmetry: Extending Frictive Policy Optimization to Asymmetric Partial Information Dialogue

arXiv cs.CL · 2026-07-01 Cached

This paper extends Frictive Policy Optimization (FPO) to handle perceptual asymmetry in dialogue, where participants hold asymmetric partial information. It demonstrates that evaluating friction from each participant's perspective is more effective than omniscient access, and proposes annotation refinements for grounding states.

0 favorites 0 likes
#policy-optimization

VideoSearch-R1: Iterative Video Retrieval and Reasoning via Soft Query Refinement

Hugging Face Daily Papers · 2026-07-01 Cached

VideoSearch-R1 introduces an agentic framework that iteratively retrieves videos and refines search queries using continuous latent space refinement and policy optimization, achieving state-of-the-art performance on video corpus moment retrieval and temporal grounding tasks.

0 favorites 0 likes
#policy-optimization

@dair_ai: New paper on giving LLM agents experience that improves the weights and stays readable at the same time. Agent-experien…

X AI KOLs Following · 2026-06-26 Cached

JERP introduces a method for LLM agents to jointly learn interpretable natural-language rules and update policy parameters from the same interaction trajectories, improving performance on AlfWorld and WebShop while maintaining inspectability.

0 favorites 0 likes
#policy-optimization

BiPACE: Bisimulation-Guided Policy Optimization with Action Counterfactual Estimation for LLM Agents

arXiv cs.CL · 2026-06-25 Cached

BiPACE introduces a drop-in advantage estimator that fixes state-action credit mismatch in stepwise group-based RL for LLM agents, using bisimulation-guided state clustering and action counterfactual estimation, achieving significant performance gains on ALFWorld, WebShop, and TextCraft with Qwen2.5 models.

0 favorites 0 likes
#policy-optimization

Beyond Trajectory Imitation: Strategy-Guided Policy Optimization for LLM Reasoning

arXiv cs.AI · 2026-06-24 Cached

Introduces Strategy-Guided Policy Optimization (SGPO) for LLM reasoning, which replaces trajectory imitation with strategy distillation, improving generalization on math benchmarks.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback