mshamrai commited on
Commit
b229634
·
verified ·
1 Parent(s): 3622567

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -16,6 +16,8 @@ language:
16
 
17
  # GUIrilla-See-3B
18
 
 
 
19
  *Vision–language grounding for graphical user interfaces*
20
 
21
  ---
@@ -120,4 +122,15 @@ Trained on [GUIrilla-Task](https://huggingface.co/datasets/MacPaw/GUIrilla).
120
 
121
  ## License
122
 
123
- MIT (see `LICENSE`).
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # GUIrilla-See-3B
18
 
19
+ [![arXiv](https://img.shields.io/badge/arXiv-2510.16051-b31b1b.svg)](https://arxiv.org/abs/2510.16051)
20
+
21
  *Vision–language grounding for graphical user interfaces*
22
 
23
  ---
 
122
 
123
  ## License
124
 
125
+ MIT (see `LICENSE`).
126
+
127
+ ## Citation
128
+ ```
129
+ @article{garkot2025guirilla,
130
+ title={GUIrilla: A Scalable Framework for Automated Desktop UI Exploration},
131
+ author={Garkot, Sofiya and Shamrai, Maksym and Synytsia, Ivan and Hirna, Mariya},
132
+ journal={arXiv preprint arXiv:2510.16051},
133
+ year={2025},
134
+ url={https://arxiv.org/abs/2510.16051}
135
+ }
136
+ ```