AIAny
Icon for item

datapointai/text-2-image-human-preferences-2m

Contains ~2 million human pairwise preference judgments comparing images generated from text prompts; each example pairs two images with a preferred/tie label and is formatted for preference learning, reward-model training, and evaluation.

Introduction

Why this matters

Large-scale, high-quality human preference data is a core ingredient for training reward models, conducting direct preference optimization (DPO), and evaluating text-to-image systems. This dataset provides roughly two million pairwise judgments that map prompts to two generated images plus a human preference label, enabling supervised learning of preference scorers and more reproducible model comparisons.

What Sets It Apart
  • Scale for preference learning — on the order of millions of pairwise judgments, which supports training reward models and fine-tuning generative models with preference signals.
  • Evaluation-ready format — examples are structured as (prompt, image A, image B, label), facilitating pairwise-loss training, ranking, and automatic metric development.
  • Engineering-friendly storage — distributed in parquet/tabular formats compatible with data tooling (Polars, Dask), easing large-batch processing and experiment pipelines.
Who It's For and Trade-offs

Great fit if you want to train or benchmark reward/prefence models for text-to-image generation, compare model outputs using human-aligned scores, or run DPO/RL-style experiments on image synthesis. Look elsewhere if you need pixel-perfect ground-truth labels (e.g., segmentation or captioning corpora) or a dataset of original photographer-curated images—this dataset focuses on relative human judgments over model outputs, not canonical image annotations.

Where It Fits

Use this dataset as the backbone for training preference scorers, building automatic evaluation metrics aligned with human choices, or as a large-scale source for re-ranking and preference-based fine-tuning experiments in text-to-image research.

Information

  • Websitehuggingface.co
  • OrganizationsDatapoint AI
  • Published date2026/08/19

Categories

More Items

Proposes FACET, a framework that synthesizes verifiable terminal tasks by reconstructing scenario intent and grounding instruction, solution, and verifier in a shared executable container state. Key features include environment-first generation, execution-based validation, and targeted repair to preserve source intent and cross-artifact consistency.

Hugging Face

Large-scale in-the-wild robot manipulation dataset with ~76K teleoperated trajectories (~350 hours) that provides synchronized multi-view video, depth, camera calibration, robot state/action traces, and natural-language task instructions to train and evaluate manipulation policies and dynamics models. Collected across 564 scenes, 86 tasks, 52 buildings, on a uniform Franka Panda hardware stack and released in LeRobotDataset v3.0 format (≈707 GB, OpenMDW1.1).

Hugging Face

Provides a curated collection of hands-on tutorials, workflows and auxiliary files for training and using generative-model tooling (Stable Diffusion, Flux, WAN). Key items include a WAN 2.1 LoRA training tutorial and an articles collection covering DreamBooth, LoRA, LyCORIS and SDXL.