From 9c6dd07a3a58062112961dd9148fa29b57945394 Mon Sep 17 00:00:00 2001 From: Nuo Chen Date: Fri, 5 Dec 2025 11:13:53 +0800 Subject: [PATCH] Add citation section for PaperDebugger Added citation for the PaperDebugger project. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 412fa0da..88748444 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,15 @@ zip -r paperdebugger-extension.zip * 3. Click "Load unpacked" and select the `webapp/_webapp/dist` directory - Or drag the `paperdebugger-extension.zip` file into the extensions page +## Citation +``` +@misc{hou2025paperdebugger, + title={PaperDebugger: A Plugin-Based Multi-Agent System for In-Editor Academic Writing, Review, and Editing}, + author={Junyi Hou and Andre Lin Huikai and Nuo Chen and Yiwei Gong and Bingsheng He}, + year={2025}, + eprint={2512.02589}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2512.02589}, +} +```