Pith. sign in

REVIEW 26 cited by

Is ChatGPT a Good NLG Evaluator? A Preliminary Study

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 2303.04048 v3 pith:BCH3HEQO submitted 2023-03-07 cs.CL cs.AI

classification cs.CLcs.AI
keywords chatgptevaluatormeta-evaluationmetricdatasetsevaluationhumanmetrics
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Recently, the emergence of ChatGPT has attracted wide attention from the computational linguistics community. Many prior studies have shown that ChatGPT achieves remarkable performance on various NLP tasks in terms of automatic evaluation metrics. However, the ability of ChatGPT to serve as an evaluation metric is still underexplored. Considering assessing the quality of natural language generation (NLG) models is an arduous task and NLG metrics notoriously show their poor correlation with human judgments, we wonder whether ChatGPT is a good NLG evaluation metric. In this report, we provide a preliminary meta-evaluation on ChatGPT to show its reliability as an NLG metric. In detail, we regard ChatGPT as a human evaluator and give task-specific (e.g., summarization) and aspect-specific (e.g., relevance) instruction to prompt ChatGPT to evaluate the generated results of NLG models. We conduct experiments on five NLG meta-evaluation datasets (including summarization, story generation and data-to-text tasks). Experimental results show that compared with previous automatic metrics, ChatGPT achieves state-of-the-art or competitive correlation with human judgments in most cases. In addition, we find that the effectiveness of the ChatGPT evaluator might be influenced by the creation method of the meta-evaluation datasets. For the meta-evaluation datasets which are created greatly depending on the reference and thus are biased, the ChatGPT evaluator might lose its effectiveness. We hope our preliminary study could prompt the emergence of a general-purposed reliable NLG metric.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 26 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Paladin: Defending LLM-enabled Phishing Emails with a New Trigger-Tag Paradigm

    cs.CR 2025-09 conditional novelty 7.0 of 10

    A trigger-tag watermark embedded by fine-tuning lets modified LLMs mark their own phishing outputs for cheap detection.

  2. Towards a Holistic and Automated Evaluation Framework for Multi-Level Comprehension of LLMs in Book-Length Contexts

    cs.CL 2025-08 conditional novelty 7.0 of 10

    HAMLET introduces a three-level key-fact hierarchy with automated query-focused summarization to evaluate LLM recall and faithfulness in book-length contexts, achieving over 90% agreement with experts.

  3. TQLite: Multi-LLM Jury Guided Distillation for Real-time MQM Translation Quality Evaluation

    cs.CL 2026-08 conditional novelty 6.0 of 10

    Distilling agreement-filtered multi-LRM jury annotations into Gemma-3-12B improves MQM translation quality evaluation from 52.63% to 55.03% average segment-level accuracy, approaching closed LRMs.

  4. RetiBridge: Bridging Quantitative Retinal Biomarkers and Qualitative Diagnosis with a Knowledge-Guided Multimodal Large Language Model

    cs.AI 2025-10 reject novelty 6.0 of 10

    RetiBridge/GROK is a 7B multimodal LLM trained to turn quantitative retinal biomarkers into qualitative diagnoses, outperforming larger open models and OpenAI-o3 on its self-built, LLM-judged benchmark.

  5. Generalised Probabilistic Modelling and Improved Uncertainty Estimation in Comparative LLM-as-a-judge

    cs.AI 2025-05 conditional novelty 6.0 of 10

    A generalised Product-of-Experts framework with a new 'probability of reordering' selection metric that reduces the number of LLM comparisons needed for ranking by about 50%.

  6. R-TOFU: Unlearning in Large Reasoning Models

    cs.CL 2025-05 conditional novelty 6.0 of 10

    R-TOFU shows that answer-level unlearning is insufficient for large reasoning models because residual knowledge persists in chain-of-thought traces.

  7. AutoMedEval: Harnessing Language Models for Automatic Medical Capability Evaluation

    cs.CL 2025-05 conditional novelty 6.0 of 10

    A medical evaluation LLM trained with curriculum instruction tuning and iterative knowledge introspection correlates with human judgments better than GPT-4 and other baselines on medical QA responses.

  8. SAS-Bench: A Fine-Grained Benchmark for Evaluating Short Answer Scoring with Large Language Models

    cs.CL 2025-05 conditional novelty 6.0 of 10

    The paper introduces a 1,030-question benchmark of 4,109 expert-annotated student responses with step-wise scores and error causes, along with two consistency metrics for evaluating LLM short answer scoring.

  9. Do Automatic Comment Generation Techniques Fall Short? Exploring the Influence of Method Dependencies on Code Understanding

    cs.SE 2025-04 conditional novelty 6.0 of 10

    Including the bodies of helper methods in the prompt enables large language models to generate better comments for dependent Java methods than standard comment generators.

  10. Unveiling the Lack of LVLM Robustness to Fundamental Visual Variations: Why and Path Forward

    cs.CV 2025-04 conditional novelty 6.0 of 10

    V2R-Bench shows that 21 large vision-language models are markedly less accurate on simple object and direction tasks when object position, scale, orientation, or context is varied, and attributes the failure to multim...

  11. Evaluating Small Language Models for News Summarization: Implications and Factors Influencing Performance

    cs.CL 2025-02 conditional novelty 6.0 of 10

    A benchmark of 19 small language models on 2,000 news articles shows that the best small models nearly match 70B-parameter LLMs in summary quality while producing shorter summaries.

  12. Optimization is Better than Generation: Optimizing Commit Message Leveraging Human-written Commit Message

    cs.SE 2025-01 conditional novelty 6.0 of 10

    A commit-message optimization method that starts from human-written messages and uses GPT-4 plus automated evaluators outperforms message generation and completion methods on three of four quality metrics.

  13. Retrieval-Augmented Recommendation Explanation Generation with Hierarchical Aggregation

    cs.IR 2025-07 conditional novelty 5.0 of 10

    REXHA improves recommendation explanation generation by hierarchically summarizing all reviews into user and item profiles and using pseudo-document queries to retrieve relevant reviews for a language model.

  14. $I^2G$: Generating Instructional Illustrations via Text-Conditioned Diffusion

    cs.CL 2025-05 reject novelty 5.0 of 10

    A pairwise-conditioned diffusion model generates instructional illustrations from procedural text and is finetuned with a text-image alignment reward.

  15. PLHF: Prompt Optimization with Few-Shot Human Feedback

    cs.CL 2025-05 conditional novelty 5.0 of 10

    PLHF uses a prompt-optimized LLM evaluator trained on a few human-labeled examples to serve as the scoring metric, and reports improved prompt optimization for generative tasks where no clear metric exists.

  16. An Empirical Study of Evaluating Long-form Question Answering

    cs.IR 2025-04 conditional novelty 5.0 of 10

    In long-form QA, LLM-based evaluators correlate with human judgments better than ROUGE or BERTScore, but they are biased by answer length, question type, self-reinforcement, and rare-word usage, and fine-grained promp...

  17. LLMs to Support a Domain Specific Knowledge Assistant

    cs.CL 2025-02 conditional novelty 5.0 of 10

    A synthetic QA dataset for IFRS sustainability reporting is created with LLMs and used to build and evaluate two QA pipelines, with the fully LLM-based pipeline scoring highest.

  18. Reason4Rec: Deliberative User Preference Alignment of Large Language Models for Recommendation

    cs.IR 2025-02 conditional novelty 5.0 of 10

    An LLM recommender that decomposes preference reasoning into summarization, matching, and prediction steps, trained on review text, improves rating accuracy and explanation quality on Amazon and Yelp benchmarks.

  19. Can LLMs Ask Good Questions?

    cs.CL 2025-01 conditional novelty 5.0 of 10

    LLM-generated questions mostly ask for descriptions and long answers, and they use the source text more evenly than human-authored questions.

  20. Evaluate Summarization in Fine-Granularity: Auto Evaluation with LLM

    cs.CL 2024-12 reject novelty 5.0 of 10

    SumAutoEval is an LLM-based entity-level summarization evaluator with four dimensions; its claimed human-correlation advantage is not consistently supported by the experiments.

  21. Can Large Language Models Serve as Evaluators for Code Summarization?

    cs.SE 2024-12 conditional novelty 5.0 of 10

    An LLM prompt that makes the model role-play a code reviewer scores code summaries with 81.59% Spearman correlation with human judgment, outperforming BLEU and BERTScore on a 300-sample benchmark.

  22. LPCAN: Lightweight Pyramid Cross-Attention Network for Rail Surface Defect Detection Using RGB-D Data

    cs.CV 2026-01 reject novelty 4.0 of 10

    A lightweight RGB-D cross-attention network is proposed for rail defect detection, but the SOTA accuracy and generalization claims are internally inconsistent and the implementation is not public.

  23. Knockout LLM Assessment: Using Large Language Models for Evaluations through Iterative Pairwise Comparisons

    cs.CL 2025-06 conditional novelty 4.0 of 10

    A knockout tournament of iterative pairwise LLM comparisons improves agreement with human expert scores by 0.07 Pearson on average across exam grading and MT evaluation.

  24. CEC-Zero: Chinese Error Correction Solution Based on LLM

    cs.CL 2025-05 reject novelty 4.0 of 10

    The authors claim that reinforcement learning with an embedding-clustering reward improves Chinese spelling correction and cross-domain generalization, but the evidence is missing key baselines and reproducibility artifacts.

  25. The Performance of the LSTM-based Code Generated by Large Language Models (LLMs) in Forecasting Time Series Data

    cs.AI 2024-11 reject novelty 4.0 of 10

    This paper reports that LLM-generated LSTM forecast code can reach RMSE values close to a generic manually built LSTM on 10 stock datasets, but the comparison is weakened by cherry-picked best results and no repeated ...

  26. Knowledge-Embedded and Hypernetwork-Guided Few-Shot Substation Meter Defect Image Generation Method

    cs.CV 2026-01 reject novelty 3.0 of 10

    Fine-tuning Stable Diffusion with DreamBooth-style knowledge and hypernetwork-guided crack control maps can synthesize substation meter defect images that boost a YOLOv8 defect detector's mAP when added to the training set.

Pith tools