Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Tags:
music
Libraries:
Datasets
pandas
License:
Mar2Ding commited on
Commit
aacac21
·
verified ·
1 Parent(s): 42610d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -36,7 +36,6 @@ Example format:
36
  "notes": [...],
37
  "notes_duration": [...],
38
  "rest_duration": [...],
39
- "structure": [...],
40
  "bpm": 120
41
  },
42
  ...
@@ -56,10 +55,12 @@ Example format:
56
  ## 📖 Citation
57
  If you use this dataset in your work, please cite our paper:
58
  ```bibtex
59
- @article{ding2024songcomposer,
60
- title={SongComposer: A Multimodal Alignment Framework for Singing from Lyrics},
61
- author={Ding, Shuangrui and Wu, Junjie and Yao, Yue and Lin, Dahua},
62
- journal={arXiv preprint arXiv:2402.17645},
63
- year={2024}
 
 
64
  }
65
  ```
 
36
  "notes": [...],
37
  "notes_duration": [...],
38
  "rest_duration": [...],
 
39
  "bpm": 120
40
  },
41
  ...
 
55
  ## 📖 Citation
56
  If you use this dataset in your work, please cite our paper:
57
  ```bibtex
58
+ @misc{ding2024songcomposer,
59
+ title={SongComposer: A Large Language Model for Lyric and Melody Composition in Song Generation},
60
+ author={Shuangrui Ding and Zihan Liu and Xiaoyi Dong and Pan Zhang and Rui Qian and Conghui He and Dahua Lin and Jiaqi Wang},
61
+ year={2024},
62
+ eprint={2402.17645},
63
+ archivePrefix={arXiv},
64
+ primaryClass={cs.SD}
65
  }
66
  ```