203 papers found

Imitating ChatGPT copies style, not capabilities

0.40
0.50
0.60
50

Imitation can cheaply copy a proprietary model's tone and safety but does not replicate its core reasoning or factual knowledge, so relying on imitation to match competitors is risky.

Key finding

Human raters often prefer or rate imitation outputs equal to ChatGPT.

Numbers: ≈70% of imitation outputs rated equal/better vs ChatGPT

Practical survey of methods, attacks, and evaluations for aligning large language models

0.45
0.40
0.50
34

Misaligned LLMs can produce legal, reputational, and safety failures. Alignment methods reduce harmful outputs but need governance, red-teaming, and evaluation to manage adversarial and privacy risks.

Key finding

Reinforcement Learning from Human Feedback (RLHF) is the most common non-recursive oversight method for aligning LLMs.

LLM graders prefer an answer's position — simple calibration and a little human help fix it

0.60
0.45
0.60
29

If you auto-grade or compare models with LLMs, order effects can flip results and mislead decisions; applying MEC+BPC and targeted human checks improves reliability and cuts annotation cost.

Key finding

LLM evaluators frequently conflict when candidate order is swapped.

Numbers: GPT-4 conflict rate 46.3% (Vicuna vs ChatGPT); ChatGPT 82.5% (Table 2)

Train a language model to follow feedback by conditioning on ranked model outputs and natural-language feedback

0.60
0.60
0.50
27

CoH gives a cheaper path to human-aligned outputs: you can use existing human preference labels and a simple finetuning loop instead of training a reward model and running RL, speeding iteration and reducing engineering risk.

Key finding

CoH wins the majority of pairwise human comparisons on summarization versus the pretrained base model.

Numbers: CoH chosen 57.5% vs Base 19.9% (∆ +37.6 pp) on summarization human eval

ChatGPT can score generated text without references — explicit numeric scores work best; pairwise comparisons often underperform.

0.60
0.40
0.50
19

You can use ChatGPT to score generated text without references and get evaluations closer to human judgments than many automatic metrics, which speeds up model iteration and reduces reliance on hand-built references.

Key finding

ChatGPT's Explicit Score aligns with human judgments better than many automatic metrics on multiple tasks.

Numbers: SummEval (coherence) Spearman: ChatGPT (greedy) 52.2 vs BARTScore 33.4 (Table 1).

Fine-tuned open-source LLMs can act as fast, accurate judges for other LLMs

0.70
0.40
0.60
18

JudgeLM lets teams run fast, reproducible, and local automatic evaluations instead of slow human/API judging; this lowers cost and speeds model iteration while keeping judgments consistent.

Key finding

Large fine-tuned JudgeLM reaches near-GPT-4 agreement on the authors' benchmark.

Numbers: Agreement 90.06% (JudgeLM-33B, 100K finetune)

Use many LLM ‘reviewers’ plus one round of discussion to get fairer, cheaper human-aligned evaluations

0.60
0.60
0.70
17

WideDeep can cut manual labeling time and cost by pre-labeling outputs with higher human agreement, so teams can scale human evaluation faster and cheaper while keeping quality checks.

Key finding

A two-layer wide LLM network (WideDeep) raises inter-annotator kappa on LLMEval 2 compared to prior baseline.

Numbers: kappa 0.2807 -> 0.3440≈+0.0633) on LLMEval 2, Table 1

Use peer LLM reviewers and short discussions to reduce judge bias and better match human rankings

0.70
0.50
0.40
16

Automated model evaluation that uses many peer reviewers and short multi-turn discussions reduces judge bias and yields rankings closer to humans; this improves reliable model selection without heavy human labeling.

Key finding

Weighted peer ranking (All (Weighted)) raises example-level accuracy on Vicuna80.

Numbers: All (Weighted) accuracy = 0.673 vs GPT-4 alone = 0.643

RRTF trains a 15B code LLM by ranking test-and-teacher outputs; PanGu-Coder2 hits ~62% pass@1 on HumanEval

