paper-with-me

홈 › Papers

Demonstrating TOFFEE: A Learned System for Synthesizing Data Agent Trajectories at Scale

2026-07-07 · Ziting Wang, Yin Li, Zuhao Yang, Xiuchang Li, Jiale Bai, Gao Cong arxiv

LLM-powered data agents are playing an increasingly important role in data-driven decision making. However, existing data agents struggle to generalize to unseen data environments and analytical workflows, especially in heterogeneous enterprise settings. This creates a growing need for synthesizing high-quality data agent trajectories that capture complex analytical workflows for given data environments. Such trajectories support two key downstream uses: they can serve as supervised finetuning (SFT) data that adapts data agent models to the target domain, and as in-context learning (ICL) demonstrations to guide general-purpose LLMs in unfamiliar data environments. Thus, we introduce TOFFEE, a system for synthesizing high-quality data agent trajectories from given data environments via Monte Carlo Tree Search (MCTS) with adaptive model selection and cross-task prefix reuse. We show that TOFFEE can effectively generate scalable trajectory data for complex analytical tasks across heterogeneous environments. In this demonstration, we present the system framework of TOFFEE, including its task pool construction, trajectory explorer, and learned cost model. We also introduce the web interface of TOFFEE and its workflow, and demonstrate two end-to-end scenarios: trajectory synthesis for data agent finetuning, and demonstration-augmented data agent reasoning.

📄 PDF Abstract BibTeX arXiv:2607.06233

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Temporal Network Embedding via Tensor Factorization

2021-08-22 · Jing Ma, Qiuchen Zhang, Jian Lou, Li Xiong 외

Representation learning on static graph-structured data has shown a significant impact on many real-world applications. However, less attention has been paid to the evolving nature of temporal networks, in which the edge…

Link PredictionNetwork EmbeddingRepresentation LearningTensor Decomposition

Toffee: Efficient Million-Scale Dataset Construction for Subject-Driven Text-to-Image Generation

2024-06-13 · Yufan Zhou, Ruiyi Zhang, Kaizhi Zheng, Nanxuan Zhao 외

In subject-driven text-to-image generation, recent works have achieved superior performance by training the model on synthetic datasets containing numerous image pairs. Trained on these datasets, generative models can pr…

GPUImage GenerationText to Image GenerationText-to-Image Generation

UCAgent: An End-to-End Agent for Block-Level Functional Verification

2026-03-26 · Junyue Wang, Zhicheng Yao, Yan Pi, Xiaolong Li 외 arxiv

Functional verification remains a critical bottleneck in modern IC development cycles, accounting for approximately 70% of total development time in many projects. However, traditional methods, including constrained-rand…

Code Generation

Synthesizing Stable Reduced-Order Visuomotor Policies for Nonlinear Systems via Sums-of-Squares Optimization

2023-04-24 · Glen Chou, Russ Tedrake

We present a method for synthesizing dynamic, reduced-order output-feedback polynomial control policies for control-affine nonlinear systems which guarantees runtime stability to a goal state, when using visual observati…

Schedulable Job-Level Dependencies for Cause-Effect Chains via Graph Neural Networks

2026-07-02 · Silviu S. Craciunas, Christian Hakert, Jian-Jia Chen, Zdeněk Hanzálek 외 arxiv

Modern automotive software architectures comprise large sets of mixed-criticality functions executing on shared multi-core platforms with strict real-time and end-to-end timing requirements. Sensor-to-actuator data propa…

Graph Neural Network