├── .gitattributes ├── .github └── workflows │ └── main.yml ├── README.md ├── paper_by_author ├── paper_Boyu_Gou.md ├── paper_Boyuan_Zheng.md ├── paper_Caiming_Xiong.md ├── paper_Danyang_Zhang.md ├── paper_Graham_Neubig.md ├── paper_Hanyu_Lai.md ├── paper_Huan_Sun.md ├── paper_Jie_Tang.md ├── paper_Qiushi_Sun.md ├── paper_Shuyan_Zhou.md ├── paper_Tao_Yu.md ├── paper_Tianbao_Xie.md ├── paper_Xiao_Liu.md ├── paper_Yu_Gu.md ├── paper_Yu_Qiao.md ├── paper_Yu_Su.md ├── paper_Yuxiao_Dong.md ├── paper_Zeyi_Liao.md ├── paper_Zhiyong_Wu.md └── paper_Zhuosheng_Zhang.md ├── paper_by_env ├── paper_desktop.md ├── paper_gui.md ├── paper_misc.md ├── paper_mobile.md └── paper_web.md ├── paper_by_key ├── paper_GUI_grounding.md ├── paper_OSWorld.md ├── paper_benchmark.md ├── paper_chain-of-thought.md ├── paper_dataset.md ├── paper_evaluation.md ├── paper_framework.md ├── paper_grounding.md ├── paper_learning.md ├── paper_memory.md ├── paper_model.md ├── paper_multi-agent.md ├── paper_multimodal.md ├── paper_planning.md ├── paper_reasoning.md ├── paper_reinforcement_learning.md ├── paper_safety.md ├── paper_survey.md ├── paper_vision_language_model.md └── paper_visual_grounding.md └── update_template_or_data ├── .DS_Store ├── author_grouping.md ├── keyword_grouping.md ├── logs └── error.log ├── statistics └── keyword_wordcloud_long.png ├── update_paper_list.md ├── update_readme_template.md └── utils ├── prompts ├── auto_prompt_cn.txt └── auto_prompt_en.txt └── scripts └── sort_by_date.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/README.md -------------------------------------------------------------------------------- /paper_by_author/paper_Boyu_Gou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Boyu_Gou.md -------------------------------------------------------------------------------- /paper_by_author/paper_Boyuan_Zheng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Boyuan_Zheng.md -------------------------------------------------------------------------------- /paper_by_author/paper_Caiming_Xiong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Caiming_Xiong.md -------------------------------------------------------------------------------- /paper_by_author/paper_Danyang_Zhang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Danyang_Zhang.md -------------------------------------------------------------------------------- /paper_by_author/paper_Graham_Neubig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Graham_Neubig.md -------------------------------------------------------------------------------- /paper_by_author/paper_Hanyu_Lai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Hanyu_Lai.md -------------------------------------------------------------------------------- /paper_by_author/paper_Huan_Sun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Huan_Sun.md -------------------------------------------------------------------------------- /paper_by_author/paper_Jie_Tang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Jie_Tang.md -------------------------------------------------------------------------------- /paper_by_author/paper_Qiushi_Sun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Qiushi_Sun.md -------------------------------------------------------------------------------- /paper_by_author/paper_Shuyan_Zhou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Shuyan_Zhou.md -------------------------------------------------------------------------------- /paper_by_author/paper_Tao_Yu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Tao_Yu.md -------------------------------------------------------------------------------- /paper_by_author/paper_Tianbao_Xie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Tianbao_Xie.md -------------------------------------------------------------------------------- /paper_by_author/paper_Xiao_Liu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Xiao_Liu.md -------------------------------------------------------------------------------- /paper_by_author/paper_Yu_Gu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Yu_Gu.md -------------------------------------------------------------------------------- /paper_by_author/paper_Yu_Qiao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Yu_Qiao.md -------------------------------------------------------------------------------- /paper_by_author/paper_Yu_Su.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Yu_Su.md -------------------------------------------------------------------------------- /paper_by_author/paper_Yuxiao_Dong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Yuxiao_Dong.md -------------------------------------------------------------------------------- /paper_by_author/paper_Zeyi_Liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Zeyi_Liao.md -------------------------------------------------------------------------------- /paper_by_author/paper_Zhiyong_Wu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Zhiyong_Wu.md -------------------------------------------------------------------------------- /paper_by_author/paper_Zhuosheng_Zhang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_author/paper_Zhuosheng_Zhang.md -------------------------------------------------------------------------------- /paper_by_env/paper_desktop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_env/paper_desktop.md -------------------------------------------------------------------------------- /paper_by_env/paper_gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_env/paper_gui.md -------------------------------------------------------------------------------- /paper_by_env/paper_misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_env/paper_misc.md -------------------------------------------------------------------------------- /paper_by_env/paper_mobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_env/paper_mobile.md -------------------------------------------------------------------------------- /paper_by_env/paper_web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_env/paper_web.md -------------------------------------------------------------------------------- /paper_by_key/paper_GUI_grounding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_GUI_grounding.md -------------------------------------------------------------------------------- /paper_by_key/paper_OSWorld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_OSWorld.md -------------------------------------------------------------------------------- /paper_by_key/paper_benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_benchmark.md -------------------------------------------------------------------------------- /paper_by_key/paper_chain-of-thought.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_chain-of-thought.md -------------------------------------------------------------------------------- /paper_by_key/paper_dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_dataset.md -------------------------------------------------------------------------------- /paper_by_key/paper_evaluation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_evaluation.md -------------------------------------------------------------------------------- /paper_by_key/paper_framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_framework.md -------------------------------------------------------------------------------- /paper_by_key/paper_grounding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_grounding.md -------------------------------------------------------------------------------- /paper_by_key/paper_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_learning.md -------------------------------------------------------------------------------- /paper_by_key/paper_memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_memory.md -------------------------------------------------------------------------------- /paper_by_key/paper_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_model.md -------------------------------------------------------------------------------- /paper_by_key/paper_multi-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_multi-agent.md -------------------------------------------------------------------------------- /paper_by_key/paper_multimodal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_multimodal.md -------------------------------------------------------------------------------- /paper_by_key/paper_planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_planning.md -------------------------------------------------------------------------------- /paper_by_key/paper_reasoning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_reasoning.md -------------------------------------------------------------------------------- /paper_by_key/paper_reinforcement_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_reinforcement_learning.md -------------------------------------------------------------------------------- /paper_by_key/paper_safety.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_safety.md -------------------------------------------------------------------------------- /paper_by_key/paper_survey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_survey.md -------------------------------------------------------------------------------- /paper_by_key/paper_vision_language_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_vision_language_model.md -------------------------------------------------------------------------------- /paper_by_key/paper_visual_grounding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/paper_by_key/paper_visual_grounding.md -------------------------------------------------------------------------------- /update_template_or_data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/.DS_Store -------------------------------------------------------------------------------- /update_template_or_data/author_grouping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/author_grouping.md -------------------------------------------------------------------------------- /update_template_or_data/keyword_grouping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/keyword_grouping.md -------------------------------------------------------------------------------- /update_template_or_data/logs/error.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /update_template_or_data/statistics/keyword_wordcloud_long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/statistics/keyword_wordcloud_long.png -------------------------------------------------------------------------------- /update_template_or_data/update_paper_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/update_paper_list.md -------------------------------------------------------------------------------- /update_template_or_data/update_readme_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/update_readme_template.md -------------------------------------------------------------------------------- /update_template_or_data/utils/prompts/auto_prompt_cn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/utils/prompts/auto_prompt_cn.txt -------------------------------------------------------------------------------- /update_template_or_data/utils/prompts/auto_prompt_en.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /update_template_or_data/utils/scripts/sort_by_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSU-NLP-Group/GUI-Agents-Paper-List/HEAD/update_template_or_data/utils/scripts/sort_by_date.py --------------------------------------------------------------------------------