arXiv:2606.24839cs.AIstat.AP2026-06

评测智能数据分析系统的评分机制,提升自动打分的准确性和可靠性。

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

论文配图:Grading the Grader: Lessons from Evaluating an Agentic Data Analysis System
图 1 · 摘自论文原文
  • 设计三层人机协同评分流程:正则匹配、大模型宽松判分、代码片段人工审核。
  • 宽松评分器召回率达97%,严格评分器召回率提升60个百分点,零误报。
  • 通过提示词迭代优化,评分成功率从36%升至97%,适合高复杂度数据任务评估。

智能数据分析系统生成包含代码、数值结果和文字诊断的丰富输出,比单轮大模型回答更难评估。需区分真实分歧与评分偏差。本文在DSGym的153个数值问答任务上应用LAMBDA多智能体系统,研究自动化评分器的可靠性及优化策略。提出三层人机评分流水线:严格正则匹配、基于LLM的宽松判分、基于代码片段的人工核查,融合非生成与生成式方法。两种自动评分器均实现100%精确率(0/70假阳性),宽松评分器召回率达97%。关键词锚定提取管道使严格评分器召回率提升60个百分点,优于仅取末尾数字的启发式方法;宽松评分器架构上不依赖解析器。迭代提示机制将评分成功率达36%提升至97%,宽松通过率从16%增至46%;对比提示加原问题重注入与不重注入,发现重注入无增益,证实提示即答案模板提示有效。进一步观察发现,变量类型是与评分流程动态和评分结果最一致关联的任务元数据字段。

原文摘要 · Abstract (English)

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.

智能代理自动评测数据解析评分机制

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。