paper-with-me

Papers

EA4LLM: A Gradient-Free Approach to Large Language Model Optimization via Evolutionary Algorithms

2025-10-12 · WenTao Liu, Siyu Song, Hao Hao, Aimin Zhou arxiv

In recent years, large language models (LLMs) have made remarkable progress, with model optimization primarily relying on gradient-based optimizers such as Adam. However, these gradient-based methods impose stringent hardware requirements, demanding high-concurrency, high-memory GPUs. Moreover, they require all neural network operations to be differentiable, thereby excluding many promising non-differentiable architectures from practical use. To address these limitations, we propose EA4LLM, an evolutionary algorithm for optimizing LLMs, and, for the first time, empirically verify full-parameter optimization from the pretraining stage across model sizes ranging from 0.5B to 32B. We conduct extensive experiments and provide key insights into how evolutionary algorithms can effectively optimize neural networks. Our work challenges the prevailing assumption that gradient-based optimization is the only viable approach for training neural networks. It also holds significant potential to reduce the computational cost of training large language models, thereby enabling groups with limited computational resources to participate in deep learning research.

📄 PDF Abstract BibTeX arXiv:2510.10603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large Language Model-Based Evolutionary Optimizer: Reasoning with elitism

2024-03-04 · Shuvayan Brahmachary, Subodh M. Joshi, Aniruddha Panda, Kaushik Koneripalli 외

Large Language Models (LLMs) have demonstrated remarkable reasoning abilities, prompting interest in their application as black-box optimizers. This paper asserts that LLMs possess the capability for zero-shot optimizati…

Language ModelingLanguage ModellingLarge Language Model

Natural Evolutionary Strategies for Variational Quantum Computation

2020-11-30 · Abhinav Anand, Matthias Degroote, Alán Aspuru-Guzik

Natural evolutionary strategies (NES) are a family of gradient-free black-box optimization algorithms. This study illustrates their use for the optimization of randomly-initialized parametrized quantum circuits (PQCs) in…

Evolutionary Stochastic Gradient Descent for Optimization of Deep Neural Networks

2018-10-16 · NeurIPS 2018 12 · Xiaodong Cui, Wei zhang, Zoltán Tüske, Michael Picheny

We propose a population-based Evolutionary Stochastic Gradient Descent (ESGD) framework for optimizing deep neural networks. ESGD combines SGD and gradient-free evolutionary algorithms as complementary algorithms in one …

Evolutionary AlgorithmsLanguage ModelingLanguage Modellingspeech-recognition+1

Gradient-Free Textual Inversion

2023-04-12 · Zhengcong Fei, Mingyuan Fan, Junshi Huang

Recent works on personalized text-to-image generation usually learn to bind a special token with specific subjects or styles of a few given images by tuning its embedding through gradient descent. It is natural to questi…

Computational EfficiencyCPUDimensionality ReductionGPU+3

MadEvolve: Evolutionary Optimization of Cosmological Algorithms with Large Language Models

2026-02-17 · Tianyi Li, Shihui Zang, Moritz Münchmeyer arxiv

We develop a general framework to discover scientific algorithms and apply it to three problems in computational cosmology. Our code, MadEvolve, is similar to Google's AlphaEvolve, but places a stronger emphasis on free …