Papers › Muse: Towards Reproducible Long-Form Song Generation with Fine-Grained Style Control

Muse: Towards Reproducible Long-Form Song Generation with Fine-Grained Style Control

7 Jan 2026arXiv:2601.03973added by Syntology

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

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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. The project repository is available at https://github.com/yuhui1038/Muse.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.03973")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yuhui1038/Muse found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yuhui1038/Muse. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calc_per yuhui1038/Muse/eval_pipeline/phoneme_utils.py found in paper text by Syntology unverified MIT (permissive) · 4e7a1f9f6e67a9f5 · report
extract_idx yuhui1038/Muse/eval_pipeline/calc_per.py found in paper text by Syntology unverified MIT (permissive) · 4b6d0d8c582af2b7 · report
extract_idx yuhui1038/Muse/eval_pipeline/convert_lyrics.py found in paper text by Syntology unverified MIT (permissive) · c573367df51a7359 · report
extract_idx yuhui1038/Muse/eval_pipeline/eval_audiobox.py found in paper text by Syntology unverified MIT (permissive) · ffcab46a7747b075 · report
extract_idx yuhui1038/Muse/eval_pipeline/eval_mulan_t.py found in paper text by Syntology unverified MIT (permissive) · 165f8ff73fd76bd7 · report
extract_idx yuhui1038/Muse/eval_pipeline/eval_songeval.py found in paper text by Syntology unverified MIT (permissive) · 982ad7203346a6c9 · report
extract_idx yuhui1038/Muse/eval_pipeline/fill_missing.py found in paper text by Syntology unverified MIT (permissive) · d56bb8b371310e03 · report
extract_idx yuhui1038/Muse/eval_pipeline/split_audio.py found in paper text by Syntology unverified MIT (permissive) · f9c7c2c03c5c167c · report
extract_idx yuhui1038/Muse/eval_pipeline/split_lyrics.py found in paper text by Syntology unverified MIT (permissive) · ca8e9ea236715db5 · report
extract_idx yuhui1038/Muse/eval_pipeline/transcribe.py found in paper text by Syntology unverified MIT (permissive) · 290b79e0720903c1 · report
find_best yuhui1038/Muse/eval_pipeline/summarize.py found in paper text by Syntology unverified MIT (permissive) · 76e543c95192e1b8 · report
levenshtein_distance yuhui1038/Muse/eval_pipeline/phoneme_utils.py found in paper text by Syntology unverified MIT (permissive) · cb01272840d69137 · report
load_results yuhui1038/Muse/eval_pipeline/summarize.py found in paper text by Syntology unverified MIT (permissive) · 0c3e6c5a2d211c92 · report
merge_cn_en yuhui1038/Muse/eval_pipeline/summarize.py found in paper text by Syntology unverified MIT (permissive) · 2c43457f358bf9ba · report
read_lyrics yuhui1038/Muse/eval_pipeline/convert_lyrics.py found in paper text by Syntology unverified MIT (permissive) · 9fe53ea026eb5dc8 · report
read_lyrics yuhui1038/Muse/eval_pipeline/split_lyrics.py found in paper text by Syntology unverified MIT (permissive) · bf3666ac3635f34f · report
signal_filter yuhui1038/Muse/eval_pipeline/calc_per.py found in paper text by Syntology unverified MIT (permissive) · b7c31ee0aa2458c7 · report
transcribe yuhui1038/Muse/eval_pipeline/fill_missing.py found in paper text by Syntology unverified MIT (permissive) · 58e1684834942c02 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.03973, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections