Can Large Language Models Help Multimodal Language Analysis? MMLA: A Comprehensive Benchmark

September 22, 2025 ยท View on GitHub

๐Ÿค— Hugging Faceย ย  | ย ย ๐Ÿ“‘ Paperย ย  | ย ย ๐Ÿ“‘ Datasetsย ย | ย ย ๐Ÿ’ฌ WeChat (ๅพฎไฟก)ย ย 

poster

Multimodal language analysis is a rapidly evolving field that leverages multiple modalities to enhance the understanding of high-level semantics underlying human conversational utterances. Despite its significance, little research has investigated the capability of multimodal large language models (MLLMs) to comprehend cognitive-level semantics. In this paper, we introduce MMLA, a comprehensive benchmark specifically designed to address this gap. MMLA comprises over 61K multimodal utterances drawn from both staged and real-world scenarios, covering six core dimensions of multimodal semantics: intent, emotion, dialogue act, sentiment, speaking style, and communication behavior. We evaluate eight mainstream branches of LLMs and MLLMs using three methods: zero-shot inference, supervised fine-tuning, and instruction tuning. Extensive experiments reveal that even fine-tuned models achieve only about 60%~70% accuracy, underscoring the limitations of current MLLMs in understanding complex human language. We believe that MMLA will serve as a solid foundation for exploring the potential of large language models in multimodal language analysis and provide valuable resources to advance this field.

Updates

  • [2025.09.19]: ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ Our work has been accepted to NeurIPS 2025! ๐Ÿš€ ๐Ÿš€ ๐Ÿš€
  • [2025.05.16]: ๐Ÿ”ฅ ๐Ÿ”ฅ ๐Ÿ”ฅ The supervised fine-tuning (SFT) and instruction tuning (IT) code of the MMLA benchmark is released (Link), enjoy it!
  • [2025.05.06]: ๐Ÿ”ฅ ๐Ÿ”ฅ ๐Ÿ”ฅ The zero-shot inference code of the MMLA benchmark is released (Link), enjoy it!
  • [2025.04.29]: The datasets of the MMLA benchmark are released on Huggingface and Google Drive! The code will be released soon.
  • [2025.04.24]: ๐Ÿ“œ Our paper: Can Large Language Models Help Multimodal Language Analysis? MMLA: A Comprehensive Benchmark is released (arXiv, Huggingface, alphaXiv). The official repo is released on Github.

Overview of the MMLA Benchmark

method

Highlights

  • Various Sources: 9 datasets, 61K+ samples, 3 modalities, 76.6 videos. Both acting and real-world scenarios (Films, TV series, YouTube, Vimeo, Bilibili, TED, Improvised scripts, etc.).
  • 6 Core semantic Dimensions: Intent, Emotion, Sentiment, Dialogue Act, Speaking Style, and Communication Behavior.
  • 3 Evaluation Methods: Zero-shot Inference, Supervised Fine-tuning, and Instruction Tuning.
  • 8 Mainstream Foundation Models: 5 MLLMs (Qwen2-VL, VideoLLaMA2, LLaVA-Video, LLaVA-OV, MiniCPM-V-2.6), 3 LLMs (InternLM2.5, Qwen2, LLaMA3).

radar radar radar

Supported Datasets

DimensionDatasetSourceVenue
IntentMIntRecPaper / GitHubACM MM 2022
IntentMIntRec2.0Paper / GitHubICLR 2024
EmotionMELDPaper / GitHubACL 2019
EmotionIEMOCAPPaper / WebsiteLanguage Resources
and Evaluation 2008
Dialogue ActMELD-DAPaper / GitHubACL 2020
Dialogue ActIEMOCAP-DAPaper / WebsiteACL 2020
SentimentMOSIPaper / GitHubIEEE Intelligent
Systems 2016
SentimentCH-SIMS v2.0Paper / GitHubICMI 2022
Speaking StyleUR-FUNNY-v2Paper / GitHubACL 2019
Speaking StyleMUStARDPaper / GitHubACL 2019
Communication BehaviorAnno-MI (client)Paper / GitHubICASSP 2022
Communication BehaviorAnno-MI (therapist)Paper / GitHubICASSP 2022

Release

The raw text and videos of each dataset all released on Huggingface and Google Drive.

Note that for MOSI, IEMOCAP, and IEMOCAP-DA datasets, we only provide the raw texts due to their restricted license. The raw videos of IEMOCAP can be downloaded from here. The MOSI dataset cannot be released due to the privacy limitation as mentioned in CMU-MultimodalSDK.

Supported Models

ModelsModel scale and LinkSourceType
Qwen2๐Ÿค— 0.5B / 1.5B / 7BPaper / GitHubLLM
Llama3๐Ÿค— 8B Paper / GitHubLLM
InternLM2.5๐Ÿค— 7BPaper / GitHubLLM
VideoLLaMA2๐Ÿค— 7BPaper / GitHubMLLM
Qwen2-VL๐Ÿค— 7B / 72BPaper / GitHubMLLM
LLaVA-Video๐Ÿค— 7B / 72BPaper / GitHubMLLM
LLaVA-OneVision๐Ÿค— 7B / 72BPaper / GitHubMLLM
MiniCPM-V-2.6๐Ÿค— 8BPaper / GitHubMLLM

Evaluation Results

LeaderBoard

Rank of Zero-shot Inference

RANKModelsACCTYPE
๐Ÿฅ‡GPT-4o52.60MLLM
๐ŸฅˆQwen2-VL-72B52.55MLLM
๐Ÿฅ‰LLaVA-OV-72B52.44MLLM
4LLaVA-Video-72B51.64MLLM
5InternLM2.5-7B50.28LLM
6Qwen2-7B48.45LLM
7Qwen2-VL-7B47.12MLLM
8Llama3-8B44.06LLM
9LLaVA-Video-7B43.32MLLM
10VideoLLaMA2-7B42.82MLLM
11LLaVA-OV-7B40.65MLLM
12Qwen2-1.5B40.61LLM
13MiniCPM-V-2.6-8B37.03MLLM
14Qwen2-0.5B22.14LLM

Rank of Supervised Fine-tuning (SFT) and Instruction Tuning (IT)

RankModelsACCType
๐Ÿฅ‡Qwen2-VL-72B (SFT)69.18MLLM
๐ŸฅˆMiniCPM-V-2.6-8B (SFT)68.88MLLM
๐Ÿฅ‰LLaVA-Video-72B (IT)68.87MLLM
4LLaVA-ov-72B (SFT)68.67MLLM
5Qwen2-VL-72B (IT)68.64MLLM
6LLaVA-Video-72B (SFT)68.44MLLM
7VideoLLaMA2-7B (SFT)68.30MLLM
8Qwen2-VL-7B (SFT)67.60MLLM
9LLaVA-ov-7B (SFT)67.54MLLM
10LLaVA-Video-7B (SFT)67.47MLLM
11Qwen2-VL-7B (IT)67.34MLLM
12MiniCPM-V-2.6-8B (IT)67.25MLLM
13Llama-3-8B (SFT)66.18LLM
14Qwen2-7B (SFT)66.15LLM
15Internlm-2.5-7B (SFT)65.72LLM
16Qwen-2-7B (IT)64.58LLM
17Internlm-2.5-7B (IT)64.41LLM
18Llama-3-8B (IT)64.16LLM
19Qwen2-1.5B (SFT)64.00LLM
20Qwen2-0.5B (SFT)62.80LLM

Fine-grained Performance on Each Dimension

We show the results of three evaluation methods (i.e., zero-shot inference, SFT, and IT). The performance of state-of-the-art multimodal machine learning methods and GPT-4o is also shown in the figure below.

Zero-shot Inference and Supervised Fine-tuning (SFT)

zero-sft

Instruction Tuning (IT)

image-20250415145905173

Acknowledgements

If our work is helpful to your research, please consider giving us a star ๐ŸŒŸ and citing the following paper:

@article{zhang2025mmla,
  author={Zhang, Hanlei and Li, Zhuohang and Zhu, Yeshuang and Xu, Hua and Wang, Peiwu and Zhu, Haige and Zhou, Jie and Zhang, Jinchao},
  title={Can Large Language Models Help Multimodal Language Analysis? MMLA: A Comprehensive Benchmark},
  year={2025},
  journal={arXiv preprint arXiv:2504.16427},
}