This study proposes a novel and straightforward approach to unlocking the potential of top-ranking Large Language Models (LLMs) from the Open LLM Leaderboard, leveraging the DARE (Drop and REscale) technique. DARE facilitates efficient model merging by minimizing delta parameter redundancy from fine-tuned models. We integrate a top-performing multilingual LLM with a specialized Korean language model using DARE. The merged model is evaluated on six benchmark tasks and MT-Bench, focusing on reasoning capabilities. Results show that incorporating the Korean language model achieves a significant performance improvement of 1.69% on average across the six benchmark tasks, and notably demonstrates over 20% higher performance on GSM8K, which requires complex reasoning skills. This suggests that the inherent complexity and rich linguistic features of the Korean language contribute to enhancing LLM reasoning abilities. Moreover, the model exhibits superior performance on MT-Bench, demonstrating its effectiveness in real-world reasoning tasks. This study highlights DARE's potential as an effective method for integrating specialized language models, demonstrating the ability to unlock existing language models' potential for advanced tasks.
Merging the Korean model leads to performance changes depending on the density value (d). The highest average score (76.23) is achieved with a density value of 0.25, representing a 1.70% improvement over the base model (Base-LM). Performance generally improves as the density value decreases from 0.4 to 0.25 but tends to decline when the value drops below 0.25. This suggests an optimal balance exists between preserving the knowledge of the original model and incorporating knowledge from the Korean model. Therefore, we use a density value of 0.25 for subsequent experiments when merging with the Korean language model. Interestingly, despite Ko-LM's very low GSM8K score of 30.86, merging with Ko-LM still results in a performance improvement of over 20%.
Detailed results can be found
here
This model was merged using the
DARE TIES merge method using
swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA as a base.
1models:
2 - model: swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA
3 - model: beomi/Llama-3-Open-Ko-8B
4 parameters:
5 density: 0.25
6 weight: 0.5
7merge_method: dare_ties
8base_model: swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA
9parameters:
10 int8_mask: true
11dtype: bfloat16
1@misc{cho2024enhancing_ssrn,
2 title = {Research on Enhancing Model Performance by Merging with Korean Language Models},
3 author = {T. Cho, R. Kim and A. J. Choi},
4 year = {2025},
5 howpublished = {Engineering Applications of Artificial Intelligence Volume 159, Part C, 15 November 2025, 111686},
6 url = {https://www.sciencedirect.com/science/article/pii/S0952197625016884},
7 doi = {https://doi.org/10.1016/j.engappai.2025.111686}
8}