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

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.