Audiopedia: Audio QA with Knowledge
Abhirama Subramanyam Penamakuri, Kiran Chhatre, Akshat Jain
TL;DR
Audiopedia tackles the gap in knowledge-intensive audio QA by introducing three sub-tasks—s-AQA, m-AQA, and r-AQA—that require external knowledge linked to named entities in audio. It proposes a two-part framework, AEL and KA$^2$LM, to link entities to a knowledge base and augment large audio-language models with this knowledge, enabling reasoning beyond the audio content. The benchmark uses synthetic data derived from a Wikidata-based KB via TextKVQA, and experiments with three recent LALMs show suboptimal baseline performance that improves substantially with knowledge augmentation. The work provides a publicly available dataset and a generalizable method for integrating knowledge reasoning into audio QA, offering a foundation for more capable audio assistants in real-world, knowledge-rich scenarios. The study also highlights challenges in open-ended answers and retrieval tasks, suggesting directions for expanding domain coverage and multilingual capabilities.
Abstract
In this paper, we introduce Audiopedia, a novel task called Audio Question Answering with Knowledge, which requires both audio comprehension and external knowledge reasoning. Unlike traditional Audio Question Answering (AQA) benchmarks that focus on simple queries answerable from audio alone, Audiopedia targets knowledge-intensive questions. We define three sub-tasks: (i) Single Audio Question Answering (s-AQA), where questions are answered based on a single audio sample, (ii) Multi-Audio Question Answering (m-AQA), which requires reasoning over multiple audio samples, and (iii) Retrieval-Augmented Audio Question Answering (r-AQA), which involves retrieving relevant audio to answer the question. We benchmark large audio language models (LALMs) on these sub-tasks and observe suboptimal performance. To address this, we propose a generic framework that can be adapted to any LALM, equipping them with knowledge reasoning capabilities. Our framework has two components: (i) Audio Entity Linking (AEL) and (ii) Knowledge-Augmented Audio Large Multimodal Model (KA2LM), which together improve performance on knowledge-intensive AQA tasks. To our knowledge, this is the first work to address advanced audio understanding via knowledge-intensive tasks like Audiopedia.
