Papers › Mobile-Env: Building Qualified Evaluation Benchmarks for LLM-GUI Interaction

Mobile-Env: Building Qualified Evaluation Benchmarks for LLM-GUI Interaction

14 May 2023arXiv:2305.08144archive 2025-07-28

Danyang Zhang, Zhennan Shen, Rui Xie, Situo Zhang, Tianbao Xie, Zihan Zhao, Siyuan Chen, Lu Chen, Hongshen Xu, Ruisheng Cao, Kai Yu

The Graphical User Interface (GUI) is pivotal for human interaction with the digital world, enabling efficient device control and the completion of complex tasks. Recent progress in Large Language Models (LLMs) and Vision Language Models (VLMs) offers the chance to create advanced GUI agents. To ensure their effectiveness, there's a pressing need for qualified benchmarks that provide trustworthy and reproducible evaluations -- a challenge current benchmarks often fail to address. To tackle this issue, we introduce Mobile-Env, a comprehensive toolkit tailored for creating GUI benchmarks in the Android mobile environment. Mobile-Env offers an isolated and controllable setting for reliable evaluations, and accommodates intermediate instructions and rewards to reflect real-world usage more naturally. Utilizing Mobile-Env, we collect an open-world task set across various real-world apps and a fixed world set, WikiHow, which captures a significant amount of dynamic online contents for fully controllable and reproducible evaluation. We conduct comprehensive evaluations of LLM agents using these benchmarks. Our findings reveal that even advanced models (e.g., GPT-4V and LLaMA-3) struggle with tasks that are relatively simple for humans. This highlights a crucial gap in current models and underscores the importance of developing more capable foundation models and more effective GUI agent frameworks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.08144")

Code

Syntology Ran 0 of 17 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run.

By repository: official repository: 17 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

opendfm/mobile-env-expe officialmentioned in papermentioned on GitHubApache-2.0 report
x-lance/mobile-env officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

TGI opendfm/mobile-env-expe/llm_accessor.py official repository unverified Apache-2.0 (permissive) · 8237e8d71bcac682 · report
build_tree_from_dumpsys_output x-lance/mobile-env/android_env/components/app_screen_checker.py official repository unverified Apache-2.0 (permissive) · 755840980bae7f5e · report
convert_aguvis_action_str opendfm/mobile-env-expe/agent_mm.py official repository unverified Apache-2.0 (permissive) · c6101d0327e9e645 · report
convert_simple_page opendfm/mobile-env-expe/vh_to_html.py official repository unverified Apache-2.0 (permissive) · 46b8f18ead6ffd89 · report
convert_uitars_action_str opendfm/mobile-env-expe/agent_mm.py official repository unverified Apache-2.0 (permissive) · f8b0b757c8078346 · report
display_prompt_group opendfm/mobile-env-expe/utils/prompt_template.py official repository unverified Apache-2.0 (permissive) · 21280b33c4ae2610 · report
display_vision_message opendfm/mobile-env-expe/utils/prompt_template.py official repository unverified Apache-2.0 (permissive) · 41476e9ef8a1ee93 · report
judge_verb opendfm/mobile-env-expe/utils/target_handlers.py official repository unverified Apache-2.0 (permissive) · add4d28fd38b52c5 · report
match_target opendfm/mobile-env-expe/utils/target_handlers.py official repository unverified Apache-2.0 (permissive) · 4126d3e607ae5635 · report
matches_path x-lance/mobile-env/android_env/components/app_screen_checker.py official repository unverified Apache-2.0 (permissive) · c0751dc3b8012cf8 · report
parse_include_arguments opendfm/mobile-env-expe/utils/libzpp.py official repository unverified Apache-2.0 (permissive) · bb7270413f278436 · report
parse_number opendfm/mobile-env-expe/utils/libzpp.py official repository unverified Apache-2.0 (permissive) · 4c7131710ba6b659 · report
read_plain opendfm/mobile-env-expe/utils/sentence_pattern.py official repository unverified Apache-2.0 (permissive) · 795333d26aff57ab · report
read_until opendfm/mobile-env-expe/utils/sentence_pattern.py official repository unverified Apache-2.0 (permissive) · 978b12abda4fc93b · report
read_while opendfm/mobile-env-expe/utils/sentence_pattern.py official repository unverified Apache-2.0 (permissive) · c8118de6213a4843 · report
removeprefix opendfm/mobile-env-expe/utils/misc.py official repository unverified Apache-2.0 (permissive) · 31cc163f586e4956 · report
split_mapping_dict opendfm/mobile-env-expe/utils/prompt_template.py official repository unverified Apache-2.0 (permissive) · 9cbf282d5dce4ca5 · report

Tasks

Language Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBASEBPECosine AnnealingDense ConnectionsDiscriminative Fine-TuningDropoutGPTLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections