diff --git a/README.md b/README.md index 4805416..2d12dc5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Both agents leverage the multi-modal capabilities of GPT-4V(o) to comprehend the ## 📢 News - 📅 2024-12-13: We have a **New Release for v1.2.0!**! Checkout our new features and improvements: - 1. **Large Action Model (LAM) Data Collection:** We have released the code and sample data for Large Action Model (LAM) data collection with UFO! Please checkout our [new paper](https://arxiv.org/abs/2412.07939), [code](dataflow/README.md) and [documentation](https://microsoft.github.io/UFO/dataflow/overview/) for more details. + 1. **Large Action Model (LAM) Data Collection:** We have released the code and sample data for Large Action Model (LAM) data collection with UFO! Please checkout our [new paper](https://arxiv.org/abs/2412.10047), [code](dataflow/README.md) and [documentation](https://microsoft.github.io/UFO/dataflow/overview/) for more details. 2. **Bash Command Support:** HostAgent also support bash command now! 3. **Bug Fixes:** We have fixed some bugs, error handling, and improved the overall performance. - 📅 2024-09-08: We have a **New Release for v1.1.0!**, to allows UFO to click on any region of the application and reduces its latency by up tp 1/3! diff --git a/dataflow/README.md b/dataflow/README.md index 5b6a189..823e4b0 100644 --- a/dataflow/README.md +++ b/dataflow/README.md @@ -5,7 +5,7 @@
-[![arxiv](https://img.shields.io/badge/Paper-arXiv:202402.07939-b31b1b.svg)](https://arxiv.org/abs/2402.07939)  +[![arxiv](https://img.shields.io/badge/Paper-arXiv:2412.10047-b31b1b.svg)](https://arxiv.org/abs/2412.10047)  ![Python Version](https://img.shields.io/badge/Python-3776AB?&logo=python&logoColor=white-blue&label=3.10%20%7C%203.11)  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  [![Documentation](https://img.shields.io/badge/Documentation-%230ABAB5?style=flat&logo=readthedocs&logoColor=black)](https://microsoft.github.io/UFO/dataflow/overview/)  @@ -20,13 +20,17 @@ This repository contains the implementation of the **Data Collection** process for training the **Large Action Models** (LAMs) in the [**UFO**](https://arxiv.org/abs/2402.07939) project. The **Data Collection** process is designed to streamline task processing, ensuring that all necessary steps are seamlessly integrated from initialization to execution. This module is part of the [**UFO**](https://arxiv.org/abs/2402.07939) project. -If you find this project useful, please consider giving a star ⭐, and cite our paper: +If you find this project useful, please give a star ⭐, and consider to cite our paper: ```bibtex -@article{UFO2024, - title={Large Action Models: From Inception to Implementation}, - author={Microsoft}, - year={2024} +@misc{wang2024largeactionmodelsinception, + title={Large Action Models: From Inception to Implementation}, + author={Lu Wang and Fangkai Yang and Chaoyun Zhang and Junting Lu and Jiaxu Qian and Shilin He and Pu Zhao and Bo Qiao and Ray Huang and Si Qin and Qisheng Su and Jiayi Ye and Yudi Zhang and Jian-Guang Lou and Qingwei Lin and Saravan Rajmohan and Dongmei Zhang and Qi Zhang}, + year={2024}, + eprint={2412.10047}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2412.10047}, } ``` diff --git a/documents/docs/dataflow/overview.md b/documents/docs/dataflow/overview.md index 621106e..f4288ad 100644 --- a/documents/docs/dataflow/overview.md +++ b/documents/docs/dataflow/overview.md @@ -1,6 +1,6 @@ # Introduction -This repository contains the implementation of the **Data Collection** process for training the **Large Action Models** (LAMs) in the paper of [Large Action Models: From Inception to Implementation]. The **Data Collection** process is designed to streamline task processing, ensuring that all necessary steps are seamlessly integrated from initialization to execution. This module is part of the [**UFO**](https://arxiv.org/abs/2402.07939) project. +This repository contains the implementation of the **Data Collection** process for training the **Large Action Models** (LAMs) in the paper of [Large Action Models: From Inception to Implementation](https://arxiv.org/abs/2412.10047). The **Data Collection** process is designed to streamline task processing, ensuring that all necessary steps are seamlessly integrated from initialization to execution. This module is part of the [**UFO**](https://arxiv.org/abs/2402.07939) project. # Dataflow