CMDAR: A Chinese Multi-scene Dynamic Audio Reasoning Benchmark with Diverse Challenges

April 9, 2026 Β· View on GitHub

πŸ“–Paper | πŸ€—CMDAR Benchmark |

🎯Overview

We introduce CMDAR, a chinese benchmark for evaluating models on complex, multi-scene, and dynamically evolving audio reasoning tasks. CMDAR comprises 3,000 carefully curated question–answer pairs linked to diverse audio clips, covering five categories of complex reasoning and spanning three question types. We benchmark 26 state-of-the-art audio language models on CMDAR and observe that they exhibit limitations in complex reasoning tasks. In CMDAR-main, Qwen2.5-Omni (open-source) achieves 76.67% accuracy, whereas GPT-4o Audio (closed-source) reaches 68.47%. However, GPT-4o Audio substantially outperforms Qwen2.5-Omni on the more challenging multiple-choice with multiple audios and open-ended tasks. And we provide detail analysis corresponding suggestions for the future development of large audio language models (LALMs).

Mixed audioMultiple audioOpen endedMulti-scene within One audioChineseInstruct following
AudioBenchβŒβŒβœ…βŒβŒβŒ
AIR-BenchβŒβŒβœ…βŒβŒβŒ
MMAU❌❌❌❌❌❌
MMAU-proβœ…βœ…βœ…βŒβŒβœ…
MMARβœ…βŒβŒβŒβŒβŒ
CMDAR(Ours)βœ…βœ…βœ…βœ…βœ…βœ…

η€ΊδΎ‹ε›Ύ

🏁 Evaluation

In this section, we introduce the evaluation methods for CMDAR. In order to maintain fairness and consistency, we adopt different evaluation methods for different question types.

  • for CMDAR-main
python ./eval.py --input YOUR_RESULT_JSON 
  • for CMDAR-multi
python ./eval_new.py --input YOUR_RESULT_JSON 
  • for CMDAR-open
python ./score_api.py 
python ./eval.py 

πŸ€– Leaderboard

Results on the CMDAR-main benchmark for both audio language models and cascaded models are presented for five task categories.

ModelSizeTypeSRERSUADTRAvg(%)
Random guessβ€”β€”24.4026.0625.0426.3825.4124.78
Humanβ€”β€”92.6489.2492.1390.6993.1492.66
Non-cascaded Model
Qwen2-Audio-Instruct7BLALMs38.0731.1323.1235.0627.1433.60
Qwen-Audio-Chat8.4BLALMs17.9320.3410.9815.5222.8617.73
Audio Flamingo 23BLALMs26.3722.5434.2929.4131.6127.73
Audio Flamingo 37BLALMs24.0024.2821.4320.8316.6722.20
Audio Flamingo 3 Chat7BLALMs15.2616.1812.8613.7320.6915.47
Kimi-Audio-Instruct7BLALMs14.5218.3813.2920.6925.7116.67
Omni-R17BOLMs44.8945.8345.6660.3438.5746.73
R1-AQA7BLALMs39.1141.1827.1735.0638.5737.80
SALAMONN7BLALMs36.4529.7637.5535.2937.8934.75
Audio-Reasoner8.4BLALMs45.9342.6543.3537.3647.1443.80
DeSTA2.5-Audio8BLALMs63.4162.0154.9153.4564.2960.93
MiDashengLM7BLALMs68.4465.6962.4374.7170.0067.80
GPT-4o mini Audioβ€”LALMs61.1954.3462.8666.6756.9061.47
GPT-4o Audioβ€”LALMs68.1573.5361.2763.2272.8668.47
Qwen2.5-Omni3BOLMs63.2666.6763.5858.6261.4363.60
Qwen2.5-Omni7BOLMs78.6775.9875.7273.5671.4376.67
Cascaded Model
GPT-4o Audio + Qwen2.5-Omni7Bβ€”56.5953.6850.8755.7554.2954.93
GPT-4o Audio + Qwen2-Audio-Instruct7BLALMs33.1924.5121.3928.7437.1429.13
GPT-4o Audio + Llama-3-Ins.8BLLMs55.7048.7746.8260.9258.5753.53
GPT-4o Audio + DeepSeek-V3β€”LLMs82.5276.8887.1482.8482.1882.13
GPT-4o Audio + DeepSeek-R1β€”LLMs46.5239.3134.2941.4243.1043.33
Qwen2-Audio-Instruct + Llama-3-Instruct8BLLMs54.6245.4154.7454.4357.9853.93
Qwen2-Audio-Instruct + GPT-4o Audioβ€”LALMs59.4149.7168.5760.2965.5259.67
Qwen2-Audio-Instruct + DeepSeek-R1β€”LLMs42.5239.9530.6437.3634.2939.47
Qwen2-Audio-Instruct + Qwen2.5-Omni7Bβ€”49.0446.5740.4648.2845.7147.13
Qwen2-Audio-Instruct + DeepSeek-V3β€”LLMs76.4474.2976.4477.0167.6374.80

To-Do List

  • Release the CMDAR paper.
  • Release the Benchmark and Code of Evalution.
  • Release the Source Audios.
  • Release the Complete README.

πŸ“œ Citation

@article{li2025mdar,
  title={MDAR: A Multi-scene Dynamic Audio Reasoning Benchmark},
  author={Li, Hui and Jiang, Changhao and Wang, Hongyu and Zhang, Ming and Sun, Jiajun and Yang, Zhixiong and Cao, Yifei and Dou, Shihan and Fan, Xiaoran and Fan, Baoyu and others},
  journal={arXiv preprint arXiv:2509.22461},
  year={2025}
}