Retrieve to Explain: Evidence-driven Predictions for Explainable Drug Target Identification
Ravi Patel, Angus Brayne, Rogier Hintzen, Daniel Jaroslawicz, Georgiana Neculae, Dane Corneil
TL;DR
Retrieve to Explain (R2E) presents a retrieval-based framework that scores each candidate drug target by evidence retrieved from a biomedical corpus, representing answers through their evidence and attributing scores to passages via Shapley values for faithful explanations. The model supports updating with new evidence without retraining and enables human-in-the-loop decision making, showing competitive performance against non-explainable baselines and genetics baselines in predicting clinical trial outcomes. It introduces a masked entity-linked corpus, a transformer-based retriever, and a Reasoner that uses a set-transformer to produce evidence-grounded scores, with Shapley-attributions and a bias-correction mechanism to manage literature bias. The work includes three new benchmarks (held-out literature, gene descriptions, and clinical trial outcomes) and demonstrates that explanation-driven evidence auditing (e.g., with GPT-4) can further improve predictive performance and transparency in high-stakes drug discovery tasks.
Abstract
Language models hold incredible promise for enabling scientific discovery by synthesizing massive research corpora. Many complex scientific research questions have multiple plausible answers, each supported by evidence of varying strength. However, existing language models lack the capability to quantitatively and faithfully compare answer plausibility in terms of supporting evidence. To address this, we introduce Retrieve to Explain (R2E), a retrieval-based model that scores and ranks all possible answers to a research question based on evidence retrieved from a document corpus. The architecture represents each answer only in terms of its supporting evidence, with the answer itself masked. This allows us to extend feature attribution methods such as Shapley values, to transparently attribute answer scores to supporting evidence at inference time. The architecture also allows incorporation of new evidence without retraining, including non-textual data modalities templated into natural language. We developed R2E for the challenging scientific discovery task of drug target identification, a human-in-the-loop process where failures are extremely costly and explainability paramount. When predicting whether drug targets will subsequently be confirmed as efficacious in clinical trials, R2E not only matches non-explainable literature-based models but also surpasses a genetics-based target identification approach used throughout the pharmaceutical industry.
