Turning brain prediction models into testable explanations

Turning brain prediction models into testable explanations

Concept 1: The Brain-Prediction Problem

What's happening?

When you listen to a story inside an fMRI scanner, different patches of your brain (called voxels or cortical regions) light up with electrical activity. Scientists want to understand why specific regions activate.

The LLM Breakthrough

Over the past decade, researchers discovered that Large Language Models (LLMs) are surprisingly good at predicting this brain activity:

Story text → Feed into LLM → LLM's internal representations 
→ Predict which brain regions activate → High accuracy ✓

The Catch

"A model that predicts brain activity tells us that a region responds to language, but not WHAT it is actually picking up on."

Think of it like this:

What we haveWhat we're missing
A model that says "Region X will activate"WHY Region X activates
High prediction accuracyHuman-readable explanation
Millions of parametersScientific theory

This is called the Black-Box Problem — the model works, but nobody can read or interpret it.


Concept 2: The Explainability Crisis

Why This Matters

Prediction ≠ Understanding. Science requires testable theories, not just accurate forecasts.

Imagine a doctor who can predict you'll get sick but cannot explain why or what is causing it. That prediction has limited scientific value.

The Gap in Neuroscience

Black-Box Model
      ↓
"Region X responds to language"  ← Too vague!
      ↓
We still don't know: Is it food words? Place names? Numbers?

This gap between prediction and understanding became one of the central problems in computational neuroscience.


Concept 3: Generative Causal Testing (GCT) — The Solution

The Core Idea

GCT is a two-step framework that:

  1. Translates black-box models into short, readable explanations
  2. Tests those explanations with real experiments

Think of GCT as a translator + fact-checker for brain models.

Step 1: Explanation Generation

Predictive model for a brain region
        ↓
Identify short phrases that most strongly drive its response
        ↓
LLM summarizes those phrases
        ↓
Output: "food preparation" or "location names"

The model goes from millions of unreadable parameters → one human-readable phrase.

Step 2: Causal Verification (Closing the Loop)

This is the critical part that makes GCT scientific:

Take the explanation (e.g., "food preparation")
        ↓
LLM writes NEW stories with paragraphs designed to trigger that region
        ↓
Subjects hear/read these stories in the fMRI scanner
        ↓
Does the targeted brain region light up significantly?
        ↓
YES → Explanation confirmed ✓    NO → Explanation rejected ✗

Why "Causal" Testing?

Most brain studies are correlational — they observe what happens naturally. GCT is causal because it deliberately engineers the stimulus to test a specific hypothesis. This is a much stronger form of scientific evidence.

CorrelationalCausal (GCT)
"We noticed Region X activates during food stories""We designed a story to activate Region X — and it did"
Passive observationActive manipulation
Weaker evidenceStronger evidence

Concept 4: What GCT Discovered

Discovery 1: Confirming Known Regions

GCT first validated itself by testing regions scientists already understood (like food-processing areas). The synthetic stories reliably activated their target regions — confirming the method works.

Discovery 2: Separating Similar Neighboring Regions

Three brain regions involved in place processing had long been treated as functionally similar:

RegionAbbreviation
Retrosplenial CortexRSC
Parahippocampal Place AreaPPA
Occipital Place AreaOPA

The Problem: Stories written for one region also activated the others — they seemed interchangeable.

GCT's Solution — Differential Stimuli:

Write stories that turn ON Region A
while keeping Regions B and C QUIET
        ↓
Now you can see what makes each region UNIQUELY different

Result: RSC responds specifically to proper noun location names (Tokyo, Connecticut) rather than general location concepts. This nuance was invisible before GCT.

Discovery 3: New "Micro-Regions" in the Prefrontal Cortex

By scanning a grid of candidate brain locations, GCT found previously unknown tiny regions tuned to surprisingly specific concepts:

Micro-RegionWhat It Responds ToExample Words
Region ADialogue between people"said," "told"
Region BClock times"one o'clock"
Region CNumeric measurements"50 feet"

"These are distinctions no one had gone looking for; they emerged because the method could propose a hypothesis and immediately test it."

This is the power of GCT — it can discover things scientists weren't even searching for.


Concept 5: The Broader Lesson

The Problem GCT Solves Is Universal

The same dilemma exists across many fields:

Powerful AI model → Accurate predictions → But explains nothing

GCT demonstrates a generate-and-verify philosophy:

Data-driven model
      ↓
Distill into readable hypothesis
      ↓
Generate experiment to test it
      ↓
Confirm or reject with real data
      ↓
Human-readable scientific theory

The Hopeful Conclusion

"The rise of black-box models in science does not necessarily mean the retreat of human-readable theory. With the right framework, the two can advance together."

Black-box AI and human understanding are not opposites — GCT shows they can work together.


Summary: The Full Picture

PROBLEM:  LLMs predict brain activity accurately but are unreadable
                          ↓
SOLUTION: Generative Causal Testing (GCT)
                          ↓
STEP 1:   Extract phrases → LLM summarizes → Short explanation
                          ↓
STEP 2:   LLM writes test stories → Scanner experiment → Confirm/Reject
                          ↓
RESULTS:  Confirmed known regions ✓
          Distinguished similar neighboring regions ✓  
          Discovered new micro-regions ✓
                          ↓
LESSON:   Black-box models can be turned into testable science

The key innovation is the closed loop — the AI doesn't just explain, it designs the experiment to test its own explanation. That's what makes GCT genuinely scientific rather than just interpretive.

More to study