paper-with-me

Papers

Memory-Augmented LLM-based Multi-Agent System for Automated Feature Generation on Tabular Data

2026-04-22 · Fengxian Dong, Zhi Zheng, Xiao Han, Wei Chen, Jingqing Ruan, Tong Xu, Yong Chen, Enhong Chen arxiv

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 https://github.com/fxdong24/MALMAS

📄 PDF Abstract BibTeX arXiv:2604.20261

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MASS: Deep Research for Social Sciences with Memory-Augmented Social Simulation

2026-06-08 · Yongrui Liu, Deyi Xiong arxiv

Deep Research agents powered by Large Language Models (LLMs) have exhibited extraordinary potential in automated paper writing tasks. However, existing systems rely heavily on literature retrieval and synthesis through i…

MemRepair: Hierarchical Memory for Agentic Repository-Level Vulnerability Repair

2026-05-17 · Simiao Liu, Li Zhang, Fang Liu, Xiaoli Lian 외 arxiv

Modern software ecosystems face a rapidly growing number of disclosed vulnerabilities, increasing the need for automated repair techniques that can operate reliably at repository scale. Although Large Language Model (LLM…

Did You Check the Right Pocket? Cost-Sensitive Store Routing for Memory-Augmented Agents

2026-03-08 · Madhava Gaikwad arxiv

Memory-augmented agents maintain multiple specialized stores, yet most systems retrieve from all stores for every query, increasing cost and introducing irrelevant context. We formulate memory retrieval as a store-routin…

Question Answering

PDE-Agent: A toolchain-augmented multi-agent framework for PDE solving

2025-12-18 · Jianming Liu, Ren Zhu, Jian Xu, Kun Ding 외 arxiv

Solving Partial Differential Equations (PDEs) is a cornerstone of engineering and scientific research. Traditional methods for PDE solving are cumbersome, relying on manual setup and domain expertise. While Physics-Infor…

LEGOMem: Modular Procedural Memory for Multi-agent LLM Systems for Workflow Automation

2025-10-06 · Dongge Han, Camille Couturier, Daniel Madrigal Diaz, Xuchao Zhang 외 arxiv

We introduce LEGOMem, a modular procedural memory framework for multi-agent large language model (LLM) systems in workflow automation. LEGOMem decomposes past task trajectories into reusable memory units and flexibly all…