REVIEW 4 major objections 5 minor 6 cited by
Atla Selene Mini: A General Purpose Evaluation Model
T0 review · 4 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper introduces an 8-billion-parameter open-weights judge model that outperforms existing small judges and GPT-4o-mini on the average of 11 evaluation benchmarks, and claims the top spot among 8B generative models on RewardBench.
desk verdict Useful open judge model, but the headline benchmark superiority is a point estimate within noise and the abstract's RewardBench claim contradicts Table 1. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the data-and-loss recipe, not a new architecture. Each training point pairs a chosen evaluation, which argues for the ground-truth label or a correct score, with a rejected evaluation arguing for a wrong label or a score two points off; both are written as chain-of-thought critiques with a final judgment. The model is trained with $L_{\text{DPO+NLL}} = L_{\text{DPO}} + \alpha\,L_{\text{NLL}}$, where the extra negative log-likelihood term is applied only to chosen responses. Before training, a reward model filters low-quality raw examples and a prompted consistency checker removes synthetic critiques whose reasoning contradicts their assigned judgment. Around 70 percent of training pairs use the critique-plus-judgment format and 30 percent use judgments only, following the baseline judge recipe.
What would settle it
Check the 11 benchmark test sets for exact or near-duplicate overlap with the 16 training datasets; if any of MT-Bench, RewardBench, FLASK, or the others appear in training, the out-of-distribution premise fails. Then rerun the full 11-benchmark comparison several times with different seeds or checkpoints to see whether the roughly 0.007 average margin over the closest baseline survives run-to-run noise.
Extended reading notes
Core claim
Selene Mini is a fine-tuned Llama 3.1 8B Instruct model trained on 16 public datasets that were augmented with synthetic chosen and rejected critiques, then filtered for quality. On the paper's headline comparison, it scores 0.756 on the unweighted average across 11 benchmarks, ahead of SFR-LLaMA-3.1-8B-Judge (0.749) and GPT-4o-mini (0.743). It also reports the highest score among 8B generative models on RewardBench, surpassing GPT-4o and specialized judges in that comparison. The authors attribute the improvement to their curation pipeline: reward-model filtering of raw data, a critique-consistency checker, and a DPO objective that adds a negative log-likelihood term on chosen responses so the margin over rejected critiques is widened while good critiques become more probable.
Load-bearing premise
The central claim depends on treating an unweighted average of scores on 11 chosen benchmarks as the definition of general-purpose evaluation quality, and on those benchmarks being genuinely outside the 16 training datasets.
Editorial extensions
If this is right
- An 8B open-weights judge can match or exceed proprietary mini judges on general evaluation tasks, lowering the cost and latency of automated evaluation.
- The same model can plausibly serve as a reward signal for preference optimization, given its top ranking among 8B generative models on RewardBench.
- Practitioners should be able to vary prompt templates in production without retraining, since Selene Mini's score stays roughly stable across the tested formats.
- The zero-shot gains on finance and medical expert-labeled data suggest the training recipe transfers beyond academic benchmarks into regulated, domain-specific settings.
Reading between the lines
- The reported 'best overall' claim is an equal-weight average over the 11 benchmarks; a user who weights absolute scoring, classification, and pairwise tasks differently could see a different ordering, and the paper itself notes that practitioners prefer absolute scoring.
- The 0.007 gap in overall average over the closest baseline is small enough that run-to-run variance or a different benchmark mix could plausibly change the rank order, so the stability of the headline result is not yet established.
- Because the weights are open, the community can rerun the evaluations and extend them to new domains; that independent evidence, rather than the paper's own runs, may settle how general the capability really is.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces Atla Selene Mini, an 8B-parameter Llama-3.1-based language-model judge trained on a curated mixture of 16 public datasets augmented with synthetically generated chosen/rejected chain-of-thought critiques, filtered by a reward model and consistency checks, and optimized with a DPO+NLL objective. The central claim is that the resulting model is a general-purpose evaluator that outperforms existing small language-model judges and GPT-4o-mini on an equal-weight average over 11 benchmarks covering absolute scoring, pairwise preference, and classification, and is the highest-scoring 8B generative model on RewardBench. Additional claims concern zero-shot agreement on finance and medical expert labels, robustness to prompt formatting, and top ranking in the authors' community Judge Arena.
Significance. If fully substantiated, an open-weights 8B judge that matches or beats GPT-4o-mini and specialized judges on a broad benchmark suite would be practically significant, lowering the cost of automated evaluation and enabling local deployment. The paper's strengths are its reproducible release of weights, explicit ablations of reward-model filtering and dataset inclusion, and a reasonably detailed curation pipeline. The main weakness is that the headline comparative claim rests on a 0.007 average margin with no statistical uncertainty, and some abstract-level factual claims are contradicted by the paper's own tables. The contribution is primarily empirical; the method itself is a combination of known techniques.
major comments (4)
- [Abstract; §3.1, Tables 1 and 3] The abstract's RewardBench claim is contradicted by the paper's own data. Table 1 reports RewardBench scores of 0.688 for Selene Mini and 0.689 for SFR-LLaMA-3.1-8B-Judge, so Selene Mini is not the highest-scoring 8B generative model on RewardBench among the models listed. Similarly, §3.1 states that Selene Mini beats GPT-4o on RewardBench, EvalBiasBench, and Auto-J, but Table 3 shows GPT-4o at 0.765, 0.932, and 0.769 versus Selene Mini's 0.688, 0.900, and 0.732, respectively. These claims need to be corrected or removed; as written, the headline superiority statement is not supported.
- [§3.1, Table 1] The overall comparison is a single-run point estimate without error bars, confidence intervals, or significance tests, and the margin over SFR-LLaMA-3.1-8B-Judge is 0.007 (0.756 vs 0.749). Moreover, several baseline rows marked with a dagger are taken from external technical reports, so the comparison mixes evaluation harnesses, prompts, and parsing conventions. Since a small perturbation in one benchmark could flip the ranking, the claim that Selene Mini outperforms the best SLMJs is not established. Please report per-run variance or repeated evaluations with different seeds, and either reproduce all baselines under identical conditions or restrict the comparative claim to the subset that was run in-house.
- [§2.1, §3.1, Appendix A] The out-of-distribution status of the 11 evaluation benchmarks is asserted but not verifiable. The training mixture is described only as 16 public datasets inspired by FLAMe, and Appendix A contains an embedding visualization rather than a dataset list. Without enumerating the training datasets and, ideally, reporting overlap or contamination checks against MT-Bench, RewardBench, FLASK, HHH, and the other evaluation benchmarks, the OOD premise cannot be assessed. Please disclose the composition of the training mix and any decontamination procedure.
- [§3.3, Abstract] The Judge Arena evidence is self-referential: the authors developed the arena and report an early snapshot of their own model as top-ranking. This is not independent validation. At minimum, state the number of votes, the evaluation procedure, and the relationship between the authors and the platform, or treat the arena result as anecdotal rather than as part of the headline evidence.
minor comments (5)
- [§3.2.2] The text says 'six different prompt formats' but lists only five (original, markdown, JSON, PrePair, and simplified instructions); please correct the count or add the missing format.
- [Tables 1 and 3] The column label 'RewardB' is ambiguous; consider writing 'RewardBench' in full for readability.
- [References] Reference [25] contains a typo in 'Foundation'; please fix it.
- [Appendix C, Figure 6] The filtering ablation results in Figure 6 are reported without error bars or sample sizes; adding them would strengthen the conclusion that the effects are dataset-dependent.
- [§2.2] The rejected-judgment sampling for absolute-scoring tasks is described only for a 1–5 scale; please clarify how it generalizes to other numeric scales used in the evaluation suite.
Circularity Check
No circularity: Selene Mini's headline results are external benchmark evaluations, and the Judge Arena self-citation is peripheral.
full rationale
The paper's central claim, that Selene Mini outperforms other SLMJs and GPT-4o-mini on an average of 11 benchmarks, is supported by Table 1, which reports externally defined metrics (Pearson correlation for absolute scoring, accuracy for pairwise and classification tasks). The training procedure, DPO+NLL on 16 public datasets augmented with synthetic critiques, is described independently of the evaluation targets; no fitted parameter or loss term is defined in terms of the 11 benchmark scores. The only self-referential element is the Judge Arena [12], a platform the authors developed and cite for a preliminary ranking claim; that claim is presented as preliminary and does not enter the derivation of the benchmark results. The paper does not enumerate the 16 training datasets, so the 'out-of-distribution' assertion cannot be independently checked, but an unverified contamination claim is not a circularity reduction. No equation, fitted value, or self-citation carries the load of the benchmark comparisons, so no circular step can be exhibited.
Assumptions & free parameters
free parameters (6)
- Learning rate =
1e-7
- RPO alpha =
1.0
- Weight decay =
0.1
- ArmoRM filtering thresholds =
Dataset-dependent, values not reported
- Rejected judgment offset =
2 points
- Chain-of-thought example ratio =
0.7
assumptions (5)
- domain assumption The DPO plus NLL loss in Eq. (1) is a valid training objective for judge models.
- domain assumption Human preference labels in the 16 public datasets are reliable ground truth for evaluation quality.
- domain assumption ArmoRM reward scores can select high-quality training data.
- ad hoc to paper Synthetic critiques that argue for a given judgment carry valid supervision.
- ad hoc to paper The 11 evaluation benchmarks are out-of-distribution relative to the 16 training datasets.
Cite this review
Pith. "Pith review of Atla Selene Mini: A General Purpose Evaluation Model." pith.science (2026). https://pith.science/paper/YOK4N5EJ
@misc{pith2026250117195,
author = {Pith},
title = {Pith review of: Atla Selene Mini: A General Purpose Evaluation Model},
year = {2026},
howpublished = {\url{https://pith.science/paper/YOK4N5EJ}},
note = {Machine review of arXiv:2501.17195}
}
read the original abstract
We introduce Atla Selene Mini, a state-of-the-art small language model-as-a-judge (SLMJ). Selene Mini is a general-purpose evaluator that outperforms the best SLMJs and GPT-4o-mini on overall performance across 11 out-of-distribution benchmarks, spanning absolute scoring, classification, and pairwise preference tasks. It is the highest-scoring 8B generative model on RewardBench, surpassing strong baselines like GPT-4o and specialized judges. To achieve this, we develop a principled data curation strategy that augments public datasets with synthetically generated critiques and ensures high quality through filtering and dataset ablations. We train our model on a combined direct preference optimization (DPO) and supervised fine-tuning (SFT) loss, and produce a highly promptable evaluator that excels in real-world scenarios. Selene Mini shows dramatically improved zero-shot agreement with human expert evaluations on financial and medical industry datasets. It is also robust to variations in prompt format. Preliminary results indicate that Selene Mini is the top-ranking evaluator in a live, community-driven Judge Arena. We release the model weights on HuggingFace (https://hf.co/AtlaAI/Selene-1-Mini-Llama-3.1-8B) and Ollama to encourage widespread community adoption.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 6 Pith papers
-
Reflection or Re-Generation? Why LLM Revision Fails Where Human Revision Succeeds
Matched two-pass experiments show human revisers improve on objective and subjective tasks, while LLM self-revision yields near-zero information gain on objective tasks and negative information gain on subjective task...
-
Persistent Sparse Autoencoders: Learning Feature Timescales in Language Models
Persistent SAEs learn per-feature persistence coefficients from reconstruction, splitting features into fast local detectors and slow topic-tracking states that retain prompt-injection signals over long contexts.
-
Toward Robust LLM-Based Judges: Taxonomic Bias Evaluation and Debiasing Optimization
JudgeBiasBench measures 12 LLM-judge bias types under a 4-dimension taxonomy, and bias-aware GRPO/InfoNCE training cuts BSR substantially while preserving general evaluation performance.
-
ReliableEval: A Recipe for Stochastic LLM Evaluation via Method of Moments
ReliableEval estimates the minimum number of meaning-preserving prompt resamplings needed to make an LLM evaluation reliable, and applies it to show frontier LLMs are notably prompt-sensitive.
-
Reward Modeling for Reinforcement Learning-Based LLM Reasoning: Design, Challenges, and Evaluation
A taxonomy-driven survey arguing that reward design is the central mechanism shaping reliable LLM reasoning, with maps of reward paradigms, reward-hacking failure modes, and benchmark pitfalls.
-
Reward Reasoning Model
Reward models that think before judging, trained via reinforcement learning without human-written reasoning traces, outperform standard reward models and improve with more test-time compute.
Reference graph
Works this paper leans on
-
[1]
Constitutional ai: Harmlessness from ai feedback
Yuntao Bai, Saurav Kadavath, Sandipan Kundu, Amanda Askell, Jackson Kernion, Andy Jones, Anna Chen, Anna Goldie, Azalia Mirhoseini, Cameron McKinnon, et al. Constitutional ai: Harmlessness from ai feedback. arXiv preprint arXiv:2212.08073, 2022
arXiv 2022
-
[2]
Weak-to-strong gener- alization: Eliciting strong capabilities with weak supervision
Collin Burns, Pavel Izmailov, Jan Hendrik Kirchner, Bowen Baker, Leo Gao, Leopold Aschen- brenner, Yining Chen, Adrien Ecoffet, Manas Joglekar, Jan Leike, et al. Weak-to-strong gener- alization: Eliciting strong capabilities with weak supervision. arXiv preprint arXiv:2312.09390, 2023
arXiv 2023
-
[3]
From generation to judgment: Opportunities and challenges of llm-as-a-judge
Dawei Li, Bohan Jiang, Liangjie Huang, Alimohammad Beigi, Chengshuai Zhao, Zhen Tan, Amrita Bhattacharjee, Yuxuan Jiang, Canyu Chen, Tianhao Wu, et al. From generation to judgment: Opportunities and challenges of llm-as-a-judge. arXiv preprint arXiv:2411.16594, 2024
arXiv 2024
-
[4]
Offsetbias: Leveraging debiased data for tuning evaluators, 2024
Junsoo Park, Seungyeon Jwa, Meiying Ren, Daeyoung Kim, and Sanghyuk Choi. Offsetbias: Leveraging debiased data for tuning evaluators, 2024
work page 2024
-
[5]
Self-preference bias in llm-as-a-judge, 2024
Koki Wataoka, Tsubasa Takahashi, and Ryokan Ri. Self-preference bias in llm-as-a-judge, 2024
work page 2024
-
[6]
Judging the judges: Evaluating alignment and vulnerabilities in llms-as- judges, 2024
Aman Singh Thakur, Kartik Choudhary, Venkat Srinik Ramayapally, Sankaran Vaidyanathan, and Dieuwke Hupkes. Judging the judges: Evaluating alignment and vulnerabilities in llms-as- judges, 2024
work page 2024
-
[7]
Foundational autoraters: Taming large language models for better automatic evaluation
Tu Vu, Kalpesh Krishna, Salaheddin Alzubi, Chris Tar, Manaal Faruqui, and Yun-Hsuan Sung. Foundational autoraters: Taming large language models for better automatic evaluation. arXiv preprint arXiv:2407.10817, 2024
arXiv 2024
-
[8]
Flow judge: An open small language model for llm system evaluations
Flow AI. Flow judge: An open small language model for llm system evaluations. https: //www.flow-ai.com/blog/flow-judge , 2024
work page 2024
Show all 34 references
-
[9]
Glider: Grading llm interactions and decisions using explainable ranking
Darshan Deshpande, Selvan Sunitha Ravi, Sky CH-Wang, Bartosz Mielczarek, Anand Kan- nappan, and Rebecca Qian. Glider: Grading llm interactions and decisions using explainable ranking. arXiv preprint arXiv:2412.14140, 2024
2024 arXiv
-
[10]
Direct judgement preference optimization
Peifeng Wang, Austin Xu, Yilun Zhou, Caiming Xiong, and Shafiq Joty. Direct judgement preference optimization. arXiv preprint arXiv:2409.14664, 2024
2024 arXiv
-
[11]
Prometheus 2: An open source lan- guage model specialized in evaluating other language models
Seungone Kim, Juyoung Suk, Shayne Longpre, Bill Yuchen Lin, Jamin Shin, Sean Welleck, Gra- ham Neubig, Moontae Lee, Kyungjae Lee, and Minjoon Seo. Prometheus 2: An open source lan- guage model specialized in evaluating other language models. arXiv preprint arXiv:2405.01535, 2024
2024 arXiv
-
[12]
Judge arena: Benchmarking llms as evaluators
Kyle Dai, Maurice Burger, Roman Engeler, Max Bartolo, Clémentine Fourrier, Toby Drane, Mathias Leys, and Jackson Golden. Judge arena: Benchmarking llms as evaluators. https: //huggingface.co/blog/arena-atla, 2024
2024
-
[13]
Iterative reasoning preference optimization
Richard Yuanzhe Pang, Weizhe Yuan, Kyunghyun Cho, He He, Sainbayar Sukhbaatar, and Jason Weston. Iterative reasoning preference optimization. arXiv preprint arXiv:2404.19733, 2024
2024 arXiv
-
[14]
Interpretable preferences via multi-objective reward modeling and mixture-of-experts
Haoxiang Wang, Wei Xiong, Tengyang Xie, Han Zhao, and Tong Zhang. Interpretable preferences via multi-objective reward modeling and mixture-of-experts. arXiv preprint arXiv:2406.12845, 2024
2024 arXiv
-
[15]
Xing, Hao Zhang, Joseph E
Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric P. Xing, Hao Zhang, Joseph E. Gonzalez, and Ion Stoica. Judging llm-as-a-judge with mt-bench and chatbot arena, 2023
2023
-
[16]
Flask: Fine-grained language model evaluation based on alignment skill sets, 2024
Seonghyeon Ye, Doyoung Kim, Sungdong Kim, Hyeonbin Hwang, Seungone Kim, Yongrae Jo, James Thorne, Juho Kim, and Minjoon Seo. Flask: Fine-grained language model evaluation based on alignment skill sets, 2024
2024
-
[17]
The biggen bench: A principled benchmark for fine-grained evaluation of language models with language models, 2024
Seungone Kim, Juyoung Suk, Ji Yong Cho, Shayne Longpre, Chaeeun Kim, Dongkeun Yoon, Guijin Son, Yejin Cho, Sheikh Shafayat, Jinheon Baek, Sue Hyun Park, Hyeonbin Hwang, Jinkyung Jo, Hyowon Cho, Haebin Shin, Seongyun Lee, Hanseok Oh, Noah Lee, Namgyu Ho, Se June Joo, Miyoung Ko...
2024
-
[18]
Smith, and Hannaneh Hajishirzi
Nathan Lambert, Valentina Pyatkin, Jacob Morrison, LJ Miranda, Bill Yuchen Lin, Khyathi Chandu, Nouha Dziri, Sachin Kumar, Tom Zick, Yejin Choi, Noah A. Smith, and Hannaneh Hajishirzi. Rewardbench: Evaluating reward models for language modeling, 2024
2024
-
[19]
A critical evaluation of evaluations for long-form question answering, 2023
Fangyuan Xu, Yixiao Song, Mohit Iyyer, and Eunsol Choi. A critical evaluation of evaluations for long-form question answering, 2023
2023
-
[20]
A general language assistant as a laboratory for alignment, 2021
Amanda Askell, Yuntao Bai, Anna Chen, Dawn Drain, Deep Ganguli, Tom Henighan, Andy Jones, Nicholas Joseph, Ben Mann, Nova DasSarma, Nelson Elhage, Zac Hatfield-Dodds, Danny Hernandez, Jackson Kernion, Kamal Ndousse, Catherine Olsson, Dario Amodei, Tom Brown, Jack Clark, Sam Mc...
2021
-
[21]
Fabbri, Jiawen Chen, Yilun Zhao, Simeng Han, Shafiq Joty, Pengfei Liu, Dragomir Radev, Chien-Sheng Wu, and Arman Cohan
Yixin Liu, Alexander R. Fabbri, Jiawen Chen, Yilun Zhao, Simeng Han, Shafiq Joty, Pengfei Liu, Dragomir Radev, Chien-Sheng Wu, and Arman Cohan. Benchmarking generation and evaluation capabilities of large language models for instruction controllable summarization, 2024
2024
-
[22]
Generative judge for evaluating alignment, 2023
Junlong Li, Shichao Sun, Weizhe Yuan, Run-Ze Fan, Hai Zhao, and Pengfei Liu. Generative judge for evaluating alignment, 2023
2023
-
[23]
Infobench: Evaluating instruction following ability in large language models
Yiwei Qin, Kaiqiang Song, Yebowen Hu, Wenlin Yao, Sangwoo Cho, Xiaoyang Wang, Xuan- sheng Wu, Fei Liu, Pengfei Liu, and Dong Yu. Infobench: Evaluating instruction following ability in large language models. arXiv preprint arXiv:2401.03601, 2024
2024 arXiv
-
[24]
Minicheck: Efficient fact-checking of llms on grounding documents, 2024
Liyan Tang, Philippe Laban, and Greg Durrett. Minicheck: Efficient fact-checking of llms on grounding documents, 2024
2024
-
[25]
Craft-md: A conversational evaluation framework for comprehensive assessment of clinical llms
Shreya Johri, Jaehwan Jeong, Benjamin A Tran, Daniel I Schlessinger, Shannon Wongvibulsin, Zhuo Ran Cai, Roxana Daneshjou, and Pranav Rajpurkar. Craft-md: A conversational evaluation framework for comprehensive assessment of clinical llms. In AAAI 2024 Spring Symposium on Clin...
2024
-
[26]
Financebench: A new benchmark for financial question answering
Pranab Islam, Anand Kannappan, Douwe Kiela, Rebecca Qian, Nino Scherrer, and Bertie Vidgen. Financebench: A new benchmark for financial question answering. arXiv preprint arXiv:2311.11944, 2023
2023 arXiv
-
[27]
Systematic evaluation of llm-as-a-judge in llm alignment tasks: Explainable metrics and diverse prompt templates, 2024
Hui Wei, Shenghua He, Tian Xia, Andy Wong, Jingyang Lin, and Mei Han. Systematic evaluation of llm-as-a-judge in llm alignment tasks: Explainable metrics and diverse prompt templates, 2024
2024
-
[28]
Does prompt formatting have any impact on llm performance?, 2024
Jia He, Mukund Rungta, David Koleczek, Arshdeep Sekhon, Franklin X Wang, and Sadid Hasan. Does prompt formatting have any impact on llm performance?, 2024
2024
-
[29]
The comparative trap: Pairwise comparisons amplifies biased preferences of llm evaluators, 2024
Hawon Jeong, ChaeHun Park, Jimin Hong, Hojoon Lee, and Jaegul Choo. The comparative trap: Pairwise comparisons amplifies biased preferences of llm evaluators, 2024
2024
-
[30]
Chatbot arena: An open platform for evaluating llms by human preference
Wei-Lin Chiang, Lianmin Zheng, Ying Sheng, Anastasios Nikolas Angelopoulos, Tianle Li, Dacheng Li, Hao Zhang, Banghua Zhu, Michael Jordan, Joseph E Gonzalez, et al. Chatbot arena: An open platform for evaluating llms by human preference. arXiv preprint arXiv:2403.04132, 2024
2024 arXiv
-
[31]
Openai o1 system card
Aaron Jaech, Adam Kalai, Adam Lerer, Adam Richardson, Ahmed El-Kishky, Aiden Low, Alec Helyar, Aleksander Madry, Alex Beutel, Alex Carney, et al. Openai o1 system card. arXiv preprint arXiv:2412.16720, 2024
2024 arXiv
-
[32]
DeepSeek-AI, Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, Bing Xue, Bingxuan Wang, Bochao Wu, Bei F...
2025
-
[33]
Nomic atlas
Nomic. Nomic atlas. https://atlas.nomic.ai/. Accessed: 2024-01-21
2024
-
[34]
"Dear Readers, <omitted for conciseness> P.S. No garden gnomes were harmed in the writing of this book
Seungone Kim, Jamin Shin, Yejin Cho, Joel Jang, Shayne Longpre, Hwaran Lee, Sangdoo Yun, Seongjin Shin, Sungdong Kim, James Thorne, and Minjoon Seo. Prometheus: Inducing fine-grained evaluation capability in language models, 2024. 10 Appendices A Training dataset embedding Fig...
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.