diff --git a/VAB-WebArena-Lite/README.md b/VAB-WebArena-Lite/README.md
index 4ee5c0f..55e5828 100644
--- a/VAB-WebArena-Lite/README.md
+++ b/VAB-WebArena-Lite/README.md
@@ -283,9 +283,19 @@ This tasks the agent to find a shirt that looks like the provided image (the "Th
## Acknowledgements
-Our code is heavily based off the WebArena codebase and VisualWebArena codebase.
+Please cite our paper if you find VAB-WebArena-Lite useful for your work:
-If you find this environment useful, please consider citing VisualWebArena as well as WebArena:
+```bibtex
+@article{liu2024visualagentbench,
+ title={VisualAgentBench: Towards Large Multimodal Models as Visual Foundation Agents},
+ author={Liu, Xiao and Zhang, Tianjie and Gu, Yu and Iong, Iat Long and Xu, Yifan and Song, Xixuan and Zhang, Shudan and Lai, Hanyu and Liu, Xinyi and Zhao, Hanlin and others},
+ journal={arXiv preprint arXiv:2408.06327},
+ year={2024}
+}
+```
+
+Our code is heavily based off the WebArena codebase and VisualWebArena codebase.
+If you find this environment useful, please also consider citing VisualWebArena as well as WebArena:
```bibtex
@article{koh2024visualwebarena,