Datasets:
ArXiv:
License:
Orlando Ding
commited on
Commit
•
8670b72
1
Parent(s):
428e7e5
orlando - for migration of png to lfs and adding readme.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Screen Point-and-Read Benchmark
|
6 |
+
|
7 |
+
This dataset is used to evaluate our ToL agent on the Screen Point-and-Read (ScreenPR) task, which covers 650 screenshots from different GUI domains. Inside, mobile and web screenshots are sampled from Screenspot, screenshot from operating systems are captured from OSWorld. We didn't include the human annotation for the initially released version.
|
8 |
+
|
9 |
+
## Citation
|
10 |
+
|
11 |
+
If you find it useful for your research and applications, please cite using this BibTeX as well as original data source:
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@misc{fan2024readpointedlayoutawaregui,
|
15 |
+
title={Read Anywhere Pointed: Layout-aware GUI Screen Reading with Tree-of-Lens Grounding},
|
16 |
+
author={Yue Fan and Lei Ding and Ching-Chen Kuo and Shan Jiang and Yang Zhao and Xinze Guan and Jie Yang and Yi Zhang and Xin Eric Wang},
|
17 |
+
year={2024},
|
18 |
+
eprint={2406.19263},
|
19 |
+
archivePrefix={arXiv},
|
20 |
+
primaryClass={cs.CL},
|
21 |
+
url={https://arxiv.org/abs/2406.19263},
|
22 |
+
}
|
23 |
+
|
24 |
+
@article{cheng2024seeclick,
|
25 |
+
title={Seeclick: Harnessing gui grounding for advanced visual gui agents},
|
26 |
+
author={Cheng, Kanzhi and Sun, Qiushi and Chu, Yougang and Xu, Fangzhi and Li, Yantao and Zhang, Jianbing and Wu, Zhiyong},
|
27 |
+
journal={arXiv preprint arXiv:2401.10935},
|
28 |
+
year={2024}
|
29 |
+
}
|
30 |
+
|
31 |
+
@article{xie2024osworld,
|
32 |
+
title={Osworld: Benchmarking multimodal agents for open-ended tasks in real computer environments},
|
33 |
+
author={Xie, Tianbao and Zhang, Danyang and Chen, Jixuan and Li, Xiaochuan and Zhao, Siheng and Cao, Ruisheng and Hua, Toh Jing and Cheng, Zhoujun and Shin, Dongchan and Lei, Fangyu and others},
|
34 |
+
journal={arXiv preprint arXiv:2404.07972},
|
35 |
+
year={2024}
|
36 |
+
}
|
37 |
+
|
38 |
+
```
|