AVGen-Bench: A Task-Driven Benchmark for Multi-Granular Evaluation of Text-to-Audio-Video Generation
A new benchmark exposes that AI tools generating synchronized audio and video look impressive but fail badly at semantic accuracy, pitch control, and on-screen text.

The Thesis
Text-to-Audio-Video (T2AV) generation — systems that produce a video clip and a matching soundtrack from a written description — is becoming a real production tool for media creators. But the field has lacked a rigorous way to test whether these systems actually do what you ask, not just whether the output looks and sounds pleasant. AVGen-Bench is a structured benchmark, a standardized testing suite, covering 11 real-world categories with carefully designed prompts and a layered evaluation framework. The paper's most striking finding is that current T2AV models score well on perceptual quality — the output seems polished — but collapse on semantic reliability: they cannot consistently render on-screen text, maintain speech coherence, respect physical logic, or control musical pitch. That gap between 'looks good' and 'does what it was told' is the core problem this benchmark is designed to make visible.
Catalyst
T2AV generation has moved from research curiosity to commercial product in roughly 18 months, with several major labs releasing or previewing joint audio-video generation systems. As these tools enter production workflows, the absence of a standardized, task-level benchmark has made it nearly impossible to compare systems or track real progress on the hard cases. The simultaneous maturation of Multimodal Large Language Models (MLLMs) — AI models that can reason about both image/video content and language together — now makes fine-grained automated evaluation feasible in a way it was not two years ago.
What's New
Prior benchmarks for generative video or audio either evaluated each modality separately — testing audio quality alone or video quality alone — or used coarse embedding similarity scores, which measure whether the output is in the right neighborhood of meaning without checking fine-grained correctness. Methods like CLAP scores for audio-text alignment or CLIP scores for image-text alignment are the dominant prior tools; they are fast but insensitive to failures like a singer hitting the wrong pitch or a sign displaying the wrong word. AVGen-Bench replaces that single-score approach with a multi-granular framework: lightweight specialist models handle perceptual quality metrics, while MLLMs handle semantic correctness checks that require genuine reasoning about content.
The Counter
A benchmark paper is not the same as a solution. AVGen-Bench identifies that T2AV systems fail at pitch control and text rendering — but it does not fix those problems, and identifying failure modes in a new way does not obviously accelerate fixing them. The evaluation framework leans heavily on MLLMs as judges, and MLLM-based evaluation is itself an open research problem: these models have their own biases, inconsistencies, and failure modes that could systematically distort results. The 11-category prompt set, however carefully curated, may not reflect the actual distribution of real-world media production prompts, which could make the benchmark's findings less transferable to practice. Finally, the field moves fast: by the time teams train and evaluate against AVGen-Bench, the leading models will likely have changed substantially, and a static benchmark can become stale quickly. There is also a real risk that models are simply fine-tuned to score well on this specific benchmark without improving on the underlying capabilities it was designed to probe.
Longs
- MSFT — Microsoft hosts the benchmark (aka.ms domain) and is a direct investor in generative AI infrastructure
- ADBE (Adobe) — integrates generative video/audio in Premiere and Firefly; better benchmarks accelerate enterprise adoption
- SONO (Sonos, indirect) — not applicable; remove
- META — builds competing multimodal generation and evaluation systems internally
- AMZN — AWS media and entertainment cloud services benefit from standardized T2AV quality metrics
- MDIA ETF — media technology exposure across generative content toolchains
Shorts
- Existing benchmark vendors and academic leaderboards built on CLAP/CLIP similarity scores — their coarse metrics are shown to miss the most important failure modes
- T2AV startups marketing on perceptual quality demos — this benchmark exposes that strong aesthetics can coexist with broken semantic control, raising the bar for enterprise buyers
- Manual human evaluation services — the automated multi-granular framework reduces the need for expensive large-scale human annotation in model comparison
Enablers (Picks & Shovels)
- Multimodal LLM APIs (GPT-4o, Gemini) — the benchmark's semantic evaluation layer depends on MLLM reasoning capabilities
- MLLM open-source projects such as LLaVA and InternVL — enable cheaper automated evaluation at scale
- Microsoft Research open-source release at aka.ms/avgenbench — the benchmark itself as infrastructure
- Hugging Face Hub — likely distribution channel for benchmark datasets and specialist evaluation models
Private Watchlist
- Runway ML — leading commercial T2AV generation platform likely to be evaluated against this benchmark
- Stability AI — open-weight audio and video generation models are direct benchmark targets
- ElevenLabs — audio generation layer in T2AV pipelines; benchmark highlights audio-specific failure modes
- Pika Labs — consumer T2AV product; semantic reliability gaps exposed here are direct product risks
- Sora (OpenAI, private product) — joint audio-video output would be subject to exactly this evaluation framework
Resources
The Paper
Text-to-Audio-Video (T2AV) generation is rapidly becoming a core interface for media creation, yet its evaluation remains fragmented. Existing benchmarks largely assess audio and video in isolation or rely on coarse embedding similarity, failing to capture the fine-grained joint correctness required by realistic prompts. We introduce AVGen-Bench, a task-driven benchmark for T2AV generation featuring high-quality prompts across 11 real-world categories. To support comprehensive assessment, we propose a multi-granular evaluation framework that combines lightweight specialist models with Multimodal Large Language Models (MLLMs), enabling evaluation from perceptual quality to fine-grained semantic controllability. Our evaluation reveals a pronounced gap between strong audio-visual aesthetics and weak semantic reliability, including persistent failures in text rendering, speech coherence, physical reasoning, and a universal breakdown in musical pitch control. Code and benchmark resources are available at http://aka.ms/avgenbench.