AIAny
Icon for item

VisCoR_Contrast (VisCoR-55K Contrastive Pairs)

Provides ~85K contrastive visual question–answer pairs where each example contains an anchor and a matched counterpart (image, question, answer). Pairs span General, Reasoning, Math, Graph/Chart and OCR categories to help train and evaluate fine‑grained, faithful visual reasoning in VLMs.

Introduction

Contrastive pairs force models to attend to small but meaningful visual differences — that’s the core insight behind this release. Rather than only providing single VQA examples, the dataset pairs each anchor with a carefully constructed counterpart so models must discriminate subtle changes and justify answers more faithfully.

What Sets It Apart
  • Paired-anchor format: Each example contains anchor_image/question/answer and counterpart_image/question/answer, explicitly designed to highlight minimal yet semantically important differences so models learn discriminative reasoning instead of relying on dataset biases. This framing is intended to improve faithfulness and reduce shortcut heuristics.
  • Broad, reasoning-focused coverage: The 85,035 training examples cover five categories (General, Reasoning, Math, Graph/Chart, OCR), so the contrastive signals include both visual and symbolic reasoning challenges rather than only commonsense VQA.
  • Complementary artifacts: The release is part of a larger suite (original VQA samples, contrastive counterparts, and generated rationales via the VC‑STaR framework), which lets researchers combine supervised fine‑tuning with synthetic rationales for interpretability experiments.
Who It's For and Trade-offs

Great fit if you want to fine‑tune or evaluate multimodal models on faithful visual reasoning, probe model reliance on spurious cues, or train contrastive learning objectives for VLMs. It’s useful for benchmarking locality/attention on visual details and for developing rationale‑aware pipelines. Look elsewhere if you need large-scale raw image corpora (this dataset focuses on paired VQA instances, not generic image classification), if you require a clearly stated permissive license (the dataset page lists no license), or if you need multimodal dialog turns rather than single-turn Q&A pairs.

Where It Fits

Compared with standard VQA benchmarks, this dataset’s primary novelty is paired contrastive construction: instead of single independent Q&A items, each training sample explicitly provides a close negative (counterpart) that isolates the intended reasoning difference. That makes it particularly suited to experiments in robustness, faithfulness, and contrastive objective design. The accompanying paper (arXiv:2603.02556) and the VC‑STaR repo provide the methodology and generated rationales supporting this release.

Information

  • Websitehuggingface.co
  • Authors5551z, Zhiyu Pan, Yizheng Wu, Jiasheng Hua, Junyi Feng, Shaotian Yan, Bing Deng, Zhiguo Cao, Jieping Ye
  • Published date2026/04/29

Categories

More Items

Hugging Face

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.