Add metadata tags and improve model card

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,13 +1,39 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
4
  # UI-AGILE: Advancing GUI Agents with Effective Reinforcement Learning and Precise Inference-Time Grounding
5
 
6
  <font size=4><div align='center' > [[📖 Paper](https://arxiv.org/abs/2507.22025)] [[🤗 Checkpoints](https://huggingface.co/KDEGroup/UI-AGILE)] [[🤗 Data](https://huggingface.co/datasets/KDEGroup/UI-AGILE-Data)] [[🤗 Daily Paper](https://huggingface.co/papers/2507.22025)] [[🚀 Github](https://github.com/KDEGroup/UI-AGILE)]</div></font>
7
 
8
  ## 🔥 Overview
9
 
10
- UI-AGILE enhances GUI agents through improved training with a Continuous Reward function, Simple Thinking reward, and **Cropping-based Resampling**, and inference with **Decomposed Grounding with Selection**.
11
-
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- [[🤗 UI-AGILE-7B](https://huggingface.co/KDEGroup/UI-AGILE)]
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
  ---
6
+
7
  # UI-AGILE: Advancing GUI Agents with Effective Reinforcement Learning and Precise Inference-Time Grounding
8
 
9
  <font size=4><div align='center' > [[📖 Paper](https://arxiv.org/abs/2507.22025)] [[🤗 Checkpoints](https://huggingface.co/KDEGroup/UI-AGILE)] [[🤗 Data](https://huggingface.co/datasets/KDEGroup/UI-AGILE-Data)] [[🤗 Daily Paper](https://huggingface.co/papers/2507.22025)] [[🚀 Github](https://github.com/KDEGroup/UI-AGILE)]</div></font>
10
 
11
  ## 🔥 Overview
12
 
13
+ UI-AGILE is a framework designed to enhance Graphical User Interface (GUI) agents at both training and inference stages. It addresses common challenges in Multimodal Large Language Models (MLLMs) such as reasoning designs, ineffective rewards, and visual noise.
14
+
15
+ ### Key Features
16
+ - **Training Enhancements**:
17
+ - **Continuous Reward Function**: Incentivizes high-precision grounding.
18
+ - **"Simple Thinking" Reward**: Balances planning depth with execution speed and grounding accuracy.
19
+ - **Cropping-based Resampling**: Mitigates the sparse reward problem and improves learning on complex tasks.
20
+ - **Inference Enhancements**:
21
+ - **Decomposed Grounding with Selection**: Dramatically improves grounding accuracy on high-resolution displays by breaking the image into smaller, manageable parts.
22
+
23
+ UI-AGILE-7B achieves state-of-the-art grounding performance on benchmarks like ScreenSpot-Pro and ScreenSpot-v2 while maintaining strong general agent capabilities.
24
+
25
+ ## ⭐️ Citation
26
+
27
+ If you find this project useful, please cite:
28
 
29
+ ```bibtex
30
+ @misc{lian2025uiagileadvancingguiagents,
31
+ title={UI-AGILE: Advancing GUI Agents with Effective Reinforcement Learning and Precise Inference-Time Grounding},
32
+ author={Shuquan Lian and Yuhang Wu and Jia Ma and Zihan Song and Bingqi Chen and Xiawu Zheng and Hui Li},
33
+ year={2025},
34
+ eprint={2507.22025},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.AI},
37
+ url={https://arxiv.org/abs/2507.22025},
38
+ }
39
+ ```