melisa commited on
Commit
4f5e606
1 Parent(s): 849eb72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -156,4 +156,16 @@ pyautogui.moveTo(1881.5,1116.0)
156
  },
157
  ...
158
  }
 
 
 
 
 
 
 
 
 
 
 
 
159
  ```
 
156
  },
157
  ...
158
  }
159
+
160
+ ```
161
+ To cite OmniACT, please use:
162
+ ```
163
+ @misc{kapoor2024omniact,
164
+ title={OmniACT: A Dataset and Benchmark for Enabling Multimodal Generalist Autonomous Agents for Desktop and Web},
165
+ author={Raghav Kapoor and Yash Parag Butala and Melisa Russak and Jing Yu Koh and Kiran Kamble and Waseem Alshikh and Ruslan Salakhutdinov},
166
+ year={2024},
167
+ eprint={2402.17553},
168
+ archivePrefix={arXiv},
169
+ primaryClass={cs.AI}
170
+ }
171
  ```