REVIEW 4 major objections 7 minor 23 references
SAGEval: The frontiers of Satisfactory Agent based NLG Evaluation for reference-free open-ended text
T0 review · 4 major / 7 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read SAGEval claims that a role-based critiquing agent layered over a G-Eval-style scorer rectifies reference-free NLG scores and improves alignment with human annotations across all reported scoring criteria, with the largest gains on…
desk verdict SAGEval's new dataset is the real contribution; the claimed improvement from the critiquing agent is plausible but not established, and the paper needs a proper attribution control before the headline claim can be trusted. 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 SAGE Agent, a second LLM prompted as a meta-evaluator. After the G-Eval-inspired Evaluator Agent assigns a 1-to-5 score with chain-of-thought reasoning and in-context exemplars, the SAGE Agent independently examines the same text and can recommend score rectifications, propose changes to the wording of aspect definitions, and suggest additional aspects. The final rectified scores are normalized using the probabilities of output tokens, following G-Eval's approach, to dampen score skew and ties.
What would settle it
Run a control where each Evaluator Agent score is decreased by a fixed amount, or by the same distribution of decreases that the SAGE Agent produces but decoupled from the specific text, and recompute the Spearman correlation with the human annotations; if this no-critique control matches or beats SAGEval, the critique content is not what is doing the work.
Extended reading notes
Core claim
The paper's discovery is that a second, role-based agent can serve as a meta-evaluator and correct the scores of a first-pass LLM evaluator in settings where no reference text exists. On a new benchmark of 96 GPT-3.5-Turbo generated surveys and forms annotated by four linguists, the SAGE Agent disagreed with the Evaluator Agent's scores in roughly 92 percent of rectifications, mostly moving scores downward from 4s and 5s to 2s and 3s. After those rectifications, SAGEval's scores showed the highest Spearman and Kendall-Tau correlations with human annotations among all compared methods, with Accuracy improving from 0.49 with G-Eval to 0.63, and Audience Engagement improving from 0.25 with G-Eval to 0.49. The SAGE Agent also proposed modified definitions for criteria such as Sentiment/Tone and suggested new criteria, most often Creativity Score and Content Quality Score, across all 96 examples. The authors interpret this as evidence that LLM evaluators can not only score but also critique and extend evaluation rubrics in the absence of ground-truth labels.
Load-bearing premise
Everything rests on treating the SAGE Agent's critique content as the cause of improved alignment, but the paper never rules out the simpler explanation that just lowering the Evaluator Agent's inflated scores, which is what 92 percent of the critiques do, is what improves the correlation.
Editorial extensions
If this is right
- If SAGEval's claim is correct, single-agent LLM evaluation biases can be partially corrected by a second agent that critiques rather than votes.
- Reference-free evaluation for structured open-ended outputs such as forms, surveys, and quizzes can reach human-alignment levels without labeled references.
- The same setup can surface missing evaluation criteria, showing where initial rubrics under-specify quality.
- Production cost stays modest relative to multi-agent debate: two LLM calls per instance are enough.
- The released dataset and human annotations provide a reproducibility base for future reference-free evaluation work.
Reading between the lines
- The paper's attribution of gains to the critique content is not fully controlled: since 92 percent of rectifications are downward, a uniform one-point lowering of the Evaluator Agent's scores might reproduce much of the correlation shift.
- A natural extension is to apply the two-agent design to continuous reference-free text such as stories and dialogues, where rubric adaptation is even harder; the paper's own limitations section lists this as untested.
- The 96-instance benchmark means the reported correlations carry wide uncertainty, so re-estimating them on a larger and multilingual set of generated forms would test whether the Accuracy gain of 0.14 is stable.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces SAGEval, a two-agent framework for reference-free evaluation of open-ended NLG output, specifically forms/surveys generated by LLMs. An Evaluator Agent (modeled on G-Eval) assigns scores on seven predefined aspects, and a critiquing SAGE Agent provides score rectifications, suggests modifications to aspect definitions, and proposes new aspects. The authors release a dataset of 96 GPT-3.5-Turbo-generated surveys/forms annotated by four linguists, and report Spearman and Kendall correlations against these annotations, claiming that SAGEval outperforms G-Eval, CheckEval, ChatGPT-4o, FreeEval, and MATEval across all criteria. The central claim is that the critiquing mechanism yields better human alignment; the paper also presents descriptive findings about the SAGE Agent's score distributions and aspect suggestions.
Significance. If the claims were statistically robust, SAGEval would be a useful step toward reliable reference-free evaluation of structured open-ended text, an area where existing benchmarks are scarce. The release of a 96-item dataset with human annotations for forms/surveys is a valuable resource for the community. However, the current evidence is not strong enough to establish the central claim: the evaluation relies on a small sample with point estimates only, and the improvement is not convincingly attributed to the critique mechanism rather than to a general strictness shift. The contribution is therefore potentially significant but not yet demonstrated.
major comments (4)
- [Section 6.2, Table 2] The central claim that SAGEval "aligns better with human annotators across all scoring criteria" is not supported by inferential statistics. At N=96, the reported Spearman differences are small for several criteria (e.g., RELEV 0.48 vs. 0.47, FAIR 0.44 vs. 0.41, COH 0.41 vs. 0.32), and no confidence intervals, bootstrap intervals, permutation tests, or p-values are provided. Given that the approximate standard error of a Spearman correlation at this sample size is around 0.1, these differences are plausibly sampling noise. The authors should report interval estimates and significance tests for the difference between SAGEval and each baseline before claiming improvement "across all scoring criteria."
- [Sections 6.1 and 6.2, Table 1, Figure 3] The attribution of the observed improvement to the SAGE Agent's critique is not established because no control separates the effect of the critique mechanism from the effect of a general tendency toward lower scores. Table 1 and Figure 3 show that about 92% of rectifications are negative, shifting score mass from 4s/5s to 2s/3s. A plausible alternative explanation is that any instruction to be more critical, or even a fixed downward adjustment strategy, would yield higher rank correlation with human annotations on this dataset. The appropriate controls are (a) a single-pass Evaluator Agent prompted to be stricter and (b) the SAGE Agent scoring directly without first-pass scores; neither is reported. Note that a uniform score shift would not change rank correlations, so the reader's proposed control is not decisive, but the strict-prompt control would directly test whether the specific critique mechanism is responsible.
- [Section 4.4, Eq. (1), and Section 6.2] The method description is insufficiently detailed to reproduce the reported results. Eq. (1) is typeset incorrectly and does not specify how the probabilities p(s_i) are obtained from the LLM, nor how the SAGE Agent's rectified scores are combined with or replace the Evaluator Agent's scores to produce the final SAGEval score used in Table 2. It is unclear whether the correlations are computed on the SAGE Agent's output alone or on some aggregation. Full prompt templates, the decoding configuration, and the exact score-rectification procedure should be provided.
- [Section 6.3, Figure 4] The third contribution, that the SAGE Agent can propose new scoring aspects, is presented without validation. The paper reports that the SAGE Agent suggests aspects such as "Creativity Score" and "Content Quality Score" across many data points, but it does not evaluate whether these suggested aspects improve correlation with human judgments or add useful information beyond the predefined set. Without such analysis, this claim remains descriptive and does not support the stated contribution of demonstrating capabilities to propose useful new aspects.
minor comments (7)
- [Abstract] The abstract contains typos: "more more complex" should be "more complex," and "doesn't exist or isn't amply available" is informal.
- [Section 6.3] The sentence beginning "SAGE Agent is prompted to also ensure if the pre-defined scoring criteria is" is incomplete; the paragraph appears to be cut off.
- [Table 1] The column headers "Neg Pos Total Definition" are confusing. The "Definition" column header does not match its content (counts of instances), and "Neg" and "Pos" should be spelled out or defined in the caption.
- [Section 6.2] The text refers to "LLMEval (which is based on G-EVal framework)" but Table 2 labels the row "G-Eval"; use consistent terminology throughout.
- [Section 5] The sentence "the annotated by 4 experienced linguists" is missing a verb; it should read "annotated by 4 experienced linguists."
- [Section 2] There is a typo in "multi-agent farmeworks" which should be "frameworks."
- [Figure 3 caption] The caption "Scores distribution by SAGE Agent compared scores assigned by Evaluator Agent" is ungrammatical; consider "Score distributions assigned by the SAGE Agent and the Evaluator Agent."
Circularity Check
No significant circularity: SAGEval is an empirical framework evaluated against external human annotations; no fitted parameter is renamed as a prediction and the one overlapping-author citation is incidental.
full rationale
The paper's central claim is that a critiquing SAGE Agent rectifies scores produced by a G-Eval-style Evaluator Agent and that the rectified scores correlate better with human judgments on a newly collected dataset of 96 reference-free surveys/forms. The derivation chain is empirical rather than definitional: the Evaluator Agent scores each instance on eight predefined aspects, the SAGE Agent proposes score corrections and optionally suggests new aspects, and the resulting scores are compared with human annotations from four linguists. No score is fitted to the human labels, no parameter is estimated from the target correlations, and the human annotations are external to the framework's prompts. The aspect definitions are explicitly adapted from prior work (GPT-Score and X-eval), and the G-Eval formulation is cited as an external baseline rather than invoked to forbid alternatives. The only self-citation involving a current author, Wadhwa et al. (2024), appears in passing in the introduction as an example of retrieval-augmented generation and is not load-bearing for any of the paper's evaluation claims. The absence of confidence intervals and attribution controls (e.g., a strict-scoring single-pass evaluator) is a statistical and experimental-design limitation, not a circularity: the framework's output is not equivalent to its input by construction, and the comparison with human annotations gives the claim independent empirical content. No step in the paper reduces an equation to itself, no fitted value is renamed as a prediction, and no load-bearing premise rests on a self-citation chain. Therefore the appropriate circularity score is 0.
Assumptions & free parameters
assumptions (5)
- domain assumption LLM evaluators (GPT-4) can assign meaningful 1-5 scores on the predefined 8 aspects for open-ended forms.
- domain assumption The SAGE Agent's score rectifications and definition suggestions reflect valid reasoning rather than artifacts of prompt phrasing or output distribution.
- domain assumption Human annotations from 4 linguists are a reliable gold standard for the 8 aspects.
- standard math The probability normalization in Equation (1) from G-Eval is a valid way to aggregate token probabilities into scores.
- domain assumption The 96 GPT-3.5-generated surveys are representative of open-ended reference-free structured text.
Cite this review
Pith. "Pith review of SAGEval: The frontiers of Satisfactory Agent based NLG Evaluation for reference-free open-ended text." pith.science (2026). https://pith.science/paper/3VU7RR73
@misc{pith2026241116077,
author = {Pith},
title = {Pith review of: SAGEval: The frontiers of Satisfactory Agent based NLG Evaluation for reference-free open-ended text},
year = {2026},
howpublished = {\url{https://pith.science/paper/3VU7RR73}},
note = {Machine review of arXiv:2411.16077}
}
read the original abstract
Large Language Model (LLM) integrations into applications like Microsoft365 suite and Google Workspace for creating/processing documents, emails, presentations, etc. has led to considerable enhancements in productivity and time savings. But as these integrations become more more complex, it is paramount to ensure that the quality of output from the LLM-integrated applications are relevant and appropriate for use. Identifying the need to develop robust evaluation approaches for natural language generation, wherein references/ground labels doesn't exist or isn't amply available, this paper introduces a novel framework called "SAGEval" which utilizes a critiquing Agent to provide feedback on scores generated by LLM evaluators. We show that the critiquing Agent is able to rectify scores from LLM evaluators, in absence of references/ground-truth labels, thereby reducing the need for labeled data even for complex NLG evaluation scenarios, like the generation of JSON-structured forms/surveys with responses in different styles like multiple choice, likert ratings, single choice questions, etc.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Read the generated output form/survey/quiz text carefully and identify the main theme across all sections and questions, and option choices (for the case of multichoice and single choice questions)
-
[2]
arXiv preprint arXiv:2403.00839
Toolnet: Connecting large language models with massive tools via tool graph. arXiv preprint arXiv:2403.00839. Yang Liu, Dan Iter, Yichong Xu, Shuohang Wang, Ruochen Xu, and Chenguang Zhu. 2023b. Gpte- val: Nlg evaluation using gpt-4 with better human alignment. arXiv preprint arXiv:2303.16634. Tinh Son Luong, Thanh-Thien Le, Linh Ngo Van, and Thien Huu Ng...
arXiv 2024
-
[3]
arXiv preprint arXiv:2404.13076
Llm evaluators recognize and favor their own generations. arXiv preprint arXiv:2404.13076. Kishore Papineni, Salim Roukos, Todd Ward, and Wei- Jing Zhu. 2002. Bleu: a method for automatic evalu- ation of machine translation. In Proceedings of the 40th annual meeting of the Association for Computa- tional Linguistics, pages 311–318. Chengwei Qin, Aston Zha...
arXiv 2002
-
[5]
Ad- vances in Neural Information Processing Systems , 36
How2comm: Communication-efficient and collaboration-pragmatic multi-agent perception. Ad- vances in Neural Information Processing Systems , 36. Weihao Yu, Zhengyuan Yang, Linjie Li, Jianfeng Wang, Kevin Lin, Zicheng Liu, Xinchao Wang, and Lijuan Wang. 2023. Mm-vet: Evaluating large multimodal models for integrated capabilities. arXiv preprint arXiv:2308.0...
arXiv 2023
-
[7]
Check if the general theme of the content in form/survey/quiz is aligned to the theme of the prompt (user ask), and if it presents them in a clear and logical order
-
[8]
Assign a score for Accuracy on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Semantic Diversity: This criteria looks at the generated output text and then tries to judge whether the questions across all sections (if present) and the form are diverse, meaning they are semantically different and there are no...
-
[9]
Read the generated output form/survey/quiz text carefully and ensure that there are no duplicates
-
[10]
Also check if the content in form/survey/quiz is semantically rich and aligns to the theme of the prompt (user ask), while being diverse/different from each other
Show all 23 references
-
[11]
Assign a score for Semantic Diversity on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Cohension: This criteria looks at the gener- ated output text and then tries to judge whether the questions across all sections (if present)...
-
[12]
Read the generated output form/survey/quiz text carefully and ensure that there are no typos or grammatical errors. 2. Also check if the content in form/survey/quiz is fluent in english and coherent to understand
-
[13]
Assign a score for Cohesion on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Relevancy: Evaluation on fourth Criteria: This criteria looks at the generated output text and then tries to judge whether the questions across all se...
-
[14]
user ask
Read the generated output form/survey/quiz text carefully and ensure that all questions, section titles and options are relevant and important to the "user ask"
-
[15]
Assign a score for Relevancy on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Audience Understandability: This criteria looks at the generated output text and then tries to judge whether the questions across all sections (if pr...
-
[17]
Audience Understandability
After reading through the contents of the form/survey/quiz generated, please assign a "Audience Understandability" score on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Audience Engagement score: This criteria looks at the gen...
-
[18]
Assume that you (GPT4 model) are the responder of the form/survey/quiz generated, and now read the generated output form/survey/quiz text carefully
-
[19]
Audience Engagement
After reading through the contents of the form/survey/quiz generated, please assign a "Audience Engagement" score on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Fairness score: This criteria looks at the generated output text...
-
[20]
Read the generated output form/survey/quiz text carefully and ensure that all questions, section titles, title of the form, description of the form are generated in a language that is fair, without any bias, or harmful content, that may cause discomfort to the responders
-
[21]
Also check if the conetnt in form/survey/quiz should be flagged on any Responsible AI stan- dards
-
[22]
Assign a score for Fairness on a scale of 1 to 5, where 1 is the lowest and 5 is the highest based on the Evaluation Criteria. Sentiment/Tone type: This criteria looks at the generated output text and then tries to identify the sentiment of the content by analyzing the questio...
-
[23]
Read the generated output form/survey/quiz text carefully and identify from the language of all questions, section titles, title of the form, description of the form the sentiment it conveys
-
[24]
Unlike the previous evaluation criteria which were assign a score for Fairness on a scale of 1 to 5, here please output tone/sentiment of the generated content (questions). """
-
[2023]
arXiv preprint arXiv:2310.15123
Branch-solve-merge improves large language model evaluation and generation. arXiv preprint arXiv:2310.15123. Gemini Team, Rohan Anil, Sebastian Borgeaud, Yonghui Wu, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M Dai, Anja Hauth, et al. 2023. Gemini:...
-
[2024]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al
Welcome to copilot in microsoft forms. Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. 2023. Gpt-4 technical report. arXiv preprint arXiv:2303.08774. Kabir Ahuj...
2023 arXiv
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.