LongT2IBench: A Benchmark for Evaluating Long Text-to-Image Generation with Graph-structured Annotations
Zhichao Yang, Tianjiao Gu, Jianjie Wang, Feiyu Lin, Xiangfei Sheng, Pengfei Chen, Leida Li
TL;DR
This work tackles the challenge of evaluating long-text-to-image (T2I) alignment by introducing LongT2IBench, a 14K long text-image benchmark with graph-structured annotations generated through a Generate-Refine-Qualify protocol. It enables fine-grained, interpretable alignment assessments by converting prompts into textual graphs of entities, attributes, and relations, and producing both alignment scores and structured interpretations. Building on this dataset, LongT2IExpert is proposed as a multimodal evaluator that uses Hierarchical Alignment Chain-of-Thought to produce quantitative scores and JSON-based interpretations, trained with LoRA in a multi-task setup. Experimental results show LongT2IExpert outperforms existing evaluators across varying prompt lengths and provides more reliable alignment interpretations, marking a meaningful step toward automatic, interpretable long-prompt T2I evaluation.
Abstract
The increasing popularity of long Text-to-Image (T2I) generation has created an urgent need for automatic and interpretable models that can evaluate the image-text alignment in long prompt scenarios. However, the existing T2I alignment benchmarks predominantly focus on short prompt scenarios and only provide MOS or Likert scale annotations. This inherent limitation hinders the development of long T2I evaluators, particularly in terms of the interpretability of alignment. In this study, we contribute LongT2IBench, which comprises 14K long text-image pairs accompanied by graph-structured human annotations. Given the detail-intensive nature of long prompts, we first design a Generate-Refine-Qualify annotation protocol to convert them into textual graph structures that encompass entities, attributes, and relations. Through this transformation, fine-grained alignment annotations are achieved based on these granular elements. Finally, the graph-structed annotations are converted into alignment scores and interpretations to facilitate the design of T2I evaluation models. Based on LongT2IBench, we further propose LongT2IExpert, a LongT2I evaluator that enables multi-modal large language models (MLLMs) to provide both quantitative scores and structured interpretations through an instruction-tuning process with Hierarchical Alignment Chain-of-Thought (CoT). Extensive experiments and comparisons demonstrate the superiority of the proposed LongT2IExpert in alignment evaluation and interpretation. Data and code have been released in https://welldky.github.io/LongT2IBench-Homepage/.
