Neurodata Without Boredom: Benchmarking Agentic AI for Data Reuse

arXiv cs.LG Papers

Summary

This paper benchmarks agentic AI systems on the task of loading, understanding, and reformatting fragmented neuroscience data, finding that while agents perform well on subtasks, they rarely achieve fully error-free end-to-end solutions and human oversight remains necessary.

arXiv:2605.12808v1 Announce Type: new Abstract: Neuroscience data are highly fragmented across labs, formats, and experimental paradigms, and reuse often requires substantial manual effort. A persistent roadblock to data reuse and integration is the need to decipher bespoke and diverse data formatting choices. Common data formats have been proposed in response, but the field continues to struggle with a fundamental tension: formats flexible enough to accommodate diverse experiments are rarely descriptive enough to be self-explanatory, and sufficiently descriptive formats demand detailed documentation and curation effort that few labs can sustain. Agentic AI is a natural candidate to solve this problem: LLMs read code and text faster and with sustained attention to the low-level details humans tend to skim over. To measure how well agentic AI performs on this task, we selected eight recent papers studying large-scale mouse neural population recordings that shared both data and code, spanning diverse recording modalities, behavioral paradigms, and dataset formats (e.g., NWB, specialized APIs, and general-purpose Python or MATLAB files). We provided agents with the data, code, and paper, and prompted them to load, understand, and reformat the data for a common downstream task: training a decoder from neural activity to task or behavioral variables. General-purpose coding agents commonly used by scientists performed well on each sub-task, but rarely strung together a fully error-free end-to-end solution. We characterize the types of mistakes agents made and the dataset properties that elicited them, and propose data-sharing best practices for the agentic-AI era. We further find that agents-as-judges are unreliable at catching errors, especially without ground-truth references, so interactive, human-in-the-loop coding remains necessary.
Original Article
View Cached Full Text

Cached at: 05/14/26, 06:19 AM

# Neurodata Without Boredom: Benchmarking Agentic AI for Data Reuse
Source: [https://arxiv.org/abs/2605.12808](https://arxiv.org/abs/2605.12808)
[View PDF](https://arxiv.org/pdf/2605.12808)

> Abstract:Neuroscience data are highly fragmented across labs, formats, and experimental paradigms, and reuse often requires substantial manual effort\. A persistent roadblock to data reuse and integration is the need to decipher bespoke and diverse data formatting choices\. Common data formats have been proposed in response, but the field continues to struggle with a fundamental tension: formats flexible enough to accommodate diverse experiments are rarely descriptive enough to be self\-explanatory, and sufficiently descriptive formats demand detailed documentation and curation effort that few labs can sustain\. Agentic AI is a natural candidate to solve this problem: LLMs read code and text faster and with sustained attention to the low\-level details humans tend to skim over\. To measure how well agentic AI performs on this task, we selected eight recent papers studying large\-scale mouse neural population recordings that shared both data and code, spanning diverse recording modalities, behavioral paradigms, and dataset formats \(e\.g\., NWB, specialized APIs, and general\-purpose Python or MATLAB files\)\. We provided agents with the data, code, and paper, and prompted them to load, understand, and reformat the data for a common downstream task: training a decoder from neural activity to task or behavioral variables\. General\-purpose coding agents commonly used by scientists performed well on each sub\-task, but rarely strung together a fully error\-free end\-to\-end solution\. We characterize the types of mistakes agents made and the dataset properties that elicited them, and propose data\-sharing best practices for the agentic\-AI era\. We further find that agents\-as\-judges are unreliable at catching errors, especially without ground\-truth references, so interactive, human\-in\-the\-loop coding remains necessary\.

## Submission history

From: Kristin Branson \[[view email](https://arxiv.org/show-email/f888af11/2605.12808)\] **\[v1\]**Tue, 12 May 2026 23:00:18 UTC \(11,544 KB\)

Similar Articles

Position: Agentic AI System Is a Foreseeable Pathway to AGI

arXiv cs.AI

This paper argues that monolithic scaling of a single model is insufficient for achieving AGI and proposes Agentic AI with multi-agent collaboration as a necessary paradigm, demonstrating theoretically that agentic systems achieve exponentially superior generalization and sample efficiency.

An Empirical Study of Automating Agent Evaluation

arXiv cs.CL

This paper introduces EvalAgent, a system that automates the evaluation of AI agents by encoding domain-specific expertise, addressing the limitations of standard coding assistants in this task. It also presents AgentEvalBench, a benchmark for testing evaluation pipelines, and demonstrates significant improvements in evaluation reliability.