π Homepage | π Leaderboard | π MMAU arXiv | π test-mini | π test

This repo contains the evaluation code and MMAU benchmark for the paper "MMAU: A Massive Multi-Task Audio Understanding and Reasoning Benchmark"
:new: 30 Jan 2026: MMAU test evaluation has moved from Eval.ai to HF Space MMAU Eval HF Space. Please visit the space to evaluate your submission.
:new: 19 Aug 2025: Check out MMAU-Pro, a more challenging and comprehensive benchmark to evaluate audio intelligence!
Weβre excited to share that our benchmark has been updated based on valuable community feedback!
π What's New in MMAU-v05.15.25
β ~25% of Questions & Answers have been revised for improved clarity and quality
π§ ~5% of the audio files have been refined to enhance consistency and fidelity
π This release is officially versioned as MMAU-v05.15.25
π Please cite this version when reporting results going forward
π Leaderboard Update
Our official website now hosts updated results for all leading Large Audio Language Models (LALMs) on both:
The new MMAU-v05.15.25
The previous versions (to maintain continuity and preserve prior reported results)
We sincerely thank the community for your thoughtful feedback and continued support. We're committed to making this benchmark more robust and impactful for everyone.
MMAU is a novel benchmark designed to evaluate mul- timodal audio understanding models on tasks requiring expert-level knowledge and complex reasoning. MMAU comprises 10k carefully curated audio clips paired with human-annotated natural language questions and answers spanning speech, environmental sounds, and music. It features 27 diverse tasks, includ- ing 12 information-retrieval types 1 and 15 reasoning types 2, challenging mod- els to perform at the level of human experts in complex, multimodal audio un- derstanding. Unlike existing benchmarks, MMAU emphasizes advanced percep- tion and reasoning with domain-specific knowledge, challenging models to tackle tasks akin to those faced by experts. We assess 18 open-source and proprietary (Large) Audio-Language Models, demonstrating the significant challenges posed by MMAU. Notably, even the most advanced Gemini 1.5 achieves only 66.15% accuracy, and the state-of-the-art open-source Qwen2-Audio achieves only 55.4%, highlighting considerable room for improvement. We believe MMAU will drive the audio and multimodal research community to develop more advanced audio understanding models capable of solving complex audio tasks.

MMAU and MMAU-Pro were meticulously designed to challenge and evaluate multimodal models with tasks demanding proficiency in 27 distinct skills across unique task that require advanced reasoning distributed across speech, sound, and music domain.

model_prediction' which should contain the ALM's prediction for each question.To run the script:
python evaluation.py --input INPUT_JSON_PATH
test-mini dataset using the HF datasets.test-audios. Test dataset can be used using the HF datasets on: MMAU-test.The answers and explanations for the test set questions are withheld. You can submit your model's predictions for the test set on MMAU Eval HF Space.
The guidelines for the annotators emphasized strict compliance with copyright and licensing rules from the initial data source, specifically avoiding materials from websites that forbid copying and redistribution. Should you encounter any data samples potentially breaching the copyright or licensing regulations of any site, we encourage you to contact us. Upon verification, such samples will be promptly removed.
BibTeX:
@misc{sakshi2024mmaumassivemultitaskaudio,
title={MMAU: A Massive Multi-Task Audio Understanding and Reasoning Benchmark},
author={S Sakshi and Utkarsh Tyagi and Sonal Kumar and Ashish Seth and Ramaneswaran Selvakumar and Oriol Nieto and Ramani Duraiswami and Sreyan Ghosh and Dinesh Manocha},
year={2024},
eprint={2410.19168},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2410.19168},
}
Python
100.0%
π Homepage | π Leaderboard | π MMAU arXiv | π test-mini | π test

This repo contains the evaluation code and MMAU benchmark for the paper "MMAU: A Massive Multi-Task Audio Understanding and Reasoning Benchmark"
:new: 30 Jan 2026: MMAU test evaluation has moved from Eval.ai to HF Space MMAU Eval HF Space. Please visit the space to evaluate your submission.
:new: 19 Aug 2025: Check out MMAU-Pro, a more challenging and comprehensive benchmark to evaluate audio intelligence!
Weβre excited to share that our benchmark has been updated based on valuable community feedback!
π What's New in MMAU-v05.15.25
β ~25% of Questions & Answers have been revised for improved clarity and quality
π§ ~5% of the audio files have been refined to enhance consistency and fidelity
π This release is officially versioned as MMAU-v05.15.25
π Please cite this version when reporting results going forward
π Leaderboard Update
Our official website now hosts updated results for all leading Large Audio Language Models (LALMs) on both:
The new MMAU-v05.15.25
The previous versions (to maintain continuity and preserve prior reported results)
We sincerely thank the community for your thoughtful feedback and continued support. We're committed to making this benchmark more robust and impactful for everyone.
MMAU is a novel benchmark designed to evaluate mul- timodal audio understanding models on tasks requiring expert-level knowledge and complex reasoning. MMAU comprises 10k carefully curated audio clips paired with human-annotated natural language questions and answers spanning speech, environmental sounds, and music. It features 27 diverse tasks, includ- ing 12 information-retrieval types 1 and 15 reasoning types 2, challenging mod- els to perform at the level of human experts in complex, multimodal audio un- derstanding. Unlike existing benchmarks, MMAU emphasizes advanced percep- tion and reasoning with domain-specific knowledge, challenging models to tackle tasks akin to those faced by experts. We assess 18 open-source and proprietary (Large) Audio-Language Models, demonstrating the significant challenges posed by MMAU. Notably, even the most advanced Gemini 1.5 achieves only 66.15% accuracy, and the state-of-the-art open-source Qwen2-Audio achieves only 55.4%, highlighting considerable room for improvement. We believe MMAU will drive the audio and multimodal research community to develop more advanced audio understanding models capable of solving complex audio tasks.

MMAU and MMAU-Pro were meticulously designed to challenge and evaluate multimodal models with tasks demanding proficiency in 27 distinct skills across unique task that require advanced reasoning distributed across speech, sound, and music domain.

model_prediction' which should contain the ALM's prediction for each question.To run the script:
python evaluation.py --input INPUT_JSON_PATH
test-mini dataset using the HF datasets.test-audios. Test dataset can be used using the HF datasets on: MMAU-test.The answers and explanations for the test set questions are withheld. You can submit your model's predictions for the test set on MMAU Eval HF Space.
The guidelines for the annotators emphasized strict compliance with copyright and licensing rules from the initial data source, specifically avoiding materials from websites that forbid copying and redistribution. Should you encounter any data samples potentially breaching the copyright or licensing regulations of any site, we encourage you to contact us. Upon verification, such samples will be promptly removed.
BibTeX:
@misc{sakshi2024mmaumassivemultitaskaudio,
title={MMAU: A Massive Multi-Task Audio Understanding and Reasoning Benchmark},
author={S Sakshi and Utkarsh Tyagi and Sonal Kumar and Ashish Seth and Ramaneswaran Selvakumar and Oriol Nieto and Ramani Duraiswami and Sreyan Ghosh and Dinesh Manocha},
year={2024},
eprint={2410.19168},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2410.19168},
}
Python
100.0%