Mingxuan Yuan
2026
RIFT: Repurposing Negative Samples via Reward-Informed Fine-Tuning
Zehua Liu | Shuqi Liu | Tao Zhong | Mingxuan Yuan
Findings of the Association for Computational Linguistics: ACL 2026
Zehua Liu | Shuqi Liu | Tao Zhong | Mingxuan Yuan
Findings of the Association for Computational Linguistics: ACL 2026
While Supervised Fine-Tuning (SFT) and Rejection Sampling Fine-Tuning (RFT) are standard for LLM alignment, they either rely on costly expert data or discard valuable negative samples, leading to data inefficiency. To address this, we propose Reward Informed Fine-Tuning (RIFT), a simple yet effective framework that utilizes all self-generated samples. Unlike the hard thresholding of RFT, RIFT repurposes negative trajectories, reweighting the loss with scalar rewards to learn from both the positive and negative trajectories from the model outputs. To overcome the training collapse caused by naive reward integration, where direct multiplication yields an unbounded loss, we introduce a stabilized loss formulation that ensures numerical robustness and optimization efficiency. Extensive experiments on mathematical benchmarks across various base models show that RIFT consistently outperforms RFT. Our results demonstrate that RIFT is a robust and data-efficient alternative for alignment using mixed-quality, self-generated data.
Analytical FFN-to-MoE Restructuring via Activation Pattern Analysis
Zehua Pei | Hui-Ling Zhen | Lancheng Zou | Xianzhi Yu | Wulong Liu | Sinno Jialin Pan | Mingxuan Yuan | Bei Yu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Zehua Pei | Hui-Ling Zhen | Lancheng Zou | Xianzhi Yu | Wulong Liu | Sinno Jialin Pan | Mingxuan Yuan | Bei Yu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Scaling large language models (LLMs) improves performance but significantly increases inference costs, with feed-forward networks (FFNs) consuming the majority of computational resources. While Mixture-of-Experts (MoE) architectures can reduce this cost through sparse activation, restructuring existing dense models into MoEs typically requires extensive retraining on hundreds of billions of tokens.We propose an analytical post-training framework that rapidly restructures FFNs into sparse MoE architectures using only a small calibration dataset. The method analyzes neuron activation patterns to partition neurons into always-active shared experts and conditionally activated routed experts, then constructs a router analytically from representative neuron statistics, enabling immediate deployment or optional lightweight fine-tuning. This approach applies both to dense models and recursively to existing MoE models for hierarchical sparsity.Experiments demonstrate up to 1.17× speedup in compute-bound scenarios with only minutes of processing and 2k-sample fine-tuning, outperforming methods requiring orders of magnitude more resources.
2025
LoRE-Merging: Exploring Low-Rank Estimation For Large Language Model Merging
Zehua Liu | Han Wu | Yuxuan Yao | Xiaojin Fu | Ruifeng She | Xiongwei Han | Tao Zhong | Mingxuan Yuan
Findings of the Association for Computational Linguistics: EMNLP 2025
Zehua Liu | Han Wu | Yuxuan Yao | Xiaojin Fu | Ruifeng She | Xiongwei Han | Tao Zhong | Mingxuan Yuan
Findings of the Association for Computational Linguistics: EMNLP 2025
While most current approaches rely on further training techniques, such as fine-tuning or reinforcement learning, to enhance model capacities, model merging stands out for its ability of improving models without requiring any additional training. In this paper, we propose a unified framework for model merging based on low-rank estimation of task vectors without the need for access to the base model, named LoRE-Merging. Our approach is motivated by the observation that task vectors from fine-tuned models frequently exhibit a limited number of dominant singular values, making low-rank estimations less prone to interference. We implement the method by formulating the merging problem as an optimization problem. Extensive empirical experiments demonstrate the effectiveness of our framework in mitigating interference and preserving task-specific information, thereby advancing the state-of-the-art performance in model merging techniques.
Sens-Merging: Sensitivity-Guided Parameter Balancing for Merging Large Language Models
Shuqi Liu | Han Wu | Bowei He | Xiongwei Han | Mingxuan Yuan | Linqi Song
Findings of the Association for Computational Linguistics: ACL 2025
Shuqi Liu | Han Wu | Bowei He | Xiongwei Han | Mingxuan Yuan | Linqi Song
Findings of the Association for Computational Linguistics: ACL 2025
Recent advances in large language models have led to numerous task-specialized fine-tuned variants, creating a need for efficient model merging techniques that preserve specialized capabilities while avoiding costly retraining. While existing task vector-based merging methods show promise, they typically apply uniform coefficients across all parameters, overlooking varying parameter importance both within and across tasks. We present Sens-Merging, a sensitivity-guided coefficient adjustment method that enhances existing model merging techniques by operating at both task-specific and cross-task levels. Our method analyzes parameter sensitivity within individual tasks and evaluates cross-task transferability to determine optimal merging coefficients. Extensive experiments on Mistral 7B and LLaMA2 7B/13B models demonstrate that Sens-Merging significantly improves performance across general knowledge, mathematical reasoning, and code generation tasks. Notably, when combined with existing merging techniques, our method enables merged models to outperform specialized fine-tuned models, particularly in code generation tasks. Our findings reveal important trade-offs between task-specific and cross-task scalings, providing insights for future model merging strategies.