Logo

LVOmniBench: Pioneering Long Audio-Video Understanding Evaluation for Omnimodal LLMs

![AVQA](https://img.shields.io/badge/Task-AudioVideo--QA-red) ![Long-Video](https://img.shields.io/badge/Task-LongVideo--Understanding-red) ![LVOmniBench](https://img.shields.io/badge/Dataset-LVOmniBench-blue) ![Gemini](https://img.shields.io/badge/Model-Gemini-green)
[[Project Page](https://kd-tao.github.io/LVOmniBench/)] [[Paper](https://arxiv.org/abs/2603.19217)] [[Dataset](https://huggingface.co/datasets/KD-TAO/LVOmniBench)]
LVOmniBench is a new audio-visual understanding evaluation benchmark in long-form audio-video inputs. 🌟
## 🔥 News * **`2026.03.19`** 🌟 We are very proud to launch LVOmniBench, the pioneering comprehensive evaluation benchmark of OmniLLMs in Long Audio-Video Understanding Evaluation! ## ✨ LVOmniBench Introduction Recent advancements in omnimodal large language models (OmniLLMs) have significantly improved the comprehension of audio and video inputs. However, current evaluations primarily focus on short audio and video clips ranging from 10 seconds to 5 minutes, failing to reflect the demands of real-world applications, where videos typically run for tens of minutes. To address this critical gap, we introduce LVOmniBench, a new benchmark designed specifically for the cross-modal comprehension of long-form audio and video. * We curated a diverse collection of long videos, with durations ranging from **10 to 90 minutes** and an average duration of **2,069s**. This duration represents a greater than sixfold increase in temporal scale compared to that of existing benchmarks for audio-visual understanding. * We **manually constructed 1,014 high-quality multiple-choice questions**, which are explicitly designed to require joint reasoning across the audio and visual modalities, thereby facilitating a more comprehensive evaluation of OmniLLMs. * Each QA is ranked by difficulty level, and long audio-video understanding poses significant challenges for both current proprietary and open source models!

## 🌰 Dataset Examples

## 🔮 Evaluation We provide **[OmniEval](OmniEval/)**, a plug-and-play evaluation framework for benchmarking OmniLLMs on LVOmniBench. It supports multi-GPU distributed inference and makes it easy to adapt new models — just inherit a single base class. To evaluate your own model, follow the [Adapting Your Own Model](OmniEval/README.md#adapting-your-own-model) guide. See the [OmniEval README](OmniEval/README.md) for full documentation. 📍 **Prompt**: The common prompt used in our evaluation follows this format: ```python prompt_text = ( f"Question: {question}\n" f"Options:\n{options_str}\n\n" "Select the best answer from the options above. " "Directly provide the letter representing your choice (A/B/C/D) and nothing else. " "Do not include the full text of the option, do not provide any explanation." ) ``` 📍 **Leaderboard**: If you want to add your results to our LVOmniBench leaderboard, please contact us at **taokeda@westlake.edu.cn** ## 🏆 Experimental Results - **Evaluation results of different OmniLLMs.**

- **Evaluation results across different task types.**

## 🌍 Citation If you find our work helpful for your research, please consider citing our work. ```bibtex @article{tao2026lvomnibench, title={LVOmniBench: Pioneering Long Audio-Video Understanding Evaluation for Omnimodal LLMs}, author={Tao, Keda and Zheng, Yuhua and Xu, Jia and Du, Wenjie and Shao, Kele and Wang, Hesong and Chen, Xueyi and Jin, Xin and Zhu, Junhan and Yu, Bohan and others}, journal={arXiv preprint arXiv:2603.19217}, year={2026} } ```