Use multiple LLMs together to auto-generate preference datasets and improve model responses

August 16, 20247 min

Overview

Decision SnapshotNeeds Validation

The approach is practical for teams with compute and API access: it automates dataset creation and improves judged quality, but results vary by dataset and rely on a proprietary judge in experiments.

Citations0

Evidence Strength0.70

Confidence0.80

Risk Signals10

Trust Signals

Findings with numeric evidence: 3/3

Findings with evidence refs: 3/3

Results with explicit delta: 2/3

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 60%

Production readiness: 60%

Novelty: 50%

Authors

Samee Arif, Sualeha Farid, Abdul Hameed Azeemi, Awais Athar, Agha Ali Raza

Links

Abstract / PDF / Code / Data

Why It Matters For Business

Automating preference-data creation with multi-model workflows can cut annotation costs and produce higher-quality fine-tuning data, but expect higher compute bills and proprietary model dependency.

Who Should Care

Summary TLDR

The paper proposes an end-to-end pipeline that uses multiple LLMs for (1) automated evaluation of candidate responses and (2) iterative multi-model generation (feedback loops) to produce synthetic preference-optimization (PO) datasets. They find GPT-4o is the most consistent automatic judge across several benchmarks using a combined scoring prompt (score-out-of-10). For generation, a feedback loop with Llama-3.1-8b as generator and Gemma-2-9b as reviewer gave the best judged improvements (e.g., 71.8% win rate vs Llama, 73.8% vs Gemma). The code and generated datasets are publicly released.

Problem Statement

Creating preference-optimization training data (pairs of accepted/rejected responses) relies on slow, costly human raters. The authors ask whether multiple LLMs can reliably automate both evaluation and iterative response generation to scale PO dataset creation.

Main Contribution

Systematic comparison of three LLM-based evaluation setups: LLM-as-a-Judge, LLMs-as-a-Jury, and multi-agent LLM Debate across Alpaca-Eval, FairEval, PandaLM-Eval and MT-Bench

Design and evaluation of an LLM Feedback Loop (generator + reviewer iterations) for producing refined responses

Key Findings

GPT-4o is the most consistent single automatic judge across evaluated benchmarks

NumbersCohen's kappa 0.688 on PandaLM-Eval; 0.410 on MT-Bench (Table 3)

Practical UseUse a high-quality external judge (like GPT-4o) when automating PO dataset labeling to reduce evaluator bias and increase agreement with human labels.

Evidence RefTable 3

Combined Scoring prompts outperform Independent Scoring and Direct Comparison for LLM-as-a-Judge

NumbersBest combined kappa 0.401 (GPT-4o) vs direct 0.372 and independent 0.249 on Alpaca-Eval (Table 2)

Practical UsePrompt evaluators with side-by-side scoring (combined scoring) and use a score-out-of-10 scale for more consistent automated judgments.

Evidence RefTable 2

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Cohen's Kappa (GPT-4o, Alpaca-Eval, combined scoring)0.401Direct Comparison 0.372; Independent 0.249≈+0.029 vs direct, +0.152 vs independentAlpaca-EvalTable 2, combined scoring valuesTable 2
Cohen's Kappa (GPT-4o, PandaLM-Eval)0.688PandaLM-EvalTable 3 reports 0.688 for GPT-4o as judgeTable 3

What To Try In 7 Days

Prototype a combined-scoring prompt (score-out-of-10) with a strong external judge (GPT-4o if available) on 500 of your prompts.

Run a 2–3 iteration LLM feedback loop using two complementary smaller models (e.g., Llama-3.1-8b generator + Gemma-2-9b reviewer) on a pilot task and compare win rate to single-mod

Measure evaluator bias by computing agreement and a simple bias score for candidate families before using automatic labels for training.

Agent Features

Frameworks
LLM-as-a-JudgeLLM-as-a-JuryLLM Debate
Collaboration
LLM Feedback LoopLLM DebateLLMs-as-a-Jury

Reproducibility

Risks & Boundaries

Limitations

Higher compute and latency due to multi-model iterative loops compared to single-model pipelines

Dependence on proprietary GPT-4o for evaluation reduces reproducibility for groups without access

When Not To Use

When you lack compute or API budget for multi-model iterations

When human-level gold labels are required for safety-critical applications

Failure Modes

Automated judge reproduces and amplifies its training biases into the generated PO dataset

High variance across datasets leads to overfitting generation strategy to specific benchmarks

Core Entities

Models

GPT-4oGPT-4o-miniLlama-3.1-8bLlama-3.1-70bGemma-2-9bGemma-2-27bVicuna-13b

Metrics

Cohen's KappaWin rateBias Score

Datasets

Alpaca-EvalFairEvalPandaLM-EvalMT-BenchArgilla Capybara DPONoRobots

Benchmarks

Alpaca-EvalFairEvalPandaLM-EvalMT-Bench