File size: 954 Bytes
8fb93d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
language:
- en
base_model:
- THUDM/glm-4-9b
tags:
- androidgen
- glm
- androidworld
- llm
- agent
---

# AndroidGen-GLM-4-9B

## Model Introduction
AndroidGen-GLM-4-9B is the open-source version of AndroidGen in GLM-4-9B released by Zhipu AI.
AndroidGen enables LLM-based agents to autonomously perform tasks across various Android applications, including messaging, clock, email, settings, etc., without requiring manually labeled interaction data.

**For more inference code and requirements, please visit our [github page](GitHub - THUDM/AndroidGen).**

## Citations

If you find our work useful, please consider citing the following paper.

```
@article{lai2025androidgen,
  title={AndroidGen: Building an Android Language Agent under Data Scarcity},
  author={Lai, Hanyu and Gao, Junjie and Liu, Xiao and Xu, Yifan and Zhang, Shudan and Dong, Yuxiao and Tang, Jie},
  journal={arXiv preprint arXiv:2504.19298},
  year={2025}
}
```