cooelf / Auto-GUI

Official implementation for "You Only Look at Screens: Multimodal Chain-of-Action Agents" (Findings of ACL 2024)
https://arxiv.org/abs/2309.11436
Apache License 2.0
185 stars 15 forks source link

Inquiry about the train/dev/test split #5

Closed Yangyi-Chen closed 1 year ago

Yangyi-Chen commented 1 year ago

Hi Zhuosheng,

Nice work! I'd like to follow this work and for a fair comparison, could you please provide some information about the train/dev/test split since I need to locate the original data? Thanks!

cooelf commented 1 year ago

Hi Yangyi,

Thanks for your interest. You can refer to https://github.com/cooelf/Auto-UI/tree/main/dataset for the data split. The files contain the episode ID that you can use to fetch the original dataset.

Yangyi-Chen commented 1 year ago

Thanks so much!