← Latest papers
🤖 machine learning

MARS: A neurosymbolic approach for interpretable drug discovery

The paper introduces MARS, a neurosymbolic framework for drug discovery that performs interpretable mechanism-of-action deconvolution by identifying and mitigating reasoning shortcuts to ensure biologically meaningful predictions.

Original authors: Lauren Nicole DeLong, Yojana Gadiya, Paola Galdi, Jacques D. Fleuriot, Daniel Domingo-Fernández

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

Original authors: Lauren Nicole DeLong, Yojana Gadiya, Paola Galdi, Jacques D. Fleuriot, Daniel Domingo-Fernández

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 Picture: Finding the "How" Behind the Medicine

Imagine you are a doctor who has a new, mysterious chemical compound. You know it cures a specific disease (like a fever), but you have no idea how it works. Does it turn off a specific switch in the body? Does it block a traffic jam in your cells?

In the world of drug discovery, finding this "how" is called Mechanism-of-Action (MoA) deconvolution. It's like trying to reverse-engineer a magic trick just by seeing the final result.

Traditional methods are slow and expensive, requiring lab tests for every single possibility. This paper introduces MARS, a new AI system designed to solve this puzzle quickly and, more importantly, to explain its reasoning in plain English.

The Team: A Brain and a Rulebook (Neurosymbolic AI)

MARS is a "Neurosymbolic" AI. Think of this as a partnership between two very different characters:

  1. The Neural Network (The Intuitive Explorer): This part is like a smart, curious explorer who can wander through a massive maze (a Knowledge Graph) and guess where to go next based on patterns it has seen before. It's great at finding paths, but it's a "black box"—it often can't explain why it chose a path.
  2. The Symbolic Logic (The Strict Librarian): This part is like a rulebook containing scientific laws (e.g., "If Drug A boosts Protein B, and Protein B causes Inflammation, then Drug A causes Inflammation"). It ensures the explorer doesn't just guess randomly but follows logical steps.

MARS combines them: The Explorer finds the path, and the Librarian checks if the path makes sense according to the rules. If the path is logical, the Librarian gives the Explorer a high score.

The Map: MoA-net

To train MARS, the researchers built a special map called MoA-net.

  • The Nodes (Cities): These are Drugs, Proteins, and Biological Processes (like "Inflammation" or "Cell Repair").
  • The Edges (Roads): These are the connections, such as "Drug X upregulates Protein Y" or "Protein Y participates in Inflammation."

Unlike other maps that might include vague associations (like "Drug A and Drug B are both used for headaches"), this map is strictly built on mechanistic roads—physical interactions that happen in a lab.

The Problem: The "Degree Bias" Shortcut

Here is where the story gets interesting. The researchers expected MARS to learn the complex, logical rules (the Librarian's way). However, they discovered a sneaky problem called Reasoning Shortcuts.

Imagine you are taking a test where you have to solve a math problem.

  • The Right Way: You do the long division and multiplication to get the answer.
  • The Shortcut: You notice that the answer key always has the number "5" at the end, so you just write "5" without doing the math.

In the AI world, MARS found a shortcut. It noticed that some proteins (nodes) had way more connections (roads) than others. This is called Degree Bias. The AI realized, "Hey, if I just connect to the most popular protein, I'm likely to get a 'correct' answer statistically, even if I didn't follow the logical rules!"

It was like the AI was cheating by guessing based on popularity rather than understanding the science. This is dangerous because it might predict a drug works for a disease just because the data is messy, not because the drug actually works.

The Fix: Teaching the AI to Be "Shortcut-Aware"

The researchers didn't just accept this cheating. They developed a new training method called P2H (Two-Hop Joint Probability).

Think of this as a new rule for the game:

  • Old Rule: "If you reach the destination, you get a point." (This encouraged the shortcut).
  • New Rule (P2H): "If you reach the destination, you only get a point if you took a specific, logical route that we can verify step-by-step."

By breaking the path down into small "two-hop" chunks (like checking the first two steps of a journey), the AI was forced to pay attention to the actual logical rules rather than just the popularity of the nodes.

The Results: A Trustworthy Guide

After fixing the shortcut, MARS performed just as well as the best existing AI models at predicting drug effects. But the real win was interpretability.

Because MARS was forced to follow the rules, when it says, "This drug will cure the disease," it can also show you the exact map it used:

  1. The drug boosts Protein A.
  2. Protein A blocks Protein B.
  3. Protein B causes the disease.
  4. Therefore, the drug cures the disease.

Summary

The paper presents MARS, a smart AI that combines intuition with strict logic to figure out how new drugs work. The researchers discovered that AI often takes lazy shortcuts by following popular data trends instead of scientific rules. They fixed this by teaching the AI to value logical steps over popularity. The result is a tool that not only predicts drug success but can also explain the "why" in a way that scientists can trust and verify.

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 →