paper-with-me

Papers

AutoDCWorkflow: LLM-based Data Cleaning Workflow Auto-Generation and Benchmark

2024-12-09 · Lan Li, Liri Fang, Vetle I. Torvik

We investigate the reasoning capabilities of large language models (LLMs) for automatically generating data-cleaning workflows. To evaluate LLMs' ability to complete data-cleaning tasks, we implemented a pipeline for LLM-based Auto Data Cleaning Workflow (AutoDCWorkflow), prompting LLMs on data cleaning operations to repair three types of data quality issues: duplicates, missing values, and inconsistent data formats. Given a dirty table and a purpose (expressed as a query), this pipeline generates a minimal, clean table sufficient to address the purpose and the data cleaning workflow used to produce the table. The planning process involves three main LLM-driven components: (1) Select Target Columns: Identifies a set of target columns related to the purpose. (2) Inspect Column Quality: Assesses the data quality for each target column and generates a Data Quality Report as operation objectives. (3) Generate Operation & Arguments: Predicts the next operation and arguments based on the data quality report results. Additionally, we propose a data cleaning benchmark to evaluate the capability of LLM agents to automatically generate workflows that address data cleaning purposes of varying difficulty levels. The benchmark comprises the annotated datasets as a collection of purpose, raw table, clean table, data cleaning workflow, and answer set. In our experiments, we evaluated three LLMs that auto-generate purpose-driven data cleaning workflows. The results indicate that LLMs perform well in planning and generating data-cleaning workflows without the need for fine-tuning.

📄 PDF Abstract BibTeX arXiv:2412.06724

Code (0)

등록된 구현이 없습니다.

Tasks

Missing Values

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Trustworthy Self-Composable Big-Data-as-a-Service: An LLM-Orchestrated Multi-Agent Framework for Automated Data Engineering, AutoML, MLOps Deployment, and Drift-Aware Lifecycle Optimization

2026-06-16 · Aueaphum Aueawatthanaphisut, Badri Raj Lamichhane arxiv

Big-Data-as-a-Service (BDaaS) platforms require re liable automation across data ingestion, cleaning, feature engi neering, model development, deployment, and post-deployment monitoring. However, existing LLM-based data …

Feature Engineering

CausalAgent: A Conversational Multi-Agent System for End-to-End Causal Inference

2026-02-12 · Jiawei Zhu, Wei Chen, Ruichu Cai arxiv

Causal inference holds immense value in fields such as healthcare, economics, and social sciences. However, traditional causal analysis workflows impose significant technical barriers, requiring researchers to possess du…

Causal Inference

ActiveClean: Interactive Data Cleaning While Learning Convex Loss Models

2016-01-15 · Sanjay Krishnan, Jiannan Wang, Eugene Wu, Michael J. Franklin 외

Data cleaning is often an important step to ensure that predictive models, such as regression and classification, are not affected by systematic errors such as inconsistent, out-of-date, or outlier data. Identifying dirt…

Active LearningEEGElectroencephalogram (EEG)regression

BClean: A Bayesian Data Cleaning System

2023-11-11 · Jianbin Qin, Sifan Huang, Yaoshu Wang, Jing Zhu 외

There is a considerable body of work on data cleaning which employs various principles to rectify erroneous data and transform a dirty dataset into a cleaner one. One of prevalent approaches is probabilistic methods, inc…

Bayesian Inferencegraph partitioning

AutoKaggle: A Multi-Agent Framework for Autonomous Data Science Competitions

2024-10-27 · Ziming Li, Qianbo Zang, David Ma, Jiawei Guo 외

Data science tasks involving tabular data present complex challenges that require sophisticated problem-solving approaches. We propose AutoKaggle, a powerful and user-centric framework that assists data scientists in com…

Feature Engineering