paper-with-me

홈 › Papers

ELF-Gym: Evaluating Large Language Models Generated Features for Tabular Prediction

2024-10-13 · Yanlin Zhang, Ning li, Quan Gan, Weinan Zhang, David Wipf, Minjie Wang

Crafting effective features is a crucial yet labor-intensive and domain-specific task within machine learning pipelines. Fortunately, recent advancements in Large Language Models (LLMs) have shown promise in automating various data science tasks, including feature engineering. But despite this potential, evaluations thus far are primarily based on the end performance of a complete ML pipeline, providing limited insight into precisely how LLMs behave relative to human experts in feature engineering. To address this gap, we propose ELF-Gym, a framework for Evaluating LLM-generated Features. We curated a new dataset from historical Kaggle competitions, including 251 "golden" features used by top-performing teams. ELF-Gym then quantitatively evaluates LLM-generated features by measuring their impact on downstream model performance as well as their alignment with expert-crafted features through semantic and functional similarity assessments. This approach provides a more comprehensive evaluation of disparities between LLMs and human experts, while offering valuable insights into specific areas where LLMs may have room for improvement. For example, using ELF-Gym we empirically demonstrate that, in the best-case scenario, LLMs can semantically capture approximately 56% of the golden features, but at the more demanding implementation level this overlap drops to 13%. Moreover, in other cases LLMs may fail completely, particularly on datasets that require complex features, indicating broad potential pathways for improvement.

📄 PDF Abstract BibTeX arXiv:2410.12865

Code (1)

Lilyzhangyanlin/ELF-Gym 공식 구현

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

TabReX : Tabular Referenceless eXplainable Evaluation

2025-12-17 · Tejas Anvekar, Junha Park, Aparna Garimella, Vivek Gupta arxiv

Evaluating the quality of tables generated by large language models (LLMs) remains an open challenge: existing metrics either flatten tables into text, ignoring structure, or rely on fixed references that limit generaliz…

Knowledge Graphs

Large Language Models Can Automatically Engineer Features for Few-Shot Tabular Learning

2024-04-15 · Sungwon Han, Jinsung Yoon, Sercan O Arik, Tomas Pfister

Large Language Models (LLMs), with their remarkable ability to tackle challenging and unseen reasoning problems, hold immense potential for tabular learning, that is vital for many real-world applications. In this paper,…

Few-Shot LearningIn-Context Learning

Multi-level Diagnosis and Evaluation for Robust Tabular Feature Engineering with Large Language Models

2025-09-20 · Yebin Lim, Susik Yoon arxiv

Recent advancements in large language models (LLMs) have shown promise in feature engineering for tabular data, but concerns about their reliability persist, especially due to variability in generated outputs. We introdu…

Feature Engineering

TabularMath: Evaluating Computational Extrapolation in Tabular Learning via Program-Verified Synthesis

2026-01-25 · Zerui Cheng, Jiashuo Liu, Jianzhu Yao, Pramod Viswanath 외 arxiv

Standard tabular benchmarks mainly focus on the evaluation of a model's capability to interpolate values inside a data manifold, where models good at performing local statistical smoothing are rewarded. However, there ex…

Physical Simulations

Enhancing Tabular Learners with Context-Aware Semantic Embeddings

2026-08-04 · Günther Schindler, Maximilian Schambach, Johannes Höhne arxiv

While modern tabular learners excel at capturing statistical patterns, they frequently operate in a semantic vacuum, treating textual features as discrete symbols, ignoring the rich semantics inherent in feature names or…