Papers › ScreenShot: A Foundation Model for Few-Shot Combination Drug Screening

ScreenShot: A Foundation Model for Few-Shot Combination Drug Screening

12 Aug 2026arXiv:2608.12219added by Syntology

Antoine de Mathelin, Christopher Tosh, Wesley Tansey

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Treating patients with combinations of drugs reduces the risk of resistance to any individual drug. Finding effective combinations is difficult because the large search space makes combinatorial screens prohibitively expensive, time consuming, and often technically infeasible. Predictive models can fill this gap, yet existing methods typically require molecular profiling of each sample and per-cohort training, limiting their applicability when time and tissue are scarce. To address this challenge, we introduce ScreenShot, a hierarchical transformer pretrained on 40 drug screening datasets covering 3,700 drugs and 6,000 biological samples, whose architecture mirrors the nested structure of screening data. Given a few-shot context of observations from a new patient, ScreenShot predicts the response of the sample to combination therapies through in-context learning, operating directly on functional measurements with no fine-tuning and no molecular profiling. On four held-out datasets, ScreenShot outperforms all baselines in both prediction accuracy and identification of selectively effective treatments. ScreenShot's internal representations are directly useful for experimental design: we use them to drive a weighted k-means++ active learning strategy that selects which experiments to run, achieving the same hit detection as uniform screening with a third of the budget. Source code and interactive dashboard: https://github.com/tansey-lab/screenshot.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.12219")

Code

Syntology Ran 13 of 24 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 7 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tansey-lab/screenshot found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 13 ran; 1 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
5ran · our draft was wrong
7ran
11unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tansey-lab/screenshot. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DrugScreenConfig tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 133587c5a9ed5349 · report
FeedForward tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 85cac49d6581832a · report
FoundationModel tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · fde51ac3c8fb3f2d · report
LearnedFourierEncoding tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · dc100eb21e5ebbe1 · report
MultiHeadCrossAttention tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · e3b36eb49084680f · report
MultiHeadSelfAttention tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 5aa389f841c7d630 · report
batch_test_input tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 3f5770aefd876410 · report
batch_test_query tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 89acd0b80c826f28 · report
batch_train_input tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e44b8fdde1bcd3fb · report
get_device tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 43b6de6189fcc13c · report
masked_average tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 48b1fc9e9cffd60f · report
process_df_with_chunks_optimized tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 342d40fe4727d228 · report
sample_ordered_assignment tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7a45ddf1748262b1 · report
DecoderLayer tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · f5c853e072bbc887 · report
DoseResponseEncoder tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · c962bffba504a451 · report
DrugCombinationEncoder tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · 2f681299a108aa76 · report
DrugScreenEncoder tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · 32ee33ec646cbe30 · report
EmbeddingLayer tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · d811e51c7ba10fb3 · report
EncoderLayer tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · a6e3e9f5a94bc889 · report
SampleEncoder tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · 58693430e1de7e74 · report
ScreenShot tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · 798f597f02e229b0 · report
TestDataset tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · 1904cbefdef57a58 · report
TransformerDecoder tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · f1bfdcf9055e0078 · report
TransformerEncoder tansey-lab/screenshot/screenshot/screenshot.py found in paper text by Syntology unverified no licence file found · pointer only · 3fad0f102b754418 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.12219, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections