Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,33 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- SoundMind-RL/SoundMindDataset
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
- Qwen/Qwen2.5-Omni-7B
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
datasets:
|
4 |
- SoundMind-RL/SoundMindDataset
|
5 |
language:
|
6 |
- en
|
7 |
base_model:
|
8 |
- Qwen/Qwen2.5-Omni-7B
|
9 |
+
pipeline_tag: audio-to-audio
|
10 |
+
---
|
11 |
+
|
12 |
+
# SoundMind Model
|
13 |
+
|
14 |
+
The SoundMind Model is an audio language model (ALM) trained using SoundMind, a rule-based reinforcement learning (RL) algorithm designed to equip ALMs with advanced bimodal reasoning capabilities.
|
15 |
+
|
16 |
+
[Github](https://github.com/xid32/SoundMind) [Paper](https://arxiv.org/abs/2506.12935) [Dataset](https://huggingface.co/datasets/SoundMind-RL/SoundMindDataset) [Model](https://huggingface.co/SoundMind-RL/SoundMindModel)
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
If you find our work helpful, feel free to give us a cite.
|
21 |
+
|
22 |
+
```bibtex
|
23 |
+
@misc
|
24 |
+
{diao2025soundmindrlincentivizedlogicreasoning,
|
25 |
+
title={SoundMind: RL-Incentivized Logic Reasoning for Audio-Language Models},
|
26 |
+
author={Xingjian Diao and Chunhui Zhang and Keyi Kong and Weiyi Wu and Chiyu Ma and Zhongyu Ouyang and Peijun Qing and Soroush Vosoughi and Jiang Gui},
|
27 |
+
year={2025},
|
28 |
+
eprint={2506.12935},
|
29 |
+
archivePrefix={arXiv},
|
30 |
+
primaryClass={cs.CL},
|
31 |
+
url={https://arxiv.org/abs/2506.12935},
|
32 |
+
}
|
33 |
+
```
|