← Latest papers
🤖 AI

NebulaExp-8B: An Empirical Post-Training Pipeline via Full-Scale Ablation Research

This paper introduces NebulaExp, a fully transparent and reproducible post-training pipeline for 8B-scale LLMs that employs full-scale ablation studies on data curation and training strategies to significantly enhance both general instruction-following and specialized reasoning capabilities through optimized SFT, GRPO reinforcement learning, and teacher-based distillation.

Original authors: Qiaobo Hao, Yangqian Wu, Shunyi Wang, Zhongjian Zhang, Ziqun Li, Yayin He, Muqing Li, Chen Zhong

Published 2026-06-26
📖 6 min read🧠 Deep dive

Original authors: Qiaobo Hao, Yangqian Wu, Shunyi Wang, Zhongjian Zhang, Ziqun Li, Yayin He, Muqing Li, Chen Zhong

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a very smart, well-read student (an 8-billion-parameter AI model) who has just finished their "pre-training" (reading the entire internet). They know a lot of facts, but they are a bit messy: they don't always follow instructions, they struggle with complex math problems, and their answers can be inconsistent.

The paper "NebulaExp-8B" is a detailed report on how a team at ZTE took this raw student and ran them through a rigorous, transparent "post-training" boot camp to turn them into a top-tier performer. Instead of just showing the final grades, they opened the doors to show exactly how they built the curriculum, filtered the homework, and chose the teachers.

Here is the story of their journey, broken down into simple analogies:

1. The Problem: The "Noisy" Library

The team started with a massive pile of homework assignments (data) collected from various public sources. But this library was a mess:

  • Inconsistent Styles: Some answers were written like a formal essay, others like a text message.
  • Wrong Answers: Some homework had incorrect solutions.
  • Mixed Difficulty: It was a jumble of "easy" questions and "impossible" puzzles with no clear grading.

The Fix: They built a Data Processing Pipeline. Think of this as a high-tech factory that sorts, cleans, and grades the homework before the student ever sees it.

  • Distillation: They used a super-smart "Head Teacher" (a massive AI model) to rewrite all the answers so they sounded consistent and logical.
  • Filtering: They threw out any homework with wrong answers, gibberish, or toxic content.
  • Grading: They labeled questions as "Easy," "Medium," or "Hard" based on how often the student got them right initially.

2. The Two Paths: The "Generalist" vs. The "Specialist"

The team realized they couldn't train the student to be perfect at everything at once without getting confused. So, they split the training into two distinct branches:

Path A: The "Instruct" Model (The Polite Assistant)

This branch focuses on following rules and being helpful.

  • The Discovery: They found a funny trade-off. To get better at Math, the student needed to read long, complex, difficult stories. But to get better at Coding, the student needed short, precise, easy-to-follow instructions. If you fed them only hard math problems, they got bad at coding. If you fed them only coding tasks, they got bad at math.
  • The Solution: They created a "balanced diet." They mixed the data carefully: a little bit of hard math, a little bit of precise code, and a lot of general long-form text.
  • The Result: By mixing these ingredients perfectly, they boosted the student's average test score significantly. They also found that Reinforcement Learning (RL)—where the student gets a "reward" for getting the right answer—helped them follow instructions even better, though it required careful tuning to avoid over-focusing on just one type of problem.

Path B: The "Reasoning" Model (The Logic Master)

This branch focuses on solving hard puzzles, math, and science problems.

  • The Strategy: Instead of just throwing more data at the student, they used a Curriculum.
    • Step 1: Start with short, easy reasoning chains to teach the student how to think step-by-step.
    • Step 2: Move to long, complex chains to teach deep problem-solving.
  • The Discovery: They found that Quality > Quantity. A smaller pile of perfectly filtered, high-quality homework was better than a huge pile of messy data. They also found that mixing Math, Code, and Science data together helped the student learn better than focusing on just one subject.

3. The Secret Weapon: "On-Policy Distillation" (OPD)

Usually, to teach a student to be better, you need a "Verifier" (a strict grader) to check their work and give them a score (Reward). This is hard to do for creative writing or open-ended questions because there's no single "right" answer.

The team tried a new trick called OPD:

  • The Analogy: Instead of a grader giving a score, imagine a Master Chef (the Teacher) standing next to the student. The student cooks a dish, and the Master Chef doesn't just say "Good" or "Bad." Instead, the Chef whispers, "You should have added a pinch more salt here," or "Turn the heat down slightly there."
  • Why it's cool: This "whispering" (imitating the teacher's thought process) works even when there is no "right answer" to verify.
  • The Surprise:
    • Single Teacher: Using just one teacher model, they improved the student's ability to follow instructions better than the traditional "grader" method, using 13 times less data.
    • Multi-Teacher: They hired four different specialist teachers (one for Math, one for Code, one for Science, one for Instructions). They fused them into one student.
    • The Magic: The student didn't just become the average of the teachers. On Math tests, the student actually beat the best individual teacher. It's like a student studying with a math genius, a coding wizard, and a science whiz, and then solving a math problem better than the math genius could have done alone. The combination of knowledge created something new and stronger.

4. Key Takeaways (The "Cheat Sheet")

  • Garbage In, Garbage Out: Cleaning the data (removing wrong answers and bad styles) is the most important step. It matters more than the fancy training algorithms.
  • One Size Doesn't Fit All: Math and Coding need opposite types of training data. You have to mix them carefully.
  • Teachers Matter More Than Size: When using the "whispering" method (OPD), it's better to have a teacher who is good at the specific subject you are teaching, even if they are a smaller model, rather than a giant model that is just "okay" at everything.
  • Less is More: You don't need millions of examples to improve. Sometimes, 10,000 high-quality, carefully chosen examples are enough to make a massive leap in performance.

Summary

The paper proves that you don't need to build a bigger, more expensive brain to get a smarter AI. Instead, you need a better training recipe: clean data, a balanced mix of subjects, and smart teaching methods that let the student learn from the best experts without needing a strict grader for every single question. They showed the whole recipe so anyone can copy it and build their own smart AI.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →