Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the split rows. Please report the issue.
Error code:   RowsPostProcessingError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

MultiRef Dataset

This repository contains two datasets for multi-image reference tasks:

MultiRef-Bench-Synthetic (900 samples)

  • images/: Processed images for the benchmark
  • original_images/: Original unprocessed images
  • benchmark990v3.json: Benchmark data with 990 entries (first 900 used)

Multi-Image-Benchmark (1000 samples)

  • compressed_images/: Compressed images for the benchmark
  • final_1000_prompts_taxonomy.json: Taxonomy data with 1000 prompts

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("wsnHowest/MultiRef-dataset")

File Structure

MultiRef-dataset/
β”œβ”€β”€ MultiRef-Bench-Synthetic/
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ original_images/
β”‚   └── benchmark990v3.json
└── multi_image_benchmark/
    β”œβ”€β”€ compressed_images/
    └── final_1000_prompts_taxonomy.json

License

cc-by-nc-4.0

Downloads last month
133