Update dataset card for MMSU benchmark
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,155 +1,49 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
- en
|
|
|
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
-
- multimodal
|
| 8 |
-
- visual-question-answering
|
| 9 |
- audio-question-answering
|
| 10 |
-
-
|
| 11 |
-
--
|
| 12 |
-
<h1> UNO-Bench: A Unified Benchmark for Exploring the Compositional Law Between Uni-modal and Omni-modal in Omni Models</h1>
|
| 13 |
-
<p align="center" width="100%">
|
| 14 |
-
<img src="assets/uno-bench-title.jpeg" width="80%" height="100%">
|
| 15 |
-
</p>
|
| 16 |
-
|
| 17 |
-
<div align="center" style="line-height: 1;">
|
| 18 |
-
<a target="_blank" href='https://meituan-longcat.github.io/UNO-Bench'><img src='https://img.shields.io/badge/Project-Page-green'></a>
|
| 19 |
-
<a target="_blank" href='https://agi-eval.org/evaluation/detail?id=139'><img src='https://img.shields.io/badge/leaderboard-page-orange'></a>
|
| 20 |
-
<a target="_blank" href='https://arxiv.org/abs/2510.18915'><img src='https://img.shields.io/badge/Technique-Report-red'></a>
|
| 21 |
-
<a target="_blank" href='https://huggingface.co/datasets/meituan-longcat/UNO-Bench'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Data-blue'></a>
|
| 22 |
-
<a target="_blank" href='https://huggingface.co/meituan-longcat/UNO-Scorer-Qwen3-14B'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Model-UNOScorer-blue'></a>
|
| 23 |
-
<a href='./'><img src='https://img.shields.io/badge/License-MIT-f5de53?&color=f5de53'></a>
|
| 24 |
-
</div>
|
| 25 |
-
|
| 26 |
-
## 🔔News
|
| 27 |
-
- 🔥[2025/12/04] We have released the evaluation scripts [uno-eval](https://github.com/meituan-longcat/UNO-Bench/tree/main/uno-eval), a unified evaluation framework for omni-modal benchmarks. More benchmarks will be supported in the future.
|
| 28 |
-
- 🔥[2025/12/04] We have released the scoring model [UNO-Scorer-Qwen3-14B](https://huggingface.co/meituan-longcat/UNO-Scorer-Qwen3-14B). Feel free to use it!
|
| 29 |
-
## 👀 UNO-Bench Overview
|
| 30 |
-
Multimodal Large Languages models have been progressing from uni-modal understanding toward unifying visual, audio and language modalities, collectively termed omni models. However, the correlation between uni-modal and omni-modal remains unclear, which requires comprehensive evaluation to drive omni model's intelligence evolution. In this work, we introduce a novel, high-quality, and **UN**ified **O**mni model benchmark, **UNO-Bench**. This benchmark is designed to effectively evaluate both **UN**i-modal and **O**mni-modal capabilities under a unified ability taxonomy, spanning 44 task types and 5 modality combinations. It includes 1250 human curated samples for omni-modal with 98% cross-modality solvability, and 2480 enhanced uni-modal samples. The human-generated dataset is well-suited to real-world scenarios, particularly within the Chinese context, whereas the automatically compressed dataset offers a 90% increase in speed and maintains 98% consistency across 18 public benchmarks. In addition to traditional multi-choice questions, we propose an innovative multi-step open-ended question format to assess complex reasoning. A general scoring model is incorporated, supporting 6 question types for automated evaluation with 95% accuracy. Experimental result shows the **Compositional Law** between omni-modal and uni-modal performance and the omni-modal capability manifests as a bottleneck effect on weak models, while exhibiting synergistic promotion on strong models.
|
| 31 |
-
|
| 32 |
-
<div>
|
| 33 |
-
<p align="center">
|
| 34 |
-
<img src="./assets/omni-ability.png" width="80%" height="100%" />
|
| 35 |
-
</p>
|
| 36 |
-
</div>
|
| 37 |
-
|
| 38 |
-
<!-- The MultiModal Benchmarks compare image (I), audio (A), video (V), and text (T) modalities, reporting omni-modal solution accuracy (Acc.) and percentage (Solvable). Source origin affects data contamination, with private sources being safer. QA types are multi-choice (MC) and multi-step open-ended (MO), in English (EN) and Chinese (CH). UNO-Bench features 1250 omni-modal (-omni) and 2480 uni-modal (-uni) samples. -->
|
| 39 |
-
|
| 40 |
-
<div>
|
| 41 |
-
<p align="center">
|
| 42 |
-
<img src="./assets/data-statistics.png" width="80%" height="100%" />
|
| 43 |
-
</p>
|
| 44 |
-
</div>
|
| 45 |
-
|
| 46 |
-
**Main Contributions**
|
| 47 |
-
|
| 48 |
-
- 🌟 **Propose UNO-Bench, the first unified omni model benchmark**, efficiently assessing uni-modal and omni-modal understanding. It verifies the compositional law between these capabilities, acting as a bottleneck for weaker models and enhancing stronger ones.
|
| 49 |
-
|
| 50 |
-
- 🌟 **Establish a high-quality dataset pipeline** with human-centric processes and automated compression. UNO-Bench contains 1250 omni-modal samples with 98% cross-modality solvability and 2480 uni-modal samples across 44 task types and 5 modality combinations. The dataset excels in real-world scenarios, especially in China, and offers a 90% speed increase while maintaining 98% consistency across 18 benchmarks.
|
| 51 |
-
|
| 52 |
-
- 🌟 **Introduce Multi-Step Open-Ended Questions (MO)** for complex reasoning evaluation, providing realistic results. A General Scoring Model supports 6 question types with 95% accuracy on OOD models and benchmarks.
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
## 📊 Dataset Construction
|
| 56 |
-
|
| 57 |
-
**Material Collection**
|
| 58 |
-
|
| 59 |
-
Our materials feature three key characteristics: **a. Diverse Sources**—primarily real-world photos and videos from crowdsourcing, supplemented by copyright-free websites and high-quality public datasets. **b. Rich and Diverse Topics**—spanning society, culture, art, life, literature, and science. **c. Live-Recorded Audio**—dialogue recorded by over 20 human speakers, ensuring rich audio features that mirror real-world vocal diversity.
|
| 60 |
-
|
| 61 |
-
**QA Annotation**
|
| 62 |
-
|
| 63 |
-
Our annotators include human experts and skilled crowd-sourced users. Human experts bring extensive experience in cross-modal data and model understanding, ensuring professional and specific data. Crowd-sourced users, mainly college students, offer authentic and diverse data due to their experience with multi-modal models and varied backgrounds.
|
| 64 |
-
|
| 65 |
-
**Quality Inspection**
|
| 66 |
-
|
| 67 |
-
To ensure data quality, we use a multi-stage quality assurance system combining automated tools and manual review. Each question undergoes three independent inspections: a preliminary model check filters out ambiguous or non-conforming questions; modality ablation experiments test cross-modality solvability by removing one modality; and final manual inspection and revision ensure accuracy.
|
| 68 |
-
|
| 69 |
-
**Data Compression**
|
| 70 |
-
|
| 71 |
-
Regarding automated data compression, we propose a cluster-guided stratified sampling method to compress the scale of 18 public benchmarks and achieve a 90% dataset compression with 98% ranking consistency.
|
| 72 |
-
|
| 73 |
-
<div>
|
| 74 |
-
<p align="center">
|
| 75 |
-
<img src="./assets/omni-data-pipeline.png" width="80%" height="100%" />
|
| 76 |
-
</p>
|
| 77 |
-
</div>
|
| 78 |
-
|
| 79 |
-
## 📍 Dataset Examples
|
| 80 |
-
|
| 81 |
-
The capabilities of UNO-Bench are systematically categorized into two primary dimensions: Perception and Reasoning. Please click [link](https://huggingface.co/datasets/meituan-longcat/UNO-Bench) to download UNO-Bench. Below shows some examples from UNO-Bench:
|
| 82 |
-
|
| 83 |
-
<p align="center">
|
| 84 |
-
<img alt="image2" src="./assets/omni-perception-cases.png" />
|
| 85 |
-
</p>
|
| 86 |
-
|
| 87 |
---
|
| 88 |
|
| 89 |
-
|
| 90 |
-
<img alt="image2" src="./assets/omni-reasoning-cases.png" />
|
| 91 |
-
</p>
|
| 92 |
|
| 93 |
-
|
| 94 |
|
| 95 |
-
|
| 96 |
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
|
|
|
|
|
|
|
|
|
| 101 |
|
| 102 |
-
|
| 103 |
|
| 104 |
-
|
| 105 |
-
<img src="./assets/gemini-2.5-vs-human.png" width="60%" height="100%" />
|
| 106 |
-
</p>
|
| 107 |
|
| 108 |
-
**
|
| 109 |
-
|
|
|
|
|
|
|
| 110 |
|
| 111 |
-
|
| 112 |
-
P_{\text{Omni}} = C \cdot (P_{\text{Audio}} \times P_{\text{Visual}})^{\alpha} + b
|
| 113 |
-
$$
|
| 114 |
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
<p align="center">
|
| 120 |
-
<img src="./assets/compositional-law.png" width="60%" height="100%" />
|
| 121 |
-
</p>
|
| 122 |
-
|
| 123 |
-
**Finding 3. 📍Redundant Synchronized Audio-visual Video Data:** Audio-visual synchronized video data is highly redundant, making it challenging to design questions that test understanding of both audio and visual. Consequently, using standard videos for training or evaluation makes it difficult to develop models with effective modal collaboration capabilities. For samples, please visit the project [page](https://meituan-longcat.github.io/UNO-Bench).
|
| 124 |
-
|
| 125 |
-
## 📌 Checklist
|
| 126 |
-
|
| 127 |
-
- **Data**
|
| 128 |
-
- ✅ Benchmark Leaderboard
|
| 129 |
-
- ✅ UNO-Bench Dataset
|
| 130 |
-
- **Code**
|
| 131 |
-
- □ Evaluation Toolkit
|
| 132 |
-
- □ Model Weights and Configurations
|
| 133 |
-
|
| 134 |
-
## 🖊️ Citation
|
| 135 |
-
|
| 136 |
-
If you find our work helpful for your research, please consider citing our work.
|
| 137 |
-
```bash
|
| 138 |
-
@misc{chen2025unobench,
|
| 139 |
-
title={UNO-Bench: A Unified Benchmark for Exploring the Compositional Law Between Uni-modal and Omni-modal in Omni Models},
|
| 140 |
-
author={Chen Chen and ZeYang Hu and Fengjiao Chen and Liya Ma and Jiaxing Liu and Xiaoyu Li and Ziwen Wang and Xuezhi Cao and Xunliang Cai},
|
| 141 |
year={2025},
|
| 142 |
-
eprint={
|
| 143 |
archivePrefix={arXiv},
|
| 144 |
primaryClass={cs.CL},
|
| 145 |
-
url={https://arxiv.org/abs/
|
| 146 |
}
|
| 147 |
-
```
|
| 148 |
-
|
| 149 |
-
## 🔮 Data Statements
|
| 150 |
-
|
| 151 |
-
The majority of our materials are real-world photos and videos collected through crowdsourcing, while a small fraction comes from high-quality public datasets such as [MMVU](https://arxiv.org/abs/2501.12380), [LongVideoBench](https://arxiv.org/abs/2407.15754), [VideoVista](https://arxiv.org/abs/2504.17821), [WorldSense](https://arxiv.org/abs/2502.04326) and [AV-Odyssey](https://arxiv.org/abs/2412.02611). Additionally, We employ 18 publicly available benchmarks for compressing visual datasets and audio datasets, including [RealWorldQA](https://huggingface.co/datasets/xai-org/RealworldQA), [MME](https://arxiv.org/abs/2306.13394), [SeedBench](https://arxiv.org/abs/2307.16125), [OCRBench](https://arxiv.org/abs/2305.07895), [Fox](https://arxiv.org/abs/2405.14295), [DocLocal4k](https://arxiv.org/abs/2307.02499), [MMMU](https://arxiv.org/abs/2311.16502), [MMMU-Pro](https://arxiv.org/abs/2409.02813), [CMMMU](https://arxiv.org/abs/2401.11944), [MathVista](https://arxiv.org/abs/2310.02255), [MathVision](https://arxiv.org/abs/2402.14804), [ScienceVista](https://arxiv.org/abs/2501.12599), [GMAI-MMBench](https://arxiv.org/abs/2408.03361), [ReMi](https://arxiv.org/abs/2406.09175), [MuirBench](https://arxiv.org/abs/2406.09411), [MMAU](https://arxiv.org/abs/2410.19168), [MMSU](https://arxiv.org/abs/2506.04779) and [SDQA](https://arxiv.org/abs/2109.12072).
|
| 152 |
-
|
| 153 |
-
## 📐 Acknowledgments
|
| 154 |
-
|
| 155 |
-
We hereby express our appreciation to the LongCat Team EVA Committee for their valuable assistance, guidance, and suggestions throughout the course of this work.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
- en
|
| 5 |
+
license: mit
|
| 6 |
+
task_categories:
|
| 7 |
+
- audio-text-to-text
|
| 8 |
tags:
|
|
|
|
|
|
|
| 9 |
- audio-question-answering
|
| 10 |
+
- spoken-language-understanding
|
| 11 |
+
- speech-reasoning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# MMSU: A Massive Multi-task Spoken Language Understanding and Reasoning Benchmark
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
[Paper](https://huggingface.co/papers/2506.04779)
|
| 17 |
|
| 18 |
+
MMSU is a comprehensive benchmark designed specifically for understanding and reasoning in spoken language. While recent multimodal Speech Large Language Models (SpeechLLMs) have demonstrated remarkable capabilities in processing audio information, their ability to perform fine-grained perception and complex reasoning in natural speech remains largely unexplored.
|
| 19 |
|
| 20 |
+
The benchmark comprises **5,000** meticulously curated audio-question-answer triplets across **47** distinct tasks. To ground the benchmark in linguistic theory, it systematically incorporates a wide range of linguistic phenomena, including:
|
| 21 |
+
- **Phonetics**
|
| 22 |
+
- **Prosody**
|
| 23 |
+
- **Rhetoric**
|
| 24 |
+
- **Syntactics**
|
| 25 |
+
- **Semantics**
|
| 26 |
+
- **Paralinguistics** (e.g., emotions, speed, pitch, etc.)
|
| 27 |
|
| 28 |
+
MMSU establishes a new standard for comprehensive assessment of spoken language understanding, providing valuable insights for developing more sophisticated human-AI speech interaction systems.
|
| 29 |
|
| 30 |
+
## Dataset Details
|
|
|
|
|
|
|
| 31 |
|
| 32 |
+
- **Total Samples:** 5,000 audio-question-answer triplets
|
| 33 |
+
- **Task Count:** 47 distinct tasks
|
| 34 |
+
- **Linguistic Coverage:** Phonetics, prosody, rhetoric, syntactics, semantics, and paralinguistics.
|
| 35 |
+
- **Languages:** English (en), Chinese (zh)
|
| 36 |
|
| 37 |
+
## Citation
|
|
|
|
|
|
|
| 38 |
|
| 39 |
+
```bibtex
|
| 40 |
+
@misc{wang2025mmsu,
|
| 41 |
+
title={MMSU: A Massive Multi-task Spoken Language Understanding and Reasoning Benchmark},
|
| 42 |
+
author={Dingdong Wang and Jincenzi Wu and Junan Li and Dongchao Yang and Xueyuan Chen and Tianhua Zhang and Helen Meng},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
year={2025},
|
| 44 |
+
eprint={2506.04779},
|
| 45 |
archivePrefix={arXiv},
|
| 46 |
primaryClass={cs.CL},
|
| 47 |
+
url={https://arxiv.org/abs/2506.04779},
|
| 48 |
}
|
| 49 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|