Pith. sign in

REVIEW 15 cited by

AlpacaFarm: A Simulation Framework for Methods that Learn from Human Feedback

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2305.14387 v4 pith:LOS5CL3P submitted 2023-05-22 cs.LG cs.AIcs.CL

classification cs.LGcs.AIcs.CL
keywords alpacafarmfeedbackhumanmodelsmethodsreferencechallengescost
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Large language models (LLMs) such as ChatGPT have seen widespread adoption due to their strong instruction-following abilities. Developing these LLMs involves a complex yet poorly understood workflow requiring training with human feedback. Replicating and understanding this instruction-following requires tackling three major challenges: the high cost of data collection, the lack of trustworthy evaluation, and the absence of reference method implementations. We address these challenges with AlpacaFarm, a simulator that enables research and development for learning from feedback at a low cost. First, we design LLM prompts to simulate human feedback that are 50x cheaper than crowdworkers and display high agreement with humans. Second, we propose an automatic evaluation and validate it against human instructions obtained on real-world interactions. Third, we contribute reference implementations for several methods (PPO, DPO, best-of-n, expert iteration, and more) that learn from pairwise feedback. Finally, as an end-to-end validation of AlpacaFarm, we train and evaluate eleven models on 10k pairs of real human feedback and show that rankings of models trained in AlpacaFarm match rankings of models trained on human data. As a demonstration of the research possible in AlpacaFarm, we find that methods that use a reward model can substantially improve over supervised fine-tuning and that our reference PPO implementation leads to a +10% improvement in win-rate against Davinci003. We release all components of AlpacaFarm at https://github.com/tatsu-lab/alpaca_farm.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 15 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. OpenAlex reports about 54 citations worldwide. Full citation record

  1. UQ: Assessing Language Models on Unsolved Questions

    cs.CL 2025-08 unverdicted novelty 7.0 of 10

    Unsolved Stack Exchange questions can serve as a dynamic benchmark: the best tested model passes validator screening on only 15% of 500 questions.

  2. ThinkRetrieve: Retrieval-Augmented Reasoning Traces for Test-Time Scaling

    cs.AI 2026-08 conditional novelty 6.0 of 10

    Per-step retrieval of solved exemplars injected into the reasoning trace improves test-time scaling accuracy, with up to 13.4 absolute points gained on AIME 2025.

  3. Beyond Post-Hoc Temperature Scaling: Bilevel Optimization for LLM Calibration

    cs.LG 2026-08 conditional novelty 6.0 of 10

    CALM uses bilevel optimization to tune per-vocabulary temperature-like logit adjustments during LLM fine-tuning, and reports improved out-of-domain calibration for aligned language models.

  4. Multi-Turn On-Policy Distillation with Prefix Replay

    cs.LG 2026-07 conditional novelty 6.0 of 10

    ReOPD offline-distills multi-turn agentic LLMs via teacher-prefix replay plus step-decay sampling, matching online OPD accuracy at ≥4× speed with zero tool calls.

  5. Reinforcement Learning from Human Feedback with High-Confidence Safety Constraints

    cs.LG 2025-06 conditional novelty 6.0 of 10

    HC-RLHF returns an aligned language model only after a held-out safety test certifies, with probability at least 1-delta, that expected harm (as judged by a learned cost model) is below a chosen threshold.

  6. SGDPO: Self-Guided Direct Preference Optimization for Language Model Alignment

    cs.LG 2025-05 conditional novelty 6.0 of 10

    SGDPO modifies DPO with a subsequence-based pilot term and reports up to 9.19% relative MT-Bench gains, though the claimed gradient mechanism is not fully derived for the implemented loss.

  7. The Energy Loss Phenomenon in RLHF: A New Perspective on Mitigating Reward Hacking

    cs.LG 2025-01 reject novelty 6.0 of 10

    Increasing energy loss in an LLM's final layer during RLHF is linked to reward hacking, and penalizing that loss (EPPO) reduces hacking and improves RLHF quality.

  8. Automated Generation of Challenging Multiple-Choice Questions for Vision Language Model Evaluation

    cs.CV 2025-01 conditional novelty 6.0 of 10

    AutoConverter converts open-ended VQA questions into multiple-choice format via multi-agent GPT-4o, and VMCBench applies it to 20 datasets to evaluate 33 vision-language models.

  9. A 2-step Framework for Automated Literary Translation Evaluation: Its Promises and Pitfalls

    cs.CL 2024-12 conditional novelty 6.0 of 10

    A rubric-plus-question-answering LLM framework for literary translation evaluation beats traditional MT metrics but still trails human agreement, especially on Korean honorifics.

  10. RecoWorld: Building Simulated Environments for Agentic Recommender Systems

    cs.IR 2025-09 conditional novelty 5.0 of 10

    A design proposal, not a tested system: a dual-view simulation loop in which an LLM-simulated user issues reflective instructions when about to disengage, and an instruction-following recommender adapts to maximize si...

  11. An Uncertainty-Driven Adaptive Self-Alignment Framework for Large Language Models

    cs.AI 2025-07 conditional novelty 5.0 of 10

    A training pipeline that scores a model's own responses for semantic, factual, and safety uncertainty, builds preference pairs from those scores, and trains in three difficulty stages improves reported alignment score...

  12. Simple Prompt Injection Attacks Can Leak Personal Data Observed by LLM Agents During Task Execution

    cs.CR 2025-06 conditional novelty 5.0 of 10

    Prompt injection can make LLM agents leak personal data they observed while executing tasks, with measured attack success rates around 15-20 percent and password leakage much rarer.

  13. DeepCRCEval: Revisiting the Evaluation of Code Review Comment Generation

    cs.SE 2024-12 conditional novelty 5.0 of 10

    An empirical study that rebuilds code review comment evaluation around a nine-criterion rubric and claims a training-free LLM baseline beats existing generators.

  14. ReSURE: Regularizing Supervision Unreliability for Multi-turn Dialogue Fine-tuning

    cs.CL 2025-08 conditional novelty 4.0 of 10

    ReSURE reduces the harm of noisy dialogue data during fine-tuning by grouping samples by dialogue depth and softly down-weighting high-loss examples, improving multi-turn benchmarks modestly.

  15. Aya Expanse: Combining Research Breakthroughs for a New Multilingual Frontier

    cs.CL 2024-12 conditional novelty 4.0 of 10

    Aya Expanse 8B and 32B report state-of-the-art multilingual win-rates on a new 23-language translated Arena-Hard benchmark, with the 32B beating Llama 3.1 70B by 54.0%.

Pith tools