paper-with-me

홈 › Papers

CALM: Co-evolution of Algorithms and Language Model for Automatic Heuristic Design

2025-05-18 · Ziyao Huang, Weiwei Wu, Kui Wu, JianPing Wang, Wei-Bin Lee

Tackling complex optimization problems often relies on expert-designed heuristics, typically crafted through extensive trial and error. Recent advances demonstrate that large language models (LLMs), when integrated into well-designed evolutionary search frameworks, can autonomously discover high-performing heuristics at a fraction of the traditional cost. However, existing approaches predominantly rely on verbal guidance, i.e., manipulating the prompt generation process, to steer the evolution of heuristics, without adapting the underlying LLM. We propose a hybrid framework that combines verbal and numerical guidance, the latter achieved by fine-tuning the LLM via reinforcement learning based on the quality of generated heuristics. This joint optimization allows the LLM to co-evolve with the search process. Our method outperforms state-of-the-art (SOTA) baselines across various optimization tasks, running locally on a single 24GB GPU using a 7B model with INT4 quantization. It surpasses methods that rely solely on verbal guidance, even when those use significantly more powerful API-based models.

📄 PDF Abstract BibTeX arXiv:2505.12285

Code (0)

등록된 구현이 없습니다.

Tasks

GPULanguage ModelingLanguage ModellingQuantization

Similar Papers 제목 키워드 기반

Evolution of Heuristics: Towards Efficient Automatic Algorithm Design Using Large Language Model

2024-01-04 · Fei Liu, Xialiang Tong, Mingxuan Yuan, Xi Lin 외

Heuristics are widely used for dealing with complex search and optimization problems. However, manual design of heuristics can be often very labour extensive and requires rich working experience and knowledge. This paper…

Combinatorial OptimizationLanguage ModelingLanguage ModellingLarge Language Model+1

Experience-Guided Reflective Co-Evolution of Prompts and Heuristics for Automatic Algorithm Design

2025-09-29 · Yihong Liu, Junyi Li, Wayne Xin Zhao, Hongyu Lu 외 arxiv

Combinatorial optimization problems are traditionally tackled with handcrafted heuristic algorithms, which demand extensive domain expertise and significant implementation effort. Recent progress has highlighted the pote…

LLaMEA: A Large Language Model Evolutionary Algorithm for Automatically Generating Metaheuristics

2024-05-30 · Niki van Stein, Thomas Bäck

Large Language Models (LLMs) such as GPT-4 have demonstrated their ability to understand natural language and generate complex code snippets. This paper introduces a novel Large Language Model Evolutionary Algorithm (LLa…

Language ModelingLanguage ModellingLarge Language ModelMetaheuristic Optimization

Can a Single Model Master Both Multi-turn Conversations and Tool Use? CALM: A Unified Conversational Agentic Language Model

2025-02-12 · Emre Can Acikgoz, Jeremiah Greer, Akul Datta, Ze Yang 외

Large Language Models (LLMs) with API-calling capabilities enabled building effective Language Agents (LA), while also revolutionizing the conventional task-oriented dialogue (TOD) paradigm. However, current approaches f…

Language ModelingLanguage Modellingmodel

CALM: A CKA-Guided Adaptive Layer-Wise Modularization Framework for LLM Quantization

2025-12-18 · Jinhao Zhang, Yunquan Zhang, Daning Chen, JunSun 외 arxiv

Current mainstream post-training quantization methods for large language models typically apply a uniform quantization strategy across all network layers, overlooking the substantial differences in algorithmic suitabilit…