paper-with-me

Papers

Human-LLM Collaborative Feature Engineering for Tabular Data

2026-01-28 · Zhuoyan Li, Aditya Bansal, Jinzhao Li, Shishuang He, Zhuoran Lu, Mutian Zhang, Qin Liu, Yiwei Yang, Swati Jain, Ming Yin, Yunyao Li arxiv

Large language models (LLMs) are increasingly used to automate feature engineering in tabular learning. Given task-specific information, LLMs can propose diverse feature transformation operations to enhance downstream model performance. However, current approaches typically assign the LLM as a black-box optimizer, responsible for both proposing and selecting operations based solely on its internal heuristics, which often lack calibrated estimations of operation utility and consequently lead to repeated exploration of low-yield operations without a principled strategy for prioritizing promising directions. In this paper, we propose a human-LLM collaborative feature engineering framework for tabular learning. We begin by decoupling the transformation operation proposal and selection processes, where LLMs are used solely to generate operation candidates, while the selection is guided by explicitly modeling the utility and uncertainty of each proposed operation. Since accurate utility estimation can be difficult especially in the early rounds of feature engineering, we design a mechanism within the framework that selectively elicits and incorporates human expert preference feedback, comparing which operations are more promising, into the selection process to help identify more effective operations. Our evaluations on both the synthetic study and the real user study demonstrate that the proposed framework improves feature engineering performance across a variety of tabular datasets and reduces users' cognitive load during the feature engineering process.

📄 PDF Abstract BibTeX arXiv:2601.21060

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

Catch: Collaborative Feature Set Search for Automated Feature Engineering

2023-04-30 · journal 2023 4 · Guoshan Lu, Haobo Wang, Saisai Yang, Jing Yuan 외

Feature engineering often plays a crucial role in building mining systems for tabular data, which traditionally requires experienced human experts to perform. Thanks to the rapid advances in reinforcement learning, it ha…

Automated Feature EngineeringDecision MakingFeature Engineeringreinforcement-learning+1

Learning a Data-Driven Policy Network for Pre-Training Automated Feature Engineering

2023-02-02 · Conference 2023 2 · Liyao Li, Haobo Wang, Liangyu Zha, Qingyi Huang 외

Feature engineering is widely acknowledged to be pivotal in tabular data analysis and prediction. Automated feature engineering (AutoFE) emerged to automate this process managed by experienced data scientists and enginee…

Automated Feature EngineeringFeature EngineeringNeural Architecture Search

LLM-FE: Automated Feature Engineering for Tabular Data with LLMs as Evolutionary Optimizers

2025-03-18 · Nikhil Abhyankar, Parshin Shojaee, Chandan K. Reddy

Automated feature engineering plays a critical role in improving predictive model performance for tabular learning tasks. Traditional automated feature engineering methods are limited by their reliance on pre-defined tra…

Automated Feature EngineeringFeature Engineeringfeature selection

A Data-Centric Perspective on Evaluating Machine Learning Models for Tabular Data

2024-07-02 · Andrej Tschalzev, Sascha Marton, Stefan Lüdtke, Christian Bartelt 외

Tabular data is prevalent in real-world machine learning applications, and new models for supervised learning of tabular data are frequently proposed. Comparative studies assessing the performance of models typically con…

Feature EngineeringHyperparameter OptimizationModel SelectionTest-time Adaptation

TabPrep: Closing the Feature Engineering Gap in Tabular Benchmarks

2026-06-01 · Andrej Tschalzev, Nick Erickson, Yuyang Wang, Huzefa Rangwala 외 arxiv

Progress in tabular machine learning has largely focused on increasingly sophisticated model architectures. At the same time, feature engineering remains a critical yet underexplored component of real-world modeling pipe…

Feature Engineering