UltraFeedback
DatasetFree64K preference dataset for RLHF training.
Capabilities7 decomposed
multi-dimensional preference annotation at scale
Medium confidenceProvides 64K prompts with paired LLM responses (from GPT-3.5, GPT-4, Claude, Llama, etc.) annotated across four orthogonal quality dimensions: helpfulness, honesty, instruction-following, and truthfulness. Each dimension uses a 1-10 Likert scale with detailed rubrics, enabling fine-grained preference signal extraction rather than binary win/loss labels. The dataset architecture separates dimension-specific ratings to allow downstream models to learn multi-objective reward functions or dimension-weighted preference pairs.
Separates quality assessment into four independent dimensions (helpfulness, honesty, instruction-following, truthfulness) with 1-10 Likert scales and detailed rubrics, rather than binary preference labels or single composite scores. This architectural choice enables downstream models to learn dimension-specific reward functions and supports multi-objective optimization.
Richer preference signal than binary datasets (e.g., Anthropic's HH-RLHF) and more interpretable than single-score aggregations, enabling fine-grained control over which quality axes to optimize during training.
multi-model response comparison dataset
Medium confidenceCollects responses to identical prompts from 4-6 different LLMs (GPT-3.5-turbo, GPT-4, Claude, Llama-2, Mistral, etc.) with consistent temperature/sampling settings, enabling direct model-to-model comparison and contrastive analysis. The dataset maintains response-to-prompt alignment through a relational schema where each prompt ID maps to a fixed set of model outputs, supporting comparative evaluation and preference learning across model families.
Maintains strict prompt-to-response alignment across 4-6 diverse LLM families (closed-source like GPT-4 and open-source like Llama) with consistent generation settings, creating a controlled comparison environment. This enables direct contrastive analysis and preference learning that generalizes across model architectures.
More comprehensive than single-model datasets (e.g., ShareGPT) and more controlled than crowdsourced comparisons, providing systematic cross-model preference signals suitable for training generalizable reward models.
dimension-weighted preference pair extraction
Medium confidenceTransforms raw multi-dimensional ratings into preference pairs by computing weighted combinations of dimension scores, supporting flexible preference definitions. The extraction process allows downstream users to define custom preference functions (e.g., 'helpfulness > honesty > instruction-following') and generate corresponding chosen/rejected pairs. This is implemented via a relational join between ratings and a configurable weighting schema, enabling users to create multiple preference datasets from a single annotation source.
Decouples preference definition from annotation by storing orthogonal dimension scores and enabling post-hoc preference pair generation with custom weighting functions. This architectural choice allows a single dataset to support multiple downstream training objectives without re-annotation.
More flexible than fixed-preference datasets (e.g., Anthropic's HH-RLHF with binary labels) because users can experiment with different dimension weights without re-collecting annotations, reducing iteration time for preference learning research.
crowdsourced annotation quality assessment
Medium confidenceIncludes inter-rater agreement metrics, annotation guidelines with detailed rubrics for each dimension, and metadata tracking (annotator ID, timestamp, confidence scores where available) to enable quality control and bias analysis. The dataset provides sufficient metadata to compute Fleiss' kappa or Krippendorff's alpha across annotators, supporting downstream filtering by agreement level or annotator expertise. This enables users to identify high-confidence annotations and detect systematic biases in specific dimensions or annotator cohorts.
Preserves full annotation metadata (annotator IDs, timestamps, per-dimension ratings) enabling post-hoc quality assessment and agreement computation, rather than publishing only consensus labels. This allows users to apply custom filtering strategies and study annotation reliability.
More transparent than datasets with pre-filtered or aggregated labels, enabling users to make informed decisions about annotation quality thresholds and detect systematic biases that aggregate-only datasets would obscure.
prompt diversity and domain coverage analysis
Medium confidenceOrganizes 64K prompts across diverse domains (writing, math, coding, reasoning, creative tasks, Q&A, etc.) with implicit or explicit domain labels, enabling stratified sampling and domain-specific model evaluation. The dataset structure supports filtering by prompt characteristics (length, complexity, domain) and analyzing model performance across different task types. This enables users to assess whether trained models generalize across domains or overfit to specific prompt distributions.
Curates 64K prompts across diverse domains (writing, math, coding, reasoning, creative, Q&A) enabling stratified analysis and domain-specific filtering, rather than treating all prompts as interchangeable. This supports evaluation of generalization and domain-specific model training.
Broader domain coverage than task-specific datasets (e.g., math-only or code-only) and more structured than unfiltered prompt collections, enabling systematic evaluation of model behavior across diverse task types.
rlhf and dpo training data formatting
Medium confidenceProvides data in formats compatible with popular RLHF and DPO training frameworks (e.g., TRL, DeepSpeed-Chat, Hugging Face transformers), including pre-computed preference pairs, dimension-weighted scores, and metadata fields. The dataset can be loaded directly into training pipelines via Hugging Face datasets API with minimal preprocessing, supporting both supervised fine-tuning (SFT) and preference learning stages. Users can access raw annotations or pre-formatted training examples depending on their framework requirements.
Provides data in native Hugging Face datasets format with pre-computed preference pairs and dimension weights, enabling direct integration into TRL and transformers training pipelines without custom preprocessing or format conversion.
Reduces engineering overhead compared to raw annotation datasets by providing framework-ready formats, enabling faster iteration on RLHF/DPO experiments without custom data loading code.
response quality distribution analysis
Medium confidenceEnables statistical analysis of response quality across models and dimensions through aggregated rating distributions, percentile breakdowns, and comparative statistics. Users can compute mean/median/std for each dimension per model, identify outlier responses, and analyze rating skew (e.g., whether ratings cluster at extremes or follow normal distributions). This supports data-driven decisions about filtering thresholds, preference pair confidence, and model-specific performance characterization.
Provides granular per-dimension rating distributions across multiple models, enabling statistical characterization of response quality rather than binary pass/fail judgments. This supports data-driven filtering and weighting strategies.
More informative than aggregate quality scores because dimension-specific distributions reveal model-specific strengths and enable targeted filtering (e.g., keep only high-truthfulness responses from less reliable models).
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with UltraFeedback, ranked by overlap. Discovered automatically through the match graph.
Nectar
183K multi-turn preference comparisons for alignment.
Direct Preference Optimization: Your Language Model is Secretly a Reward Model (DPO)
* ⏫ 06/2023: [Faster sorting algorithms discovered using deep reinforcement learning (AlphaDev)](https://www.nature.com/articles/s41586-023-06004-9)
LMSYS Chatbot Arena
Crowdsourced LLM evaluation — side-by-side blind voting, Elo ratings, most trusted LLM benchmark.
Training language models to follow human instructions with human feedback (InstructGPT)
* ⭐ 03/2022: [Multitask Prompted Training Enables Zero-Shot Task Generalization (T0)](https://arxiv.org/abs/2110.08207)
results
Dataset by mteb. 10,39,913 downloads.
VBench
16-dimension benchmark for video generation quality.
Best For
- ✓Teams training RLHF or DPO models and needing richer preference signals than binary comparisons
- ✓Researchers studying multi-objective alignment in LLMs
- ✓Organizations building specialized models optimized for specific quality dimensions
- ✓Researchers benchmarking LLM behavior across model families
- ✓Teams training preference models that generalize across multiple base models
- ✓Organizations building model selection or routing systems
- ✓Teams experimenting with different preference definitions during RLHF/DPO training
- ✓Researchers studying how preference signal composition affects learned model behavior
Known Limitations
- ⚠Annotations are crowdsourced with potential inter-rater disagreement on subjective dimensions like 'helpfulness'
- ⚠Dimension scores are not independent — high honesty may correlate with lower helpfulness in some domains
- ⚠Rubrics are English-centric; cross-lingual applicability untested
- ⚠No temporal versioning — cannot track how annotation standards evolved across the 64K examples
- ⚠Model selection is fixed (GPT-3.5, GPT-4, Claude, Llama, etc.) — cannot add new models retroactively
- ⚠Response generation used fixed hyperparameters; does not capture variance from different temperature/top-p settings
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
Large-scale preference dataset containing 64K prompts with responses from multiple LLMs rated across helpfulness, honesty, instruction-following, and truthfulness dimensions for RLHF and DPO training.
Categories
Alternatives to UltraFeedback
The GitHub for AI — 500K+ models, datasets, Spaces, Inference API, hub for open-source AI.
Compare →FLUX, Stable Diffusion, SDXL, SD3, LoRA, Fine Tuning, DreamBooth, Training, Automatic1111, Forge WebUI, SwarmUI, DeepFake, TTS, Animation, Text To Video, Tutorials, Guides, Lectures, Courses, ComfyUI, Google Colab, RunPod, Kaggle, NoteBooks, ControlNet, TTS, Voice Cloning, AI, AI News, ML, ML News,
Compare →Are you the builder of UltraFeedback?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →