From 88a66f52107bde144afa4b5aa3001fe939de13c2 Mon Sep 17 00:00:00 2001 From: Keisuke Kamahori Date: Wed, 3 Jun 2026 10:05:22 +0900 Subject: [PATCH] Add BibTeX citation entry to README Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9c0e4fe..4009419 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,20 @@ Common options: | `--output_dir` | Where transcripts and results are written | `./outputs/benchmark` | | `--hf_token` | Hugging Face token (for gated datasets) | — | +## Citation + +If you find Murmur useful in your research, please consider citing: + +```bibtex +@article{murmur2026lee, + title={MURMUR: An Efficient Inference System for Long-Form ASR}, + author={Lee, Wei-Tzu and Kamahori, Keisuke and Kasikci, Baris}, + journal={arXiv preprint arXiv:2606.01483}, + year={2026}, + url={https://arxiv.org/abs/2606.01483} +} +``` + ## Acknowledgements `murmur/modeling/vibevoice/` contains code vendored and adapted from Microsoft's