paper-with-me

홈 › Papers

Language Models are Super Mario: Absorbing Abilities from Homologous Models as a Free Lunch

2023-11-06 · Le Yu, Bowen Yu, Haiyang Yu, Fei Huang, Yongbin Li

In this paper, we unveil that Language Models (LMs) can acquire new capabilities by assimilating parameters from homologous models without retraining or GPUs. We first introduce DARE to set most delta parameters (i.e., the disparity between fine-tuned and pre-trained parameters) to zeros without affecting the abilities of Supervised Fine-Tuning (SFT) LMs, which randomly Drops delta parameters with a ratio $p$ And REscales the remaining ones by $1 / (1 - p)$ to approximate the original embeddings. Then, we use DARE as a versatile plug-in to sparsify delta parameters of multiple SFT homologous models for mitigating parameter interference and merge them into a single model by parameter fusing. We experiment with encoder- and decoder-based LMs, showing that: (1) SFT delta parameter value ranges are typically small (within 0.002) with extreme redundancy, and DARE can effortlessly eliminate 90% or even 99% of them; (2) DARE can merge multiple task-specific LMs into one LM with diverse capabilities. Notably, this phenomenon is more pronounced in large-scale LMs, where the merged LM reveals the potential to surpass the performance of any source LM, providing a new discovery. We also utilize DARE to create a merged LM that ranks first among models with 7 billion parameters on the Open LLM Leaderboard.

📄 PDF Abstract BibTeX arXiv:2311.03099

Code (3)

yule-buaa/mergelm 공식 구현 pytorch
flowritecom/flow-merge pytorch
yanyang19/ImPart pytorch

Tasks

DecoderGSM8KInstruction Following

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

HermesFlow: Seamlessly Closing the Gap in Multimodal Understanding and Generation

2025-02-17 · Ling Yang, Xinchen Zhang, Ye Tian, Chenming Shang 외

The remarkable success of the autoregressive paradigm has made significant advancement in Multimodal Large Language Models (MLLMs), with powerful models like Show-o, Transfusion and Emu3 achieving notable progress in uni…

MarioGPT: Open-Ended Text2Level Generation through Large Language Models

2023-02-12 · NeurIPS 2023 11 · Shyam Sudhakaran, Miguel González-Duque, Claire Glanois, Matthias Freiberger 외

Procedural Content Generation (PCG) is a technique to generate complex and diverse environments in an automated way. However, while generating content with PCG methods is often straightforward, generating meaningful cont…

Your Absorbing Discrete Diffusion Secretly Models the Conditional Distributions of Clean Data

2024-06-06 · Jingyang Ou, Shen Nie, Kaiwen Xue, Fengqi Zhu 외

Discrete diffusion models with absorbing processes have shown promise in language modeling. The key quantities to be estimated are the ratios between the marginal probabilities of two transitive states at all timesteps, …

DenoisingLanguage ModelingLanguage Modelling

MARIO: A Mixed Annotation Framework For Polyp Segmentation

2025-01-19 · Haoyang Li, Yiwen Hu, Jun Wei, Zhen Li

Existing polyp segmentation models are limited by high labeling costs and the small size of datasets. Additionally, vast polyp datasets remain underutilized because these models typically rely on a single type of annotat…

Improving Deep Localized Level Analysis: How Game Logs Can Help

2022-12-07 · Natalie Bombardieri, Matthew Guzdial

Player modelling is the field of study associated with understanding players. One pursuit in this field is affect prediction: the ability to predict how a game will make a player feel. We present novel improvements to af…