paper-with-me

홈 › Papers

Agentic Reward Modeling: Verifying GUI Agent via Progressive Trajectory-Grounded Interaction

2026-01-31 · Chaoqun Cui, Jing Huang, Shijing Wang, Liming Zheng, Qingchao Kong, Zhixiong Zeng arxiv

Reinforcement learning with verifiable rewards (RLVR) provides a promising pathway for continuously advancing GUI agents, yet existing reward modeling paradigms face complementary limitations. Rule-based methods suffer from poor scalability and cannot handle open-ended tasks. LLM-as-a-Judge methods enable scalable trajectory verification but remain passive and are constrained by partial state observability, since key evidence often resides in latent environment states beyond the trajectory. Recent active environment interaction methods mitigate observability issues but tend to over-rely on probing while under-utilizing direct trajectory evidence, leading to verification inefficiency. To address these challenges, we advocate a trajectory-grounded interactive verification paradigm. We introduce VAGEN, a framework that employs a tool-augmented verifier agent governed by a Progressive Verification Mechanism, which follows a surface-to-latent and cheap-to-expensive design philosophy to extract trajectory evidence and probe environment states in a proactive end-to-end manner. Experiments on OSWorld-Verified and AndroidWorld benchmarks demonstrate that VAGEN significantly improves evaluation accuracy with a favorable performance-efficiency trade-off.

📄 PDF Abstract BibTeX arXiv:2602.00575

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Beyond Correctness: Rewarding Faithful Reasoning in Retrieval-Augmented Generation

2025-10-15 · Zhichao Xu, Zongyu Wu, Yun Zhou, Aosong Feng 외 arxiv

Inspired by the success of reinforcement learning (RL) in Large Language Model (LLM) training for domains like math and code, recent work has begun training LLMs to dynamically plan, query, and reason with search engines…

Reinforcement Learning

Composing Verifiable Conceptual Models via Building Blocks: Towards Design-Time Verification of Agentic AI Workflows

2026-06-19 · Noe Y. Flandre, Alexander C. Nwala, Philippe J. Giabbanelli arxiv

Agentic AI systems orchestrate multiple LLM-based agents through workflow architectures that coordinate decisions, tools, and external actions. While current platforms emphasize runtime safeguards, little support exists …

Agentic Reward Modeling: Integrating Human Preferences with Verifiable Correctness Signals for Reliable Reward Systems

2025-02-26 · Hao Peng, Yunjia Qi, Xiaozhi Wang, Zijun Yao 외

Reward models (RMs) are crucial for the training and inference-time scaling up of large language models (LLMs). However, existing reward models primarily focus on human preferences, neglecting verifiable correctness sign…

Instruction Following

RewardFlow: Topology-Aware Reward Propagation on State Graphs for Agentic RL with Large Language Models

2026-03-19 · Xiao Feng, Bo Han, Zhanke Zhou, Jiaqi Fan 외 arxiv

Reinforcement learning (RL) shows promise for enhancing LLM agentic reasoning, yet sparse terminal rewards hinder fine-grained optimization. Process reward modeling offers an alternative but incurs high computational cos…

Reinforcement LearningVisual Reasoning

Enhancing Agentic RL with Progressive Reward Shaping and Value-based Sampling Policy Optimization

2025-12-08 · Jianghao Su, Xia Zeng, Luhui Liu, Chao Luo 외 arxiv

Large Language Models (LLMs) empowered with Tool-Integrated Reasoning (TIR) can iteratively plan, call external tools, and integrate returned information to solve complex, long-horizon reasoning tasks. Agentic Reinforcem…

Reinforcement Learning