paper-with-me

홈 › Papers

LLM Guided Evolution - The Automation of Models Advancing Models

2024-03-18 · Clint Morris, Michael Jurado, Jason Zutty

In the realm of machine learning, traditional model development and automated approaches like AutoML typically rely on layers of abstraction, such as tree-based or Cartesian genetic programming. Our study introduces "Guided Evolution" (GE), a novel framework that diverges from these methods by utilizing Large Language Models (LLMs) to directly modify code. GE leverages LLMs for a more intelligent, supervised evolutionary process, guiding mutations and crossovers. Our unique "Evolution of Thought" (EoT) technique further enhances GE by enabling LLMs to reflect on and learn from the outcomes of previous mutations. This results in a self-sustaining feedback loop that augments decision-making in model evolution. GE maintains genetic diversity, crucial for evolutionary algorithms, by leveraging LLMs' capability to generate diverse responses from expertly crafted prompts and modulate model temperature. This not only accelerates the evolution process but also injects expert like creativity and insight into the process. Our application of GE in evolving the ExquisiteNetV2 model demonstrates its efficacy: the LLM-driven GE autonomously produced variants with improved accuracy, increasing from 92.52% to 93.34%, without compromising model compactness. This underscores the potential of LLMs to accelerate the traditional model design pipeline, enabling models to autonomously evolve and enhance their own designs.

📄 PDF Abstract BibTeX arXiv:2403.11446

Code (1)

clint-kristopher-morris/llm-guided-evolution 공식 구현 pytorch

Tasks

AutoMLDecision MakingEvolutionary Algorithms

Similar Papers 제목 키워드 기반

Transparency in Language Generation: Levels of Automation

2020-06-11 · Justin Edwards, Allison Perrone, Philip R. Doyle

Language models and conversational systems are growing increasingly advanced, creating outputs that may be mistaken for humans. Consumers may thus be misled by advertising, media reports, or vagueness regarding the role …

Text Generation

Learning-Based Vision Systems for Semi-Autonomous Forklift Operation in Industrial Warehouse Environments

2025-11-09 · Vamshika Sutar, Mahek Maheshwari, Archak Mittal arxiv

The automation of material handling in warehouses increasingly relies on robust, low cost perception systems for forklifts and Automated Guided Vehicles (AGVs). This work presents a vision based framework for pallet and …

Hyperparameter Optimization

IncreRTL: Traceability-Guided Incremental RTL Generation under Requirement Evolution

2026-03-26 · Luanrong Chen, Renzhi Chen, Xinyu Li, Shanshan Li 외 arxiv

Large language models (LLMs) have shown promise in generating RTL code from natural-language descriptions, but existing methods remain static and struggle to adapt to evolving design requirements, potentially causing str…

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…

Large Language Model-Brained GUI Agents: A Survey

2024-11-27 · Chaoyun Zhang, Shilin He, Jiaxu Qian, Bowen Li 외

GUIs have long been central to human-computer interaction, providing an intuitive and visually-driven way to access and interact with digital systems. The advent of LLMs, particularly multimodal models, has ushered in a …

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+3