grpo

Tag

Cards List
#grpo

From Self-Distillation to Self-Practice: Privileged Information for Multi-Turn Agents

arXiv cs.AI ↗ · 20h ago Cached

The paper proposes Privileged Self-Practice (PSP), a method that injects privileged information into prompts for multi-turn LLM agents, improving task completion rates on AppWorld and SWE-bench benchmarks compared to existing distillation techniques.

0 favorites 0 likes
#grpo

Reinforcement Learning with Verifiable Rewards for Small Search Agents

arXiv cs.AI ↗ · 20h ago Cached

This paper tests Reinforcement Learning with Verifiable Rewards (RLVR) on small language models using retrieval-augmented generation, achieving a 3.8-fold gain without distillation and emphasizing the need for reward design tailored to small models.

0 favorites 0 likes
#grpo

WanPE: Towards Cinematic Prompt Enhancement for Modern Text-to-Video Generation

Hugging Face Daily Papers ↗ · 2d ago Cached

WanPE is a 397B-parameter prompt enhancement model that improves cinematic planning in text-to-video generation, showing significant human preference boosts over raw prompts and competitive performance with commercial offerings.

0 favorites 0 likes
#grpo

When Should a VLM Look? Paying Only for Visual Calls That Were Needed and Used

arXiv cs.AI ↗ · 2d ago Cached

The paper introduces CounterCredit, a training method for vision-language agents that ensures visual calls are both needed and used, leading to higher performance and fewer spurious calls on benchmarks.

0 favorites 0 likes
#grpo

SFT or RL for Tool-Calling Agents? A Controlled Study Across Data, Method, and Scale

arXiv cs.CL ↗ · 2026-09-17 Cached

This controlled study compares supervised fine-tuning and reinforcement learning methods for training tool-calling agents across different datasets and model scales, finding that SFT with LoRA is strongest in-distribution while RL shows slight advantages in cross-dataset transfer.

0 favorites 0 likes
#grpo

Don't Mask the Environment: Observation Supervision Changes How Agents Explore Under RL

Hugging Face Daily Papers ↗ · 2026-09-17 Cached

The paper introduces ActObs, a method that supervises both action and observation tokens in agent trajectories to improve reinforcement learning exploration, showing enhanced performance on benchmarks like Terminal-Bench2.0 and aider-polyglot.

0 favorites 0 likes
#grpo

Environments as Scaffold: Enriching Feedback to Bootstrap Self-Evolving Agents in Long-Horizon Tasks

Hugging Face Daily Papers ↗ · 2026-09-08 Cached

This paper proposes Feedback-Enriched Environments (FEEs) to bootstrap self-evolving agents in long-horizon tasks by enriching feedback for reinforcement learning, showing improved stability and performance on benchmarks using Qwen3 models and RL algorithms.

0 favorites 0 likes
#grpo

@a_karvonen: Jerry Tworek on what was required to get RL to work for o1. Sounds a lot like the modern GRPO recipe: "Everyone already…

X AI KOLs Timeline ↗ · 2026-09-07 Cached

Jerry Tworek discusses the technical insights and challenges in applying reinforcement learning to scale AI models like o1, highlighting the importance of simplicity and techniques such as multiple rollouts.

0 favorites 0 likes
#grpo

DataFlex-RL: An Evaluation Platform for RLVR Data Policies

Hugging Face Daily Papers ↗ · 2026-09-05 Cached

DataFlex-RL is an evaluation platform for RLVR data policies that finds uniform sampling performs comparably to adaptive methods across mathematics, logic, and science benchmarks.

0 favorites 0 likes
#grpo

Verify Before You Distill: Prompt-Level Teacher Gating for On-Policy Distillation

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

This paper introduces Teacher-Gated On-Policy Distillation (TGOPD), a method that verifies teacher reliability at the prompt level to improve on-policy distillation, leading to better performance and increased GPU utilization in asynchronous setups.

0 favorites 0 likes
#grpo

DRACO: Fine-Grained Credit Assignment with Dynamic Rubrics for Long-Horizon Agent Training

Hugging Face Daily Papers ↗ · 2026-09-03 Cached

DRACO is a reinforcement learning method that dynamically generates rubrics and redistributes trajectory scores to improve long-horizon agent performance without verifiers.

0 favorites 0 likes
#grpo

Fine-tuning a 350M Model for Better Structured Outputs in 100 GRPO Steps

Hugging Face Blog ↗ · 2026-09-03 Cached

This guide details a fine-tuning recipe using Group Relative Policy Optimization (GRPO) with the TRL library to enhance the LFM2.5-350M model's structured output compliance, improving IFStruct benchmark performance from 22.6% to 29.7%.

0 favorites 0 likes
#grpo

Group Adaptive Clipping Policy Optimization

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

The paper proposes Group Adaptive Clustering Policy Optimization (GAPO), a plug-in modification to GRPO methods that adapts the clipping boundary to rollout advantage, improving Pass@1 and Pass@k on math reasoning and coding benchmarks.

0 favorites 0 likes
#grpo

From Production Traffic to Post-Training: Building a Self-Hosted LLM That Covers the Corporate Request Mix

Hugging Face Daily Papers ↗ · 2026-09-01 Cached

A research paper presents a method for training a smaller self-hosted LLM using separate GRPO experts merged via SLERP, which outperforms a larger baseline on enterprise tasks and serves half of platform traffic at lower cost.

0 favorites 0 likes
#grpo

@harshbhatt7585: This is a writeup after reading all the foundational papers of RL, learn derivation of policy gradient algorithm and ev…

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

A writeup that explains the mathematics of reinforcement learning, deriving algorithms such as Policy Gradient, PPO, and GRPO, and discusses their relevance in aligning large language models through techniques like RLHF and RLVR.

0 favorites 0 likes
#grpo

Mitigating LLM sycophancy with RL-based fine-tuning: Bayesian Truth Serum approach

arXiv cs.LG ↗ · 2026-08-27 Cached

This paper proposes using Bayesian Truth Serum as a reward in reinforcement learning fine-tuning to mitigate sycophancy in large language models, showing improved accuracy and reduced answer-flip rates without labeled data.

0 favorites 0 likes
#grpo

AWM: Answerable Working Memory for Long-Document VQA Agents

arXiv cs.CL ↗ · 2026-08-27 Cached

The paper introduces Answerable Working Memory (AWM) and AWM-GRPO to enhance the quality of terminal working memory in long-document VQA agents, improving accuracy and reducing memory issues.

0 favorites 0 likes
#grpo

Understanding Evolution Strategies for LLM Reasoning: Broader Reasoning Coverage than GRPO

Hugging Face Daily Papers ↗ · 2026-08-27 Cached

This paper investigates Evolution Strategies (ES) as a post-training paradigm for LLM reasoning, showing that ES provides broader reasoning coverage and better Pass@K performance than GRPO through sparse functional updates and population diversity.

0 favorites 0 likes
#grpo

@lu__jasper: If you are starting to move past sft into rl-style post-training, these are two really good resources for learning on a…

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

The tweet recommends two resources for learning practical RL post-training techniques, focusing on GRPO++ tricks to enhance reinforcement learning in large language models.

0 favorites 0 likes
#grpo

Same GRPO recipe on three from-scratch LLMs (353M/316M/672M) gave three different outcomes, with no clean relationship to scale [P]

Reddit r/MachineLearning ↗ · 2026-08-19

An experiment training three from-scratch LLMs with the same GRPO recipe yielded inconsistent results, with GRPO degrading performance in some models, particularly the middle-sized one, and no clear relationship to scale.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback