paper-with-me

Papers

IAPO: Information-Aware Policy Optimization for Token-Efficient Reasoning

2026-02-22 · Yinhan He, Yaochen Zhu, Mingjia Shi, Wendy Zheng, Lin Su, Xiaoqing Wang, Qi Guo, Jundong Li arxiv

Large language models increasingly rely on long chains of thought to improve accuracy, yet such gains come with substantial inference-time costs. We revisit token-efficient post-training and argue that existing sequence-level reward-shaping methods offer limited control over how reasoning effort is allocated across tokens. To bridge the gap, we propose IAPO, an information-theoretic post-training framework that assigns token-wise advantages based on each token's conditional mutual information (MI) with the final answer. This yields an explicit, principled mechanism for identifying informative reasoning steps and suppressing low-utility exploration. We provide a theoretical analysis showing that our IAPO can induce monotonic reductions in reasoning verbosity without harming correctness. Empirically, IAPO consistently improves reasoning accuracy while reducing reasoning length by up to 36%, outperforming existing token-efficient RL methods across various reasoning datasets. Extensive empirical evaluations demonstrate that information-aware advantage shaping is a powerful and general direction for token-efficient post-training. The code is available at https://github.com/YinhanHe123/IAPO.

📄 PDF Abstract BibTeX arXiv:2602.19049

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IAPO: Influence-Aware Policy Optimization for Credit Assignment in Multi-Turn Service Agents

2026-08-25 · Bo Ren, Yirong Mao, Yi Yang, Wenhui Que arxiv

Large Language Model (LLM) agents increasingly solve long-horizon tasks through multi-turn interactions with users and external tools. In these settings, relevant task information often unfolds over time rather than bein…

Reinforcement Learning

UniAPO: Unified Multimodal Automated Prompt Optimization

2025-08-25 · Qipeng Zhu, Yanzhe Chen, Huasong Zhong, Yan Li 외 arxiv

Prompting is fundamental to unlocking the full potential of large language models. To automate and enhance this process, automatic prompt optimization (APO) has been developed, demonstrating effectiveness primarily in te…

IAPO: Input Attribution-Aware Policy Optimization for Tool Use in Small Multimodal Agents

2026-06-10 · Yifan Yang, Zhen Zhang, Jiayi Tian, Liyan Tan 외 arxiv

This paper investigates reinforcement learning (RL) methods for improving tool-calling capabilities in multimodal small language model (SLM) agents. While existing works have explored various reward designs to improve ag…

Visual Question AnsweringReinforcement Learning

Inference-Aware Prompt Optimization for Aligning Black-Box Large Language Models

2025-08-08 · Saaduddin Mahmud, Mason Nakamura, Kyle Hollins Wray, Shlomo Zilberstein arxiv

Prompt optimization methods have demonstrated significant effectiveness in aligning black-box large language models (LLMs). In parallel, inference scaling strategies such as Best-of-N Sampling and Majority Voting have li…

Text Generation

Structured Role-Aware Policy Optimization for Multimodal Reasoning

2026-05-08 · Bingqing Jiang, Difan Zou arxiv

Reinforcement learning from verifiable rewards (RLVR), especially with Group Relative Policy Optimization (GRPO), has shown strong potential for improving the reasoning capabilities of large vision-language models (LVLMs…

Reinforcement LearningMultimodal Reasoning