Pith. sign in

REVIEW 2 cited by

Auto-Pipeline: Synthesizing Complex Data Pipelines By-Target Using Reinforcement Learning and Search

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2106.13861 v2 pith:67RENIBF submitted 2021-06-25 cs.DB cs.LG

classification cs.DBcs.LG
keywords pipelinesauto-pipelineby-targetcomplexdatastepstableusers
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Recent work has made significant progress in helping users to automate single data preparation steps, such as string-transformations and table-manipulation operators (e.g., Join, GroupBy, Pivot, etc.). We in this work propose to automate multiple such steps end-to-end, by synthesizing complex data pipelines with both string transformations and table-manipulation operators. We propose a novel "by-target" paradigm that allows users to easily specify the desired pipeline, which is a significant departure from the traditional by-example paradigm. Using by-target, users would provide input tables (e.g., csv or json files), and point us to a "target table" (e.g., an existing database table or BI dashboard) to demonstrate how the output from the desired pipeline would schematically "look like". While the problem is seemingly underspecified, our unique insight is that implicit table constraints such as FDs and keys can be exploited to significantly constrain the space to make the problem tractable. We develop an Auto-Pipeline system that learns to synthesize pipelines using reinforcement learning and search. Experiments on large numbers of real pipelines crawled from GitHub suggest that Auto-Pipeline can successfully synthesize 60-70% of these complex pipelines with up to 10 steps.

Discussion (0). Sign in to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. LLaPipe: LLM-Guided Reinforcement Learning for Automated Data Preparation Pipeline Construction

    cs.DB 2025-07 conditional novelty 5.0 of 10

    A framework that uses LLM suggestions, retrieved past experience, and adaptive triggering to speed up RL search for data preprocessing pipelines, showing improved accuracy on 18 tabular datasets.

  2. SoftPipe: A Soft-Guided Reinforcement Learning Framework for Automated Data Preparation

    cs.DB 2025-07 reject novelty 5.0 of 10

    SoftPipe replaces hard constraints in data-preparation search with a tuned softmax policy over LLM, ranker, and Q-value signals, reporting the best average accuracy among 11 methods on 18 tabular datasets.

Pith tools