0.70
0.60
0.70
13

RRTF provides a lower-cost, scalable way to improve code-generation correctness by using unit tests and stronger-model outputs as ranked supervision; this delivers higher-quality code models that are faster and cheaper to run after quantization.

Key finding

PanGu-Coder2 achieves state-of-the-art pass@1 among open-source models on HumanEval.

Numbers: pass@1=61.64% (n=200 sampling); greedy pass@1=62.20%

LLMs tend to detect and reward text they themselves produced, and that ability links to biased self-evaluation.

0.60
0.50
0.45
12

If you use an LLM to grade or select outputs, it may inflate scores for outputs similar to itself, hurting fairness and enabling feedback loops where models learn from biased judgments.

Key finding

Frontier LLMs show measurable self-recognition and self-preference without fine-tuning.

Numbers: GPT-4 self-recognition ~0.6720.747; GPT-3.5 ~0.535/0.481 (pairwise, Table 7)

SPIN: let a supervised-finetuned LLM play against itself to improve without new human labels

0.60
0.70
0.50
11

SPIN can raise model quality using only existing supervised labels, cutting cost for collecting preference labels while needing extra compute to generate synthetic data.

Key finding

SPIN raises average Open LLM Leaderboard score starting from a SFT checkpoint.

Numbers: 58.1463.16 average (Open LLM Leaderboard)

Fix length bias in LLM auto-evaluators with a simple regression tweak

0.80
0.30
0.70
11

A cheap, interpretable post-hoc fix reduces leaderboard gaming from verbosity and makes auto-evaluations better match human judgments, improving trust in model comparisons without expensive human runs.

Key finding

Length control raises Spearman correlation with Chatbot Arena.

Numbers: Spearman 0.940.98

Replace one big LLM judge with a panel of smaller, diverse LLMs to get cheaper, less biased, and more human-aligned evaluation

0.70
0.50
0.80
9

You can cut automatic evaluation cost by ~7–8x and get evaluations that align better with humans by pooling several smaller, different LLMs instead of calling one expensive judge like GPT-4.

Key finding

PoLL achieves higher agreement with humans than single large judges on KILT single-hop QA.

Numbers: Cohen's κ on NQ/TQA/HPQA: PoLL 0.763/0.906/0.867 vs GPT-4 0.627/0.841/0.83

Prompt LLMs to list and count major/minor translation errors to get human-like MT evaluations

0.60
0.60
0.30
9

EAPrompt makes LLM-based MT evaluation more interpretable and improves system-level ranking, letting teams replace some costly human MQM checks with cheaper automated analysis while keeping per-sentence caveats in mind.

Key finding

EAPrompt raises system-level pairwise accuracy for GPT-3.5-Turbo.

Numbers: System-level acc 91.2% (EAPrompt) vs 86.5% (GEMBA), +4.7

Pick and fuse the best outputs from many open LLMs using pairwise ranking plus a small fusion model

0.70
0.50
0.60
9

Combining multiple open LLMs by ranking and fusing their outputs produces more reliable and higher-quality answers than any single open model on a mixed instruction benchmark.

Key finding

PAIRRANKER correlates best with ChatGPT-based ranking (GPT-Rank).

Numbers: Pearson correlation: 46.98 (PAIRRANKER) vs 41.13 (SummaReranker)

MoralBench: a public benchmark that scores LLMs on moral statements using human-rated questionnaires and vignette pairs

0.30
0.50
0.30
7

MoralBench gives a repeatable way to compare LLMs on human moral judgments; use it to screen models before deploying them in ethically sensitive features.

Key finding

On the binary MFQ-30-LLM test, LLaMA-2 achieved the highest total moral score.

Numbers: Total = 58.5 (Table 1 MFQ-30-LLM)

Prometheus 2: an open evaluator LM that handles both scoring and pairwise comparisons and closes the gap to GPT-4

0.70
0.50
0.60
6

