Orlando Ding
commited on
Commit
·
cc009a2
1
Parent(s):
0f01daa
orlando - for updating of readme.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Mobile Trajectory Verification Data
|
6 |
+
|
7 |
+
This dataset is prepared for verifying how LoT agent can help us identify incorrect actions taken in mobile execution trajectory. As mentioned in our paper (see citation 1), We select 52 mobile agent trajectories with specific task goals from instruction-
|
8 |
+
guided executions on MagicWand platform(see citation 2). Each folder has a execution trajectory that includes screenshots along this trajectories, json files describing the details of each execution step.
|
9 |
+
|
10 |
+
## Citation
|
11 |
+
|
12 |
+
If you find it useful for your research and applications, please cite using this BibTeX:
|
13 |
+
|
14 |
+
```bibtex
|
15 |
+
@misc{fan2024readpointedlayoutawaregui,
|
16 |
+
title={Read Anywhere Pointed: Layout-aware GUI Screen Reading with Tree-of-Lens Grounding},
|
17 |
+
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},
|
18 |
+
year={2024},
|
19 |
+
eprint={2406.19263},
|
20 |
+
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.CL},
|
22 |
+
url={https://arxiv.org/abs/2406.19263},
|
23 |
+
}
|
24 |
+
|
25 |
+
@inproceedings{dingenhancing,
|
26 |
+
title={Enhancing Mobile" How-to" Queries with Automated Search Results Verification and Reranking},
|
27 |
+
author={Ding, Lei and Zhang, Yi and Bheemanpally, Jeshwanth},
|
28 |
+
booktitle={The Second Workshop on Generative Information Retrieval}
|
29 |
+
}
|
30 |
+
|
31 |
+
```
|