paper-with-me

홈 › Papers

ELT-Bench-Verified: Benchmark Quality Issues Underestimate AI Agent Capabilities

2026-03-31 · Christopher Zanoli, Andrea Giovannini, Tengjun Jin, Ana Klimovic, Yotam Perlitz arxiv

Constructing Extract-Load-Transform (ELT) pipelines is a labor-intensive data engineering task and a high-impact target for AI automation. On ELT-Bench, the first benchmark for end-to-end ELT pipeline construction, AI agents initially showed low success rates, suggesting they lacked practical utility. We revisit these results and identify two factors causing a substantial underestimation of agent capabilities. First, re-evaluating ELT-Bench with upgraded large language models reveals that the extraction and loading stage is largely solved, while transformation performance improves significantly. Second, we develop an Auditor-Corrector methodology that combines scalable LLM-driven root-cause analysis with rigorous human validation (inter-annotator agreement Fleiss' kappa = 0.85) to audit benchmark quality. Applying this to ELT-Bench uncovers that most failed transformation tasks contain benchmark-attributable errors -- including rigid evaluation scripts, ambiguous specifications, and incorrect ground truth -- that penalize correct agent outputs. Based on these findings, we construct ELT-Bench-Verified, a revised benchmark with refined evaluation logic and corrected ground truth. Re-evaluating on this version yields significant improvement attributable entirely to benchmark correction. Our results show that both rapid model improvement and benchmark quality issues contributed to underestimating agent capabilities. More broadly, our findings echo observations of pervasive annotation errors in text-to-SQL benchmarks, suggesting quality issues are systemic in data engineering evaluation. Systematic quality auditing should be standard practice for complex agentic tasks. We release ELT-Bench-Verified to provide a more reliable foundation for progress in AI-driven data engineering automation.

📄 PDF Abstract BibTeX arXiv:2603.29399

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWE-Bench Pro Verified: A Reliable Benchmark for Software Engineering Agents

2026-09-08 · Pujun Zheng, Zixin Shang, Shufan Jiang, Wenhui Tian 외 hf

SWE-Bench Pro has emerged as a standard benchmark for evaluating software engineering agents on challenging repository-level tasks. However, our analysis work show that its evaluation is undermined by two sources of unre…

PRISM-Bench: An Audio-Centric Diagnostic Benchmark for Text-to-Audio-Video Generation

2026-09-04 · Yuchen Sun, Qian Yang, Jun Wang, Detai Xin 외 arxiv

Text-to-audio-video (T2AV) generation has advanced rapidly, but its evaluation still underestimates the audio modality. Existing benchmarks either treat audio as an auxiliary component of video quality or assess it in is…

Audio GenerationVideo Generation

FACTORY: A Challenging Human-Verified Prompt Set for Long-Form Factuality

2025-07-31 · Mingda Chen, Yang Li, Xilun Chen, Adina Williams 외 arxiv

Long-form factuality evaluation assesses the ability of models to generate accurate, comprehensive responses to short prompts. Existing benchmarks often lack human verification, leading to potential quality issues. To ad…

TDD-Bench Verified: Can LLMs Generate Tests for Issues Before They Get Resolved?

2024-12-03 · Toufique Ahmed, Martin Hirzel, Rangeet Pan, Avraham Shinnar 외

Test-driven development (TDD) is the practice of writing tests first and coding later, and the proponents of TDD expound its numerous benefits. For instance, given an issue on a source code repository, tests can clarify …

test driven development

Hybrid-Gym: Training Coding Agents to Generalize Across Tasks

2026-02-18 · Yiqing Xie, Emmy Liu, Gaokai Zhang, Nachiket Kotalwar 외 arxiv

When assessing the quality of coding agents, predominant benchmarks focus on solving single issues on GitHub, such as SWE-Bench. In contrast, in real use, these agents solve more various and complex tasks that involve ot…