1University of Chinese Academy of Sciences · 2Institute of Automation, Chinese Academy of Sciences
* Equal contribution † Corresponding authors
Captions serve as a primary supervision signal for both multimodal understanding and text-to-image generation. Previous evaluations treat caption quality as a single scalar, conflating two distinct properties: how much visual information a caption covers, and how reliably the image supports its stated claims. We introduce CAPEval (Coverage And Precision Evaluation), a decoupled caption evaluation benchmark with human-written ground-truth captions and human-verified atomic checklist items. CAPEval reports Coverage (C) — how thoroughly a caption covers ground-truth factual content — and Precision (P) — the factual correctness rate of claims expressed in the caption. Controlled downstream experiments with ten captioners show a consistent task-dependent dissociation: Coverage is the stronger correlate for understanding, while Precision dominates generation.
CAPEval builds dense atomic checklists from high-resolution images and long-form GT captions, scores each captioner with a checklist judge to obtain C and P, then runs controlled VLM / T2I training where the caption source is the only variable.
How much of the checklist information is covered by the caption (yes or no vs. not_mentioned).
Among checklist items the caption mentions, how often the claim is factually correct (yes vs. no).
Public scores are reported on a 0–100 percent scale. See the GitHub README for the exact formulas and evaluation code.
Download the dataset on Hugging Face or clone the code repository. Public captioner C / P rankings: Leaderboard.
@article{liu2026capeval,
title={CAPEval: A Decoupled Caption Evaluation across Understanding and Generation},
author={Liu, Zhipeng and Wang, Haochen and Zhang, Zhaoxiang},
journal={arXiv preprint arXiv:2608.02589},
year={2026}
}