paper-with-me

Papers

GRAIL: Gradient-Reweighted Advantages for Reinforcement Learning with Verifiable Rewards

2026-06-03 · Tej Deep Pala, Vernon Toh, Soujanya Poria arxiv

Reinforcement learning with verifiable rewards (e.g. GRPO) is now a common way to improve mathematical reasoning in Large Language Models (LLMs). However, current methods usually broadcast one sequence-level advantage to all tokens, or use costly process reward models (PRMs) for step-level supervision. Uniform advantage distribution assumes that all tokens contribute equally to the final reward. This dilutes the gradient signal, since flawed reasoning steps and filler words are updated as strongly as valid logical inferences. To address this, we introduce Gradient-Reweighted Advantage (GRAIL), an intrinsic token-wise advantage reweighting method. GRAIL uses gradient-activation saliency to place more weight on tokens that are more locally sensitive to the final answer. Evaluations across five models from the Qwen3, R1-distilled and OctoThinker families show that GRAIL consistently outperforms GRPO. GRAIL achieved an average improvement of 3.60% in accuracy and 3.05% in Pass@3, demonstrating that fine-grained reasoning alignment can be achieved without process-level supervision.

📄 PDF Abstract BibTeX arXiv:2606.04889

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

GRAIL: Autonomous Concept Grounding for Neuro-Symbolic Reinforcement Learning

2026-04-18 · Hikaru Shindo, Henri Rößler, Quentin Delfosse, Kristian Kersting arxiv

Neuro-symbolic Reinforcement Learning (NeSy-RL) combines symbolic reasoning with gradient-based optimization to achieve interpretable and generalizable policies. Relational concepts, such as "left of" or "close by", serv…

Reinforcement LearningAtari Games

From Reasoning Chains to Verifiable Subproblems: Curriculum Reinforcement Learning Enables Credit Assignment for LLM Reasoning

2026-05-21 · Xitai Jiang, Zihan Tang, Wenze Lin, Yang Yue 외 arxiv

Reinforcement learning from verifiable rewards (RLVR) has shown strong promise for LLM reasoning, but outcome-based RLVR remains inefficient on hard problems because correct final-answer rollouts are rare and sample-leve…

Reinforcement LearningMathematical Reasoning

RL2ML: Finite-Rollout Surrogate Objectives from Reinforcement Learning to Maximum Likelihood

2026-05-28 · Yifu Zheng arxiv

Correctness-based Reinforcement Learning with Verifiable Rewards (RLVR) trains language models from binary feedback on sampled outputs, but the objective optimized in expectation and the stochastic update geometry induce…

Reinforcement Learning

GRAIL: Gradient-Based Adaptive Unlearning for Privacy and Copyright in LLMs

2025-04-17 · Kun-Woo Kim, Ji-Hoon Park, Ju-Min Han, Seong-Whan Lee

Large Language Models (LLMs) trained on extensive datasets often learn sensitive information, which raises significant social and legal concerns under principles such as the "Right to be forgotten." Retraining entire mod…

GRAIL: Graph Edit Distance and Node Alignment Using LLM-Generated Code

2025-05-04 · Samidha Verma, Arushi Goyal, Ananya Mathur, Ankit Anand 외

Graph Edit Distance (GED) is a widely used metric for measuring similarity between two graphs. Computing the optimal GED is NP-hard, leading to the development of various neural and non-neural heuristics. While neural me…

Domain Generalization