← Latest papers
💻 computer science

Misconception Acquisition Dynamics in Large Language Models

This paper introduces MalAlgoLib and demonstrates that while Large Language Models can learn multiple misconceptions without degrading reasoning when trained with intermediate steps, they fail to acquire misconceptions or overgeneralize them without such step-by-step supervision, highlighting the critical role of intermediate reasoning traces in balancing faithful student simulation with preserved correct reasoning.

Original authors: Naiming Liu, Xinghe Chen, Richard Baraniuk, Mrinmaya Sachan, Shashank Sonkar

Published 2026-04-02
📖 5 min read🧠 Deep dive

Original authors: Naiming Liu, Xinghe Chen, Richard Baraniuk, Mrinmaya Sachan, Shashank Sonkar

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 are trying to teach a super-smart robot how to be a student and how to be a teacher. But there's a catch: you want the robot to understand mistakes the way humans do. Not just random typos, but deep, systematic misunderstandings (like thinking you can distribute a number to only part of an equation).

This paper is like a lab experiment where the researchers built a special "training gym" called MalAlgoLib to teach three different AI models (Llama, Phi, and Qwen) how to make these specific math mistakes on purpose. They wanted to see: Can we teach an AI to be a "bad" student without breaking its ability to be a "good" student? And can we teach it to be a "wise" teacher who knows all the bad tricks?

Here is the breakdown of what they found, using some everyday analogies.

1. The Two Roles: The "Naive Student" vs. The "Wise Tutor"

The researchers defined two different jobs for the AI:

  • The Novice Student Model: This AI is supposed to act like one specific kid who has a specific brain glitch. For example, "This kid always forgets to multiply the second number when distributing." The goal is to simulate that one kid perfectly.
  • The Expert Tutor Model: This AI is supposed to act like a veteran teacher who has seen hundreds of kids. It needs to know all the different ways students mess up, so it can spot the error and explain it, while still knowing the right answer itself.

2. The Big Surprise: Learning a Mistake is Dangerous

When they tried to teach the Student Model to make a specific mistake, something weird happened.

The Analogy: Imagine you are teaching a dog to sit. But instead of just teaching it "Sit," you accidentally teach it that "Sit" means "Lie down, bark, and roll over." Now, every time you say "Sit," the dog does all three things. It can't just sit anymore.

The Finding: When the AI learned a specific math mistake, it didn't just apply that mistake to the right problems. It overgeneralized. It started making that mistake on everything, even problems where the mistake shouldn't happen. Its ability to solve math correctly crashed.

The Fix: To stop the AI from going crazy, the researchers had to mix in a lot of "correct" examples. Think of it like training a dog: for every time you show it the "bad trick," you have to show it the "good trick" three times. If they mixed in just 25% correct examples, the AI learned to make the specific mistake only when it was supposed to, while staying smart everywhere else.

3. The Tutor Model: The More You Learn, The Smarter You Get

Now, look at the Tutor Model. They taught it ten different types of mistakes at the same time.

The Analogy: Imagine a detective learning to recognize ten different types of forgeries. You might think, "If they learn ten forgeries, they'll get confused and start thinking real money is fake." But the opposite happened.

The Finding: As the Tutor AI learned more and more mistakes, it actually got better at solving problems correctly. It didn't need a mix of correct examples to stay smart. Learning the "bad" ways actually helped it understand the "good" way better. It was like the AI realized, "Oh, I know why this is wrong, so I know exactly how to make it right."

The Catch: The Tutor model needed a lot of data. In a real classroom with 30 kids, you might only see a specific mistake a few times. That's not enough for the AI to learn it. The researchers realized that to train a real-world Tutor AI, you'd need to pool data from thousands of schools to get enough examples of rare mistakes.

4. The Secret Ingredient: The "Step-by-Step" Map

This was the most critical discovery. The researchers tried training the AI in two ways:

  1. With Steps: Showing the AI every single move in the math problem (e.g., "First I subtracted 5, then I divided by 2...").
  2. Without Steps: Just showing the AI the final wrong answer (e.g., "The answer is 5").

The Result: Without the step-by-step map, the AI failed completely. It couldn't learn the mistake, no matter how much data they gave it.

The Analogy: Imagine you are trying to learn a dance move.

  • With Steps: You watch a video of the dancer moving their feet, then their arms, then their hips. You can copy the specific move.
  • Without Steps: You just see the dancer fall down at the end of the song. You have no idea what they did wrong. Did they trip? Did they spin too fast? You can't learn the mistake because you don't see where the error happened.

The AI needs to see the "intermediate steps" to know exactly where the logic broke. If you only give it the final wrong answer, it's like trying to fix a car engine by just looking at the smoke coming out the exhaust.

Summary: What Should We Take Away?

  1. To simulate a student: You must be careful. If you just feed the AI bad examples, it will become "bad" at everything. You have to mix in good examples to keep it grounded.
  2. To simulate a tutor: You can feed it lots of different mistakes, and it will actually get smarter. But you need a massive amount of data from many schools to make it work.
  3. The Golden Rule: You cannot teach an AI to understand why a student is wrong unless you show them the step-by-step process. Just showing the wrong final answer is useless.

This paper gives us a roadmap for building better educational AI. It tells us that to make AI that truly understands how students learn (and struggle), we need to be very specific about how we train them and what data we show them.

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 →