paper-with-me

Papers

Multi-objective Evolutionary Merging Enables Efficient Reasoning Models

2026-04-07 · Mario Iacobelli, Adrian Robert Minut, Tommaso Mencattini, Donato Crisostomi, Andrea Santilli, Iacopo Masi, Emanuele Rodolà arxiv

Reasoning models have demonstrated remarkable capabilities in solving complex problems by leveraging long chains of thought. However, this more deliberate reasoning comes with substantial computational overhead at inference time. The Long-to-Short (L2S) reasoning problem seeks to maintain high accuracy using fewer tokens, but current training-free model merging approaches rely on scalarized, fixed-hyperparameter arithmetic methods that are highly brittle and force suboptimal compromises. To address this gap, we introduce Evo-L2S, a novel framework that formulates L2S reasoning as a multi-objective optimization challenge. By leveraging evolutionary model merging, Evo-L2S explicitly optimizes the trade-off between accuracy and output length to produce a robust Pareto front of merged models. To make this search computationally tractable for large language models, we propose an entropy-based subset sampling technique that drastically reduces the overhead of fitness estimation. Comprehensive experiments across 1.5B, 7B, and 14B parameter scales on six mathematical reasoning benchmarks demonstrate that Evo-L2S can reduce the length of generated reasoning traces by over 50% while preserving, or even improving, the problem-solving accuracy of the original reasoning models.

📄 PDF Abstract BibTeX arXiv:2604.06465

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Darwin Family: MRI-Trust-Weighted Evolutionary Merging for Training-Free Scaling of Language-Model Reasoning

2026-05-14 · Taebong Kim, Youngsik Hong, Minsik Kim, Sunyoung Choi 외 arxiv

We present Darwin Family, a framework for training-free evolutionary merging of large language models via gradient-free weight-space recombination. We ask whether frontier-level reasoning performance can be improved with…

MERGE$^3$: Efficient Evolutionary Merging on Consumer-grade GPUs

2025-02-09 · Tommaso Mencattini, Adrian Robert Minut, Donato Crisostomi, Andrea Santilli 외

Evolutionary model merging enables the creation of high-performing multi-task models but remains computationally prohibitive for consumer hardware. We introduce MERGE$^3$, an efficient framework that makes evolutionary m…

GPU

Mergenetic: a Simple Evolutionary Model Merging Library

2025-05-16 · Adrian Robert Minut, Tommaso Mencattini, Andrea Santilli, Donato Crisostomi 외

Model merging allows combining the capabilities of existing models into a new one - post hoc, without additional training. This has made it increasingly popular thanks to its low cost and the availability of libraries th…

Evolutionary Algorithmsmodel

Relation Reasoning with LLMs in Expensive Optimization

2026-04-30 · Ye Lu, Bingdong Li, Aimin Zhou, Hao Hao arxiv

Expensive optimization problems (EOPs) are black-box tasks with costly objective evaluations and no gradient access, making the evaluation budget the key bottleneck. Surrogate-assisted evolutionary algorithms (SAEAs) red…

The Benefits of Population Diversity in Evolutionary Algorithms: A Survey of Rigorous Runtime Analyses

2018-01-30 · Dirk Sudholt

Population diversity is crucial in evolutionary algorithms to enable global exploration and to avoid poor performance due to premature convergence. This book chapter reviews runtime analyses that have shown benefits of p…

DiversityEvolutionary AlgorithmsMultiobjective Optimization