--- license: apache-2.0 task_categories: - image-text-to-text - video-text-to-text language: - en viewer: false ---
Figure 1: Software taxonomy of WorldGUI and the performance comparison of GUI agents. The left shows 5 main groups and 10 software in our WorldGUI. The right shows that WorldGUI-Agent surpasses previous SOTA GUI agents significantly.
Figure 2: WorldGUI Overview: The left shows that for each task, WorldGUI provides a user query, instructional video, and pre-actions. The pre-actions lead to different initial states. The right shows the software included in our benchmark and the interactions about testing the agents in our GUI environment.
Table 1: WorldGUI is a unique benchmark that has the various states for each task to stimulate the real-world agent-computer interactions.
## Data Statistic
Table 2: This table shows all tasks, task activities, and project file of the desktop applications used in WorldGUI.
## Data Format This example shows the meta task and augmented task for the Project "adobeacrobat_00". All meta information is saved in the file `worldgui_metadata.json`. ```json [{ "Index ID": 0, "Project ID": "adobeacrobat_00_meta", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "Task 1: Edit a PDF\ Subtask 1: Access the 'Edit PDF' tool located in the right-hand toolbar to enable editing features.\ Subtask 2: Click to select the text 'College of Design and Engineering'. Use the mouse to highlight the specific text area.\ Subtask 3: Remove the selected text by pressing the 'Delete' key on your keyboard, ensuring unwanted text is cleared.\ Subtask 4: Click 'Close' to exit editing features.", "Difficulty": "simple", "Task Length": 4.0, "Aug Type": "", "Pre-Action": "", "Comments": "" }, { "Index ID": 1, "Project ID": "adobeacrobat_00_aug_01", "Task Category": "Office", "Software Name": "Adobe Acrobat", "User Query": "Edit PDF by removing selected text 'College of Design and Engineering'.", "Project File Type": "project.pdf", "project file path": "AdobeAcrobat/adobeacrobat_00/project.pdf", "video path": "AdobeAcrobat/adobeacrobat_00/inst_video.mp4", "Ground-Truth Plan": "", "Difficulty": "hard", "Task Length": "", "Aug Type": "Add-Step", "Pre-Action": "from pyautogui import click, scroll\ click(540, 800)\ scroll(-6000)", "Comments": "Scroll the document downward to hide the target word" } ] ``` ## 🎓 BibTeX If you find WorldGUI useful, please cite using this BibTeX: ```bibtex @misc{zhao2025worldguiinteractivebenchmarkdesktop, title={WorldGUI: An Interactive Benchmark for Desktop GUI Automation from Any Starting Point}, author={Henry Hengyuan Zhao and Kaiming Yang and Wendi Yu and Difei Gao and Mike Zheng Shou}, year={2025}, eprint={2502.08047}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={https://arxiv.org/abs/2502.08047}, } ```