File size: 2,763 Bytes
217713e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
---
license: mit
task_categories:
  - robotics
tags:
  - gui-agent
  - mobile-agent
  - benchmark
  - memory
pretty_name: MemGUI-Bench
size_categories:
  - n<1K
configs:
  - config_name: default
    data_files:
      - split: full
        path: memgui-tasks-all.csv
      - split: mini
        path: memgui-tasks-40.csv
---

<div align="center">

# 🧠 MemGUI-Bench

<p>
    <img src="https://img.shields.io/badge/Tasks-128-blue" alt="Tasks"/>
    <img src="https://img.shields.io/badge/Apps-26-green" alt="Apps"/>
    <img src="https://img.shields.io/badge/Memory_Intensive-89.8%25-brightgreen" alt="Memory Intensive"/>
</p>

<p>
    <a href="https://arxiv.org/abs/2602.06075">
      <img src="https://img.shields.io/badge/Paper-arXiv%3A2602.06075-blue?logo=arxiv&logoColor=white" alt="Paper"/>
    </a>
    <a href="https://lgy0404.github.io/MemGUI-Bench/">
      <img src="https://img.shields.io/badge/Website-Online-blueviolet?logo=google-chrome&logoColor=white" alt="Website"/>
    </a>
    <a href="https://github.com/lgy0404/MemGUI-Bench">
      <img src="https://img.shields.io/badge/GitHub-Code-black?logo=github&logoColor=white" alt="GitHub"/>
    </a>
  </p>

</div>

---

A memory-centric benchmark for evaluating Mobile GUI Agents with 128 tasks across 26 applications.

---

## 🚀 Usage

```python
from datasets import load_dataset

# Load full benchmark (128 tasks)
dataset = load_dataset("lgy0404/MemGUI-Bench", split="full")

# Load mini subset (40 tasks) for quick testing
dataset_mini = load_dataset("lgy0404/MemGUI-Bench", split="mini")
```

---

## 📊 Dataset Structure

| Split | Tasks | Description |
| ----- | ----- | ----------- |
| `full` | 128 | Complete benchmark |
| `mini` | 40 | Quick testing subset |

### Fields

| Field | Description |
| ----- | ----------- |
| `task_identifier` | Unique task ID |
| `task_description` | Natural language instruction |
| `task_app` | Required app(s) |
| `num_apps` | Number of apps involved |
| `requires_ui_memory` | Whether task requires memory |
| `task_difficulty` | Difficulty level (1-3) |
| `golden_steps` | Reference step count |

---

## 📝 Citation

```bibtex
@misc{liu2026memguibenchbenchmarkingmemorymobile,
  title={MemGUI-Bench: Benchmarking Memory of Mobile GUI Agents in Dynamic Environments},
  author={Guangyi Liu and Pengxiang Zhao and Yaozhen Liang and Qinyi Luo and Shunye Tang and Yuxiang Chai and Weifeng Lin and Han Xiao and WenHao Wang and Siheng Chen and Zhengxi Lu and Gao Wu and Hao Wang and Liang Liu and Yong Liu},
  year={2026},
  eprint={2602.06075},
  archivePrefix={arXiv},
  primaryClass={cs.DC},
  url={https://arxiv.org/abs/2602.06075},
}
```

---

## 📧 Contact

For questions, issues, or collaborations, please contact: **guangyiliu@zju.edu.cn**