paper-with-me

홈 › Papers

ProRe: A Proactive Reward System for GUI Agents via Reasoner-Actor Collaboration

2025-09-26 · Gaole Dai, Shiqi Jiang, Ting Cao, Yuqing Yang, Yuanchun Li, Rui Tan, Mo Li, Lili Qiu arxiv

Reward is critical to the evaluation and training of large language models (LLMs). However, existing rule-based or model-based reward methods struggle to generalize to GUI agents, where access to ground-truth trajectories or application databases is often unavailable, and static trajectory-based LLM-as-a-Judge approaches suffer from limited accuracy. To address these challenges, we propose ProRe, a proactive reward system that leverages a general-purpose reasoner and domain-specific evaluator agents (actors). The reasoner schedules targeted state probing tasks, which the evaluator agents then execute by actively interacting with the environment to collect additional observations. This enables the reasoner to assign more accurate and verifiable rewards to GUI agents. Empirical results on over 3K trajectories demonstrate that ProRe improves reward accuracy and F1 score by up to 5.3\% and 19.4\%, respectively. Furthermore, integrating ProRe with state-of-the-art policy agents yields a success rate improvement of up to 22.4\%. The source code is available at https://github.com/V-Droid-Agent/ProRe.

📄 PDF Abstract BibTeX arXiv:2509.21823

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ProReason: Multi-Modal Proactive Reasoning with Decoupled Eyesight and Wisdom

2024-10-18 · Jingqi Zhou, Sheng Wang, Jingwei Dong, Lei LI 외

Large vision-language models (LVLMs) have witnessed significant progress on visual understanding tasks. However, they often prioritize language knowledge over image information on visual reasoning tasks, incurring perfor…

Visual Reasoning

From Passive Generation to Investigation: A Proactive Scientific Peer Review Agent

2026-06-11 · Haishuo Fang, Yue Feng, Iryna Gurevych arxiv

Large language models (LLMs) have shown promise in automating scientific peer review. However, existing approaches often struggle to generate in-depth reviews supported by concrete evidence. We argue that a key limitatio…

Reinforcement Learning

ReproRepo: Scaling Reproducibility Audits with GitHub Repository Issues

2026-06-16 · Shanda Li, Qiuhong Anna Wei, Jingwu Tang, Valerie Chen 외 arxiv

Reproducing research results from papers and released code is central to scientific progress. Existing works have introduced benchmarks to evaluate whether LLM agents can assist with reproducibility, but they are difficu…

ProRefine: Inference-time Prompt Refinement with Textual Feedback

2025-06-05 · Deepak Pandita, Tharindu Cyril Weerasooriya, Ankit Parag Shah, Christopher M. Homan 외

Agentic workflows, where multiple AI agents collaborate to accomplish complex tasks like reasoning or planning, are becoming increasingly prevalent. However, these workflows often suffer from error propagation and sub-op…

Mathematical Reasoning

Perceive Before Reasoning: A Pre-Reasoning Perception Framework for Efficient and Reliable Proactive Mobile Agents

2026-06-02 · Zhijie Ding, Weinan Hong, Zicheng Zhu, Lei Li 외 arxiv

Multimodal large language models (MLLMs) have substantially advanced mobile agents, yet proactive mobile assistance remains challenging because agents must decide when to intervene before determining how to assist. Exist…