Datasets:

Modalities:
Audio
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
ASLP-lab commited on
Commit
acd574e
·
verified ·
1 Parent(s): 44f4c30

Update README_ZH.md

Browse files
Files changed (1) hide show
  1. README_ZH.md +15 -21
README_ZH.md CHANGED
@@ -21,20 +21,22 @@
21
 
22
  <div align="center">
23
  <h3>
24
- Chunbo Hao<sup>1*</sup>, Ruibin Yuan<sup>2,5*</sup>, Jixun Yao<sup>1</sup>, Qixin Deng<sup>3,5</sup>,<br>Xinyi Bai<sup>4,5</sup>, Wei Xue<sup>2</sup>, Lei Xie<sup>1†</sup>
25
  </h3>
26
-
 
27
  <p>
28
  <sup>*</sup>Equal contribution &nbsp;&nbsp; <sup>†</sup>Corresponding author
29
  </p>
30
-
31
  <p>
32
- <sup>1</sup>Audio, Speech and Language Processing Group (ASLP@NPU),<br>Northwestern Polytechnical University<br>
33
  <sup>2</sup>Hong Kong University of Science and Technology<br>
34
  <sup>3</sup>Northwestern University<br>
35
  <sup>4</sup>Cornell University<br>
36
- <sup>5</sup>Multimodal Art Projection (M-A-P)
 
37
  </p>
 
38
  </div>
39
 
40
  ---
@@ -86,26 +88,18 @@ dataset = load_dataset("ASLP-lab/SongFormBench")
86
 
87
  ---
88
 
89
- ## 📚 资源与链接
90
-
91
- - 📖 论文:*即将发布*
92
- - 💻 代码:[GitHub 仓库](https://github.com/ASLP-lab/SongFormer)
93
- - 🧑‍💻 模型:[SongFormer](https://huggingface.co/ASLP-lab/SongFormer)
94
- - 📂 数据集:[SongFormDB](https://huggingface.co/datasets/ASLP-lab/SongFormDB)
95
-
96
- ---
97
 
98
  ## 🤝 引用
99
 
100
  ```bibtex
101
- @misc{hao2025songformer,
102
- title = {SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision},
103
- author = {Chunbo Hao and Ruibin Yuan and Jixun Yao and Qixin Deng and Xinyi Bai and Wei Xue and Lei Xie},
104
- year = {2025},
105
- eprint = {2510.02797},
106
- archivePrefix = {arXiv},
107
- primaryClass = {eess.AS},
108
- url = {https://arxiv.org/abs/2510.02797}
109
  }
110
  ```
111
  ---
 
21
 
22
  <div align="center">
23
  <h3>
24
+ Chunbo Hao<sup>1*</sup>, Ruibin Yuan<sup>2,6*</sup>, Jixun Yao<sup>1</sup>, Qixin Deng<sup>3,6</sup>,<br>Xinyi Bai<sup>4,6</sup>, Yanbo Wang<sup>5</sup>, Wei Xue<sup>2</sup>, Lei Xie<sup>1†</sup>
25
  </h3>
26
+
27
+
28
  <p>
29
  <sup>*</sup>Equal contribution &nbsp;&nbsp; <sup>†</sup>Corresponding author
30
  </p>
 
31
  <p>
32
+ <sup>1</sup>Audio, Speech and Language Processing Group (ASLP@NPU),<br>School of Computer Science, Northwestern Polytechnical University<br>
33
  <sup>2</sup>Hong Kong University of Science and Technology<br>
34
  <sup>3</sup>Northwestern University<br>
35
  <sup>4</sup>Cornell University<br>
36
+ <sup>5</sup>University of New South Wales<br>
37
+ <sup>6</sup>Multimodal Art Projection (M-A-P)
38
  </p>
39
+
40
  </div>
41
 
42
  ---
 
88
 
89
  ---
90
 
 
 
 
 
 
 
 
 
91
 
92
  ## 🤝 引用
93
 
94
  ```bibtex
95
+ @misc{hao2026songformerscalingmusicstructure,
96
+ title={SongFormer: Scaling Music Structure Analysis with Heterogeneous Supervision},
97
+ author={Chunbo Hao and Ruibin Yuan and Jixun Yao and Qixin Deng and Xinyi Bai and Yanbo Wang and Wei Xue and Lei Xie},
98
+ year={2026},
99
+ eprint={2510.02797},
100
+ archivePrefix={arXiv},
101
+ primaryClass={eess.AS},
102
+ url={https://arxiv.org/abs/2510.02797},
103
  }
104
  ```
105
  ---