Papers · Qwen
AI PAPER

Qwen Technical Report

Introduced Alibaba's competitive open-weight model family with strong multilingual capabilities, particularly Chinese-English performance, trained on 3 trillion tokens.

Authors
Jinze Bai, Shuai Bai, Yunfei Chu +7
Institution
Alibaba Cloud
Published
September NaN, 2023
Citations
1,200
Category
Architecture
Impact
notable
PAPER EXPLAINED

Plain-English Summary

Qwen was Alibaba’s entry into the open-weight model competition, offering 7B and 14B parameter models trained on 3 trillion tokens of multilingual data with particular strength in Chinese and English. The model demonstrated competitive performance with LLaMA 2 while offering significantly better Chinese language capabilities and stronger code generation.

Alibaba released the models with a relatively permissive license, making them the most capable openly available models for Chinese-language applications. The release included chat-tuned variants, quantized versions, and supporting tools.

Key Innovation

Qwen invested heavily in training data quality for multilingual performance, curating a 3 trillion token dataset with careful balancing across languages, domains, and quality levels. The tokenizer was designed for efficient encoding of both Chinese and English text, avoiding the token inefficiency that English-centric tokenizers impose on Chinese.

The training recipe combined SFT with RLHF, producing chat models that followed instructions well across both languages without sacrificing base model capabilities.

Impact on the Field

Qwen established that Chinese AI labs could produce open models competitive with Western counterparts. This intensified the global competition in open-weight models and provided the Chinese developer ecosystem with a strong locally-produced foundation model. The model’s multilingual strengths made it particularly popular in Asian markets.

Models That Built on This

Qwen 1.5 improved training efficiency. Qwen 2 scaled to 72B parameters and matched Llama 3 70B on English while maintaining Chinese leadership. Qwen 2.5 further closed the gap with frontier models. The Qwen-VL (vision-language) and Qwen-Audio models extended the family to multimodal tasks. The model powers much of Alibaba’s cloud AI services and is widely deployed across Chinese enterprises.