Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

You Only Look at Screens: Multimodal Chain-of-Action Agents

About

Autonomous graphical user interface (GUI) agents aim to facilitate task automation by interacting with the user interface without manual intervention. Recent studies have investigated eliciting the capabilities of large language models (LLMs) for effective engagement in diverse environments. To align with the input-output requirement of LLMs, most existing approaches are developed under a sandbox setting where they rely on external tools and application-specific APIs to parse the environment into textual elements and interpret the predicted actions. Consequently, those approaches often grapple with inference inefficiency and error propagation risks. To mitigate the challenges, we introduce Auto-GUI, a multimodal solution that directly interacts with the interface, bypassing the need for environment parsing or reliance on application-dependent APIs. Moreover, we propose a chain-of-action technique -- leveraging a series of intermediate previous action histories and future action plans -- to help the agent decide what action to execute. We evaluate our approach on a new device-control benchmark AITW with 30$K$ unique instructions, spanning multi-step tasks such as application operation, web searching, and web shopping. Experimental results show that Auto-GUI achieves state-of-the-art performance with an action type prediction accuracy of 90\% and an overall action success rate of 74\%. Code is publicly available at https://github.com/cooelf/Auto-GUI.

Zhuosheng Zhang, Aston Zhang• 2023

Related benchmarks

TaskDatasetResultRank
GUI NavigationAITW (test)
Install Success Rate77.62
27
Mobile AutomationAndroid In The Wild (AITW)
Average Score74.27
21
Mobile GUI Task ExecutionAITZ zero-shot
Scroll Rate74.88
8
GUI Action PredictionMeta-GUI (test)
Scroll Rate60.9
7
GUI InteractionComplex Scenarios (test)
Scroll Accuracy44.44
7
Mobile GUI action matchingAITW instruction-wise (test)
Overall Error7.7
5
Cross-App Task AutomationCross-App Automation GUI-Xplore (test)
Element Accuracy7.4
5
GUI NavigationAITZ 1.0 (test)
Scroll SR0.614
5
GUI NavigationOS-Kairos 1.0 (test)
Scroll Success Rate0.00e+0
4
GUI NavigationMeta-GUI 1.0 (test)
Scroll Rate42.95
4
Showing 10 of 10 rows

Other info

Code

Follow for update