locke1 commited on
Commit
acdd433
·
verified ·
1 Parent(s): 37cf8cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -14,7 +14,6 @@ tags:
14
  - vision-language-model
15
  - ui-automation
16
  - screen-understanding
17
- - arxiv:2604.14262
18
  library_name: peft
19
  ---
20
 
@@ -55,9 +54,19 @@ Fine-tuning on this dataset did not improve GUI grounding performance over the b
55
 
56
  ## Citation
57
 
58
- If you find this model helpful, please cite our technical report:
59
 
60
  ```bibtex
 
 
 
 
 
 
 
 
 
 
61
  @online{training_on_gui_perturbed_technical_report_2026,
62
  title = {Training on GUI-Perturbed: Why More Data Isn’t Enough},
63
  author = {Wang, Yangyue and Sikka, Harsh and Mathur, Yash, and Zhou, Tony and Nyachhyon, Jinu and Guruprasad, Pranav},
@@ -65,6 +74,8 @@ If you find this model helpful, please cite our technical report:
65
  url = {https://blog.fig.inc/training-on-gui-perturbed-why-more-data-isnt-enough},
66
  note = {Part 3: Finetuning Experiments}
67
  }
 
 
68
  ```
69
 
70
  ## Acknowledgements
 
14
  - vision-language-model
15
  - ui-automation
16
  - screen-understanding
 
17
  library_name: peft
18
  ---
19
 
 
54
 
55
  ## Citation
56
 
57
+ If you find this model helpful, please cite our technical report and paper:
58
 
59
  ```bibtex
60
+ @misc{wang2026guiperturbeddomainrandomizationreveals,
61
+       title={GUI-Perturbed: Domain Randomization Reveals Systematic Brittleness in GUI Grounding Models},
62
+       author={Yangyue Wang and Harshvardhan Sikka and Yash Mathur and Tony Zhou and Jinu Nyachhyon and Pranav Guruprasad},
63
+       year={2026},
64
+       eprint={2604.14262},
65
+       archivePrefix={arXiv},
66
+       primaryClass={cs.LG},
67
+       url={https://arxiv.org/abs/2604.14262},
68
+ }
69
+
70
  @online{training_on_gui_perturbed_technical_report_2026,
71
  title = {Training on GUI-Perturbed: Why More Data Isn’t Enough},
72
  author = {Wang, Yangyue and Sikka, Harsh and Mathur, Yash, and Zhou, Tony and Nyachhyon, Jinu and Guruprasad, Pranav},
 
74
  url = {https://blog.fig.inc/training-on-gui-perturbed-why-more-data-isnt-enough},
75
  note = {Part 3: Finetuning Experiments}
76
  }
77
+
78
+
79
  ```
80
 
81
  ## Acknowledgements