Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,15 +20,15 @@ fullWidth: true
|
|
| 20 |
|
| 21 |
# SONGFORMER: SCALING MUSIC STRUCTURE ANALYSIS WITH HETEROGENEOUS SUPERVISION
|
| 22 |
|
| 23 |
-

|
| 24 |
-

|
| 25 |
-
[](https://github.com/ASLP-lab/SongFormer)
|
| 27 |
-
[](https://huggingface.co/spaces/ASLP-lab/SongFormer)
|
| 28 |
-
[](https://huggingface.co/ASLP-lab/SongFormer)
|
| 29 |
-
[](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
|
| 30 |
[](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
|
| 31 |
-
[](https://discord.gg/
|
| 32 |
[](http://www.npu-aslp.org/)
|
| 33 |
|
| 34 |
Chunbo Hao<sup>*</sup>, Ruibin Yuan<sup>*</sup>, Jixun Yao, Qixin Deng, Xinyi Bai, Wei Xue, Lei Xie<sup>†</sup>
|
|
@@ -168,7 +168,15 @@ Coming soon
|
|
| 168 |
If our work and codebase is useful for you, please cite as:
|
| 169 |
|
| 170 |
````
|
| 171 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
````
|
| 173 |
## License
|
| 174 |
|
|
|
|
| 20 |
|
| 21 |
# SONGFORMER: SCALING MUSIC STRUCTURE ANALYSIS WITH HETEROGENEOUS SUPERVISION
|
| 22 |
|
| 23 |
+

|
| 24 |
+

|
| 25 |
+
[](https://arxiv.org/abs/2510.02797)
|
| 26 |
+
[](https://github.com/ASLP-lab/SongFormer)
|
| 27 |
+
[](https://huggingface.co/spaces/ASLP-lab/SongFormer)
|
| 28 |
+
[](https://huggingface.co/ASLP-lab/SongFormer)
|
| 29 |
+
[](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
|
| 30 |
[](https://huggingface.co/datasets/ASLP-lab/SongFormBench)
|
| 31 |
+
[](https://discord.gg/p5uBryC4Zs)
|
| 32 |
[](http://www.npu-aslp.org/)
|
| 33 |
|
| 34 |
Chunbo Hao<sup>*</sup>, Ruibin Yuan<sup>*</sup>, Jixun Yao, Qixin Deng, Xinyi Bai, Wei Xue, Lei Xie<sup>†</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 |
|