grpo

Tag

Cards List
#grpo

Video-DeepResearch: Towards the Next-Generation Multimodal Deepresearch Agent

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

Video-DeepResearch (Video-DR) extends multimodal agents from static images to continuous video streams, introducing a decoupled perception-exploration pipeline and a new benchmark Video-DR-Bench. Their Video-DeepResearch-35B-A3B model achieves 64.0% accuracy, surpassing Claude-4.5-Sonnet, GPT-5, and Gemini 2.5 Pro.

0 favorites 0 likes
#grpo

TAPR: Enhancing LLM Performance with a Task-Aware Prompt Rewriter

arXiv cs.AI ↗ · 2026-08-03 Cached

TAPR is a lightweight model trained with reinforcement learning to rewrite user prompts into task-optimized prompts, improving downstream LLM performance on benchmarks like Natural Questions and GSM8K.

0 favorites 0 likes
#grpo

@vintcessun: The hardest problems are the ones models can't learn? GRPO's dead zone is right here: when all rollouts in a group are wrong, group-wise advantage goes to zero, and gradients vanish too. https://arxiv.org/abs/2607.27787 LSPO temporarily attaches LoRA to these "cliff problems": briefly SFT with standard derivations, ...

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

This paper proposes LSPO (LoRA Scaffolded Policy Optimization) to solve the vanishing-gradient problem of GRPO on zero-reward "cliff problems": a temporary LoRA adapter is used for a short SFT, successful trajectories are sampled, corrected via importance sampling, and then fed back into the RL batch; ultimately, only the base model is updated. Experiments on DeepMath-103K show it outperforms the DAPO baseline by an average of 3.8 points.

0 favorites 0 likes
#grpo

@rohanpaul_ai: New Meta Paper. Code optimization looks like an easy extension of reinforcement learning: reward correct programs, then…

X AI KOLs Following ↗ · 2026-08-01 Cached

A Meta paper analyzes why standard RL recipes fail for code optimization and rebuilds the entire feedback pipeline with calibrated timing, problem-relative ranking, and GRPO changes, improving Qwen 2.5 7B speed threshold from 18.0% to 31.3%.

0 favorites 0 likes
#grpo

Models for minimalist RAG: B1ade 335M Embedding and 1B Parameter Small Language Models

arXiv cs.CL ↗ · 2026-07-31 Cached

Presents B1ade, a minimalist RAG architecture with a 335M zero-training embedding model and a 1B SLM trained via GRPO on 723M tokens, showing emergent attribution behavior and competitive QA performance without large-scale pretraining.

0 favorites 0 likes
#grpo

SAF-OPD: Stable Advantage Fusion for On-Policy Distillation

Hugging Face Daily Papers ↗ · 2026-07-31 Cached

SAF-OPD introduces a Stable Advantage Fusion framework that combines RLVR with on-policy distillation, addressing magnitude and temporal mismatches to improve training stability and performance on math and code benchmarks.

0 favorites 0 likes
#grpo

Not All Tokens Deserve Equal Credit: Counterfactual Sensitivity Credit Reallocation for Long-CoT Reasoning

Hugging Face Daily Papers ↗ · 2026-07-30 Cached

This paper proposes Counterfactual Sensitivity Credit Reallocation (CSCR), a simple extension of GRPO that reduces credit for highly sensitive tokens and renormalizes token-level advantages for long-CoT mathematical reasoning. It consistently outperforms GRPO baselines, while also revealing that privileged token-shift directions are unreliable and mostly reflect counterfactual sensitivity rather than learning value.

0 favorites 0 likes
#grpo

MemHarness: Memory Is Reconstructed, Not Replayed

Hugging Face Daily Papers ↗ · 2026-07-30 Cached

MemHarness is a framework that enables LLM agents to reconstruct past experiences conditioned on the current context instead of replaying them verbatim, improving performance on ALFWorld and WebShop while reducing negative transfer.

0 favorites 0 likes
#grpo

CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization

Hugging Face Daily Papers ↗ · 2026-07-28 Cached

