An Examination of the Compositionality of Large Generative Vision-Language Models
Teli Ma, Rong Li, Junwei Liang
TL;DR
The paper tackles the limited understanding of compositional reasoning in Generative Vision-Language Models (GVLMs) and identifies a syntactic bias in current benchmarks that inflates VisualGPTScore-based assessments. It introduces SyntaxBias Score, a tool to quantify bias using strong LLMs, and constructs SADE, a de-biased benchmark that combines bias mitigation with a content-focused understanding challenge. Through evaluations of GVLMs such as LLaVA and InstructBLIP on SADE, the work reveals that existing benchmarks overemphasize linguistic priors and that SADE provides a more faithful measure of visio-linguistic compositionality, with InstructBLIP and Emu performing best on several SADE tasks. The proposed benchmark, along with the accompanying code and data, offers a robust framework for fair comparisons and will guide future research toward truly content-grounded multimodal reasoning.
Abstract
With the success of Large Language Models (LLMs), many Generative Vision-Language Models (GVLMs) have been constructed via multimodal instruction tuning. However, the performance of GVLMs in multimodal compositional reasoning remains under-explored. In this paper, we examine both the evaluation metrics (VisualGPTScore, etc.) and current benchmarks for evaluating the compositionality of GVLMs. We identify the syntactical bias in current benchmarks, which is exploited by the linguistic capability of GVLMs. The bias renders VisualGPTScore an insufficient metric for assessing GVLMs. To combat this, we first introduce a SyntaxBias Score, leveraging LLMs to quantify such bias for mitigation. A challenging new task is subsequently added to evaluate the robustness of GVLMs against inherent inclination toward syntactical correctness. Using the bias-mitigated datasets and the new task, we propose a novel benchmark, namely SyntActically DE-biased benchmark (SADE). Our study provides an unbiased benchmark for the compositionality of GVLMs, facilitating future research in this direction (Code and dataset are available at https://github.com/TeleeMa/SADE).
