paper-with-me

Papers

DistilQwen2.5: Industrial Practices of Training Distilled Open Lightweight Language Models

2025-04-21 · Chengyu Wang, Junbing Yan, Yuanhao Yue, Jun Huang

Enhancing computational efficiency and reducing deployment costs for large language models (LLMs) have become critical challenges in various resource-constrained scenarios. In this work, we present DistilQwen2.5, a family of distilled, lightweight LLMs derived from the public Qwen2.5 models. These distilled models exhibit enhanced instruction-following capabilities compared to the original models based on a series of distillation techniques that incorporate knowledge from much larger LLMs. In our industrial practice, we first leverage powerful proprietary LLMs with varying capacities as multi-agent teachers to select, rewrite, and refine instruction-response pairs that are more suitable for student LLMs to learn. After standard fine-tuning, we further leverage a computationally efficient model fusion approach that enables student models to progressively integrate fine-grained hidden knowledge from their teachers. Experimental evaluations demonstrate that the distilled models possess significantly stronger capabilities than their original checkpoints. Additionally, we present use cases to illustrate the applications of our framework in real-world scenarios. To facilitate practical use, we have released all the DistilQwen2.5 models to the open-source community.

📄 PDF Abstract BibTeX arXiv:2504.15027

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyInstruction Following

Similar Papers 제목 키워드 기반

Thinking with DistilQwen: A Tale of Four Distilled Reasoning and Reward Model Series

2025-11-03 · Wenrui Cai, Chengyu Wang, Junbing Yan, Jun Huang 외 arxiv

Recently, the demand for small and efficient reasoning models to support real-world applications has driven the development of knowledge distillation techniques that balance reasoning performance and inference speed. In …

Knowledge DistillationReinforcement Learning

Memory-Distilled Selection for Noise-Robust Anomaly Detection

2026-05-26 · Sirojbek Safarov, Jaewoo Park, Yoon Gyo Jung, Kuan-Chuan Peng 외 arxiv

Anomaly detection (AD) under data contamination is critical for deploying unsupervised defect detection in industrial environments, where curating perfectly clean training sets is impractical. However, existing methods a…

Anomaly Detection

Ecosystem orchestration practices for industrial firms: A qualitative meta-analysis, framework development and research agenda

2024-01-09 · Lei Shen, Qingyue Shi, Vinit Parida, Marin Jovanovic

This study ventures into the dynamic realm of ecosystem orchestration for industrial firms, emphasizing its significance in maintaining competitive advantage in the digital era. The fragmented research on this important …

Navigate

Pursuing Best Industrial Practices for Retrieval-Augmented Generation in the Medical Domain

2026-02-03 · Liz Li, Wei Zhu arxiv

While retrieval augmented generation (RAG) has been swiftly adopted in industrial applications based on large language models (LLMs), there is no consensus on what are the best practices for building a RAG system in term…

Tele-FLM Technical Report

2024-04-25 · Xiang Li, Yiqun Yao, Xin Jiang, Xuezhi Fang 외

Large language models (LLMs) have showcased profound capabilities in language understanding and generation, facilitating a wide array of applications. However, there is a notable paucity of detailed, open-sourced methodo…

Language ModelingLanguage ModellingLarge Language Model