--- annotations_creators: [] language: en size_categories: - 1K, , , ]` - `target_action_reprs`: String representation of target action - `website`: EmbeddedDocumentField(Classification) - Website name - `domain`: EmbeddedDocumentField(Classification) - Website domain category - `subdomain`: EmbeddedDocumentField(Classification) - Website subdomain category - `task_description`: StringField - Natural language description of the task - `full_sequence`: ListField(StringField) - Complete sequence of actions for the task - `previous_actions`: ListField - Actions already performed in the sequence - `current_action`: StringField - Action to be performed - `alternative_candidates`: EmbeddedDocumentField(Detections) - Other possible elements ## Dataset Creation ### Curation Rationale The Cross-Task split was specifically designed to evaluate an agent's ability to generalize to new tasks on websites and domains it has already encountered during training. ### Source Data #### Data Collection and Processing - Based on the original MIND2WEB dataset - Each HTML document is aligned with its corresponding webpage screenshot image - Underwent human verification to confirm element visibility and correct rendering for action prediction #### Who are the source data producers? Web screenshots and HTML were collected from 64 websites across 17 domains that were also represented in the training data. ### Annotations #### Annotation process Each task includes annotated action sequences showing the correct steps to complete the task. These were likely captured through a tool that records user actions on websites. #### Who are the annotators? Researchers from The Ohio State University NLP Group or hired annotators, though specific details aren't provided in the paper. ### Personal and Sensitive Information The dataset focuses on non-login tasks to comply with user agreements and avoid privacy issues. ## Bias, Risks, and Limitations - Performance on this split is generally better than Cross-Website and Cross-Domain, as models can leverage knowledge of website structures - Supervised fine-tuning methods show advantages on this split compared to in-context learning - The dataset may contain biases present in the original websites - Website layouts and functionality may change over time, affecting the validity of the dataset ## Citation ### BibTeX: ```bibtex @article{zheng2024seeact, title={GPT-4V(ision) is a Generalist Web Agent, if Grounded}, author={Boyuan Zheng and Boyu Gou and Jihyung Kil and Huan Sun and Yu Su}, booktitle={Forty-first International Conference on Machine Learning}, year={2024}, url={https://openreview.net/forum?id=piecKJ2DlB}, } @inproceedings{deng2023mindweb, title={Mind2Web: Towards a Generalist Agent for the Web}, author={Xiang Deng and Yu Gu and Boyuan Zheng and Shijie Chen and Samuel Stevens and Boshi Wang and Huan Sun and Yu Su}, booktitle={Thirty-seventh Conference on Neural Information Processing Systems}, year={2023}, url={https://openreview.net/forum?id=kiYqbO3wqw} } ``` ### APA: Zheng, B., Gou, B., Kil, J., Sun, H., & Su, Y. (2024). GPT-4V(ision) is a Generalist Web Agent, if Grounded. arXiv preprint arXiv:2401.01614. ## Dataset Card Contact GitHub: https://github.com/OSU-NLP-Group/SeeAct