Video-to-Video
liuhuadai commited on
Commit
b72d99a
·
verified ·
1 Parent(s): 51ea4a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -4,4 +4,18 @@ license: apache-2.0
4
 
5
  This repository contains the weights of [ThinkSound: Chain-of-Thought Reasoning in Multimodal Large Language Models for Audio Generation and Editing](https://arxiv.org/abs/2506.21448).
6
 
7
- Project Paper: https://thinksound-project.github.io/.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  This repository contains the weights of [ThinkSound: Chain-of-Thought Reasoning in Multimodal Large Language Models for Audio Generation and Editing](https://arxiv.org/abs/2506.21448).
6
 
7
+ Project Paper: https://thinksound-project.github.io/.
8
+
9
+ If you find our work useful, please cite our paper:
10
+
11
+ ```bibtex
12
+ @misc{liu2025thinksoundchainofthoughtreasoningmultimodal,
13
+ title={ThinkSound: Chain-of-Thought Reasoning in Multimodal Large Language Models for Audio Generation and Editing},
14
+ author={Huadai Liu and Jialei Wang and Kaicheng Luo and Wen Wang and Qian Chen and Zhou Zhao and Wei Xue},
15
+ year={2025},
16
+ eprint={2506.21448},
17
+ archivePrefix={arXiv},
18
+ primaryClass={eess.AS},
19
+ url={https://arxiv.org/abs/2506.21448},
20
+ }
21
+ ```