Alibaba Debuts Upgraded Qwen 3 that It Claims to Outperform 『DeepSeek』 R1

Alibaba Debuts Upgraded Qwen 3 that It Claims to Outperform 『DeepSeek』 R1

TMTPOST -- Alibaba Group unveiled Qwen 3 on Tuesday, a next-generation upgrade of its flagship AI model featuring enhanced hybrid reasoning capabilities.

Qwen3-235B-A22B, features 235 billion parameters but requires activating only 22 billion — roughly one-third the parameter size of 『DeepSeek』-R1. This design dramatically cuts operating costs while achieving performance that surpasses leading models such as 『DeepSeek』-R1 and OpenAI-o1, making it the most powerful open-source model available globally.

The announcement comes as China’s AI landscape heats up, driven by the rapid rise of local startup 『DeepSeek』, which earlier this year claimed to deliver high-performing models at lower costs compared to Western rivals.

Baidu, China’s top search engine, also stepped up its efforts last Friday by launching the Ernie 4.5 Turbo and the reasoning-optimized Ernie X1 Turbo models.

Alibaba’s new Qwen 3 blends traditional AI tasks with advanced dynamic reasoning, offering a more flexible and efficient platform aimed at application and software developers.

Earlier this year, Alibaba had hastily introduced its Qwen 2.5-Max model in late January, shortly after 『DeepSeek』’s breakthrough, touting it as delivering superior performance.

今日霍州(www.jrhz.info)©️

China's First Hybrid Reasoning Model Enhances Agent Capabilities and Supports MCP

The Qianwen 3 model supports two distinct reasoning modes:

  • Slow Thinking Mode:In this mode, the model performs step-by-step reasoning and provides a final answer after careful deliberation. This approach is ideal for tackling complex problems that require deep thought.
  • Fast Thinking Mode:In this mode, the model delivers rapid, almost instantaneous responses, making it suitable for simple problems where speed is prioritized over depth.

All Qianwen 3 models are hybrid reasoning models, making them the first of their kind in China. This innovative design integrates "Fast Thinking"and "Slow Thinking"into a single model. For straightforward tasks, it can provide instant answers with low computational power, while for complex issues, it can engage in multi-step "Deep Thinking", significantly reducing computational resource consumption.

The API allows users to customize the "Thinking Budget"(i.e., the maximum number of tokens allocated for deep reasoning), enabling different levels of thought processes to flexibly meet the diverse performance and cost requirements of AI applications across various scenarios. For instance:

  • The 4B model is an excellent size for mobile devices.
  • The 8B model can be smoothly deployed on computers and automotive systems.
  • The 32B model is highly favored for large-scale enterprise deployments, and developers with the necessary resources can easily get started.

In the AIME25 evaluation, which measures mathematical problem-solving skills at an Olympiad level, Qianwen 3 scored an impressive 81.5, setting a new record for open-source models. In the LiveCodeBench assessment, which evaluates coding capabilities, Qianwen 3 surpassed the 70-point threshold, outperforming Grok3. Additionally, in the ArenaHard evaluation, which assesses alignment with human preferences, Qianwen 3 achieved a remarkable score of 95.6, surpassing OpenAI-o1 and 『DeepSeek』-R1.

While performance has significantly improved, the deployment cost of Qianwen 3 has drastically decreased. The full-powered version of Qianwen 3 can be deployed with just four H20 GPUs, and its memory usage is only one-third that of models with similar performance.

今日霍州(www.jrhz.info)©️

The Qwen-3 model supports 119 languages and dialects. Currently, these models are open-sourced under the Apache 2.0 license and are now available on platforms such as Hugging Face, ModelScope, and Kaggle.

Alibaba also recommends deploying the model using frameworks like SGLang and vLLM. For local usage, tools such as Ollama, LMStudio, MLX, llama.cpp, and KTransformers are supported.

Qwen-3 also focuses on the application of intelligent agents and large language models. In the BFCL evaluation for assessing agent capabilities, Qwen-3 achieved a new high score of 70.8, surpassing top-tier models like Gemini2.5-Pro and OpenAI-o1. This breakthrough significantly lowers the barrier for agents to utilize tools effectively.

Additionally, Qwen-3 natively supports the MCP protocol and boasts powerful function-calling capabilities. Combined with the Qwen-Agent framework, which includes pre-built tool-calling templates and parsers, it greatly reduces coding complexity and enables efficient agent operations on mobile phones and computers.

36 Trillion Tokens Pre-Trained, Four-Stage Fine-Tuning

In terms of pre-training, the Qwen-3 dataset has undergone significant expansion compared to Qwen-2.5. While Qwen-2.5 was pre-trained on 18 trillion tokens, Qwen-3 nearly doubles this amount, reaching approximately 36 trillion tokens.

To construct this massive dataset, the Qwen team not only collected data from the internet but also extracted information from PDF documents. For instance, Qwen-2.5-VL was used to extract text from these documents, and Qwen-2.5 further improved the quality of the extracted content.

To enhance the quantity of mathematical and coding data, the Qwen team utilized specialized models like Qwen-2.5-Math and Qwen-2.5-Coder to synthesize data. This synthesized data includes diverse formats such as textbooks, Q&A pairs, and code snippets.

The pre-training process is divided into three stages. In the first stage (S1), the model was pre-trained on over 30 trillion tokens with a context length of 4K tokens. This stage equipped the model with foundational language skills and general knowledge.

In the second phase (S2), the Qwen team improved the dataset by increasing the proportion of knowledge-intensive data, such as STEM, programming, and reasoning tasks. Subsequently, the model underwent pre-training on an additional 5 trillion tokens.

In the final phase, the Qwen team extended the context length to 32K tokens using high-quality long-context data, ensuring the model could effectively handle longer inputs.

今日霍州(www.jrhz.info)©️

Due to improvements in the model architecture, increased training data, and more efficient training methods, the overall performance of the Qwen3 Dense base model is comparable to the Qwen2.5 base model, which has more parameters.

For instance, Qwen3-1.7B/4B/8B/14B/32B-Base performs on par with Qwen2.5-3B/7B/14B/32B/72B-Base. Notably, in areas such as STEM, coding, and reasoning, the Qwen3 Dense base model even surpasses the larger-scale Qwen2.5 models.

As for the Qwen3 MoE base models, they achieve performance similar to the Qwen2.5 Dense base models while using only 10% of the activated parameters. This results in significant savings in training and inference costs.

Regarding post-training, to develop a hybrid model capable of both reasoning and rapid response, the Qwen team implemented a four-phase training process. This process includes: (1) cold start for long reasoning chains, (2) reinforcement learning for long reasoning chains, (3) integration of reasoning patterns, and (4) general reinforcement learning.

今日霍州(www.jrhz.info)©️

In the first phase, the model was fine-tuned using diverse long reasoning chain data, covering various tasks and domains such as mathematics, coding, logical reasoning, and STEM problems. This process aimed to equip the model with fundamental reasoning capabilities.

The second phase focuses on large-scale reinforcement learning, utilizing rule-based rewards to enhance the model's exploratory and analytical capabilities.

In the third phase, the model is fine-tuned on a combined dataset that includes long-chain reasoning data and commonly used instruction-tuning data. This process integrates non-thinking patterns into the reasoning model, ensuring a seamless combination of reasoning and rapid response capabilities.

During the fourth phase, reinforcement learning is applied across more than 20 general domains, including tasks such as instruction compliance, format adherence, and agent capabilities. This step further enhances the model's general-purpose abilities while correcting undesirable behaviors.

Currently, individual users can directly experience Qianwen 3 through the Tongyi App, and Quark is set to fully integrate Qianwen 3 soon. Alibaba Tongyi has already open-sourced over 200 models, with global downloads exceeding 300 million. The number of derivative models from Qianwen has surpassed 100,000, overtaking the U.S.-based Llama to become the world's leading open-source model.

特别声明:[Alibaba Debuts Upgraded Qwen 3 that It Claims to Outperform 『DeepSeek』 R1] 该文观点仅代表作者本人,今日霍州系信息发布平台,霍州网仅提供信息存储空间服务。

猜你喜欢

王怡斐:30岁离开广东台,自毁前途,现在的她复出无望了(王怡菲的图片)

就这样,王怡斐充满自信与骄傲地将重心放在了自己的综艺生涯中,却没有发现风暴正在悄然酝酿。然而,不到一年的时间,陈旭然凭借其出色的表现和新鲜的魅力,成功取代了王怡斐,成为了陈维聪的新搭档。 眼见自己的职位被…

王怡斐:30岁离开广东台,自毁前途,现在的她复出无望了(王怡菲的图片)

中秋月圆夜二人转“转”出欢乐(《中秋月圆》)

10月6日,长春德苑公园灯火辉煌,笑声如潮,掌声不断,一场盛大的《吉祥大舞台》盛宴在此上演。国庆中秋假期,为了拉近传统艺术与大众的距离,《吉祥大舞台》节目集结了多位优秀的二人转表演艺术🎭️家,采用“线上 线下”双…

中秋月圆夜二人转“转”出欢乐(《<strong>中秋月圆</strong>》)

探索失眠的秘密——《睡眠七处方》引领健康睡眠之道(寻找失眠的原因)

你是否为失眠困扰,辗转反侧难以入眠?本书通过7天疗法帮助你重拾健康睡眠。本文深度解析其背后科学原理与实用技巧,教你建立良好作息习惯,轻松改善睡眠质量。

探索失眠的秘密——《<strong>睡眠七处方</strong>》引领健康睡眠之道(寻找失眠的原因)

汪文华:曲苑杂坛主持人,传闻与姜昆不和被封杀,真相如何?(汪文华曲苑杂坛开场乐的主唱)

央视的曲苑杂坛节目是很多人心目中的美好记忆。 既然别人都不看好曲苑杂坛这个节目,汪文华就偏要把他做出点名堂来。 看中曲苑杂坛的不只日本方面,相声大师姜昆发现该节目宣传作用非常好,便想着在节目里弄一个相声专场吸…

汪文华:曲苑杂坛主持人,传闻与姜昆不和被封杀,真相如何?(汪文华曲苑杂坛开场乐的主唱)

上海男子带小三产检后续 实名举报再添新丑闻(男子带小三回家亲热)

近期,实名举报事件频发,其中不乏婚内出轨和家暴的案例。这些事件不断在网上曝光,一次次挑战公众的认知底线。11月1日,一段约7分钟的捉奸视频在网络上流传。据称,该事件发生在上海某妇婴保健院停车场内

上海男子带小三产检后续 实名举报再添新丑闻(男子带小三回家亲热)