What do MLLMs hear? Examining reasoning with text and sound components in Multimodal Large Language Models
Enis Berk Çoban, Michael I. Mandel, Johanna Devaney
TL;DR
This work interrogates whether reasoning capabilities of LLMs can be harnessed by multimodal LLMs for audio-based classification and relational reasoning. Through Experiment 1, the authors evaluate in-context learning with the LTU audio MLLM on the EDANSA dataset, finding that caption-based reasoning benefits from full fine-tuning but prompting alone offers limited gains. Experiment 2 probes semantic concept representations using synonyms and hypernyms, revealing robust text-only reasoning for synonyms but substantial cross-modal gaps for hypernym-based hierarchical relationships when audio is involved. Overall, the study demonstrates significant cross-modal alignment limitations in current audio MLLMs and highlights the need for finer-grained audio-text grounding to realize true co-reasoning across modalities.
Abstract
Large Language Models (LLMs) have demonstrated remarkable reasoning capabilities, notably in connecting ideas and adhering to logical rules to solve problems. These models have evolved to accommodate various data modalities, including sound and images, known as multimodal LLMs (MLLMs), which are capable of describing images or sound recordings. Previous work has demonstrated that when the LLM component in MLLMs is frozen, the audio or visual encoder serves to caption the sound or image input facilitating text-based reasoning with the LLM component. We are interested in using the LLM's reasoning capabilities in order to facilitate classification. In this paper, we demonstrate through a captioning/classification experiment that an audio MLLM cannot fully leverage its LLM's text-based reasoning when generating audio captions. We also consider how this may be due to MLLMs separately representing auditory and textual information such that it severs the reasoning pathway from the LLM to the audio encoder.
