NeFut Logo NeFut
Admin Login

[CS.AI] DSWorld: A Data Science World Model for Efficient Autonomous Agents

Published at: 2026-07-20 22:00 Last updated: 2026-07-22 01:02
#AI #Machine Learning #optimization

Despite strong capabilities in data understanding and decision-making, autonomous data science agents still heavily rely on trial-and-error workflows that involve expensive computation. This bottleneck motivates models that can anticipate the effects of data science operations before real execution.

In this paper, we introduce the concept of Data Science World Model, which models the data science execution environment by predicting environment state transitions conditioned on current workflow states and candidate operations.

We further propose DSWorld, a practical framework that combines structured state construction, cost-aware routing, lightweight real execution, and an LLM-based simulator for expensive operations.

To support training, we construct an 8K-scale transition trajectory dataset and introduce Reflective World Model Optimization, an error-aware reinforcement learning strategy for improving transition prediction.

Experiments show that DSWorld accelerates RL-based agent training by approximately $14\times$ and search-based inference by approximately $3$-$6\times$ while maintaining competitive performance, outperforming the strongest LLM baseline by 35.6% on transition prediction tasks.

The code is available at DSWorld GitHub.

Blogger's Review: The DSWorld framework effectively reduces the computational costs for autonomous agents performing data science tasks through its innovative Data Science World Model. Its combination of Reflective World Model Optimization and LLM paves the way for a new era of automated data processing, making it a noteworthy advancement.

Original Source: https://arxiv.org/abs/2607.15901

[h] Back to Home