Skip to main content

evogm-evolutionary-llm-merging

Evolutionary Generative Merging (EvoGM) framework for training-free LLM composition via learnable generative modeling and dual-generator architecture with cycle-consistent learning

설치로 이동

소스 정보

저장소
hiyenwong/ai_collection
최근 소스 활동
2026년 6월 4일 13:32
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
evogm-evolutionary-llm-merging
description
Evolutionary Generative Merging (EvoGM) framework for training-free LLM composition via learnable generative modeling and dual-generator architecture with cycle-consistent learning
# EvoGM: Learning to Merge LLMs via Evolutionary Generative Optimization **arXiv**: [2605.29295](https://arxiv.org/abs/2605.29295) **Date**: 2026-05-28 **Conference**: ICML 2026 **Categories**: cs.NE (Neural and Evolutionary Computing) ## Background Evolutionary model merging provides a powerful framework for automated, training-free composition of LLMs through parameter-space search. However, existing methods rely on stochastic, hand-crafted operators that overlook the underlying performance landscape of the coefficient space. ## Methodology ### Core Innovation EvoGM transcends manual heuristics by employing **learnable generative modeling** to optimize merging coefficients, replacing stochastic search operators with adaptive sampling. ### Dual-Generator Architecture 1. **Cycle-consistent learning**: Two generators sample and refine merging candidates 2. **Winner-loser pairs**: Constructed from historical search trajectories 3. **Distribution capture**: Effectively captures high-performance parameter distributions 4. **Data efficiency**: Maximizes utility of search history ### Multi-Round Evolutionary Pipeline - Elite merged models iteratively serve as new expert foundations - Generative process seamlessly integrated into evolutionary loop - Progressive refinement through learned coefficient distributions ## Key Findings ### Performance - Significantly outperforms state-of-the-art baselines - Robust performance on both seen and unseen tasks - Training-free approach eliminates expensive fine-tuning ### Advantages over Prior Methods 1. **Learned operators** vs. hand-crafted stochastic search 2. **Adaptive coefficient sampling** vs. random perturbation 3. **Historical trajectory exploitation** vs. single-round search 4. **Multi-round refinement** vs. single-pass merging ## Applications ### Use Cases 1. **LLM ensemble creation**: Merge multiple specialized models 2. **Cross-domain adaptation**: Combine models with different capabilities 3. **Efficient deployment**: Training-free model composition 4. **Resource optimization**: Avoid expensive fine-tuning ### Trigger Keywords `LLM merging`, `model composition`, `evolutionary optimization`, `training-free`, `generative modeling`, `coefficient optimization`, `ensemble models`, `ICML 2026` ## Pitfalls 1. **Generator initialization**: Poor initialization may lead to slow convergence 2. **Winner-loser imbalance**: Need sufficient search history for effective pairs 3. **Coefficient space complexity**: High-dimensional merging coefficients require careful modeling 4. **Computational overhead**: Multi-round evolution increases total computation time vs. single-pass methods ## References - arXiv paper: https://arxiv.org/abs/2605.29295 - Code repository: Available via paper link - Related: `darwin-family-evolutionary-merging` (alternative evolutionary merging approach) ## Technical Details ### Generator Learning Objective Cycle-consistent learning ensures both generators produce high-quality merging candidates through mutual refinement: - Generator G1: Samples from coefficient distribution - Generator G2: Refines sampled candidates - Consistency constraint: Winner-loser discrimination ### Evolutionary Loop Structure ```pseudo Round 1: Initialize with base models → Search → Elite selection Round 2: Elite → Generator training → Sample → Evaluate → Elite selection Round N+: Progressive refinement with learned distributions ``` ## Related Skills - [[darwin-family-evolutionary-merging]] - Alternative evolutionary approach to LLM merging - [[model-merging-patterns]] - General patterns for model composition
GitHub에서 보기