diff --git a/README.md b/README.md
index 65da096..dd9ed5c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
- Official codebase for PIXELRAG: Web Screenshots Beat Text for + Official codebase for PIXELRAG: Web Screenshots Beat Text for Retrieval-Augmented Generation
@@ -264,6 +264,22 @@ so you can adapt other backbones yourself — a larger Qwen, or any other embedd The data curation pipeline (LLM-augmented query generation, filtering, hard-negative mining) is documented in [`train/docs/synthetic_data_pipeline.md`](train/docs/synthetic_data_pipeline.md). +## Citation + +If you find PixelRAG useful, please cite our paper: + +```bibtex +@misc{wang2026pixelragwebscreenshotsbeat, + title={PIXELRAG: Web Screenshots Beat Text for Retrieval-Augmented Generation}, + author={Yichuan Wang and Zhifei Li and Zirui Wang and Paul Teiletche and Lesheng Jin and Matei Zaharia and Joseph E. Gonzalez and Sewon Min}, + year={2026}, + eprint={2606.28344}, + archivePrefix={arXiv}, + primaryClass={cs.IR}, + url={https://arxiv.org/abs/2606.28344}, +} +``` + ## Acknowledgments Thanks to [Rulin Shao](https://rulinshao.github.io/) for support.