arXiv:2608.28408cs.LG2026-08

用符号回归+LLM生成可解释且高效的表格数据特征。

SymboLLM-FE: LLM-Accelerated Symbolic Regression for Automated Feature Engineering on Tabular Data

论文配图:SymboLLM-FE: LLM-Accelerated Symbolic Regression for Automated Feature Engineering on Tabular Data
图 1 · 摘自论文原文
  • 结合符号回归与LLM,先找强相关公式再优化可解释性。
  • 仅需少量LLM调用,显著减少迭代次数。
  • 在6个真实数据集和4个竞赛中表现优于现有方法。

表格数据在机器学习中至关重要,但常因特征信息不足导致模型性能受限。自动化特征工程(AutoFE)通过自动构造与选择特征提升模型表现,但传统方法依赖盲目的数学变换,生成特征可解释性差;基于大语言模型(LLM)的AutoFE则需多次迭代,成本高且存在偏见与幻觉风险。本文提出SymboLLM-FE,融合符号回归与LLM:先通过符号回归提取与目标高度相关的数学表达式,再利用具备丰富先验知识的LLM进行精细化修正,确保特征既高效又可解释。在六个真实数据集和四个Kaggle竞赛上的实验证明,SymboLLM-FE显著优于现有AutoFE方法。其核心优势在于采用基于统计先验的LLM精炼机制,仅需单次量级的LLM调用,有效解决可解释性差与迭代成本高的双重难题。

原文摘要 · Abstract (English)

Tabular data, as a core data format in machine learning, often lacks the discriminative power needed for high-performance modeling due to insufficient feature informativeness. Automated Feature Engineering (AutoFE) overcomes this by automating feature generation and selection, ensuring both model performance and operational efficiency. However, traditional AutoFE often yield features with poor interpretability because they rely on blind mathematical transformations, while large language models (LLM)-based AutoFE faces challenges in requiring costly multi-round iterations to generate high-utility features to effectively enhance model performance, compounded by inherent risks of bias and hallucination. In this paper, we combine symbolic regression with LLMs for feature engineering (SymboLLM-FE) to solve these challenges. We extract mathematically expressive formulas strongly correlated with the target via symbolic regression, which can enhance model performance, then refine them by LLMs with rich prior knowledge to ensure interpretability. Empirical results on six real-world datasets and four Kaggle competitions demonstrate that SymboLLM-FE outperforms existing AutoFE. SymboLLM-FE also addresses the dual challenges of poor interpretability and numerous iterations by employing a statistical prior-grounded LLM refinement mechanism and single-digit LLM calls.

特征工程符号回归LLM应用可解释性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。