34 lines
954 B
Markdown
34 lines
954 B
Markdown
---
|
|
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}
|
|
}
|
|
``` |