paper-with-me

홈 › Papers

ICA: Information-Aware Credit Assignment for Visually Grounded Long-Horizon Information-Seeking Agents

2026-02-11 · Cong Pang, Xuyu Feng, Yujie Yi, Zixuan Chen, Jiawei Hong, Tiankuo Yao, Nang Yuan, Jiapeng Luo, Lewei Lu, Xin Lou arxiv

Despite the strong performance achieved by reinforcement learning-trained information-seeking agents, learning in open-ended web environments remains severely constrained by low signal-to-noise feedback. Text-based parsers often discard layout semantics and introduce unstructured noise, while long-horizon training typically relies on sparse outcome rewards that obscure which retrieval actions actually matter. We propose a visual-native search framework that represents webpages as visual snapshots, allowing agents to leverage layout cues to quickly localize salient evidence and suppress distractors. To learn effectively from these high-dimensional observations, we introduce Information-Aware Credit Assignment (ICA), a post-hoc method that estimates each retrieved snapshot's contribution to the final outcome via posterior analysis and propagates dense learning signals back to key search turns. Integrated with a GRPO-based training pipeline, our approach consistently outperforms text-based baselines on diverse information-seeking benchmarks, providing evidence that visual snapshot grounding with information-level credit assignment alleviates the credit-assignment bottleneck in open-ended web environments. The code and datasets will be released in https://github.com/pc-inno/ICA_MM_deepsearch.git.

📄 PDF Abstract BibTeX arXiv:2602.10863

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

V-Rubrics: Visual Faithfulness via Rubric-Based Reinforcement Learning

2026-08-26 · Shulin Tian, Minglun Li, Yuhao Dong, Hao Ding 외 arxiv

Vision-language models can produce fluent answers that are insufficiently grounded in the visual evidence: a single unsupported object, chart value, or intermediate inference can undermine an otherwise plausible response…

Reinforcement LearningInstruction Following

PRPO: Perception-Reinforced Policy Optimization via Token-Level Dynamic Advantage Reshaping

2026-06-07 · Qiming Li, Tianlun Li, Xiaolong Cheng, Hangyu Li 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become an effective paradigm for improving the reasoning capability of Large Vision-Language Models (LVLMs). However, existing RLVR methods primarily rely on traj…

Reinforcement LearningMultimodal Reasoning

Meta-learning three-factor plasticity rules for structured credit assignment with sparse feedback

2025-12-10 · Dimitra Maoutsa arxiv

Biological neural networks learn complex behaviors from sparse, delayed feedback using local synaptic plasticity, yet the mechanisms enabling structured credit assignment remain elusive. In contrast, artificial recurrent…

Not All Tokens See Equally: Perception-Grounded Policy Optimization for Large Vision-Language Models

2026-04-02 · Zekai Ye, Qiming Li, Xiaocheng Feng, Ruihan Chen 외 arxiv

While Reinforcement Learning from Verifiable Rewards (RLVR) has advanced reasoning in Large Vision-Language Models (LVLMs), prevailing frameworks suffer from a foundational methodological flaw: by distributing identical …

Reinforcement LearningMultimodal Reasoning

Execution-Grounded Credit Assignment for GRPO in Code Generation

2026-03-17 · Abhijit Kumar, Natalya Kumar, Shikhar Gupta arxiv

Critic-free reinforcement learning with verifiable rewards (RLVR) improves code generation by optimizing unit-test pass rates, but GRPO-style updates suffer from coarse credit assignment: a single outcome signal is sprea…

Reinforcement LearningCode Generation