Audio Entailment: Assessing Deductive Reasoning for Audio Understanding
Soham Deshmukh, Shuo Han, Hazim Bukhari, Benjamin Elizalde, Hannes Gamper, Rita Singh, Bhiksha Raj
TL;DR
This work defines Audio Entailment to evaluate deductive reasoning in Audio-Language Models by pairing in-the-wild audio premises with hypotheses generated by large language models. It introduces two high-quality datasets, ACE and CLE, built from AudioCaps and Clotho with human-verified, LLM-generated hypotheses, enabling evaluation via entailment, neutral, or contradiction. Through extensive zero-shot and linear-probe experiments across contrastive and next-token ALMs, the study uncovers significant gaps in audio-grounded reasoning and model instruction-following, while showing that simple prompts and representation-learning improvements can help. A key contribution is the caption-before-reason approach, which yields an absolute improvement of about 6 percentage points in zero-shot F1 and 3 points in linear-probe F1, highlighting grounding as a critical factor for robust audio reasoning and providing a practical pathway to enhance ALMs without fine-tuning.
Abstract
Recent literature uses language to build foundation models for audio. These Audio-Language Models (ALMs) are trained on a vast number of audio-text pairs and show remarkable performance in tasks including Text-to-Audio Retrieval, Captioning, and Question Answering. However, their ability to engage in more complex open-ended tasks, like Interactive Question-Answering, requires proficiency in logical reasoning -- a skill not yet benchmarked. We introduce the novel task of Audio Entailment to evaluate an ALM's deductive reasoning ability. This task assesses whether a text description (hypothesis) of audio content can be deduced from an audio recording (premise), with potential conclusions being entailment, neutral, or contradiction, depending on the sufficiency of the evidence. We create two datasets for this task with audio recordings sourced from two audio captioning datasets -- AudioCaps and Clotho -- and hypotheses generated using Large Language Models (LLMs). We benchmark state-of-the-art ALMs and find deficiencies in logical reasoning with both zero-shot and linear probe evaluations. Finally, we propose "caption-before-reason", an intermediate step of captioning that improves the zero-shot and linear-probe performance of ALMs by an absolute 6% and 3%, respectively.