CoRT proposes a token-level credit weighting method for GRPO that uses counterfactual replay to compute token-wise log-likelihood contrasts, redistributing the signed advantage across tokens without an auxiliary scorer, achieving average gains of 4.4 percentage points over response-level GRPO.

0 favorites 0 likes
#grpo

Reinforcement Learning for Code Optimization

Hugging Face Daily Papers ↗ · 2026-07-28 Cached

This paper addresses challenges in using reinforcement learning for code optimization by proposing three stages: improved testing with DMC-Optim, converting execution time into reward via correctness-speed composition and an offline simulator, and adapting GRPO for noisy timing rewards. The method achieves substantial improvements on code optimization benchmarks.

0 favorites 0 likes
#grpo

@SergioPaniego: quick reminder! tomorrow (Tuesday, July 28), we're back with Class 3 of the Training Agents live series what: reinforce…

X AI KOLs Following ↗ · 2026-07-27 Cached

Reminder for Class 3 of the Training Agents live series, covering reinforcement learning (GRPO) for training agents, how to implement it in TRL, and end-to-end examples, streamed on Hugging Face's X, YouTube, and LinkedIn on Tuesday, July 28.

0 favorites 0 likes
#grpo

Adversarial Style Optimization: Enhancing VLM Jailbreaks by GRPO-based Stylistic Triggers Optimization

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

This paper identifies a stylistic inconsistency in MLLMs where their comprehension is robust but safety can be bypassed by stylistic triggers. It proposes Adversarial Style Optimization (ASO) using GRPO to fine-tune an image-editing model to enhance jailbreak attacks.

0 favorites 0 likes
#grpo

@ADarmouni: https://arxiv.org/pdf/2607.18082 CriPO here, a really good work from ByteDance that could have impressive consequences,…

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

Combining GRPO and OPSD, CriPO is a rubric-based reinforcement learning method from ByteDance and Zhejiang University that addresses unexplored and suppressed criteria via self-distillation, achieving better performance and compute efficiency.

0 favorites 0 likes
#grpo

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
#grpo

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
#grpo

A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism

arXiv cs.AI ↗ · 2026-07-15 Cached

This paper investigates whether GRPO post-training improves a small (4B-8B) language and vision-language model web agent. It finds a controlled null result: no configuration yields credible gains on mastered tasks, and moderate-to-high learning rates cause degradation or collapse, revealing a double dissociation between degrade and collapse regimes.

0 favorites 0 likes
#grpo

MAG: A Web-Agent Benchmark and Harness for Multimodal Action and Guide Generation

arXiv cs.AI ↗ · 2026-07-14 Cached

MAG introduces a benchmark and harness for multimodal web agents that both execute tasks and generate step-by-step guide text, using screenshots and grounding schemes. The work includes a GRPO training method that nearly doubles the success rate of a 9B agent.

0 favorites 0 likes
#grpo

AgentKGV: Agentic LLM-RAG Framework with Two-Stage Training for the Fact Verification of Knowledge Graphs

arXiv cs.CL ↗ · 2026-07-13 Cached

Proposes AgentKGV, an agentic LLM-RAG framework with two-stage training (distillation SFT and trajectory-level GRPO) for verifying facts in knowledge graphs, achieving significant improvements on the T-REx benchmark while reducing retrieval calls.

0 favorites 0 likes
#grpo

@VukRosic99: GRPO post-training makes LLMs accurate but verbose: on 20 MATH-500 problems, a distilled 1.5B model and a PhD volunteer…

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

A new post-training method called IAPO (Information-Aware Policy Optimization) assigns token-wise advantages based on conditional mutual information with the final answer, achieving up to 47% shorter reasoning while improving accuracy on math benchmarks.

0 favorites 0 likes
#grpo

SVR-R1: Bootstrapping Multi-modal Reasoning with Self-verification in Reinforcement Learning

Hugging Face Daily Papers ↗ · 2026-07-13 Cached

Introduces SVR-R1, a multi-turn reinforcement learning framework that uses the model's own verification as a learning signal for multi-modal reasoning, achieving significant accuracy improvements over standard GRPO baselines on vision-language reasoning benchmarks.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback