Can Large Language Models Help Multimodal Language Analysis? MMLA: A Comprehensive Benchmark
Hanlei Zhang, Zhuohang Li, Yeshuang Zhu, Hua Xu, Peiwu Wang, Haige Zhu, Jie Zhou, Jinchao Zhang
TL;DR
MMLA introduces the first comprehensive benchmark for multimodal language analysis focusing on high-level cognitive semantics across six dimensions. By aggregating 61K multimodal utterances from nine datasets and evaluating both LLMs and MLLMs under zero-shot, SFT, and IT with LoRA adaptations, the study reveals that current models struggle in zero-shot but benefit substantially from supervised and instruction-based tuning, with small MLLMs able to compete with larger ones when properly trained. IT enables unified models that perform across tasks, and results show that even the best models remain below 70% accuracy on average, underscoring the challenge and need for architectural advances and better data. Overall, MMLA provides a solid foundation and open resources to drive progress in multimodal language analysis and cross-modal cognition.
Abstract
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. The datasets and code are open-sourced at https://github.com/thuiar/MMLA.
