mirror of
https://github.com/kyutai-labs/delayed-streams-modeling.git
synced 2025-12-22 19:09:57 +00:00
Add citation section to README
This commit is contained in:
committed by
GitHub
parent
263ed6ac04
commit
f741fc473f
15
README.md
15
README.md
@@ -328,3 +328,18 @@ pre-commit install
|
||||
```
|
||||
|
||||
If you're using `uv`, you can replace the two commands with `uvx pre-commit install`.
|
||||
|
||||
## Citation
|
||||
|
||||
Please cite the following paper.
|
||||
```
|
||||
@techreport{kyutai2025streaming,
|
||||
title={Streaming Sequence-to-Sequence Learning with Delayed Streams Modeling},
|
||||
author={Neil Zeghidour and Eugene Kharitonov and Manu Orsini and Václav Volhejn and Gabriel de Marmiesse and Edouard Grave and Patrick Pérez and Laurent Mazaré and Alexandre Défossez},
|
||||
year={2025},
|
||||
eprint={2509.08753},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CL},
|
||||
url={https://arxiv.org/abs/2509.08753},
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user