REVIEW 4 major objections 4 minor 32 references
Full-song generation reaches commercial-grade quality by separating hierarchical token planning from flow-matching rendering.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 10:20 UTC pith:UYSTCQXK
load-bearing objection A credible, well-engineered industrial system report whose strongest independent evidence (the leaderboard) is unverifiable from the paper, and whose 15-of-18 automatic benchmark lead is undermined by SongBench's dual role as training reward and evaluation metric. the 4 major comments →
Pushing the Frontier of Full-Song Generation: Hierarchical Autoregressive Planning Meets Flow-Matching Rendering
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that the hybrid architecture — hierarchical autoregressive token planning in hybrid-LM followed by non-causal full-song flow matching in FullDiT — achieves full-song vocal generation quality that is statistically tied with the second-ranked system on an external blind-preference leaderboard, and leads most dimensions of the authors' own 500-example multilingual evaluation. The paper also claims the two-level melody module (MIDI-note tokens for contour, F0 tokens for fine pitch) preserves melody in cover generation, and that its combination of DPO, GRPO, and on-policy distillation, plus flow-based GRPO for the renderer, lifts musicality and audio fidelity. These are the c
What carries the argument
The load-bearing component is the separation of planning from rendering. hybrid-LM factorizes the joint distribution of an 8-codebook RVQ token sequence as a product of a global 8B LLM predicting the first codebook token per 25 Hz frame and a local 0.4B LLM filling the seven residual codebooks within each frame. FullDiT then performs non-causal flow matching in a continuous VAE latent space, conditioned on the entire codec sequence, lyrics, and caption, with Error-Matched Distractor Conditioning to tolerate upstream token errors. The two-level melody module discretizes vocal melody into MIDI-note tokens and F0 tokens that guide cover generation.
Load-bearing premise
The paper's independent external evidence depends on the anonymous leaderboard entry being exactly the system described here; no public mapping or artifact is provided to verify that identity, so if the entry is any other model, the external quality-tier claim has no basis.
What would settle it
Look up the leaderboard's public entry list: if the anonymous submission has no downloadable samples or model card matching this system, the external evidence is unsupported. More directly, run a preregistered blind listening test pitting this system against the second-ranked commercial model on a fresh set of prompts; a clear majority preference for the competitor would contradict the claimed statistical tie.
If this is right
- Full-song quality can be achieved by separating long-range planning from acoustic rendering, so neither model alone needs to solve both tasks.
- A single framework can cover lyrics-to-song, instrumental, and cover generation by sharing the tokenizer and renderer, with melody added as explicit coarse and fine tokens.
- Reward-based post-training using automatic musicality scores can shift a pretrained generator toward more musical output without large-scale human preference labels.
- Full-song flow matching over thousands of frames suggests long-range structure can be rendered in one pass, avoiding the coherence limits of chunk-wise synthesis.
- Error-Matched Distractor Conditioning makes the renderer robust to imperfect upstream tokens, which is essential when the planner is a separate model.
Where Pith is reading between the lines
- The external leaderboard evidence hinges on the unverified identity of the anonymous submission; with no public artifacts linking that entry to this system, the independent confirmation is currently a claim, not a demonstrated fact.
- The automatic benchmark uses the authors' chosen evaluator models and prompts; a fully independent listening study would be needed to confirm the quality tier on fresh material.
- The plan-then-render recipe is a general template for long-form conditional generation: a coarse discrete planner plus a full-sequence continuous renderer could transfer to other long-form audio or video domains.
- Dedicated quantitative results for instrumental and cover generation are deferred, so those two supported tasks are presently established only by design and examples, not by evaluation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper describes a unified full-song generation framework that combines an 8-codebook semantic-aware RVQ tokenizer, a hierarchical autoregressive language model ('hybrid-LM') with an 8B global and 0.4B local component, a full-song flow-matching DiT renderer ('FullDiT'), and a two-level melody module for cover-song generation. The system is trained and post-trained with SFT, DPO, GRPO, and OPD, including a flow-based GRPO stage for FullDiT. The authors claim competitive performance: on their 500-example multilingual automatic benchmark they report the highest point estimate in 15 of 18 dimensions, and on the Artificial Analysis Music with Vocals leaderboard their anonymously submitted system, 'Lucky Dolphin', is reported to have Elo 1129 with an official rank range of 2–3, statistically tied with the second-ranked system.
Significance. If the claims are upheld, this is a substantial systems contribution: it integrates discrete token planning, continuous flow-matching rendering, melody conditioning, and preference-based post-training in one full-song pipeline, and the controlled 1.5B FullDiT ablations in Table 2 are a good template for isolating design choices. The use of an external blind-preference leaderboard, if the submission identity is verifiable, provides independent evidence that the system is in the top tier of current vocal-music systems. The paper is also honest about the scope limitation for instrumental and cover-song evaluation. However, the main automatic-benchmark evidence is weakened by a metric-circularity problem: SongBench is used both as a training reward and as the primary evaluation metric, and the reported wins are point estimates without uncertainty quantification.
major comments (4)
- [§2.3.1, §2.6.2, §2.6.3, §3.2 (Table 3)] SongBench is used in the training loop: it is a curation filter in §2.3.1, the label source for DPO pairs in §2.6.2, and the reward model in GRPO in §2.6.3. The same SongBench dimensions then appear as the first seven rows of Table 3. Reporting that the model 'leads' on these dimensions is therefore partly a statement about optimization alignment, not independent song quality. The paper should either report the non-circular metrics (SongEval, AudioBox-Aesthetic, CMI-Reward) as the primary evidence, provide a decontamination analysis, or add a human listening study on held-out prompts. At minimum, the overlap must be disclosed in the evaluation section.
- [§3.2, Table 3] All comparisons in Table 3 are point estimates with no confidence intervals or significance tests. Several claimed wins are tiny, e.g., Vocal 7.6234 vs Mureka V8 7.6248 and Production Quality 8.2986 vs 8.2923; the 'highest mean in 15/18 dimensions' claim substantially overstates what point estimates alone establish. The authors should provide bootstrap confidence intervals, paired significance tests, or per-prompt score distributions, especially for the non-SongBench evaluators.
- [Figure 1, §1] The external validation rests on the anonymous leaderboard entry 'Lucky Dolphin' being exactly the proposed system. The paper provides no public artifact, commit, or release mapping the leaderboard submission to the architecture described here, so a reader cannot verify the identity of the submission. If the mapping cannot be made public, the claim should be softened to 'an anonymous system that we believe corresponds to ours' and the uncertainty about identity acknowledged as a limitation of the external evidence.
- [§1, §3, §4] The framework is presented as supporting three tasks — lyrics-to-song, instrumental, and cover-song generation — but the quantitative evaluation covers only lyrics-to-song vocal generation. The paper itself states that 'dedicated quantitative evaluation of instrumental and cover song generation remains future work.' For a paper whose central contribution includes these tasks, this is a scope mismatch. Either include basic automatic or listening results for instrumental and cover generation, or explicitly reframe the title and claims around lyrics-to-song generation.
minor comments (4)
- [Abstract] Typo: 'hybird-LM' should be 'hybrid-LM'.
- [Figure 1 / §1] The figure caption gives Elo 1129, while the text description of the leaderboard gap uses confidence intervals. It would help to state the sample size and the date of the snapshot in the caption, since leaderboards change.
- [Table 3] The note that Production Complexity is 'descriptive and not inherently better when larger' is useful, but the text in §3.2 still interprets higher Production Complexity as 'richer component layering.' Please clarify whether this is a quality advantage or merely a descriptive property.
- [§3.1, Table 2] The wording 'M1 is preferred to M2 under LM-generated codec' is supported by the song-level preference row, but the sample size is only N=100 with five raters; please report inter-rater agreement or per-rater variance.
Circularity Check
The 15-of-18 auto-eval advantage is partially circular: SongBench is used as a training reward and then as the leading evaluation metric.
specific steps
-
fitted input called prediction
[Sections 2.3.1, 2.6.2, 2.6.3, 3.2; Table 3]
"The candidates are evaluated using SongBench, which assigns an automatic score s(yi) to each generated sample according to its overall musical quality. Candidate pairs are then constructed according to the difference between the scores. … We therefore use the SongBench Musicality score to select a higher-quality subset … Each candidate is rendered into audio and automatically evaluated by SongBench for overall musical quality. … we report complementary automatic evaluations using SongBench [26], SongEval [31], AudioBox-Aesthetic [22], and CMI-Reward [20]."
SongBench is the reward model used to build DPO preference pairs (Eq. 9), to compute GRPO rewards and advantages (Eqs. 13/15), and to select high-quality training data in Stage 2. The same SongBench metric is then reported as the first seven evaluation dimensions in Table 3 and contributes to the headline '15 of 18' lead. Since hybrid-LM was explicitly optimized to increase SongBench scores, the SongBench portion of the evaluation is not an independent confirmation of song quality; it reflects alignment to the training objective. The non-SongBench evaluators in Table 3 were also used in corpus curation, though not as direct RL rewards, weakening but not eliminating their independence.
full rationale
The paper's strongest independent support is the external Artificial Analysis Music with Vocals leaderboard, which is blind and outside the authors' control; however, its relevance depends on the unverified identity of the anonymous 'Lucky Dolphin' submission. The automatic-benchmark claim in Table 3 is partially circular because SongBench is both a training-time reward and the leading evaluation metric, and the SongBench reference includes one of the present paper's authors (Huaicheng Zhang). This makes some of the 15-of-18 wins at least partly a measure of how well the model optimized that specific reward rather than a neutral test of song quality. The reported gaps are also point estimates without confidence intervals. At the same time, not all evidence is circular: SongEval, AudioBox-Aesthetic, and CMI-Reward are separate evaluators, and the external leaderboard, if properly authenticated, would ground the tier 2-3 claim independently. The circularity is therefore partial, not total.
Axiom & Free-Parameter Ledger
free parameters (6)
- first-codebook loss weight ratio =
5:1
- EMDC replacement probabilities p_k =
1 - Acc@1_k, per codebook
- four-way CFG guidance scales =
(s_codec, s_lyrics, s_caption) = (1, 2, 1)
- DPO preference threshold δ =
unspecified
- post-training combination weights λ_SFT, λ_RSFT, λ_OPD, λ1, λ2 =
unspecified
- GRPO group size G and variance-exclusion threshold =
unspecified
axioms (5)
- domain assumption The 8-codebook RVQ tokenizer at 25 Hz provides a semantic-aware discrete representation sufficient for both lyrics/vocals and accompaniment, with c0 capturing enough global structure for temporal planning.
- domain assumption The hierarchical factorization p(A|X,M) = ∏ p(c0_t) ∏ p(c^k_t) from HeartMuLa [30] is a valid and sufficient generative model for full songs.
- standard math Flow matching with linear interpolation z_σ = (1−σ)z0 + σϵ and velocity v* = ϵ−z0 is a valid objective for full-song latent acoustic synthesis, and the fixed VAE decoder is adequate for 48-kHz stereo output.
- domain assumption The automatic metrics (SongBench, SongEval, Audiobox Aesthetics, CMI-Reward) are valid proxies for human musical quality, and the Artificial Analysis leaderboard is unbiased.
- domain assumption The anonymous leaderboard entry 'Lucky Dolphin' was produced by this exact system.
read the original abstract
In this report, we present a unified song generation framework capable of producing high-quality full-length music from lyrics, text descriptions, and musical attributes. The proposed framework supports three tasks: Lyrics-to-Song Generation, which generates complete songs from text descriptions, lyrics, and musical attributes; Instrumental Music Generation, which creates music without vocals; and Cover Song Generation, which reinterprets existing songs with different styles while preserving their melodic content. Architecturally, our system consists of four main components: a semantic-aware tokenizer, hybird-LM, FullDiT, and a two-level melody module. The tokenizer encodes audio into 8-codebook RVQ tokens for efficient discrete music representation. Based on these tokens, hybird-LM performs hierarchical autoregressive audio-token modeling for full-song generation. To improve audio fidelity, FullDiT performs full-song flow matching in a continuous VAE latent space conditioned on codec tokens, lyrics, and text captions. For cover song generation, the melody module extracts and discretizes melody cues from reference audio to guide generation while preserving the original melodic content. Finally, we investigate DPO, GRPO, and OPD as reward-based post-training strategies for hybird-LM and apply flow-based GRPO to FullDiT to improve musicality and rendering quality. Experimental results on a multilingual automatic benchmark, complemented by the Artificial Analysis Music with Vocals leaderboard, show that the proposed framework achieves competitive performance in the evaluated settings.
Figures
Reference graph
Works this paper leans on
-
[1]
Musiclm: Generating music from text.arXiv preprint arXiv:2301.11325, 2023
Andrea Agostinelli, Timo I Denk, Zalán Borsos, Jesse Engel, Mauro Verzetti, Antoine Caillon, Qingqing Huang, Aren Jansen, Adam Roberts, Marco Tagliasacchi, et al. Musiclm: Generating music from text.arXiv preprint arXiv:2301.11325, 2023
Pith/arXiv arXiv 2023
-
[2]
Music generation benchmarking methodology
Artificial Analysis. Music generation benchmarking methodology. https:// artificialanalysis.ai/music/methodology, 2026. Accessed: 2026-07-19
2026
-
[3]
V ocals music leaderboard
Artificial Analysis. V ocals music leaderboard. https://artificialanalysis.ai/music/ leaderboard/vocals, 2026. Leaderboard snapshot accessed: 2026-07-18
2026
-
[4]
Yourmt3+: Multi- instrument music transcription with enhanced transformer architectures and cross-dataset stem augmentation
Sungkyun Chang, Emmanouil Benetos, Holger Kirchhoff, and Simon Dixon. Yourmt3+: Multi- instrument music transcription with enhanced transformer architectures and cross-dataset stem augmentation. In2024 IEEE 34th International Workshop on Machine Learning for Signal Processing (MLSP), pages 1–6. IEEE, 2024
2024
-
[5]
Musicldm: Enhancing novelty in text-to-music generation using beat-synchronous mixup strategies
Ke Chen, Yusong Wu, Haohe Liu, Marianna Nezhurina, Taylor Berg-Kirkpatrick, and Shlomo Dubnov. Musicldm: Enhancing novelty in text-to-music generation using beat-synchronous mixup strategies. InICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 1206–1210. IEEE, 2024
2024
-
[6]
Visqol v3: An open source production ready objective speech and audio metric
Michael Chinen, Felicia SC Lim, Jan Skoglund, Nikita Gureev, Feargus O’Gorman, and Andrew Hines. Visqol v3: An open source production ready objective speech and audio metric. In 2020 twelfth international conference on quality of multimedia experience (QoMEX), pages 1–6. IEEE, 2020
2020
-
[7]
Self-supervised learning with random-projection quantizer for speech recognition
Chung-Cheng Chiu, James Qin, Yu Zhang, Jiahui Yu, and Yonghui Wu. Self-supervised learning with random-projection quantizer for speech recognition. InInternational Conference on Machine Learning, pages 3915–3924. PMLR, 2022
2022
-
[8]
Simple and controllable music generation.Advances in neural information processing systems, 36:47704–47720, 2023
Jade Copet, Felix Kreuk, Itai Gat, Tal Remez, David Kant, Gabriel Synnaeve, Yossi Adi, and Alexandre Défossez. Simple and controllable music generation.Advances in neural information processing systems, 36:47704–47720, 2023
2023
-
[9]
Junmin Gong, Yulin Song, Wenxiao Zhao, Sen Wang, Shengyuan Xu, Jing Guo, and Xuerui Yang. Ace-step 1.5: Pushing the boundaries of open-source music generation.arXiv preprint arXiv:2602.00744, 2026
arXiv 2026
-
[10]
Ace-step: A step towards music generation foundation model.arXiv preprint arXiv:2506.00045, 2025
Junmin Gong, Sean Zhao, Sen Wang, Shengyuan Xu, and Joe Guo. Ace-step: A step towards music generation foundation model.arXiv preprint arXiv:2506.00045, 2025
Pith/arXiv arXiv 2025
-
[11]
Visqol: an objective speech quality model.EURASIP Journal on Audio, Speech, and Music Processing, 2015(1):13, 2015
Andrew Hines, Jan Skoglund, Anil C Kokaram, and Naomi Harte. Visqol: an objective speech quality model.EURASIP Journal on Audio, Speech, and Music Processing, 2015(1):13, 2015. 16
2015
-
[12]
Classifier-free diffusion guidance.CoRR, abs/2207.12598, 2022
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance.CoRR, abs/2207.12598, 2022
Pith/arXiv arXiv 2022
-
[13]
Levo: High-quality song generation with multi- preference alignment.Advances in Neural Information Processing Systems, 38:102448–102479, 2026
Shun Lei, Yaoxun Xu, Huaicheng Zhang, Hangting Chen, Yixuan Zhang, Chenyu Yang, Haina Zhu, Shuai Wang, Zhiyong Wu, Dong Yu, et al. Levo: High-quality song generation with multi- preference alignment.Advances in Neural Information Processing Systems, 38:102448–102479, 2026
2026
-
[14]
Shun Lei, Huaicheng Zhang, Dapeng Wu, Yaoxun Xu, Lishi Zuo, Wei Tan, Hangting Chen, Guangzheng Li, Jianwei Yu, Zhiyong Wu, et al. Levo 2: Stable and melodious song gener- ation via hierarchical representation modeling and progressive post-training.arXiv preprint arXiv:2606.30642, 2026
Pith/arXiv arXiv 2026
-
[15]
Sifei Li, Yang Li, Zizhou Wang, Yuxin Zhang, Fuzhang Wu, Oliver Deussen, Tong-Yee Lee, and Weiming Dong. Songecho: Towards cover song generation via instance-adaptive element-wise linear modulation.arXiv preprint arXiv:2602.19976, 2026
arXiv 2026
-
[16]
Rui Lin, Zhiyue Wu, Jiahe Le, Kangdi Wang, Weixiong Chen, Junyu Dai, and Tao Jiang. Duo-tok: Dual-track semantic music tokenizer for vocal-accompaniment generation.arXiv preprint arXiv:2511.20224, 2025
arXiv 2025
-
[17]
Jiafeng Liu, Yuanliang Dong, Hongjia Liu, Yuqing Cheng, Zhancheng Guo, Huijing Liang, Wenbo Zhan, Yuming Sun, Xiaobing Li, Feng Yu, et al. Khala: Scaling acoustic token language models toward high-fidelity music generation.arXiv preprint arXiv:2605.01790, 2026
Pith/arXiv arXiv 2026
-
[18]
Flow-grpo: Training flow matching models via online rl.arXiv preprint arXiv:2505.05470, 2025
Jie Liu, Gongye Liu, Jiajun Liang, Yangguang Li, Jiaheng Liu, Xintao Wang, Pengfei Wan, Di Zhang, and Wanli Ouyang. Flow-grpo: Training flow matching models via online rl.arXiv preprint arXiv:2505.05470, 2025
Pith/arXiv arXiv 2025
-
[19]
Music source separation with band-split rope transformer
Wei-Tsung Lu, Ju-Chiang Wang, Qiuqiang Kong, and Yun-Ning Hung. Music source separation with band-split rope transformer. InICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 481–485. IEEE, 2024
2024
-
[20]
CMI- RewardBench: Evaluating music reward models with compositional multimodal instruction
Yinghao Ma, Haiwen Xia, Hewei Gao, Weixiong Chen, Yuxin Ye, Yuchen Yang, Sungkyun Chang, Mingshuo Ding, Yizhi Li, Ruibin Yuan, Simon Dixon, and Emmanouil Benetos. CMI- RewardBench: Evaluating music reward models with compositional multimodal instruction. arXiv preprint arXiv:2603.00610, 2026
Pith/arXiv arXiv 2026
-
[21]
Ziqian Ning, Huakang Chen, Yuepeng Jiang, Chunbo Hao, Guobin Ma, Shuai Wang, Jixun Yao, and Lei Xie. Diffrhythm: Blazingly fast and embarrassingly simple end-to-end full-length song generation with latent diffusion.arXiv preprint arXiv:2503.01183, 2025
Pith/arXiv arXiv 2025
-
[22]
Meta audiobox aesthetics: Unified automatic quality assessment for speech, music, and sound
Andros Tjandra, Yi-Chiao Wu, Baishan Guo, John Hoffman, Brian Ellis, Apoorv Vyas, Bowen Shi, Sanyuan Chen, Matt Le, Nick Zacharov, Carleigh Wood, Ann Lee, and Wei-Ning Hsu. Meta audiobox aesthetics: Unified automatic quality assessment for speech, music, and sound. arXiv preprint arXiv:2502.05139, 2025
Pith/arXiv arXiv 2025
-
[23]
Flowse-grpo: Training flow matching speech enhancement via online reinforcement learning
Haoxu Wang, Biao Tian, Yiheng Jiang, Zexu Pan, Shengkui Zhao, Bin Ma, Daren Chen, and Xiangang Li. Flowse-grpo: Training flow matching speech enhancement via online reinforcement learning. InICASSP 2026 - 2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 16182–16186, 2026
2026
-
[24]
Flowtts-grpo: Online reinforcement learning with multi-objective reward optimization for flow-matching based text-to-speech, 2026
Haoxu Wang, Biao Tian, Weiqin Li, Xiang Lv, Han Zhao, and Xiangang Li. Flowtts-grpo: Online reinforcement learning with multi-objective reward optimization for flow-matching based text-to-speech, 2026
2026
-
[25]
Haojie Wei, Xueke Cao, Tangpeng Dan, and Yueguo Chen. Rmvpe: A robust model for vocal pitch estimation in polyphonic music.arXiv preprint arXiv:2306.15412, 2023
Pith/arXiv arXiv 2023
-
[26]
Dapeng Wu, Shun Lei, Wei Tan, Guangzheng Li, Yunzhe Wang, Huaicheng Zhang, Lishi Zuo, and Zhiyong Wu. SongBench: A fine-grained multi-aspect benchmark for song quality assessment.arXiv preprint arXiv:2604.25937, 2026. 17
Pith/arXiv arXiv 2026
-
[27]
Mucodec: Ultra low-bitrate music codec for music generation
Yaoxun Xu, Hangting Chen, Jianwei Yu, Wei Tan, Shun Lei, Zhiwei Lin, Rongzhi Gu, and Zhiyong Wu. Mucodec: Ultra low-bitrate music codec for music generation. InProceedings of the 33rd ACM International Conference on Multimedia, pages 689–698, 2025
2025
-
[28]
Parallel WaveGAN: A fast waveform generation model based on generative adversarial networks with multi-resolution spectrogram
Ryuichi Yamamoto, Eunwoo Song, and Jae-Min Kim. Parallel WaveGAN: A fast waveform generation model based on generative adversarial networks with multi-resolution spectrogram. In2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 6199–6203. IEEE, 2020
2020
-
[29]
Songbloom: Coherent song generation via interleaved autoregressive sketching and diffusion refinement
Chenyu Yang, Shuai Wang, Hangting Chen, Wei Tan, Jianwei Yu, and Haizhou Li. Songbloom: Coherent song generation via interleaved autoregressive sketching and diffusion refinement. Advances in Neural Information Processing Systems, 38:34256–34277, 2026
2026
-
[30]
Heartmula: A family of open sourced music foundation models.arXiv preprint arXiv:2601.10547, 2026
Dongchao Yang, Yuxin Xie, Yuguo Yin, Zheyu Wang, Xiaoyu Yi, Gongxi Zhu, Xiaolong Weng, Zihan Xiong, Yingzhe Ma, Dading Cong, et al. Heartmula: A family of open sourced music foundation models.arXiv preprint arXiv:2601.10547, 2026
Pith/arXiv arXiv 2026
-
[31]
SongEval: A benchmark dataset for song aesthetics evaluation.arXiv preprint arXiv:2505.10793, 2025
Jixun Yao, Guobin Ma, Huixin Xue, Huakang Chen, Chunbo Hao, Yuepeng Jiang, Haohe Liu, Ruibin Yuan, Jin Xu, Wei Xue, Hao Liu, and Lei Xie. SongEval: A benchmark dataset for song aesthetics evaluation.arXiv preprint arXiv:2505.10793, 2025
Pith/arXiv arXiv 2025
-
[32]
Ruibin Yuan, Hanfeng Lin, Shuyue Guo, Ge Zhang, Jiahao Pan, Yongyi Zang, Haohe Liu, Yiming Liang, Wenye Ma, Xingjian Du, et al. Yue: Scaling open foundation models for long-form music generation.arXiv preprint arXiv:2503.08638, 2025. 18
arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.