diff --git a/README.md b/README.md
index e244e5e..bc0eac5 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,14 @@
-# ConsumerBench
+# ConsumerBench: Benchmarking Generative AI Applications on End-User Devices
-## 📑 Overview
+
-ConsumerBench is a comprehensive benchmarking framework that evaluates the runtime performance of user-defined GenAI applications under realistic conditions on end-user devices.
+**ConsumerBench is a comprehensive benchmarking framework that evaluates the runtime performance of user-defined GenAI applications under realistic conditions on end-user devices.**
+
+[](https://consumerbench.github.io/)
+[](https://arxiv.org/abs/2506.17538)
+[](./LICENSE)
+
+
## 🚀 Benchmark Setup
@@ -121,3 +127,16 @@ To modify Service Level Objectives (SLOs):
### End-to-End User Workflow
- **Greedy allocation:** [`configs/workflow_content_creation.yml`](configs/workflow_content_creation.yml)
- **GPU partitioning:** [`configs/workflow_content_creation_mps.yml`](configs/workflow_content_creation_mps.yml)
+
+## 🌟 Citation
+
+If you use ConsumerBench in your research, please cite:
+
+```bibtex
+@article{gu2025consumerbench,
+ title={ConsumerBench: Benchmarking Generative AI Applications on End-User Devices},
+ author={Gu, Yile and Kadekodi, Rohan and Nguyen, Hoang and Nguyen, Keisuke and Liu, Yiyu and Kasikci, Baris,
+ journal={arXiv preprint arXiv:2506.17538},
+ year={2025}
+}
+```