CodeGenWrangler: Data Wrangling task automation using Code-Generating Models (2025.naacl-industry)
Copied to clipboard
| Challenge: | Tabular datasets in industrial settings often encompass extensive data with numerous rows and columns. |
| Approach: | They propose a system that leverages large language models to generate executable code for data wrangling tasks . they identify inherent patterns in the data while leveraging external knowledge . |
| Outcome: | The proposed system detects patterns in the data while leveraging external knowledge . it generates executable code for data-wrangling tasks like missing value imputation and error correction . |
Similar Papers
Quality Assessment of Tabular Data using Large Language Models and Code Generation (2025.emnlp-industry)
Copied to clipboard
| Challenge: | Data quality is vital for business decisions; poor data quality costs organizations an average of $12.9 million annually. |
| Approach: | They propose a framework that combines statistical inliner detection with LLM-driven rule and code generation. |
| Outcome: | The proposed framework produces semantically valid quality rules and validates them with retrieval-augmented generation (RAG) Extensive evaluations on benchmark datasets confirm the effectiveness of the proposed framework. |
Exploring Data Augmentation for Code Generation Tasks (2023.findings-eacl)
Copied to clipboard
| Challenge: | Recent advances in natural language processing have impacted how models are trained for programming language tasks. |
| Approach: | They propose to use augmentation methods that yield consistent improvements in code translation and summarization by up to 6.9% and 7.5% respectively. |
| Outcome: | The proposed methods improve translation and summarization by 6.9% and 7.5% respectively. |
CodeDPO: Aligning Code Models with Self Generated and Verified Source Code (2025.acl-long)
Copied to clipboard
| Challenge: | Existing training methods for code generation do not improve code correctness and efficiency. |
| Approach: | They propose a framework that integrates preference learning into code generation to improve code correctness and efficiency. |
| Outcome: | The proposed framework improves code correctness and efficiency by integrating preference learning into code generation. |
On LLMs-Driven Synthetic Data Generation, Curation, and Evaluation: A Survey (2024.findings-acl)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) provide a data-centric solution to alleviate limitations of real-world data with synthetic data generation. |
| Approach: | They propose a generic workflow for LLM-driven synthetic data generation. |
| Outcome: | The proposed workflows highlight gaps in existing research and outline avenues for future studies. |
Leveraging Data Recasting to Enhance Tabular Reasoning (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to create tabular inference data are limited by human annotation and synthetic generation. |
| Approach: | They propose a framework for semi-automatically recasting tabular data to make use of both approaches. |
| Outcome: | The proposed framework can be used to build tabular NLI instances from five datasets. |
AutoSDT: Scaling Data-Driven Discovery Tasks Toward Open Co-Scientists (2025.emnlp-main)
Copied to clipboard
Yifei Li, Hanane Nour Moussa, Ziru Chen, Shijie Chen, Botao Yu, Mingyi Xue, Benjamin Burns, Tzu-Yao Chiu, Vishal Dey, Zitong Lu, Chen Wei, Qianheng Zhang, Tianyu Zhang, Song Gao, Xuhui Huang, Xia Ning, Nesreen K. Ahmed, Ali Payani, Huan Sun
| Challenge: | AutoSDT-5K is the only automatically collected and the largest open dataset for data-driven scientific discovery. |
| Approach: | They propose an automatic pipeline that collects high-quality coding tasks in real-world data-driven discovery workflows. |
| Outcome: | The proposed pipeline synthesizes accurate tasks and tasks from a dataset of 5,404 tasks covering four scientific disciplines and 756 Python packages. |
Mastering the Craft of Data Synthesis for CodeLLMs (2025.naacl-long)
Copied to clipboard
Meng Chen, Philip Arthur, Qianyu Feng, Cong Duy Vu Hoang, Yu-Heng Hong, Mahdi Kazemi Moghaddam, Omid Nezami, Duc Thien Nguyen, Gioacchino Tangari, Duy Vu, Thanh Vu, Mark Johnson, Krishnaram Kenthapadi, Don Dharmasiri, Long Duong, Yuan-Fang Li
| Challenge: | Large language models (LLMs) have shown impressive performance in code understanding and generation. |
| Approach: | They propose a systematic review of large language models and their taxonomy and propose specialized LLMs for code-related tasks. |
| Outcome: | The proposed models have shown to be highly effective in coding tasks. |
Retrieval-Based Transformer for Table Augmentation (2023.findings-acl)
Copied to clipboard
| Challenge: | Data preparation is one of the most expensive and time-consuming steps when performing analytics or building machine learning models. |
| Approach: | They propose a retrieval augmented transformer model that is self-trained for table augmentation tasks. |
| Outcome: | The proposed model outperforms current state-of-the-art models on EntiTables and WebTables. |
Hemolix.TabGen: Optimized Table Generation from Documents (2026.acl-industry)
Copied to clipboard
| Challenge: | Modern Data Lakes contain vast and heterogeneous document collections, making table generation difficult. |
| Approach: | They propose a scalable LLM-based table generation system that comprehends documents and generates Bi-dimensional tables based on the entire document content. |
| Outcome: | The proposed system generates bi-dimensional tables from documents across multiple domains. |
JarviX: A LLM No code Platform for Tabular Data Analysis and Optimization (2023.emnlp-industry)
Copied to clipboard
Shang-Ching Liu, ShengKun Wang, Tsungyao Chang, Wenqi Lin, Chung-Wei Hsiung, Yi-Chen Hsieh, Yu-Ping Cheng, Sian-Hong Luo, Jianwei Zhang
| Challenge: | Tabular data analysis is an important application task of large language models, but advanced models are not yet on par with expert level performance. |
| Approach: | They propose to employ Large Language Models to facilitate an automated guide and execute high-precision data analyzes on tabular datasets. |
| Outcome: | The proposed framework is based on large language models and an automated machine learning pipeline for predictive modeling. |