Jiahao Chen
Papers on this page may belong to the following people: Jiahao Chen, Jiahao Chen
2026
Muse: Towards Reproducible Long-Form Song Generation with Fine-Grained Style Control
Changhao Jiang | Jiahao Chen | Zhenghao Xiang | Zhixiong Yang | Hanchen Wang | Jiabao Zhuang | Xinmeng Che | Jiajun Sun | Hui Li | Yifei Cao | Shihan Dou | Ming Zhang | Junjie Ye | Tao Ji | Tao Gui | Qi Zhang | Xuanjing Huang
Findings of the Association for Computational Linguistics: ACL 2026
Changhao Jiang | Jiahao Chen | Zhenghao Xiang | Zhixiong Yang | Hanchen Wang | Jiabao Zhuang | Xinmeng Che | Jiajun Sun | Hui Li | Yifei Cao | Shihan Dou | Ming Zhang | Junjie Ye | Tao Ji | Tao Gui | Qi Zhang | Xuanjing Huang
Findings of the Association for Computational Linguistics: ACL 2026
Recent commercial systems such as Suno demonstrate strong capabilities in long-form song generation, while academic research remains largely non-reproducible due to the lack of publicly available training data, hindering fair comparison and progress. To this end, we release a fully open-source system for long-form song generation with fine-grained style conditioning, including a licensed synthetic dataset, training and evaluation pipelines, and Muse, an easy-to-deploy song generation model. The dataset consists of 116k fully licensed synthetic songs with automatically generated lyrics and style descriptions paired with audio synthesized by SunoV5. We train Muse via single-stage supervised finetuning of a Qwen-based language model extended with discrete audio tokens using MuCodec, without task-specific losses, auxiliary objectives, or additional architectural components. Our evaluations find that although Muse is trained with a modest data scale and model size, it achieves competitive performance on phoneme error rate, text–music style similarity, and audio aesthetic quality, while enabling controllable segment-level generation across different musical structures. All data, model weights, and training and evaluation pipelines will be publicly released, paving the way for continued progress in controllable long-form song generation research.
2020
SiBert: Enhanced Chinese Pre-trained Language Model with Sentence Insertion
Jiahao Chen | Chenjie Cao | Xiuyan Jiang
Proceedings of the Twelfth Language Resources and Evaluation Conference
Jiahao Chen | Chenjie Cao | Xiuyan Jiang
Proceedings of the Twelfth Language Resources and Evaluation Conference
Pre-trained models have achieved great success in learning unsupervised language representations by self-supervised tasks on large-scale corpora. Recent studies mainly focus on how to fine-tune different downstream tasks from a general pre-trained model. However, some studies show that customized self-supervised tasks for a particular type of downstream task can effectively help the pre-trained model to capture more corresponding knowledge and semantic information. Hence a new pre-training task called Sentence Insertion (SI) is proposed in this paper for Chinese query-passage pairs NLP tasks including answer span prediction, retrieval question answering and sentence level cloze test. The related experiment results indicate that the proposed SI can improve the performance of the Chinese Pre-trained models significantly. Moreover, a word segmentation method called SentencePiece is utilized to further enhance Chinese Bert performance for tasks with long texts. The complete source code is available at https://github.com/ewrfcas/SiBert_tensorflow.