paper-with-me

Papers

Tabular Feature Discovery With Reasoning Type Exploration

2025-06-25 · Sungwon Han, Sungkyu Park, Seungeon Lee

Feature engineering for tabular data remains a critical yet challenging step in machine learning. Recently, large language models (LLMs) have been used to automatically generate new features by leveraging their vast knowledge. However, existing LLM-based approaches often produce overly simple or repetitive features, partly due to inherent biases in the transformations the LLM chooses and the lack of structured reasoning guidance during generation. In this paper, we propose a novel method REFeat, which guides an LLM to discover diverse and informative features by leveraging multiple types of reasoning to steer the feature generation process. Experiments on 59 benchmark datasets demonstrate that our approach not only achieves higher predictive accuracy on average, but also discovers more diverse and meaningful features. These results highlight the promise of incorporating rich reasoning paradigms and adaptive strategy selection into LLM-driven feature discovery for tabular data.

📄 PDF Abstract BibTeX arXiv:2506.20357

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

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

ProtoNAM: Prototypical Neural Additive Models for Interpretable Deep Tabular Learning

2024-10-07 · Guangzhi Xiong, Sanchit Sinha, Aidong Zhang

Generalized additive models (GAMs) have long been a powerful white-box tool for the intelligible analysis of tabular data, revealing the influence of each feature on the model predictions. Despite the success of neural n…

Additive models

A Laplacian Framework for Option Discovery in Reinforcement Learning

2017-03-02 · ICML 2017 8 · Marlos C. Machado, Marc G. Bellemare, Michael Bowling

Representation learning and option discovery are two of the biggest challenges in reinforcement learning (RL). Proto-value functions (PVFs) are a well-known approach for representation learning in MDPs. In this paper we …

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

An Interactive Interface for Novel Class Discovery in Tabular Data

2023-06-22 · Colin Troisemaine, Joachim Flocon-Cholet, Stéphane Gosselin, Alexandre Reiffers-Masson 외

Novel Class Discovery (NCD) is the problem of trying to discover novel classes in an unlabeled set, given a labeled set of different but related classes. The majority of NCD methods proposed so far only deal with image d…

ClusteringNovel Class Discovery

Conceptual Schema Inference for Tabular Datasets using Large Language Models

2025-09-04 · Zhenyu Wu, Jiaoyan Chen, Norman W. Paton arxiv

Large collections of tabular data from data lakes, web tables and open data portals often originate from heterogeneous sources, leading to representational inconsistencies. Understanding and organizing such repositories …