Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

MeLA: A Metacognitive LLM-Driven Architecture for Automatic Heuristic Design

Created by
  • Haebom

Author

Zishang Qiu, Xinan Chen, Long Chen, Ruibin Bai

Outline

This paper introduces the Metacognitive LLM-Based Architecture (MeLA), a novel paradigm for automated heuristic design (AHD). Unlike existing evolutionary methods that directly evolve the heuristic code itself, MeLA evolves directional prompts that guide a large-scale language model (LLM) to generate heuristics. This "prompt evolution" process is driven by a novel metacognitive framework that systematically refines the generation strategy by analyzing performance feedback. MeLA's architecture integrates a problem analyzer that constructs initial strategic prompts, an error diagnosis system that corrects faulty code, and a metacognitive search engine that iteratively optimizes the prompts based on heuristic efficiency. In comprehensive experiments on benchmark and real-world problems, MeLA consistently outperforms existing state-of-the-art methods, generating more effective and robust heuristics. Ultimately, this study demonstrates the potential of using cognitive science as a blueprint for AI architecture, demonstrating that LLM can metacognitively guide problem-solving processes, opening up a more robust and interpretable path to AHD.

Takeaways, Limitations

Takeaways:
A new automated heuristic design (AHD) paradigm using LLM is presented.
Creating more effective and powerful heuristics by evolving prompts through a metacognitive framework.
Demonstrated performance that surpasses existing top-performing AHD methods
Demonstrating the potential of cognitive science-based AI architecture design.
Providing a more interpretable AHD approach
Limitations:
MeLA's performance may depend on specific LLM and prompt engineering techniques.
Further research is needed to determine MeLA's generalization performance to complex problems.
Further validation of the generality and extensibility of the metacognitive framework to other problem domains is needed.
Further evaluation of MeLA's effectiveness and scalability in real-world applications is needed.
👍