Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -15,10 +15,16 @@ language:
15
 
16
  **A High-Quality Benchmark for Music Structure Analysis**
17
 
18
- [![Dataset](https://img.shields.io/badge/🤗%20Dataset-SongFormBench-blue)](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
19
- [![Model](https://img.shields.io/badge/🤗%20Model-SongFormer-green)](https://huggingface.co/ASLP-lab/SongFormer)
20
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-black)](https://github.com/ASLP-lab/SongFormer)
21
- [![Paper](https://img.shields.io/badge/📖%20Paper-Coming%20Soon-orange)]()
 
 
 
 
 
 
22
 
23
  ---
24
 
@@ -81,7 +87,17 @@ dataset = load_dataset("ASLP-lab/SongFormBench")
81
 
82
  ## 🤝 Citation
83
 
84
- comming soon.
 
 
 
 
 
 
 
 
 
 
85
 
86
  ---
87
 
 
15
 
16
  **A High-Quality Benchmark for Music Structure Analysis**
17
 
18
+ ![Python](https://img.shields.io/badge/Python-3.10-brightgreen)
19
+ ![License](https://img.shields.io/badge/License-CC%20BY%204.0-lightblue)
20
+ [![arXiv Paper](https://img.shields.io/badge/arXiv-2510.02797-blue)](https://arxiv.org/abs/2510.02797)
21
+ [![GitHub](https://img.shields.io/badge/GitHub-SongFormer-black)](https://github.com/ASLP-lab/SongFormer)
22
+ [![HuggingFace Space](https://img.shields.io/badge/HuggingFace-space-yellow)](https://huggingface.co/spaces/ASLP-lab/SongFormer)
23
+ [![HuggingFace Model](https://img.shields.io/badge/HuggingFace-model-blue)](https://huggingface.co/ASLP-lab/SongFormer)
24
+ [![Dataset SongFormDB](https://img.shields.io/badge/HF%20Dataset-SongFormDB-green)](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
25
+ [![Dataset SongFormBench](https://img.shields.io/badge/HF%20Dataset-SongFormBench-orange)](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
26
+ [![Discord](https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white)](https://discord.gg/p5uBryC4Zs)
27
+ [![lab](https://img.shields.io/badge/🏫-ASLP-grey?labelColor=lightgrey)](http://www.npu-aslp.org/)
28
 
29
  ---
30
 
 
87
 
88
  ## 🤝 Citation
89
 
90
+ ```bibtex
91
+ @misc{hao2025songformer,
92
+ title = {SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision},
93
+ author = {Chunbo Hao and Ruibin Yuan and Jixun Yao and Qixin Deng and Xinyi Bai and Wei Xue and Lei Xie},
94
+ year = {2025},
95
+ eprint = {2510.02797},
96
+ archivePrefix = {arXiv},
97
+ primaryClass = {eess.AS},
98
+ url = {https://arxiv.org/abs/2510.02797}
99
+ }
100
+ ```
101
 
102
  ---
103