hanyullai commited on
Commit
8fb93d6
·
verified ·
1 Parent(s): cee2b52

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ base_model:
6
+ - THUDM/glm-4-9b
7
+ tags:
8
+ - androidgen
9
+ - glm
10
+ - androidworld
11
+ - llm
12
+ - agent
13
+ ---
14
+
15
+ # AndroidGen-GLM-4-9B
16
+
17
+ ## Model Introduction
18
+ AndroidGen-GLM-4-9B is the open-source version of AndroidGen in GLM-4-9B released by Zhipu AI.
19
+ 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.
20
+
21
+ **For more inference code and requirements, please visit our [github page](GitHub - THUDM/AndroidGen).**
22
+
23
+ ## Citations
24
+
25
+ If you find our work useful, please consider citing the following paper.
26
+
27
+ ```
28
+ @article{lai2025androidgen,
29
+ title={AndroidGen: Building an Android Language Agent under Data Scarcity},
30
+ author={Lai, Hanyu and Gao, Junjie and Liu, Xiao and Xu, Yifan and Zhang, Shudan and Dong, Yuxiao and Tang, Jie},
31
+ journal={arXiv preprint arXiv:2504.19298},
32
+ year={2025}
33
+ }
34
+ ```