菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-13
📄 Abstract - CODA-BENCH: Can Code Agents Handle Data-Intensive Tasks?

Advanced agents are increasingly demonstrating the potential to operate as autonomous engineers, creating a growing demand for evaluation benchmarks that capture the complexity of real-world development. Such environments typically involve both complex code and large-scale data (i.e., file system). However, existing benchmarks usually evaluate code-centric or data-centric capabilities in isolation, leaving a clear gap with real development scenarios. In this paper, we bridge this gap by introducing CODA-BENCH, the first benchmark to jointly evaluate code and data intelligence in a data-intensive environment. We construct a data-intensive Linux sandbox based on the Kaggle ecosystem (containing hundreds of datasets), where agents must actively explore complex file hierarchies to identify relevant resources and generate code for data-driven analytical tasks. CODA-BENCH comprises 1,009 tasks spanning 31 communities, with each task environment containing an average of 980 files, simulating realistic data scale and noise. Evaluations of advanced agents reveal that even top-performing systems struggle to effectively integrate data discovery with code execution, achieving a success rate of only 61.1%. These results highlight a substantial gap in current agentic capabilities for data-intensive tasks and point to promising directions for future research.

顶级标签: agents data
详细标签: code agents benchmark data-intensive evaluation file system 或 搜索:

CODA-BENCH:代码智能体能否处理数据密集型任务? / CODA-BENCH: Can Code Agents Handle Data-Intensive Tasks?


1️⃣ 一句话总结

本文提出了CODA-BENCH,第一个同时评估智能体在代码编写和大规模数据处理两方面能力的基准测试,发现当前最先进的智能体在面对真实数据密集型任务时,成功率仅有61.1%,暴露了其在数据发现与代码执行整合能力上的明显不足。

源自 arXiv: 2606.15300