Papers › SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models

SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models

15 Jun 2025arXiv:2506.12935archive 2025-07-28

Xingjian Diao, Chunhui Zhang, Keyi Kong, Weiyi Wu, Chiyu Ma, Zhongyu Ouyang, Peijun Qing, Soroush Vosoughi, Jiang Gui

While large language models have shown reasoning capabilities, their application to the audio modality, particularly in large audio-language models (ALMs), remains significantly underdeveloped. Addressing this gap requires a systematic approach, involving a capable base model, high-quality reasoning-oriented audio data, and effective training algorithms. In this study, we present a comprehensive solution: we introduce the Audio Logical Reasoning (ALR) dataset, consisting of 6,446 text-audio annotated samples specifically designed for complex reasoning tasks. Building on this resource, we propose SoundMind, a rule-based reinforcement learning (RL) algorithm tailored to endow ALMs with deep bimodal reasoning abilities. By training Qwen2.5-Omni-7B on the ALR dataset using SoundMind, our approach achieves state-of-the-art performance in audio logical reasoning. This work highlights the impact of combining high-quality, reasoning-focused datasets with specialized RL techniques, advancing the frontier of auditory intelligence in language models. Our code and the proposed dataset are available at https://github.com/xid32/SoundMind.

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="2506.12935")

Code

Syntology Ran 9 of 16 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xid32/soundmind officialmentioned in papermentioned on GitHubpytorchMIT 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

16 samples harvested; 9 ran; 0 honoured the contract we drafted; 7 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 · our draft was wrong
1ran · fixture could not drive it
7ran
7unverified

Licence: 0 of the 16 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 xid32/SoundMind. “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.

compute_ce_dpo_loss_rm xid32/SoundMind/recipe/prime/prime_core_algos.py official repository ran MIT (permissive) · f220595adfc5e83c · report
compute_detach_dpo_loss_rm xid32/SoundMind/recipe/prime/prime_core_algos.py official repository ran MIT (permissive) · 4d91e4383716e42c · report
compute_online_dpo_loss xid32/SoundMind/recipe/spin/core_algos.py official repository ran MIT (permissive) · f19825983a523003 · report
compute_onlinedpo_pref xid32/SoundMind/recipe/spin/core_algos.py official repository ran MIT (permissive) · 7a988deb09f43a64 · report
get_kl_controller xid32/SoundMind/recipe/spin/core_algos.py official repository ran MIT (permissive) · 757d109d90121142 · report
is_ipv4 xid32/SoundMind/verl/utils/net_utils.py official repository ran MIT (permissive) · 735e93af30b15fa9 · report
reward_func xid32/SoundMind/recipe/r1/reward_score.py official repository ran MIT (permissive) · c30b2a96103abd2c · report
union_tensor_dict xid32/SoundMind/verl/protocol.py official repository ran · fixture could not drive it MIT (permissive) · 21331a58f93375e4 · report
unpad_dataproto xid32/SoundMind/verl/protocol.py official repository ran · our draft was wrong MIT (permissive) · 25f0ea3f460f6ce1 · report
get_custom_reward_fn xid32/SoundMind/recipe/dapo/main_dapo.py official repository unverified MIT (permissive) · b6a2a67dab81f497 · report
get_generation_config xid32/SoundMind/verl/utils/model.py official repository unverified MIT (permissive) · 5c059b45527bdff7 · report
get_huggingface_actor_config xid32/SoundMind/verl/utils/model.py official repository unverified MIT (permissive) · 0a5b4c20bc4ff94b · report
get_weight_loader xid32/SoundMind/verl/models/weight_loader_registry.py official repository unverified MIT (permissive) · acf240079d434746 · report
get_weight_saver xid32/SoundMind/verl/models/weight_loader_registry.py official repository unverified MIT (permissive) · aa51429ab4c58a74 · report
is_ipv6 xid32/SoundMind/verl/utils/net_utils.py official repository unverified MIT (permissive) · 705afe175ad8e404 · report
squeeze xid32/SoundMind/verl/utils/model.py official repository unverified MIT (permissive) · 3b15e2ac7497c441 · report

Tasks

Logical ReasoningReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

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