UEval: A Benchmark for Unified Multimodal Generation
Bo Li, Yida Yin, Wenhao Chai, Xingyu Fu, Zhuang Liu
TL;DR
UEval introduces a scalable, rubric-based benchmark for unified multimodal generation, requiring models to produce both images and text in response to 1,000 questions drawn from 8 real-world tasks. A data-dependent rubric generation pipeline uses a frontier MLLM to craft evaluation criteria, which are refined by human reviewers, enabling fine-grained automatic scoring across 10,417 criteria. Empirical results show current unified models face substantial challenges, with strongest frontier models only modestly outperforming open-source ones, and reasoning-enabled models delivering notable gains, suggesting reasoning traces can enhance multimodal generation. The work provides a rigorous, interpretable framework for assessing and guiding progress toward truly unified vision-language generation systems with practical implications for real-world multimodal AI applications.
Abstract
We introduce UEval, a benchmark to evaluate unified models, i.e., models capable of generating both images and text. UEval comprises 1,000 expert-curated questions that require both images and text in the model output, sourced from 8 real-world tasks. Our curated questions cover a wide range of reasoning types, from step-by-step guides to textbook explanations. Evaluating open-ended multimodal generation is non-trivial, as simple LLM-as-a-judge methods can miss the subtleties. Different from previous works that rely on multimodal Large Language Models (MLLMs) to rate image quality or text accuracy, we design a rubric-based scoring system in UEval. For each question, reference images and text answers are provided to a MLLM to generate an initial rubric, consisting of multiple evaluation criteria, and human experts then refine and validate these rubrics. In total, UEval contains 10,417 validated rubric criteria, enabling scalable and fine-grained automatic scoring. UEval is challenging for current unified models: GPT-5-Thinking scores only 66.4 out of 100, while the best open-source model reaches merely 49.1. We observe that reasoning models often outperform non-reasoning ones, and transferring reasoning traces from a reasoning model to a non-reasoning model significantly narrows the gap. This suggests that reasoning may be important for tasks requiring complex multimodal understanding and generation.
