Update README.md (#2)
Browse files- Update README.md (f94b8faa545f733800396eb4a489c1b9213eb1df)
README.md
CHANGED
@@ -187,4 +187,23 @@ except:
|
|
187 |
print("Error: Failed to parse coordinates or process image")
|
188 |
```
|
189 |
|
190 |
-
For more information, please refer to our [repo](https://github.com/Reallm-Labs/InfiGUI-R1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
print("Error: Failed to parse coordinates or process image")
|
188 |
```
|
189 |
|
190 |
+
For more information, please refer to our [repo](https://github.com/Reallm-Labs/InfiGUI-R1).
|
191 |
+
|
192 |
+
---
|
193 |
+
If you find this work useful, we would be grateful if you consider citing the following papers:
|
194 |
+
```bibtex
|
195 |
+
@article{liu2025infigui,
|
196 |
+
title={InfiGUI-R1: Advancing Multimodal GUI Agents from Reactive Actors to Deliberative Reasoners},
|
197 |
+
author={Liu, Yuhang and Li, Pengxiang and Xie, Congkai and Hu, Xavier and Han, Xiaotian and Zhang, Shengyu and Yang, Hongxia and Wu, Fei},
|
198 |
+
journal={arXiv preprint arXiv:2504.14239},
|
199 |
+
year={2025}
|
200 |
+
}
|
201 |
+
```
|
202 |
+
```bibtex
|
203 |
+
@article{liu2025infiguiagent,
|
204 |
+
title={InfiGUIAgent: A Multimodal Generalist GUI Agent with Native Reasoning and Reflection},
|
205 |
+
author={Liu, Yuhang and Li, Pengxiang and Wei, Zishu and Xie, Congkai and Hu, Xueyu and Xu, Xinchen and Zhang, Shengyu and Han, Xiaotian and Yang, Hongxia and Wu, Fei},
|
206 |
+
journal={arXiv preprint arXiv:2501.04575},
|
207 |
+
year={2025}
|
208 |
+
}
|
209 |
+
```
|