Papers › MuMu-LLaMA: Multi-modal Music Understanding and Generation via Large Language Models

MuMu-LLaMA: Multi-modal Music Understanding and Generation via Large Language Models

9 Dec 2024arXiv:2412.06660links table onlyarchive 2025-07-28

Shansong Liu, Atin Sakkeer Hussain, Qilong Wu, Chenshuo Sun, Ying Shan

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Research on large language models has advanced significantly across text, speech, images, and videos. However, multi-modal music understanding and generation remain underexplored due to the lack of well-annotated datasets. To address this, we introduce a dataset with 167.69 hours of multi-modal data, including text, images, videos, and music annotations. Based on this dataset, we propose MuMu-LLaMA, a model that leverages pre-trained encoders for music, images, and videos. For music generation, we integrate AudioLDM 2 and MusicGen. Our evaluation across four tasks--music understanding, text-to-music generation, prompt-based music editing, and multi-modal music generation--demonstrates that MuMu-LLaMA outperforms state-of-the-art models, showing its potential for multi-modal music applications.

PaperPDFCodeCode 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="2412.06660")

Code

Syntology Ran 5 of 19 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 7 samples from 1 repository, 4 ran; community (archive-listed): 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shansongliu/MuMu-LLaMA officialmentioned on GitHubjaxMIT report
shansongliu/M2UGen mentioned on GitHubjaxMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

19 samples harvested; 5 ran; 1 honoured the contract we drafted; 14 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.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
14unverified

Licence: 0 of the 19 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

adjust_learning_rate shansongliu/MuMu-LLaMA/MuMu-LLaMA/util/lr_sched.py official repository ran · honoured contract MIT (permissive) · bd3578806ecf5ac2 · report
precompute_freqs_cis shansongliu/MuMu-LLaMA/MuMu-LLaMA/llama/llama.py official repository ran · violated contract MIT (permissive) · 14a84c2cbfebc413 · report
reshape_for_broadcast shansongliu/MuMu-LLaMA/MuMu-LLaMA/llama/llama.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 70bf6ebaafd266c4 · report
sample_top_p shansongliu/MuMu-LLaMA/MuMu-LLaMA/llama/utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8845976729f4c4ee · report
add_special_tokens shansongliu/MuMu-LLaMA/MuMu-LLaMA/llama/audioldm2/modeling_audioldm2.py official repository unverified MIT (permissive) · cec37d613e438bcc · report
apply_rotary_emb shansongliu/MuMu-LLaMA/MuMu-LLaMA/llama/llama.py official repository unverified MIT (permissive) · c2fac4e6b301302f · report
format_prompt shansongliu/MuMu-LLaMA/MuMu-LLaMA/llama/utils.py official repository unverified MIT (permissive) · fa5a132156cdaf6d · report
load_jsonl shansongliu/M2UGen/DataSet/MUImage/llava_caption.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 9eb0b14fc790de41 · report
generate_text shansongliu/M2UGen/DataSet/MUEdit/mistral.py community (archive-listed) unverified MIT (permissive) · f016081a436c0aff · report
get_audio_list shansongliu/M2UGen/DataSet/MUEdit/prepare.py community (archive-listed) unverified MIT (permissive) · bd7422108ba38202 · report
load_json shansongliu/M2UGen/DataSet/MUEdit/prepare.py community (archive-listed) unverified MIT (permissive) · 67c2fccdb8646607 · report
load_json shansongliu/M2UGen/DataSet/MUImage/llava_caption.py community (archive-listed) unverified MIT (permissive) · 4d1ebce7f6f7cc0e · report
load_model shansongliu/M2UGen/DataSet/MUEdit/mistral.py community (archive-listed) unverified MIT (permissive) · 08e8f3d4af99bdb4 · report
load_model shansongliu/M2UGen/DataSet/MUImage/llava_caption.py community (archive-listed) unverified MIT (permissive) · 11e5e8810f15e38a · report
pack_to_metadata shansongliu/M2UGen/DataSet/MUEdit/prepare.py community (archive-listed) unverified MIT (permissive) · a691506445cd09a5 · report
parse_text shansongliu/M2UGen/MuMu-LLaMA/gradio_app.py community (archive-listed) unverified MIT (permissive) · a5a8373f8eeb0e5b · report
prompt1 shansongliu/M2UGen/DataSet/MUEdit/mistral.py community (archive-listed) unverified MIT (permissive) · 757329bc69615251 · report
read_video_pyav shansongliu/M2UGen/Evaluation/Video2Music/generate_m2ugen.py community (archive-listed) unverified MIT (permissive) · a9873e075389c691 · report
sample_frame_indices shansongliu/M2UGen/Evaluation/Video2Music/generate_m2ugen.py community (archive-listed) unverified MIT (permissive) · 6378137c116ad6da · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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