Can LLMs Write Reliable Rubrics? A Meta-Evaluation for Experiment Reproduction

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

This work presents the first systematic meta-evaluation of Large Language Model (LLM)-generated rubrics for reproducing machine learning research papers, addressing the bottleneck of manual rubric construction for benchmarks like PaperBench. Researchers reformulated rubrics into a checklist-style format and assessed four generation settings—Direct Prompting, In-Context Examples, Agentic Scaffold, and Distilled Skill—using Claude-Sonnet and GPT-5.4 backbone models. The evaluation involved intrinsic semantic similarity and extrinsic score alignment with ground-truth rubrics. Results indicate that augmented settings significantly improve downstream evaluation alignment, with the Distilled Skill setting achieving a Spearman correlation of 0.78, closely approaching the human baseline of 0.83. However, LLM-generated rubrics tend to be overly fine-grained, biased towards higher scores, and less adaptable to specific paper domains, often exhibiting a code-centric focus.

Key takeaway

For AI Scientists or Machine Learning Engineers tasked with evaluating research reproducibility, you should consider integrating augmented LLM-generated rubrics into your workflow. While direct prompting yields weaker results, employing techniques like agentic scaffolding or distilled procedural skills can significantly improve rubric quality, approaching human-level evaluation alignment. However, always review generated rubrics for potential biases towards fine-grained, code-centric criteria and adjust importance scores to ensure domain-specific priorities are accurately reflected.

Key insights

LLMs can generate reliable paper reproduction rubrics, especially with augmented prompting, but exhibit biases.

Principles

Method

Rubrics are checklist-style $(c_i, s_i)$ with scores 1-5. Generation settings include direct prompting, in-context examples, agentic scaffolding (ReAct), and distilled procedural skills from a stronger model.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.