Datasets:

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

Update README_ZH.md

Browse files
Files changed (1) hide show
  1. README_ZH.md +21 -6
README_ZH.md CHANGED
@@ -4,10 +4,16 @@
4
 
5
  **一个高质量的音乐结构分析基准**
6
 
7
- [![Dataset](https://img.shields.io/badge/🤗%20Dataset-SongFormBench-blue)](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
8
- [![Model](https://img.shields.io/badge/🤗%20Model-SongFormer-green)](https://huggingface.co/ASLP-lab/SongFormer)
9
- [![GitHub](https://img.shields.io/badge/GitHub-Repository-black)](https://github.com/ASLP-lab/SongFormer)
10
- [![Paper](https://img.shields.io/badge/📖%20Paper-Coming%20Soon-orange)]()
 
 
 
 
 
 
11
 
12
  ---
13
 
@@ -69,8 +75,17 @@ dataset = load_dataset("ASLP-lab/SongFormBench")
69
 
70
  ## 🤝 引用
71
 
72
- 即将发布。
73
-
 
 
 
 
 
 
 
 
 
74
  ---
75
 
76
 
 
4
 
5
  **一个高质量的音乐结构分析基准**
6
 
7
+ ![Python](https://img.shields.io/badge/Python-3.10-brightgreen)
8
+ ![License](https://img.shields.io/badge/License-CC%20BY%204.0-lightblue)
9
+ [![arXiv Paper](https://img.shields.io/badge/arXiv-2510.02797-blue)](https://arxiv.org/abs/2510.02797)
10
+ [![GitHub](https://img.shields.io/badge/GitHub-SongFormer-black)](https://github.com/ASLP-lab/SongFormer)
11
+ [![HuggingFace Space](https://img.shields.io/badge/HuggingFace-space-yellow)](https://huggingface.co/spaces/ASLP-lab/SongFormer)
12
+ [![HuggingFace Model](https://img.shields.io/badge/HuggingFace-model-blue)](https://huggingface.co/ASLP-lab/SongFormer)
13
+ [![Dataset SongFormDB](https://img.shields.io/badge/HF%20Dataset-SongFormDB-green)](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
14
+ [![Dataset SongFormBench](https://img.shields.io/badge/HF%20Dataset-SongFormBench-orange)](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
15
+ [![Discord](https://img.shields.io/badge/Discord-join%20us-purple?logo=discord&logoColor=white)](https://discord.gg/p5uBryC4Zs)
16
+ [![lab](https://img.shields.io/badge/🏫-ASLP-grey?labelColor=lightgrey)](http://www.npu-aslp.org/)
17
 
18
  ---
19
 
 
75
 
76
  ## 🤝 引用
77
 
78
+ ```bibtex
79
+ @misc{hao2025songformer,
80
+ title = {SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision},
81
+ author = {Chunbo Hao and Ruibin Yuan and Jixun Yao and Qixin Deng and Xinyi Bai and Wei Xue and Lei Xie},
82
+ year = {2025},
83
+ eprint = {2510.02797},
84
+ archivePrefix = {arXiv},
85
+ primaryClass = {eess.AS},
86
+ url = {https://arxiv.org/abs/2510.02797}
87
+ }
88
+ ```
89
  ---
90
 
91