paper-with-me

Papers

Optimized Feature Generation for Tabular Data via LLMs with Decision Tree Reasoning

2024-06-12 · Jaehyun Nam, KyuYoung Kim, Seunghyuk Oh, Jihoon Tack, Jaehyung Kim, Jinwoo Shin

In tabular prediction tasks, tree-based models combined with automated feature engineering methods often outperform deep learning approaches that rely on learned representations. While these feature engineering techniques are effective, they typically depend on a pre-defined search space and primarily use validation scores for feature selection, thereby missing valuable insights from previous experiments. To address these limitations, we propose a novel tabular learning framework that utilizes large language models (LLMs), termed Optimizing Column feature generator with decision Tree reasoning (OCTree). Our key idea is to leverage the reasoning capabilities of LLMs to identify effective feature generation rules without manually specifying the search space and provide language-based reasoning information highlighting past experiments as feedback for iterative rule improvements. We use decision trees to convey this reasoning information, as they can be easily represented in natural language, effectively providing knowledge from prior experiments (i.e., the impact of the generated features on performance) to the LLMs. Our empirical results demonstrate that OCTree consistently enhances the performance of various prediction models across diverse benchmarks, outperforming competing automated feature engineering methods. Code is available at https://github.com/jaehyun513/OCTree.

📄 PDF Abstract BibTeX arXiv:2406.08527

Code (1)

jaehyun513/octree 공식 구현

Tasks

Automated Feature EngineeringFeature Engineeringfeature selection

Similar Papers 제목 키워드 기반

ITUNLP at SemEval-2025 Task 8: Question-Answering over Tabular Data: A Zero-Shot Approach using LLM-Driven Code Generation

2025-08-01 · Atakan Site, Emre Hakan Erdemir, Gülşen Eryiğit arxiv

This paper presents our system for SemEval-2025 Task 8: DataBench, Question-Answering over Tabular Data. The primary objective of this task is to perform question answering on given tabular datasets from diverse domains …

Question AnsweringCode Generation

Distribution Shift Aware Neural Tabular Learning

2025-08-27 · Wangyang Ying, Nanxu Gong, Dongjie Wang, Xinyuan Wang 외 arxiv

Tabular learning transforms raw features into optimized spaces for downstream tasks, but its effectiveness deteriorates under distribution shifts between training and testing data. We formalize this challenge as the Dist…

A Note on Statistically Accurate Tabular Data Generation Using Large Language Models

2025-05-05 · Andrey Sidorenko

Large language models (LLMs) have shown promise in synthetic tabular data generation, yet existing methods struggle to preserve complex feature dependencies, particularly among categorical variables. This work introduces…

Tabular Data Generation

Not All Features Deserve Attention: Graph-Guided Dependency Learning for Tabular Data Generation with Language Models

2025-07-24 · Zheyu Zhang, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci arxiv

Large Language Models (LLMs) have shown strong potential for tabular data generation by modeling textualized feature-value pairs. However, tabular data inherently exhibits sparse feature-level dependencies, where many fe…

Tabular Data GenerationGraph Learning

Language Models are Realistic Tabular Data Generators

2022-10-12 · Vadim Borisov, Kathrin Seßler, Tobias Leemann, Martin Pawelczyk 외

Tabular data is among the oldest and most ubiquitous forms of data. However, the generation of synthetic samples with the original data's characteristics remains a significant challenge for tabular data. While many gener…

Tabular Data Generation