LATTEArena: An Evaluation Framework for LLM-powered Tabular Feature Engineering (Extended Version)

2026-06-08Artificial Intelligence

Artificial Intelligence
AI summary

The authors focus on improving how automated feature engineering works for table-like data using Large Language Models (LLMs). They point out that it has been hard to fairly compare different methods because there was no common platform to test them. To fix this, they created LATTEArena, a framework that breaks down methods into parts and tests them in a clear, cost-aware way. Their tests show which techniques work best, like how Tree-of-Thought combined with Monte Carlo Tree Search is good at balancing effectiveness and cost. They also share their framework and results publicly to help other researchers build on their work.

Feature EngineeringTabular DataLarge Language ModelsAutomated Feature EngineeringTree-of-ThoughtMonte Carlo Tree SearchFew-shot LearningAblation StudyPerformance EvaluationModular Framework
Authors
Ankai Hao, Ke Chen, Huan Li, Lidan Shou
Abstract
Feature engineering remains essential for tabular data analysis, and Large Language Models (LLMs) have emerged as a promising paradigm for automating this process, giving rise to LLM-powered AuTomated Tabular feature Engineering (LATTE). However, the absence of standardized platforms prevents fair, cost-aware comparisons. Furthermore, complex methodological designs obscure the specific contributions of individual components; for example, although LFG integrates Tree-of-Thought, few-shot demonstrations, Monte Carlo Tree Search, and natural language generation, the isolated impact of each technique's competitive edge remains unquantified. To address these challenges, we introduce LATTEArena, the first competitive evaluation framework featuring: (1) a six-dimensional taxonomy decomposing 15 representative methods into reusable components; (2) a standardized modular arena for controlled comparison; (3) multi-dimensional assessments covering performance, cost, and robustness; and (4) component-level ablation quantifying each technique's competitive edge. Through extensive evaluations, we reveal 16 key findings, including: (1) Tree-of-Thought with Monte Carlo Tree Search achieves optimal cost-effectiveness; (2) RPN and Code output formats dominate classification and regression tasks, respectively. We publicly release the modular framework and over 4000 execution logs, enabling researchers to seamlessly pit new techniques against existing ones and advance LATTE.