← Latest papers
🤖 machine learning

Knowledge is Not Enough: Injecting RL Skills for Continual Adaptation

The paper proposes Parametric Skill Transfer (PaST), a framework that addresses the limitations of Supervised Fine-Tuning in adapting Large Language Models by linearly injecting domain-agnostic skill vectors derived from Reinforcement Learning, thereby enabling efficient and effective continual adaptation for knowledge incorporation and agentic tool use.

Original authors: Pingzhi Tang, Yiding Wang, Muhan Zhang

Published 2026-05-12
📖 5 min read🧠 Deep dive

Original authors: Pingzhi Tang, Yiding Wang, Muhan Zhang

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 Problem: The "Smart but Clueless" Student

Imagine you have a brilliant student (a Large Language Model, or LLM) who has read almost every book in the library up to a certain date. This student is great at answering questions based on what they already know.

However, the world keeps changing. New facts appear every day (like a new law passed yesterday or a new app released this morning).

  • The Old Way (SFT): To teach the student these new facts, we usually just have them memorize the new text. It's like forcing them to cram a new textbook the night before a test. They can recite the facts perfectly, but if the test asks them to use those facts in a tricky situation, they often freeze up, guess wrong, or make things up (hallucinate). They have the knowledge, but they lack the skill to apply it.
  • The Expensive Way (RL): To teach them how to think and solve problems, we usually use Reinforcement Learning (RL). This is like hiring a personal coach who makes the student practice solving problems over and over, rewarding them when they get it right. This works great, but it takes a massive amount of time and money. You can't hire a coach for every single new fact that comes out in the world.

The Discovery: Two Different Types of Brain Changes

The researchers at Peking University discovered something fascinating about how the student's brain changes during these two processes.

They found that when the student memorizes facts (SFT) and when they learn reasoning skills (RL), the changes happen in two completely different parts of their brain.

  • Analogy: Imagine the student's brain is a giant library.
    • SFT is like adding new books to the shelves. It changes the content of the library.
    • RL is like training the librarian on how to find books, cross-reference them, and solve puzzles using them. It changes the organization and logic of the library.
    • The Key Insight: These two changes don't get in each other's way. They are "orthogonal," meaning they happen in separate, non-overlapping spaces. You can add new books without messing up the librarian's logic, and you can train the librarian without changing the books on the shelves.

The Solution: PaST (Parametric Skill Transfer)

Because these two changes are separate, the researchers came up with a clever shortcut called PaST.

How it works:

  1. Extract the "Skill Vector": Instead of retraining the student on every new topic, they take a model that has already been trained on one topic (like movies) using the expensive "coach" method (RL). They compare this "smart" model to a "dumb" version that only memorized the facts. The difference between them is a "Skill Vector."
    • Analogy: Think of this Skill Vector as a universal "How-To" manual or a muscle memory chip. It contains the pure logic of "how to solve a problem" without being tied to any specific facts.
  2. Inject the Skill: When a new topic comes along (like a new legal document), they first quickly teach the student the new facts (lightweight SFT). Then, they simply paste the "Skill Vector" into the student's brain.
    • Analogy: It's like giving the student the new textbook (facts) and then instantly plugging in the "Problem-Solving Chip" (skills) they learned from the movie training. The student now knows the new facts and knows exactly how to use them, without needing a new coach.

Why This is a Big Deal

The paper tested this on three different challenges:

  1. Reading Comprehension (SQuAD): The model had to memorize a passage and answer questions without looking at the text again. PaST made the model much better at finding the right answer compared to just memorizing.
  2. Long Documents (LooGLE): When the text was huge (like a 20,000-word document), standard methods got lost. PaST helped the model stay focused and find the right info.
  3. Using Tools (ToolBench): The model had to use APIs (like downloading an Instagram post). When the Instagram account was private, a normal model would just guess a new, fake tool to use. The PaST model realized the account was private, stopped guessing, and gave the correct answer: "I can't do this because the account is private."

The Bottom Line

The paper proves that knowledge and skills are separate things. You don't need to spend a fortune retraining a model's "thinking" ability every time you give it new information. Instead, you can learn the "thinking" skill once, extract it as a portable tool, and plug it into any new situation. This makes AI much faster, cheaper, and smarter at adapting to the real world.

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 →