← Latest papers
📊 statistics

INFUSER: Influence-Guided Self-Evolution Improves Reasoning

INFUSER is an iterative co-training framework that employs a generator and solver to evolve reasoning capabilities from unstructured documents by using an influence-guided reward signal and a novel DuGRPO algorithm to curate an adaptive curriculum, significantly outperforming existing self-evolution baselines on challenging benchmarks.

Original authors: Siyu Chen, Miao Lu, Beining Wu, Heejune Sheen, Fengzhuo Zhang, Shuangning Li, Zhiyuan Li, Jose Blanchet, Tianhao Wang, Zhuoran Yang

Published 2026-06-09
📖 5 min read🧠 Deep dive

Original authors: Siyu Chen, Miao Lu, Beining Wu, Heejune Sheen, Fengzhuo Zhang, Shuangning Li, Zhiyuan Li, Jose Blanchet, Tianhao Wang, Zhuoran Yang

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

The Big Picture: Teaching a Robot to Teach Itself

Imagine you have a smart student (the Solver) who is good at math and science but wants to get even better. Usually, to learn, this student needs a teacher to give them practice problems. But finding a human teacher who can create the perfect practice problems is expensive and slow.

INFUSER is a new method where the student teaches itself by creating its own practice problems, but with a special twist: it doesn't just make hard problems; it makes problems that are useful for its current level of skill.

The Two Characters: The "Quiz Master" and the "Student"

The system uses two versions of the same AI model working together:

  1. The Generator (The Quiz Master): This AI reads a massive library of unorganized textbooks and notes (the "Document Pool"). Its job is to write a quiz question and a "golden answer" based on what it reads.
  2. The Solver (The Student): This AI tries to answer the questions the Quiz Master wrote. If it gets them right, it gets a reward and learns.

The Problem with Old Methods

Previous attempts at self-teaching had two main flaws:

  • The "Hallucination" Trap: Some methods let the AI make up questions from thin air. If the AI is wrong, it teaches itself wrong facts (like a student memorizing a fake history book).
  • The "Hardness" Trap: Other methods tried to make the AI generate the hardest possible questions. But a question can be "hard" because it's confusing, poorly written, or has a wrong answer. If the student tries to solve a confusing question, they don't actually learn; they just get frustrated.

The INFUSER Solution: The "Coach's Influence Score"

INFUSER introduces a clever way to grade the Quiz Master. Instead of asking, "Is this question hard?" it asks, "Will solving this question actually help the Student get better at the things we care about?"

Here is how it works, step-by-step:

  1. The Target: The team has a small set of "Gold Standard" questions (like a final exam) that represent the real world. Let's call this the Dev Set.
  2. The Direction: Before the Quiz Master writes a new question, the system checks the Gold Standard exam to see which direction the Student needs to go to improve. (e.g., "The student is weak at calculating chemical reactions, so we need to move in that direction.")
  3. The Quiz Master's Job: The Quiz Master reads a textbook and writes a question.
  4. The "Influence Score": The system simulates the Student trying to answer this new question. It then calculates a score called the Influence Score.
    • Analogy: Imagine a personal trainer (the system) watching a coach (the Quiz Master) design a workout. The trainer doesn't just care if the workout is brutal. They check: "Does this specific exercise fix the runner's weak knee?"
    • If the new question helps the Student improve on the Gold Standard exam, the Quiz Master gets a high score.
    • If the question is confusing or irrelevant, the Quiz Master gets a low score.
  5. The Loop: The Quiz Master learns to write better questions to get higher scores, and the Student learns by solving them. They evolve together.

The Secret Sauce: "DuGRPO"

The paper mentions a technical trick called DuGRPO. Think of this as a special way of grading the Quiz Master.

  • Usually, if a group of questions has very similar scores, it's hard to tell which one is better.
  • DuGRPO is like a smart referee who adjusts the scoring based on the whole group. It ensures that even if the questions are all "okay," the system can still pick out the ones that are slightly more helpful, preventing the training from getting stuck or noisy.

What Did They Find?

The researchers tested this on a model called Qwen3 (a smart AI).

  • Better than the competition: INFUSER beat other self-teaching methods by a huge margin (over 20% improvement) on tough math and science benchmarks.
  • Small beats Big: An 8-billion-parameter model using INFUSER (with a co-evolving Quiz Master) performed better at math and coding than a frozen 32-billion-parameter model that just used a static set of questions. This proves that the process of evolving together is more important than just having a bigger brain.
  • Quality Control: As training went on, the questions the Quiz Master wrote became more logical, self-contained, and factually correct. They stopped being "confusingly hard" and became "genuinely challenging."

Summary

INFUSER is a self-improving system where an AI acts as both a teacher and a student. The teacher is rewarded not for making hard questions, but for making questions that move the student in the right direction to solve real-world problems. By using a "coach's influence score" to guide the teacher, the system turns a messy library of textbooks into a perfect, personalized curriculum that helps the AI reason better than ever before.

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 →