From 5eada5f9d782e06e3a0cd5629fb15f3d42b7829e Mon Sep 17 00:00:00 2001 From: "Shih-Lun (Sean) Wu" <31909739+slSeanWU@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:15:48 -0500 Subject: [PATCH] Add citation section to README Added citation section with BibTeX reference for research. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6579c26..e27a96c 100644 --- a/README.md +++ b/README.md @@ -164,3 +164,15 @@ Sunday picnic. ``` + +## Citation + +If you find our repo and model useful, please cite our research as +```bibtex +@inproceedings{wu2025midillm, + title={{MIDI-LLM}: Adapting large language models for text-to-{MIDI} music generation}, + author={Wu, Shih-Lun and Kim, Yoon and Huang, Cheng-Zhi Anna}, + booktitle={Proc. NeurIPS AI4Music Workshop}, + year={2025} +} +```