DCA-Bench: A Benchmark for Dataset Curation Agents
Benhao Huang, Yingzhuo Yu, Jin Huang, Xingjian Zhang, Jiaqi Ma
TL;DR
DCA-Bench introduces a benchmark and an automatic GPT-4o-based evaluation framework to assess whether LLM agents can discover hidden data quality issues in community-contributed datasets. It assembles 221 real-world test cases from eight platforms, packaged with multi-level hints and ground-truth annotations, to simulate autonomous dataset curation. The study validates the Evaluator against human judgments and benchmarks multiple baseline Curators, finding that current state-of-the-art models struggle to reveal all issues without hints and still face limitations even with rich guidance. The work demonstrates both the potential and the challenges of using LLM agents for dataset curation at scale, and highlights avenues for improvement such as better knowledge integration and multi-agent collaboration. Overall, DCA-Bench provides a practical testbed and an evaluative framework to push toward reliable autonomous dataset curation in open AI platforms.
Abstract
The quality of datasets plays an increasingly crucial role in the research and development of modern artificial intelligence (AI). Despite the proliferation of open dataset platforms nowadays, data quality issues, such as incomplete documentation, inaccurate labels, ethical concerns, and outdated information, remain common in widely used datasets. Furthermore, these issues are often subtle and difficult to be detected by rule-based scripts, therefore requiring identification and verification by dataset users or maintainers--a process that is both time-consuming and prone to human mistakes. With the surging ability of large language models (LLM), it's promising to streamline the discovery of hidden dataset issues with LLM agents. To achieve this, one significant challenge is enabling LLM agents to detect issues in the wild rather than simply fixing known ones. In this work, we establish a benchmark to measure LLM agent's ability to tackle this challenge. We carefully curate 221 real-world test cases from eight popular dataset platforms and propose an automatic evaluation framework using GPT-4o. Our proposed framework shows strong empirical alignment with expert evaluations, validated through extensive comparisons with human annotations. Without any hints, most competitive Curator agent can only reveal $\sim$30\% of the data quality issues in the proposed dataset, highlighting the complexity of this task and indicating that applying LLM agents to real-world dataset curation still requires further in-depth exploration and innovation. The data and code are available at \href{https://github.com/TRAIS-Lab/dca-bench}{https://github.com/TRAIS-Lab/dca-bench}.
