x1nyu commited on
Commit
a4e30d1
·
verified ·
1 Parent(s): 40c0371

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -121,3 +121,16 @@ response = processor.batch_decode(new_tokens, skip_special_tokens=True)[0].strip
121
  print(response) # e.g. [512,384]
122
  ```
123
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  print(response) # e.g. [512,384]
122
  ```
123
 
124
+ ## Citation
125
+ Please consider citing if you find our work useful:
126
+ ```plain
127
+ @misc{qiu2026vista,
128
+ title={VISTA: View-Consistent Self-Verified Training for GUI Grounding},
129
+ author={Xinyu Qiu, Yunzhu Zhang, Heng Jia, Shuheng Shen, Changhua Meng, Linchao Zhu},
130
+ year={2026},
131
+ eprint={2606.14579},
132
+ archivePrefix={arXiv},
133
+ primaryClass={cs.AI},
134
+ url={https://arxiv.org/abs/2606.14579},
135
+ }
136
+ ```