paper-with-me

홈 › Papers

Unconstrained Model Merging for Enhanced LLM Reasoning

2024-10-17 · Yiming Zhang, Baoyi He, Shengyu Zhang, Yuhao Fu, Qi Zhou, Zhijie Sang, Zijin Hong, Kejing Yang, Wenjun Wang, Jianbo Yuan, Guanghan Ning, Linyi Li, Chunlin Ji, Fei Wu, Hongxia Yang

Recent advancements in building domain-specific large language models (LLMs) have shown remarkable success, especially in tasks requiring reasoning abilities like logical inference over complex relationships and multi-step problem solving. However, creating a powerful all-in-one LLM remains challenging due to the need for proprietary data and vast computational resources. As a resource-friendly alternative, we explore the potential of merging multiple expert models into a single LLM. Existing studies on model merging mainly focus on generalist LLMs instead of domain experts, or the LLMs under the same architecture and size. In this work, we propose an unconstrained model merging framework that accommodates both homogeneous and heterogeneous model architectures with a focus on reasoning tasks. A fine-grained layer-wise weight merging strategy is designed for homogeneous models merging, while heterogeneous model merging is built upon the probabilistic distribution knowledge derived from instruction-response fine-tuning data. Across 7 benchmarks and 9 reasoning-optimized LLMs, we reveal key findings that combinatorial reasoning emerges from merging which surpasses simple additive effects. We propose that unconstrained model merging could serve as a foundation for decentralized LLMs, marking a notable progression from the existing centralized LLM framework. This evolution could enhance wider participation and stimulate additional advancement in the field of artificial intelligence, effectively addressing the constraints posed by centralized models.

📄 PDF Abstract BibTeX arXiv:2410.13699

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Coarse-to-Fine Process Reward Modeling for Enhanced Mathematical Reasoning

2025-01-23 · Yulan Hu, Sheng Ouyang, Yong liu

Process reward model (PRM) is critical for mathematical reasoning tasks to assign rewards for each intermediate steps. The PRM requires constructing process-wise supervision data for training, which rely on chain-of-thou…

AttributeMathematical Reasoning

DRIFT: Transferring Reasoning Priors for Efficient MLLM Fine-Tuning

2025-10-16 · Chao Huang, Zeliang Zhang, Jiang Liu, Ximeng Sun 외 arxiv

Multimodal large language models (MLLMs) have made rapid progress, yet their reasoning ability often lags behind strong text-only LLMs. Bridging this gap typically requires large-scale multimodal reasoning data or reinfo…

Reinforcement LearningMultimodal Reasoning

Query-Enhanced Adaptive Semantic Path Reasoning for Inductive Knowledge Graph Completion

2024-06-04 · Kai Sun, Jiapu Wang, Huajie Jiang, Yongli Hu 외

Conventional Knowledge graph completion (KGC) methods aim to infer missing information in incomplete Knowledge Graphs (KGs) by leveraging existing information, which struggle to perform effectively in scenarios involving…

Inductive knowledge graph completionKnowledge Graph CompletionKnowledge Graphs

Towards Agentic RAG with Deep Reasoning: A Survey of RAG-Reasoning Systems in LLMs

2025-07-13 · Yangning Li, Weizhi Zhang, Yuyao Yang, Wei-Chieh Huang 외 arxiv

Retrieval-Augmented Generation (RAG) lifts the factuality of Large Language Models (LLMs) by injecting external knowledge, yet it falls short on problems that demand multi-step inference; conversely, purely reasoning-ori…

Enhancing Zero-Shot Chain-of-Thought Reasoning in Large Language Models through Logic

2023-09-23 · Xufeng Zhao, Mengdi Li, Wenhao Lu, Cornelius Weber 외

Recent advancements in large language models have showcased their remarkable generalizability across various domains. However, their reasoning abilities still have significant room for improvement, especially when confro…

Causal Inference