CoolFace
Datasetpublic

Chrisyichuan/moca-visrag-syn-training

Chrisyichuan/moca-visrag-syn-training MOCA VisRAG synthetic-split contrastive training data with hard negatives. Contents moca_visrag_syn_converted.jsonl — query-image pairs with hard negatives images/ — all referenced images Each metadata row: { "query": "...", "chunk_path": "images/...", "neg_chunk_paths": ["images/...", "images/..."], "source_positive_rank": 0, "source_positive_score": 0.0, "source_dataset": "moca" } Summary rows:… See the full description on the dataset page: https://huggingface.co/datasets/Chrisyichuan/moca-visrag-syn-training.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes18downloads
Dataset Card

Chrisyichuan/moca-visrag-syn-training

MOCA VisRAG synthetic-split contrastive training data with hard negatives.

Contents

  • moca_visrag_syn_converted.jsonl — query-image pairs with hard negatives
  • images/ — all referenced images

Each metadata row:

json
{
  "query": "...",
  "chunk_path": "images/...",
  "neg_chunk_paths": ["images/...", "images/..."],
  "source_positive_rank": 0,
  "source_positive_score": 0.0,
  "source_dataset": "moca"
}

Summary

  • rows: 239206
  • unique images: 239298
  • avg negatives/row: 2.00

Download

python
from huggingface_hub import snapshot_download
snapshot_download(repo_id="Chrisyichuan/moca-visrag-syn-training", repo_type="dataset", local_dir="data/moca-visrag-syn-training")

Image Storage

Images are stored as 240 tar shards under image_shards/ for fast download.

After cloning/downloading, extract images:

bash
python extract_hf_image_shards.py --dataset-dir .

This creates images/ with all referenced image files.