菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-22
📄 Abstract - Memory-Augmented LLM-based Multi-Agent System for Automated Feature Generation on Tabular Data

Automated feature generation extracts informative features from raw tabular data without manual intervention and is crucial for accurate, generalizable machine learning. Traditional methods rely on predefined operator libraries and cannot leverage task semantics, limiting their ability to produce diverse, high-value features for complex tasks. Recent Large Language Model (LLM)-based approaches introduce richer semantic signals, but still suffer from a restricted feature space due to fixed generation patterns and from the absence of feedback from the learning objective. To address these challenges, we propose a Memory-Augmented LLM-based Multi-Agent System (\textbf{MALMAS}) for automated feature generation. MALMAS decomposes the generation process into agents with distinct responsibilities, and a Router Agent activates an appropriate subset of agents per iteration, further broadening exploration of the feature space. We further integrate a memory module comprising procedural memory, feedback memory, and conceptual memory, enabling iterative refinement that adaptively guides subsequent feature generation and improves feature quality and diversity. Extensive experiments on multiple public datasets against state-of-the-art baselines demonstrate the effectiveness of our approach. The code is available at this https URL

顶级标签: machine learning agents llm
详细标签: automated feature engineering multi-agent system memory module tabular data feature generation 或 搜索:

基于记忆增强的大语言模型多智能体系统用于表格数据的自动特征生成 / Memory-Augmented LLM-based Multi-Agent System for Automated Feature Generation on Tabular Data


1️⃣ 一句话总结

本文提出了一种创新系统MALMAS,它像一支由不同角色专家组成的团队,借助大语言模型的理解能力和记忆模块的反馈机制,自动从表格数据中挖掘出更有价值、更多样的特征,从而让机器学习模型预测更准确。

源自 arXiv: 2604.20261