paper-with-me

홈 › Papers

TIPS: Turn-Level Information-Potential Reward Shaping for Search-Augmented LLMs

2026-03-11 · Yutao Xie, Nathaniel Thomas, Nicklas Hansen, Yang Fu, Li Erran Li, Xiaolong Wang arxiv

Search-augmented large language models (LLMs) trained with reinforcement learning (RL) have achieved strong results on open-domain question answering (QA), but training still remains a significant challenge. The optimization is often unstable due to sparse rewards and difficult credit assignments across reasoning and tool calls. To address this, we introduce Turn-Level Information Potential Reward Shaping (TIPS), a simple framework that assigns dense, turn-level rewards to each reasoning + tool-call segment based on the increased likelihood of the correct answer under a teacher model. By leveraging the potential-based reward shaping, TIPS offers fine-grained and policy-invariant guidance that overcomes the limitations of outcome-only optimization. Evaluated on seven QA benchmarks, TIPS consistently outperforms GRPO/PPO baselines and substantially improves training stability. For instance, with a Qwen-2.5 7B Instruct model, TIPS improves the average Exact Match score by 11.8% and F1 by 13.6% relative to PPO. Our results demonstrate that turn-level information-potential reward shaping provides an effective and general solution to sparse-reward credit assignment for multi-turn LLM reasoning.

📄 PDF Abstract BibTeX arXiv:2603.22293

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringReinforcement Learning

Similar Papers 제목 키워드 기반

Self-Induced Outcome Potential: Turn-Level Credit Assignment for Agents without Verifiers

2026-05-06 · Senkang Hu, Yong Dai, Xudong Han, Zhengru Fang 외 arxiv

Long-horizon LLM agents depend on intermediate information-gathering turns, yet training feedback is usually observed only at the final answer, because process-level rewards require high-quality human annotation. Existin…

HISR: Hindsight Information Modulated Segmental Process Rewards For Multi-turn Agentic Reinforcement Learning

2026-03-19 · Zhicong Lu, Zichuan Lin, Wei Jia, Changyuan Tian 외 arxiv

While large language models excel in diverse domains, their performance on complex longhorizon agentic decision-making tasks remains limited. Most existing methods concentrate on designing effective reward models (RMs) t…

Reinforcement Learning

Evaluation of Color STIPs for Human Action Recognition

2013-06-01 · CVPR 2013 6 · Ivo Everts, Jan C. van Gemert, Theo Gevers

This paper is concerned with recognizing realistic human actions in videos based on spatio-temporal interest points (STIPs). Existing STIP-based action recognition approaches operate on intensity representations of the i…

Action RecognitionTemporal Action Localization

Information Gain-based Policy Optimization: A Simple and Effective Approach for Multi-Turn Search Agents

2025-10-16 · Guoqing Wang, Sunhao Dai, Guangze Ye, Zeyu Gan 외 arxiv

Large language model (LLM)-based agents are increasingly trained with reinforcement learning (RL) to enhance their ability to interact with external environments through tool use, particularly in search-based settings th…

Reinforcement Learning

TIPS Over Tricks: Simple Prompts for Effective Zero-shot Anomaly Detection

2026-02-03 · Alireza Salehi, Ehsan Karami, Sepehr Noey, Sahand Noey 외 arxiv

Anomaly detection identifies departures from expected behavior in safety-critical settings. When target-domain normal data are unavailable, zero-shot anomaly detection (ZSAD) leverages vision-language models (VLMs). Howe…

Anomaly Detection