paper-with-me

홈 › Papers

Grading the Grader: Lessons from Evaluating an Agentic Data Analysis System

2026-06-23 · Tian Zheng, Kai-Tai Hsu arxiv

Agentic data analysis systems produce rich outputs, including code, numerical results, and verbal diagnostics. This makes them more challenging to evaluate than single-turn LLM responses. It is therefore necessary to distinguish genuine disagreement between an agent's output and a ground-truth answer from grading artifacts. We investigate how reliably automated graders assess such a system and what strategies improve grading quality by applying LAMBDA, a multi-agent data-analysis system, on 153 numerical QRData tasks from DSGym. We develop and evaluate a three-layer human-AI grading cascade: strict regex matching, LLM-based lenient grading, and snippet-based human inspection, which combines non-GenAI and GenAI strategies with different failure profiles. Both automated graders achieve 100% observed precision (0/70 false positives). The lenient grader's recall is 97% against human labels. A keyword-anchored extraction pipeline raises the strict grader's recall by 60 percentage points over a last-number heuristic; the lenient grader is architecturally parser-independent. An iterative nudge mechanism raises grading run success from 36% to 97% and lenient-pass rates from 16% to 46%; comparing nudging with and without original-question re-injection shows that re-injection offers no benefit, confirming the nudge as an answer template cue. We further observe in this case study that variable type is the task metadata field most consistently associated with grading pipeline dynamics and observed outcome grades.

📄 PDF Abstract BibTeX arXiv:2606.24839

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Complex Task through Crowdsourcing: Multiple Views Approach

2017-03-30 · Lingyu Lyu, Mehmed Kantardzic

With the popularity of massive open online courses, grading through crowdsourcing has become a prevalent approach towards large scale classes. However, for getting grades for complex tasks, which require specific skills …

CHiL(L)Grader: Calibrated Human-in-the-Loop Short-Answer Grading

2026-03-12 · Pranav Raikote, Korbinian Randl, Ioanna Miliou, Athanasios Lakes 외 arxiv

Scaling educational assessment with large language models requires not just accuracy, but the ability to recognize when predictions are trustworthy. Instruction-tuned models tend to be overconfident, and their reliabilit…

Continual Learning

Autograding Mathematical Induction Proofs with Natural Language Processing

2024-06-11 · Chenyan Zhao, Mariana Silva, Seth Poulsen

In mathematical proof education, there remains a need for interventions that help students learn to write mathematical proofs. Research has shown that timely feedback can be very helpful to students learning new skills. …

Mathematical InductionMathematical Proofs

Grader variability and the importance of reference standards for evaluating machine learning models for diabetic retinopathy

2017-10-04 · Jonathan Krause, Varun Gulshan, Ehsan Rahimy, Peter Karth 외

Diabetic retinopathy (DR) and diabetic macular edema are common complications of diabetes which can lead to vision loss. The grading of DR is a fairly complex process that requires the detection of fine features such as …

BIG-bench Machine Learning

Tuned Models of Peer Assessment in MOOCs

2013-07-09 · Chris Piech, Jonathan Huang, Zhenghao Chen, Chuong Do 외

In massive open online courses (MOOCs), peer grading serves as a critical tool for scaling the grading of complex, open-ended assignments to courses with tens or hundreds of thousands of students. But despite promising i…