ColorSwap: A Color and Word Order Dataset for Multimodal Evaluation
Jirayu Burapacheep, Ishan Gaur, Agam Bhatia, Tristan Thrush
TL;DR
ColorSwap presents a Winoground-inspired dataset to probe color–object word-order understanding in multimodal models, constructed via handmade, rule-based, and generative captions paired with diffusion-generated images. Evaluations across image–text matching and visual language models reveal substantial gaps in compositional understanding, with near-random performance on key metrics for many baselines, though minimal finetuning on 1,400–2,000 examples yields notable gains for CLIP and BLIP. The work demonstrates both the brittleness of current models to color-based word-order changes and the potential for rapid improvement through targeted fine-tuning, while offering a scalable data-generation pipeline and a public testbed for future improvements in color comprehension. Overall, ColorSwap provides a practical benchmark and methodological blueprint for enhancing word-order sensitivity in vision–language systems, with implications for AI-generated art, captioning, and multimodal reasoning.
Abstract
This paper introduces the ColorSwap dataset, designed to assess and improve the proficiency of multimodal models in matching objects with their colors. The dataset is comprised of 2,000 unique image-caption pairs, grouped into 1,000 examples. Each example includes a caption-image pair, along with a ``color-swapped'' pair. We follow the Winoground schema: the two captions in an example have the same words, but the color words have been rearranged to modify different objects. The dataset was created through a novel blend of automated caption and image generation with humans in the loop. We evaluate image-text matching (ITM) and visual language models (VLMs) and find that even the latest ones are still not robust at this task. GPT-4V and LLaVA score 72% and 42% on our main VLM metric, although they may improve with more advanced prompting techniques. On the main ITM metric, contrastive models such as CLIP and SigLIP perform close to chance (at 12% and 30%, respectively), although the non-contrastive BLIP ITM model is stronger (87%). We also find that finetuning on fewer than 2,000 examples yields significant performance gains on this out-of-distribution word-order understanding task. The dataset is here: https://github.com/Top34051/colorswap and here: https://huggingface.co/datasets/stanfordnlp/colorswap.
