Paper Overview
- Research Area: Machine Learning (ML)
- Authors: Anoushka Vyas, Aarushi Dhanuka, Sina Khoshfetrat Pakazad
- Published: 2026-06-19
- arXiv: 2506.14970
- Generate, execute, validate, and repair concrete artifacts rather than emitting text
- Draw on a shared memory for experience reuse
- Surface outputs for review by domain experts
- Four task categories
- Four SQL dialects
Problem
Production data integration is bottlenecked by repeated, lossy handoffs between data owners, engineers, and analysts who must collaboratively discover, structure, and query enterprise data.
Approach: DIA (Data Intelligence Agents)
DIA compresses this workflow into a system of three agents:
1. Data Interpreter — interprets raw enterprise data 2. Schema Creator — structures data into schemas 3. Query Generator — generates and executes queries
Unlike traditional text-emitting approaches, these agents treat autonomous coding agents (ACAs) as a first-class abstraction. They:
DIA is deployed in production for enterprise customers.
Query Generator Evaluation
The authors study the Query Generator in depth and evaluate it in fully autonomous mode across seven SQL benchmarks, covering:
Conclusion
The results demonstrate that an architecture grounded in execution, built on ACAs and a shared memory, generalizes across the data intelligence workload—with adaptation confined to natural-language instructions.
---
*Source: arXiv:2506.14970*