SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models (EMNLP 2025)
SoundMind Dataset is an Audio Logical Reasoning (ALR) dataset consisting of 6,446 text-audio annotated samples specifically designed for complex reasoning tasks, where models determine whether conclusions are "entailed" or "not-entailed" based on logical premises, featuring comprehensive chain-of-thought reasoning annotations in both audio and text formats as the first audio-level reasoning dataset for training sophisticated audio-language models.
| Split | Samples | Label 0 (not-entailed) | Label 1 (entailed) |
|---|---|---|---|
| Train | 5,184 | 2,858 (55.1%) | 2,326 (44.9%) |
| Test | 656 | 360 (54.9%) | 296 (45.1%) |
| Dev | 606 | 342 (56.4%) | 264 (43.6%) |
dataset/
βββ train/
β βββ metadata.jsonl # Training metadata
β βββ 0001/
β β βββ annotation.json # Complete annotation data
β β βββ question.wav # Audio question
β β βββ answer_{0|1}.wav # Audio answer (based on label)
β βββ 0002/
β βββ ... (5,184 samples)
βββ test/
β βββ metadata.jsonl # Test metadata
β βββ ... (656 samples)
βββ dev/
βββ metadata.jsonl # Validation metadata
βββ ... (606 samples)
Each line in the metadata files contains:
{
"id": "0001",
"question_file_name": "0001/question.wav",
"answer_file_name": "0001/answer_1.wav",
"annotation_question": "Text description of the logical reasoning task...",
"annotation_answer": "Detailed reasoning explanation...",
"label": 1
}
Each sample directory contains a complete annotation file:
{
"user_content": "Logical reasoning task description...",
"answer": "Step-by-step reasoning explanation...",
"label": 1,
"id": "sequential_identifier"
}
Input Question (Audio/Text): Prompt + three logical components:
Output Answer (Audio/Text): Response with:
If you find our work helpful, feel free to give us a cite.
@article{diao2025soundmind,
title={SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models},
author={Diao, Xingjian and Zhang, Chunhui and Kong, Keyi and Wu, Weiyi and Ma, Chiyu and Ouyang, Zhongyu and Qing, Peijun and Vosoughi, Soroush and Gui, Jiang},
journal={arXiv preprint arXiv:2506.12935},
year={2025}
}
116 commits
SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models (EMNLP 2025)
SoundMind Dataset is an Audio Logical Reasoning (ALR) dataset consisting of 6,446 text-audio annotated samples specifically designed for complex reasoning tasks, where models determine whether conclusions are "entailed" or "not-entailed" based on logical premises, featuring comprehensive chain-of-thought reasoning annotations in both audio and text formats as the first audio-level reasoning dataset for training sophisticated audio-language models.
| Split | Samples | Label 0 (not-entailed) | Label 1 (entailed) |
|---|---|---|---|
| Train | 5,184 | 2,858 (55.1%) | 2,326 (44.9%) |
| Test | 656 | 360 (54.9%) | 296 (45.1%) |
| Dev | 606 | 342 (56.4%) | 264 (43.6%) |
dataset/
βββ train/
β βββ metadata.jsonl # Training metadata
β βββ 0001/
β β βββ annotation.json # Complete annotation data
β β βββ question.wav # Audio question
β β βββ answer_{0|1}.wav # Audio answer (based on label)
β βββ 0002/
β βββ ... (5,184 samples)
βββ test/
β βββ metadata.jsonl # Test metadata
β βββ ... (656 samples)
βββ dev/
βββ metadata.jsonl # Validation metadata
βββ ... (606 samples)
Each line in the metadata files contains:
{
"id": "0001",
"question_file_name": "0001/question.wav",
"answer_file_name": "0001/answer_1.wav",
"annotation_question": "Text description of the logical reasoning task...",
"annotation_answer": "Detailed reasoning explanation...",
"label": 1
}
Each sample directory contains a complete annotation file:
{
"user_content": "Logical reasoning task description...",
"answer": "Step-by-step reasoning explanation...",
"label": 1,
"id": "sequential_identifier"
}
Input Question (Audio/Text): Prompt + three logical components:
Output Answer (Audio/Text): Response with:
If you find our work helpful, feel free to give us a cite.
@article{diao2025soundmind,
title={SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models},
author={Diao, Xingjian and Zhang, Chunhui and Kong, Keyi and Wu, Weiyi and Ma, Chiyu and Ouyang, Zhongyu and Qing, Peijun and Vosoughi, Soroush and Gui, Jiang},
journal={arXiv preprint arXiv:2506.12935},
year={2025}
}
116 commits