CLSep 28, 2023

Qwen Technical Report

Peking UTsinghua
arXiv:2309.16609v13888 citationsh-index: 40Has Code
Originality Synthesis-oriented
AI Analysis

This work provides a comprehensive open-source LLM series for AI researchers and developers, though it is incremental as it builds upon existing model architectures and alignment techniques.

The authors introduced Qwen, a series of large language models including base, chat, coding, and math variants, which demonstrate superior performance on downstream tasks and are competitive with proprietary models, with chat models showing advanced tool-use and planning capabilities.

Large language models (LLMs) have revolutionized the field of artificial intelligence, enabling natural language processing tasks that were previously thought to be exclusive to humans. In this work, we introduce Qwen, the first installment of our large language model series. Qwen is a comprehensive language model series that encompasses distinct models with varying parameter counts. It includes Qwen, the base pretrained language models, and Qwen-Chat, the chat models finetuned with human alignment techniques. The base language models consistently demonstrate superior performance across a multitude of downstream tasks, and the chat models, particularly those trained using Reinforcement Learning from Human Feedback (RLHF), are highly competitive. The chat models possess advanced tool-use and planning capabilities for creating agent applications, showcasing impressive performance even when compared to bigger models on complex tasks like utilizing a code interpreter. Furthermore, we have developed coding-specialized models, Code-Qwen and Code-Qwen-Chat, as well as mathematics-focused models, Math-Qwen-Chat, which are built upon base language models. These models demonstrate significantly improved performance in comparison with open-source models, and slightly fall behind the proprietary models.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes