paper-with-me

홈 › Papers

Pangu Embedded: An Efficient Dual-system LLM Reasoner with Metacognition

2025-05-28 · Hanting Chen, Yasheng Wang, Kai Han, Dong Li, Lin Li, Zhenni Bi, Jinpeng Li, Haoyu Wang, Fei Mi, Mingjian Zhu, Bin Wang, Kaikai Song, Yifei Fu, Xu He, Yu Luo, Chong Zhu, Quan He, Xueyu Wu, wei he, Hailin Hu, Yehui Tang, DaCheng Tao, Xinghao Chen, Yunhe Wang

This work presents Pangu Embedded, an efficient Large Language Model (LLM) reasoner developed on Ascend Neural Processing Units (NPUs), featuring flexible fast and slow thinking capabilities. Pangu Embedded addresses the significant computational costs and inference latency challenges prevalent in existing reasoning-optimized LLMs. We propose a two-stage training framework for its construction. In Stage 1, the model is finetuned via an iterative distillation process, incorporating inter-iteration model merging to effectively aggregate complementary knowledge. This is followed by reinforcement learning on Ascend clusters, optimized by a latency-tolerant scheduler that combines stale synchronous parallelism with prioritized data queues. The RL process is guided by a Multi-source Adaptive Reward System (MARS), which generates dynamic, task-specific reward signals using deterministic metrics and lightweight LLM evaluators for mathematics, coding, and general problem-solving tasks. Stage 2 introduces a dual-system framework, endowing Pangu Embedded with a "fast" mode for routine queries and a deeper "slow" mode for complex inference. This framework offers both manual mode switching for user control and an automatic, complexity-aware mode selection mechanism that dynamically allocates computational resources to balance latency and reasoning depth. Experimental results on benchmarks including AIME 2024, GPQA, and LiveCodeBench demonstrate that Pangu Embedded with 7B parameters, outperforms similar-size models like Qwen3-8B and GLM4-9B. It delivers rapid responses and state-of-the-art reasoning quality within a single, unified model architecture, highlighting a promising direction for developing powerful yet practically deployable LLM reasoners.

📄 PDF Abstract BibTeX arXiv:2505.22375

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language Model

Similar Papers 제목 키워드 기반

Post-Training Quantization of OpenPangu Models for Efficient Deployment on Atlas A2

2025-12-29 · Yilun Luo, Huaqing Zheng, Haoqian Meng, Wenyuan Liu 외 arxiv

Huawei's openPangu-Embedded-1B and openPangu-Embedded-7B are variants of the openPangu large language model, designed for efficient deployment on Ascend NPUs. The 7B variant supports three distinct Chain-of-Thought (CoT)…

Code Generation

VisionPangu: A Compact and Fine-Grained Multimodal Assistant with 1.7B Parameters

2026-03-05 · Jiaxin Fan, Wenpo Song arxiv

Large Multimodal Models (LMMs) have achieved strong performance in vision-language understanding, yet many existing approaches rely on large-scale architectures and coarse supervision, which limits their ability to gener…

Image Captioning

Metacognition and Uncertainty Communication in Humans and Large Language Models

2025-04-18 · Mark Steyvers, Megan A. K. Peters

Metacognition, the capacity to monitor and evaluate one's own knowledge and performance, is foundational to human decision-making, learning, and communication. As large language models (LLMs) become increasingly embedded…

Decision Making

PanGu-Bot: Efficient Generative Dialogue Pre-training from Pre-trained Language Model

2022-03-31 · Fei Mi, Yitong Li, Yulong Zeng, Jingyan Zhou 외

In this paper, we introduce PanGu-Bot, a Chinese pre-trained open-domain dialogue generation model based on a large pre-trained language model (PLM) PANGU-alpha (Zeng et al.,2021). Different from other pre-trained dialog…

Dialogue GenerationLanguage ModelingLanguage Modelling

Learning a metacognition for object perception

2020-11-30 · NeurIPS Workshop SVRHM 2020 12 · Marlene Berke, Mario Belledonne, Julian Jara-Ettinger

Beyond representing the external world, humans also represent their own cognitive processes. In the context of perception, this metacognition helps us identify unreliable percepts, such as when we recognize that we are s…

Object