🤖 AI Summary
Existing vision-language model (VLM)-driven mobile agents exhibit insufficient understanding and reasoning capabilities in complex environments, leading to safety-critical failures. Method: We propose an interactive mobile agent framework with proactive inquiry capability. We introduce InquireBench—the first benchmark dedicated to evaluating proactive human-in-the-loop querying—and design InquireMobile, a model incorporating a two-stage training strategy and pre-action interactive reasoning, jointly optimized via human feedback and reinforcement learning. Contribution/Results: This work is the first to systematically formalize, evaluate, and enhance mobile agents’ ability to proactively solicit human confirmation at critical decision points. Experiments demonstrate that our approach improves query success rate by 46.8% on InquireBench and achieves significantly higher task success rates than all existing baselines. The code and dataset are fully open-sourced.
📝 Abstract
Recent advances in Vision-Language Models (VLMs) have enabled mobile agents to perceive and interact with real-world mobile environments based on human instructions. However, the current fully autonomous paradigm poses potential safety risks when model understanding or reasoning capabilities are insufficient. To address this challenge, we first introduce extbf{InquireBench}, a comprehensive benchmark specifically designed to evaluate mobile agents' capabilities in safe interaction and proactive inquiry with users, encompassing 5 categories and 22 sub-categories, where most existing VLM-based agents demonstrate near-zero performance. In this paper, we aim to develop an interactive system that actively seeks human confirmation at critical decision points. To achieve this, we propose extbf{InquireMobile}, a novel model inspired by reinforcement learning, featuring a two-stage training strategy and an interactive pre-action reasoning mechanism. Finally, our model achieves an 46.8% improvement in inquiry success rate and the best overall success rate among existing baselines on InquireBench. We will open-source all datasets, models, and evaluation codes to facilitate development in both academia and industry.