ASLP-lab commited on
Commit
12d8123
·
verified ·
1 Parent(s): 1612463

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -20,15 +20,15 @@ fullWidth: true
20
 
21
  # SONGFORMER: SCALING MUSIC STRUCTURE ANALYSIS WITH HETEROGENEOUS SUPERVISION
22
 
23
- ![Python](https://img.shields.io/badge/Python-3.10-brightgreen)
24
- ![License](https://img.shields.io/badge/License-CC%20BY%204.0-lightblue)
25
- [![arXiv](https://img.shields.io/badge/arXiv-com.svg?logo=arXiv)]()
26
- [![GitHub](https://img.shields.io/badge/GitHub-SongFormer-black)](https://github.com/ASLP-lab/SongFormer)
27
- [![HuggingFace Space](https://img.shields.io/badge/HuggingFace-space-yellow)](https://huggingface.co/spaces/ASLP-lab/SongFormer)
28
- [![HuggingFace Model](https://img.shields.io/badge/HuggingFace-model-blue)](https://huggingface.co/ASLP-lab/SongFormer)
29
- [![Dataset SongFormDB](https://img.shields.io/badge/HF%20Dataset-SongFormDB-green)](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
30
  [![Dataset SongFormBench](https://img.shields.io/badge/HF%20Dataset-SongFormBench-orange)](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
31
- [![Discord](https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white)](https://discord.gg/rwcqh7Em)
32
  [![lab](https://img.shields.io/badge/🏫-ASLP-grey?labelColor=lightgrey)](http://www.npu-aslp.org/)
33
 
34
  Chunbo Hao<sup>&ast;</sup>, Ruibin Yuan<sup>&ast;</sup>, Jixun Yao, Qixin Deng, Xinyi Bai, Wei Xue, Lei Xie<sup>&dagger;</sup>
@@ -168,7 +168,15 @@ Coming soon
168
  If our work and codebase is useful for you, please cite as:
169
 
170
  ````
171
- comming soon
 
 
 
 
 
 
 
 
172
  ````
173
  ## License
174
 
 
20
 
21
  # SONGFORMER: SCALING MUSIC STRUCTURE ANALYSIS WITH HETEROGENEOUS SUPERVISION
22
 
23
+ ![Python](https://img.shields.io/badge/Python-3.10-brightgreen)
24
+ ![License](https://img.shields.io/badge/License-CC%20BY%204.0-lightblue)
25
+ [![arXiv Paper](https://img.shields.io/badge/arXiv-2510.02797-blue)](https://arxiv.org/abs/2510.02797)
26
+ [![GitHub](https://img.shields.io/badge/GitHub-SongFormer-black)](https://github.com/ASLP-lab/SongFormer)
27
+ [![HuggingFace Space](https://img.shields.io/badge/HuggingFace-space-yellow)](https://huggingface.co/spaces/ASLP-lab/SongFormer)
28
+ [![HuggingFace Model](https://img.shields.io/badge/HuggingFace-model-blue)](https://huggingface.co/ASLP-lab/SongFormer)
29
+ [![Dataset SongFormDB](https://img.shields.io/badge/HF%20Dataset-SongFormDB-green)](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
30
  [![Dataset SongFormBench](https://img.shields.io/badge/HF%20Dataset-SongFormBench-orange)](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
31
+ [![Discord](https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white)](https://discord.gg/p5uBryC4Zs)
32
  [![lab](https://img.shields.io/badge/🏫-ASLP-grey?labelColor=lightgrey)](http://www.npu-aslp.org/)
33
 
34
  Chunbo Hao<sup>&ast;</sup>, Ruibin Yuan<sup>&ast;</sup>, Jixun Yao, Qixin Deng, Xinyi Bai, Wei Xue, Lei Xie<sup>&dagger;</sup>
 
168
  If our work and codebase is useful for you, please cite as:
169
 
170
  ````
171
+ @misc{hao2025songformer,
172
+ title = {SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision},
173
+ author = {Chunbo Hao and Ruibin Yuan and Jixun Yao and Qixin Deng and Xinyi Bai and Wei Xue and Lei Xie},
174
+ year = {2025},
175
+ eprint = {2510.02797},
176
+ archivePrefix = {arXiv},
177
+ primaryClass = {eess.AS},
178
+ url = {https://arxiv.org/abs/2510.02797}
179
+ }
180
  ````
181
  ## License
182