netease-youdao/Confucius3-Math là dự án mã nguồn mở trên GitHub với 95 sao, viết chủ yếu bằng Python.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
💜 Confucius Demo | 🤗 Hugging Face | 🤖 ModelScope | ⌨️ GitHub | 📚 Paper | 💬 Wechat
中文 | English
📑 Confucius3-Math: A Lightweight High-Performance Reasoning LLM for Chinese K-12 Mathematics Learning
Quick Links
1 Model Downloads
2 Introduction
3 Performance
4 Inference
5 Quickstart
1 Model Downloads
Model
HuggingFace
ModelScope
WiseModel
Confucius3-Math
🤗 HuggingFace
ModelScope
WiseModel
2 Introduction
Confucius3-Math is a 14B parameter open-source resoning LLM developed by the NetEase Youdao AI Team, specifically optimized for K-12 mathematics education. Unlike general-purpose models, Confucius3-Math:
✅ SOTA Performance on Math Tasks
Outperforms larger models on Chinese K-12 math problems through specialized RL training
✅ Cost-Effective Deployment
Runs efficiently on a single consumer-grade GPU (e.g., RTX 4090D)
✅ Cultural & Curriculum Alignment
Optimized for China's national mathematics standards and problem-solving methodologies
Confucius3-Math was developed through an RL-only post-training process with novel data scheduling policy and improved group-relative advantage estimator. Please refer to our technical report for details.
3 Performance
Benchmark
DeepSeek-R1
Qwen3-14B
QwQ-32B
DeepSeek-R1-Distill-Qwen-14B
Confucius3-Math
CK12-MATH
92.74
94.04
93.60
82.86
96.24
GAOKAO-Bench(math)
93.27
94.44
94.93
86.75
98.46
MathBench(K12)
89.99
96.51
96.57
88.40
95.10
CMATH
95.81
95.90
95.95
77.41
96.13
MATH-500
97.30
96.80
98.00
93.90
98.80
AIME 2024
79.80
79.30
79.50
69.70
81.15
AIME 2025
70.00
70.40
69.50
42.97
69.95
4 Inference
The environmental requirements for running it are exactly the same as those of the Qwen2.5-14B-Instruct model. Therefore, you can easily use Transformers or vLLM to load and run the model for inference, and deploy your services.
The only thing you need to pay attention to is to use the predefined system message and user message templates provided below to request the model. Other templates may also be usable, but we haven't tested them yet.
SYSTEM_PROMPT_TEMPLATE = """A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think> <answer> answer here </answer>."""
USER_PROMPT_TEMPLATE = """{question}"""
Then you can create your messages as follows and use them to request model results. You just need to fill in your instructions in the "question" field.
This project uses the vLLM backend to launch the Confucius3-Math service and builds an interactive Web interface based on Gradio.
We recommend using Docker to launch the Demo. The way to use Docker is as follows:
# Generate the image
docker build -t confucius3 .
# Start the container service
docker run -e ARK_API_KEY=xxx -p 8827:8827 confucius3
The ARK_API_KEY can be created on Volcano Engine, which is mainly used for OCR of input images. If you do not need to support image input, you can skip setting this environment variable.
After the service is launched, you can visit http://127.0.0.1:8827/ to experience the capabilities of Confucius3-Math.
You can also manually install it via the following command:
pip install -r requirements.txt
After installing the relevant dependencies, you can use the following script to launch the Demo service:
export ARK_API_KEY=xxx
bash run_service_stream.sh
WeChat Group
Welcome to scan the QR code below and join the WeChat group.
Citation
If you find our work helpful, feel free to give us a cite.
@misc{wu2025confucius3mathlightweighthighperformancereasoning,
title={Confucius3-Math: A Lightweight High-Performance Reasoning LLM for Chinese K-12 Mathematics Learning},
author={Lixin Wu and Na Cai and Qiao Cheng and Jiachen Wang and Yitao Duan},
year={2025},
eprint={2506.18330},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2506.18330},
}
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/netease-youdao/Confucius3-Math là nguồn chính thức.
netease-youdao/Confucius3-Math có bao nhiêu sao?
netease-youdao/Confucius3-Math có 95 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/netease-youdao/Confucius3-Math. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
netease-youdao/Confucius3-Math có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho netease-youdao/Confucius3-Math. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
netease-youdao/Confucius3-Math có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho netease-youdao/Confucius3-Math. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
netease-youdao/Confucius3-Math còn đang phát triển không?
Commit gần nhất trên netease-youdao/Confucius3-Math là 1.1 năm trước (theo timestamp GitHub). Repo có 5 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
netease-youdao/Confucius3-Math viết bằng ngôn ngữ gì?
netease-youdao/Confucius3-Math chủ yếu viết bằng Python. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về Confucius3-Math?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về Confucius3-Math.