CoVA-SFT: A Large-Scale Dataset for Chain of Visual Abstractions

arXiv cs.CL Papers

Summary

CoVA-SFT is a large-scale dataset and benchmark designed to train multimodal language models in chain of visual abstractions, improving performance over baselines in visual reasoning tasks.

arXiv:2608.28958v1 Announce Type: new Abstract: Chain-of-thought (CoT) reasoning has dramatically improved large language models (LLMs) by allowing them to decompose problems into intermediate steps. While CoT is widely effective for linguistic tasks, text-only CoT forces models to serialize visual problems into awkward prose. Although architectural solutions exist to process visual inputs, the community lacks a massive, multi-step, self-corrected dataset to teach models how to build and maintain internal visual workspaces when solving purely textual reasoning problems. To address this limitation, we introduce CoVA-SFT, a highly structured corpus of 51.9K samples containing over 222K multimodal reasoning steps across 5 distinct layout families and 17 complex tasks, and CoVA-Bench, a companion benchmark of 1,700 held-out test samples spanning the same tasks for reproducible evaluation. By providing explicit rationale formulations, agentic renderings, and verification loops, CoVA-SFT teaches multimodal language models to interleave text and visual abstractions. We validate the dataset by demonstrating that models fine-tuned on CoVA-SFT outperform all interleaved CoT baselines by more than 2x on average on CoVA-Bench, though they still fall short of strong text-only CoT baselines, highlighting open challenges for future work.
Original Article
View Cached Full Text

Cached at: 09/01/26, 12:12 PM

# CoVA-SFT: A Large-Scale Dataset for Chain of Visual Abstractions
Source: [https://arxiv.org/abs/2608.28958](https://arxiv.org/abs/2608.28958)
[View PDF](https://arxiv.org/pdf/2608.28958)

> Abstract:Chain\-of\-thought \(CoT\) reasoning has dramatically improved large language models \(LLMs\) by allowing them to decompose problems into intermediate steps\. While CoT is widely effective for linguistic tasks, text\-only CoT forces models to serialize visual problems into awkward prose\. Although architectural solutions exist to process visual inputs, the community lacks a massive, multi\-step, self\-corrected dataset to teach models how to build and maintain internal visual workspaces when solving purely textual reasoning problems\. To address this limitation, we introduce CoVA\-SFT, a highly structured corpus of 51\.9K samples containing over 222K multimodal reasoning steps across 5 distinct layout families and 17 complex tasks, and CoVA\-Bench, a companion benchmark of 1,700 held\-out test samples spanning the same tasks for reproducible evaluation\. By providing explicit rationale formulations, agentic renderings, and verification loops, CoVA\-SFT teaches multimodal language models to interleave text and visual abstractions\. We validate the dataset by demonstrating that models fine\-tuned on CoVA\-SFT outperform all interleaved CoT baselines by more than 2x on average on CoVA\-Bench, though they still fall short of strong text\-only CoT baselines, highlighting open challenges for future work\.

## Submission history

From: Tsung\-Han Wu \[[view email](https://arxiv.org/show-email/60a8652c/2608.28958)\] **\[v1\]**Sat, 29 Aug 2026 00:03:13 UTC \(4,657 KB\)

Similar Articles

OpenCoF: Learning to Reason Through Video Generation

Hugging Face Daily Papers

OpenCoF introduces a reasoning video dataset and a fine-tuned video generation model that improves temporal reasoning through diverse supervision and explicit reasoning tokens, showing significant gains on four video reasoning benchmarks.

SOCO: Benchmarking Semantic Object Correspondence in Vision Foundation Models

Hugging Face Daily Papers

SOCO benchmark evaluates structured object understanding in vision models through consistent part-level annotations and keypoint descriptions, revealing gaps between language-grounded localization and visual correspondence while demonstrating strong prediction of downstream task performance.

A Very Big Video Reasoning Suite

Papers with Code Trending

This paper introduces the Very Big Video Reasoning (VBVR) dataset and benchmark, a large-scale resource with over one million video clips across 200 reasoning tasks, enabling systematic study of spatiotemporal reasoning and showing early signs of emergent generalization.

CaVe-VLM-CoT: An Interpretable Vision-Language Model Framework

arXiv cs.AI

CaVe-VLM-CoT is a modular reflection-based agentic-RAG framework for vision-language models that enforces evidence-grounded reasoning through a five-stage pipeline, achieving 87.1% accuracy on ScienceQA and proposing a suite of 23 metrics for evaluation.