← Latest papers
🤖 machine learning

Learn from A Rationalist: Distilling Intermediate Interpretable Rationales

This paper proposes REKD, a knowledge distillation framework that enhances the predictive performance and interpretability of rationale extraction models by training smaller student networks to learn from the rationales and predictions of a more capable teacher model, thereby overcoming the computational challenges of learning feature subsets under remote supervision.

Original authors: Jiayi Dai, Randy Goebel

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

Original authors: Jiayi Dai, Randy Goebel

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 "Chicken and Egg" of AI

Imagine you are trying to teach a student how to solve a complex puzzle. The student has two jobs:

  1. Pick the pieces: They must decide which puzzle pieces are actually important.
  2. Solve the puzzle: They must use only those picked pieces to solve the puzzle.

The problem is that the student doesn't know which pieces are important until they try to solve the puzzle, but they can't solve the puzzle well until they know which pieces are important. This is the "Chicken and Egg" dilemma.

In the world of Artificial Intelligence (specifically Deep Neural Networks), this happens when we try to make AI "explainable." We want the AI to highlight the specific words in a movie review or the specific pixels in a photo that led to its decision. This is called Rationale Extraction (RE).

Usually, this works great if the AI is very smart (a "large" model). But if the AI is smaller or less powerful (a "student" model), it gets stuck. It picks the wrong pieces, fails to solve the puzzle, gets confused, and never learns the right way to pick pieces.

The Solution: Learning from a "Rationalist" Teacher

The authors of this paper propose a clever fix called REKD (Rationale Extraction with Knowledge Distillation).

Think of it like a master chef (the Teacher) teaching an apprentice (the Student).

  • The Old Way: The apprentice tries to guess which ingredients are important and cook the dish alone. They often fail because they don't have enough experience.
  • The REKD Way: The master chef doesn't just say, "Here is the recipe." Instead, the chef says: "Look, I picked these specific herbs and spices (the Rationale), and because I used them, the dish tastes perfect (the Prediction)."

The apprentice learns two things at once:

  1. What to pick: They watch the teacher's hand to see exactly which ingredients were selected.
  2. Why it works: They see that those specific ingredients lead to a delicious result.

By copying the teacher's "intermediate" choices (the rationales), the student learns much faster and makes fewer mistakes, even if the student is smaller and less powerful than the teacher.

How It Works: The "Soft" to "Hard" Training Camp

The paper uses a special training technique involving a "temperature" setting, which acts like a training curriculum:

  1. Phase 1: The Soft Start (High Temperature): At the beginning, the teacher's choices are a bit "fuzzy" or "soft." The teacher might say, "I'm 70% sure this word is important, but maybe that one too." This helps the student explore and get a general feel for the task without getting overwhelmed by strict rules.
  2. Phase 2: The Hard Finish (Low Temperature): As training goes on, the "temperature" drops. The teacher's choices become sharp and definite. "This word is 100% important; ignore the rest." The student then learns to make precise, confident decisions, just like the teacher.

This process ensures the student learns the logic of selection, not just the final answer.

What They Found (The Results)

The researchers tested this on two types of tasks:

  • Reading: Analyzing movie reviews (IMDB dataset) to see if they are positive or negative.
  • Seeing: Identifying objects in photos (CIFAR datasets).

They used powerful models (like BERT and Vision Transformers) as teachers and smaller, weaker versions as students.

The Results were clear:

  • Without help: The small students struggled. When forced to pick only a few "important" features (like 10% of the words or pixels), their accuracy dropped significantly. They couldn't figure out what mattered.
  • With REKD: The small students learned from the teacher's "rationales." Their accuracy jumped up, often performing almost as well as the big, powerful teachers, even though they were much smaller.
  • Bonus: In some cases, the students learned from the teacher's explanations so well that they actually performed better than they did when they were allowed to use all the data without any explanation constraints.

Why This Matters

The paper argues that we shouldn't just judge AI explanations by whether they match what a human thinks is important. Instead, we should judge them by whether the AI can actually make a good prediction using only the parts it highlighted.

By using a "Rationalist" teacher to guide the student, we can build smaller, faster AI models that are not only accurate but also capable of showing us why they made a decision, without needing massive computing power to do it.

In short: If you want a small AI to be smart and explainable, don't let it guess alone. Let it shadow a smart teacher who shows it exactly which clues to follow.

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 →