Datasets:

Modalities:
Audio
Text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
ASLP-lab commited on
Commit
be0c0ae
·
verified ·
1 Parent(s): 274e3bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -4,8 +4,9 @@ license: cc-by-nc-sa-4.0
4
  # SongEval 🎵
5
  **A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs**
6
 
7
- [![Hugging Face Dataset](https://img.shields.io/badge/HuggingFace-Dataset-blue)](https://huggingface.co/datasets/ASLP-lab/SongEval)
8
- [![Github Toolkit](https://img.shields.io/badge/Code-SongEval-blue?logo=github)](https://github.com/ASLP-lab/SongEval)
 
9
  [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
10
 
11
  ---
@@ -91,6 +92,14 @@ Meanwhile, we thank AISHELL to help with the orgnization of the song annotations
91
  ---
92
 
93
  ## 📬 Citation
94
- Coming soon!
 
 
 
 
 
 
 
95
 
 
96
 
 
4
  # SongEval 🎵
5
  **A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs**
6
 
7
+ <!-- [![Hugging Face Dataset](https://img.shields.io/badge/HuggingFace-Dataset-blue)](https://huggingface.co/datasets/ASLP-lab/SongEval) -->
8
+ [![Github Toolkit](https://img.shields.io/badge/Code-SongEval-blue?logo=github)](https://github.com/ASLP-lab/SongEval)
9
+ [![Arxiv Paper](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/pdf/2505.10793)
10
  [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
11
 
12
  ---
 
92
  ---
93
 
94
  ## 📬 Citation
95
+ If you use this toolkit or the SongEval dataset, please cite the following:
96
+ ```
97
+ @article{yao2025songeval,
98
+ title = {SongEval: A Benchmark Dataset for Song Aesthetics Evaluation},
99
+ author = {Yao, Jixun and Ma, Guobin and Xue, Huixin and Chen, Huakang and Hao, Chunbo and Jiang, Yuepeng and Liu, Haohe and Yuan, Ruibin and Xu, Jin and Xue, Wei and others},
100
+ journal = {arXiv preprint arXiv:2505.10793},
101
+ year={2025}
102
+ }
103
 
104
+ ```
105