Prometheus 2 provides an open, lower-cost evaluator that better matches human and proprietary-LLM judgments and supports custom criteria—useful to automate model QA, reduce evaluation costs, and avoid vendor lock-in.

Key finding

Prometheus 2 gives the highest correlation with humans and proprietary LM judges among tested open evaluator LMs.

Numbers: Pearson up to 0.685 vs prior open baselines ~0.48 (Vicuna/MT/FLASK averages)

Add a positive log‑likelihood term to DPO to stop it from reducing the probability of preferred answers

0.70
0.60
0.60
6

If you fine‑tune models with pairwise preference data, standard DPO can unintentionally degrade correct outputs; DPOP is a low‑cost fix that yields more reliable improvements and better leaderboard scores.

Key finding

DPO can reduce the model log‑prob of preferred completions on low edit‑distance pairs

Numbers: -1.82 vs -0.26 vs -0.37 log-prob (DPO vs DPOP vs ref) on tokens after edit (MetaMath)

PAIRS: use uncertainty-guided pairwise comparisons to make LLM evaluators match human judgements

0.70
0.40
0.50
6

PAIRS gives more human-aligned automatic evaluation and can cut human labeling costs; it also upgrades smaller models' evaluation quality so you can run cheaper evaluators with near-large-model performance.

Key finding

Calibrating score-based LLM evaluators does not fully fix misalignment with human ratings.

Numbers: MAE HANNA 1.621.16; SummEval 0.780.86

Reduce multimodal model hallucinations by learning from segment-level human corrections

0.60
0.70
0.70
5

RLHF-V makes multimodal models more trustworthy with far less labeled data and short retrain time, lowering risk when deploying vision-language assistants in customer-facing or safety-critical products.

Key finding

Fine-grained corrections cut hallucinations on a human-eval benchmark

Numbers: 34.8% reduction on MHumanEval (object hallucination, 1.4k prefs)

A public benchmark that tests whether multimodal LLMs can judge other model outputs across scoring, pairwise, and ranking tasks.

0.40
0.60
0.40
5

MLLMs can speed and scale human-like pairwise evaluation, but current models still fail at reliable numeric scoring and list ranking; use them to triage or pre-filter outputs, not to fully automate decisions.

Key finding

MLLMs are reliable at pairwise comparisons but not at scoring or ranking.

Numbers: Pair (no tie) GPT‑4V avg=0.773; Score Pearson GPT‑4V=0.490; Batch Levenshtein GPT‑4V=0.361

ChatGPT/GPT-4 beat classic metrics but are unstable evaluators for abstractive summarization

0.35
0.50
0.70
5

LLMs offer a fast, cheap proxy to human evaluation and outperform classical automatic metrics on many signals, but they can mislead product decisions when models are close in quality or when systems are very strong; use LLM-based scores for rough triage and keep humans in the loop for final judgments.

Key finding

LLM evaluators correlate better with humans than many automatic metrics.

Numbers: ChatGPT-RTS Spearman up to 0.448 (relevance); fluency gains vs baselines up to +0.2

AUTO-J: a 13B open-source judge that scores LLM outputs across 58 real-world scenarios and writes critiques

0.70
0.60
0.70
5

AUTO-J offers a reusable, lower-cost, and reproducible judgment engine for internal model comparisons and automated selection, reducing dependence on expensive closed APIs while giving readable critiques teams can act on.

Key finding

AUTO-J achieves state-of-the-art agreement among open-source judges on a 58-scenario pairwise benchmark.

Numbers: 8.9% relative improvement (pairwise vs opensource baselines)

Use model log-probabilities (KL / cross-entropy) to rank prompts and cut human evaluation cost by prioritizing decisive examples

0.75
0.45
0.70
4

Prioritize prompts by model output dissimilarity to cut human labeling cost and time while preserving reliable model rankings, especially when comparing similar model variants.

Key finding

Ranking prompts by KL divergence or cross-entropy reduces human 'tie' outcomes when annotating model pairs.

Numbers: Up to 54.64% tie reduction (flan-t5 family, top 20%)