Mixture-of-Instructions: Aligning Large Language Models via Mixture Prompting
Bowen Xu, Shaoyu Wu, Kai Liu, Lulu Hu
TL;DR
This work tackles cross-task alignment of large language models by showing that system prompts can cause overfitting and guide performance in unintended directions. It proposes Mixture of Instructions (MoI), a multi-component training framework that combines domain-specific prompts, balanced packing of instructions, and chunk-based attention masking to enable effective multi-task supervised fine-tuning. The MoI approach is implemented on the Qwen-7B-chat base to produce Qwen-SFT-MoI, which demonstrates improved capabilities in mathematics, coding, tool use, and conversation across seven benchmarks, while reducing dataset bias. The results highlight MoI's potential to provide scalable, transfer-friendly alignment of LLMs across diverse domains without sacrificing existing conversational competencies.
Abstract
With the proliferation of large language models (LLMs), the comprehensive alignment of such models across multiple tasks has emerged as a critical area of research. Existing alignment methodologies primarily address single task, such as multi-turn dialogue, coding, mathematical problem-solving, and tool usage. Although there is a large amount of high-quality data available for those tasks, most of them provide only questions and answers without including the system prompt. Though a detailed analysis of the Qwen language model, we found that the system prompt has a significant impact on both training and inference processes of LLM. We attributes this phenomenon to overfitting to the system prompt. In address this issue, we introduce a novel technique termed Mixture-of-Instructions (MoI), which employs a strategy of instruction packing combined with diverse system prompts to boost the alignment efficiency of language models. We have also compiled a diverse set of seven benchmark datasets to rigorously evaluate the alignment efficacy of the MoI-enhanced language model. Our methodology was applied to the open-source Qwen-7B-chat model, culminating in the development of Qwen-SFT-MoI. This enhanced model demonstrates significant advancements in generative capabilities across coding, mathematics, and tool use tasks.
