← Latest papers
🧬 biology

How Post-Training Shapes Biological Reasoning Models

This paper demonstrates that post-training stages in biological reasoning models—specifically continued pre-training, supervised fine-tuning, and reinforcement learning—distinctively reshape generalization capabilities, revealing that optimal performance requires balancing in-domain gains with out-of-domain robustness rather than simply accumulating supervision or compute.

Original authors: Lukas Fesser, Hanlin Zhang, Michelle M. Li, Eric Wang, Bryan Perozzi, Shekoofeh Azizi, Sham M. Kakade, Marinka Zitnik

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

Original authors: Lukas Fesser, Hanlin Zhang, Michelle M. Li, Eric Wang, Bryan Perozzi, Shekoofeh Azizi, Sham M. Kakade, Marinka Zitnik

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ⚕️ This is an AI-generated explanation of a preprint that has not been peer-reviewed. It is not medical advice. Do not make health decisions based on this content. Read full disclaimer

Imagine you are trying to teach a very smart, general-purpose robot how to be a biologist. You have a robot that already knows a lot about the world (a "foundation model"), but it doesn't speak "biology" fluently yet. To make it an expert, you need to go through a specific training process.

This paper is like a detailed lab report on how to train this robot. The researchers tried different training methods to see which ones make the robot better at solving biology problems, and which ones accidentally make it worse at handling new, unfamiliar situations.

Here is the breakdown of their findings using simple analogies:

The Three Stages of Training

The researchers tested three specific stages of training, comparing them to different ways of teaching a student:

  1. Continued Pre-Training (CPT): "Learning the Language"

    • What it is: Before teaching the robot specific tasks, they fed it a massive library of biology textbooks, research papers, and DNA sequences.
    • The Result: This is like teaching the student the vocabulary and grammar of biology. It doesn't make them an expert at solving specific puzzles yet, but it ensures they understand the "language" of the field. Without this step, the robot struggles to understand the questions later.
  2. Supervised Fine-Tuning (SFT): "Drilling for the Test"

    • What it is: The robot is given thousands of specific practice problems with the correct answers written out. It learns to mimic these answers perfectly.
    • The Result: This is like cramming for a specific exam. The robot gets very good at the exact types of questions it practiced (In-Domain).
    • The Trap: The more the robot drills these specific questions, the more it starts to "memorize" the answers rather than understanding the concepts. If you give it a new type of biology problem it hasn't seen before (Out-of-Domain), it often fails. It becomes a "test-taker" who can't think outside the box.
  3. Reinforcement Learning (RL): "Learning from Mistakes and Rewards"

    • What it is: Instead of just copying answers, the robot tries to solve problems on its own. If it gets the right answer, it gets a "reward" (a high score). If it fails, it learns to adjust.
    • The Result: This is like putting the student in a real-world scenario where they have to figure things out.
    • The Magic: When you do this after the robot has learned the basics (CPT) and done some practice drills (SFT), it actually recovers its ability to handle new, unfamiliar problems. It stops just memorizing and starts reasoning.

The Big Discoveries (The "Rules" of Training)

The researchers found that adding more training time doesn't always make the robot smarter. In fact, it can make it dumber at general tasks. Here are their key rules:

  • Rule 1: The "Over-Drilling" Problem
    If you keep doing "Supervised Fine-Tuning" (drilling practice questions) for too long, the robot becomes a specialist who fails at general biology. It gets great at the test but loses the ability to adapt to new diseases or species.

    • Analogy: It's like a chef who practices making one specific cake perfectly 1,000 times. They become the world's best at that cake, but if you ask them to make a soup, they have no idea what to do because they forgot how to cook generally.
  • Rule 2: RL is the "Generalization Booster"
    Reinforcement Learning is the secret sauce for making the robot robust. If you start with a robot that has already done some practice drills, and then switch to RL, the robot gets better at handling new situations without losing its ability to handle the old ones.

    • Analogy: It's like taking that chef and putting them in a kitchen with random ingredients and saying, "Make something delicious." They have to use their creativity and understanding of flavors, not just their recipe memory.
  • Rule 3: The "Asymmetric" Budget
    You have a limited amount of "training time" (compute). How should you spend it?

    • Don't spend all your time drilling (SFT).
    • Do spend a little time drilling to get the basics down, then spend most of your time on Reinforcement Learning (RL).
    • Analogy: Think of it like building a house. You need a solid foundation (CPT) and some framing (SFT), but you shouldn't spend 90% of your budget just painting the front door. You need to spend the rest of the budget on the actual structure and plumbing (RL) to make the house livable in different weather.
  • Rule 4: Bigger isn't Always Different
    They tested different "brain sizes" (model backbones). They found that bigger brains (stronger models) are just smarter overall, but they still suffer from the same "over-drilling" problem. The way you train them (the stages) matters more than just how big the model is.

The Final Recipe

The paper concludes that to build the best biological reasoning AI, you shouldn't just throw more data or time at it. You need a specific recipe:

  1. Teach the language first (Continued Pre-Training).
  2. Do a little bit of practice drills (Short Supervised Fine-Tuning) to learn the format.
  3. Switch to "learning by doing" (Reinforcement Learning) for the majority of the training time.

This approach creates a model that is not just a memorizer of past biology facts, but a true "reasoner" that can handle new, unseen biological challenges.

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 →