🤖 AI Summary
To address capability bottlenecks of small-scale multimodal language models in mathematical reasoning, code generation, multilingual support, and long-context modeling, this work introduces Phi-4-Mini (3.8B) and its unified multimodal extension, Phi-4-Multimodal. Methodologically, we propose: (1) a novel modality-specific LoRA router enabling interference-free joint inference over text, vision, and speech; (2) a 200K-token vocabulary integrated with grouped-query attention (GQA) to enhance multilingual coverage and long-sequence efficiency; and (3) a training pipeline combining high-quality synthetic data distillation, MoE-style LoRA adaptation, and multi-stage instruction tuning. Experiments demonstrate that Phi-4-Mini surpasses same-parameter open-source models on mathematical and coding benchmarks—matching the performance of 7B-class models. Phi-4-Multimodal achieves state-of-the-art cross-modal reasoning and outperforms larger models on multimodal benchmarks including OpenASR, establishing new efficiency–capability trade-offs for compact multimodal architectures.
📝 Abstract
We introduce Phi-4-Mini and Phi-4-Multimodal, compact yet highly capable language and multimodal models. Phi-4-Mini is a 3.8-billion-parameter language model trained on high-quality web and synthetic data, significantly outperforming recent open-source models of similar size and matching the performance of models twice its size on math and coding tasks requiring complex reasoning. This achievement is driven by a carefully curated synthetic data recipe emphasizing high-quality math and coding datasets. Compared to its predecessor, Phi-3.5-Mini, Phi-4-Mini features an expanded vocabulary size of 200K tokens to better support multilingual applications, as well as group query attention for more efficient long-sequence generation. Phi-4-Multimodal is a multimodal model that integrates text, vision, and speech/audio input modalities into a single model. Its novel modality extension approach leverages LoRA adapters and modality-specific routers to allow multiple inference modes combining various modalities without interference. For example, it now ranks first in the OpenASR leaderboard to date, although the LoRA component of the speech/audio modality has just 460 million parameters. Phi-4-Multimodal supports scenarios involving (vision + language), (vision + speech), and (speech/audio) inputs, outperforming larger vision-language and speech-language models on a wide range of tasks. Additionally, we experiment to further train Phi-4-Mini to enhance its reasoning capabilities. Despite its compact 3.8-billion-parameter size, this experimental version achieves reasoning performance on par with or surpassing significantly larger models, including DeepSeek-R1-Distill-Qwen-7B and DeepSeek-R1-Distill-Llama-8B.