Preprint
Machine Learning

Prometheus

Seungone Kim, Juyoung Suk, Shayne Longpre, Bill Yuchen Lin, Jamin Shin, S. Welleck, Graham Neubig, Moontae Lee, Kyungjae Lee, Minjoon Seo
October 1, 2023Conference on Empirical Methods in Natural Language Processing477 citations

477

Citations

71

Influential Citations

Conference on Empirical Methods in Natural Language Processing

Venue

2023

Year

Abstract

A 13B fully open source evaluation LLM trained on Feedback Collection curated using GPT-4 (in this work).

Analysis

Why This Paper Matters

This paper addresses a critical bottleneck in AI research: the evaluation of large language models (LLMs). Traditionally, evaluation relies on expensive, proprietary models like GPT-4, which are not transparent or reproducible. Prometheus provides a fully open-source alternative, democratizing access to high-quality automated evaluation. This is significant because it allows researchers and practitioners to evaluate their models without depending on closed APIs, fostering more rigorous and reproducible research.

Moreover, the paper introduces Feedback Collection, a dataset of evaluation examples curated using GPT-4. This dataset is a valuable resource for training future evaluation models and for studying the properties of effective feedback. By open-sourcing both the model and the dataset, the authors lower the barrier to entry for LLM evaluation, which is crucial for the field's progress.

Technical Contributions

  • Prometheus Model: A 13B parameter LLM specifically trained for evaluation tasks, making it one of the largest open-source evaluation models.
  • Feedback Collection: A novel dataset of evaluation examples, including scores and rationales, curated using GPT-4. This dataset is designed to train models to provide detailed, human-like feedback.
  • Training Methodology: The model is fine-tuned on Feedback Collection to learn to assign scores and generate explanations, mimicking the evaluation process of GPT-4.

Results

The paper reports that Prometheus achieves strong agreement with GPT-4 evaluations on several benchmarks. While exact metrics are not detailed in the abstract, the model is shown to be a viable open-source substitute for proprietary evaluation systems. This is a notable achievement given the model's relatively small size (13B parameters) compared to GPT-4.

Significance

Prometheus has broad implications for the AI field. It enables transparent and reproducible evaluation of LLMs, which is essential for scientific progress. By providing an open-source alternative, it reduces the field's dependence on proprietary models and APIs. This can accelerate research in areas like instruction following, safety, and alignment, where reliable evaluation is critical. The work also sets a precedent for creating open-source evaluation tools, potentially leading to a more collaborative and equitable AI ecosystem.