← Back to Home

OncoTraj Puts Lung Cancer Drug Resistance Prediction on a Public Test Bench

EGFR-mutant lung cancer already has powerful targeted therapies, yet it remains difficult to know in advance who will relapse and by what mechanism the disease will escape treatment; a new public benchmark dataset is turning this clinical challenge into a testable AI problem.

By SURL BioNews

For many patients with EGFR-mutant non-small cell lung cancer, osimertinib is already a key pillar of first-line treatment; but a drug’s ability to prolong disease control does not mean it can eliminate the shadow of resistance. The real difficulty is whether, before the disease has clearly worsened, physicians and researchers can see the direction of relapse from genetic testing and clinical data. OncoTraj, proposed recently in an arXiv preprint, aims to put this question into a public testing framework that can be compared reproducibly.

According to the preprint and project materials, OncoTraj v1 includes 813 patients with EGFR-mutant non-small cell lung cancer who received first-line osimertinib. The data sources include MSK-CHORD, the FLAURA molecular resistance supplementary data, and AACR Project GENIE BPC NSCLC. The GitHub and Hugging Face dataset cards list the same cohort composition: 672 patients from MSK-CHORD, 107 from the FLAURA supplementary data, and 34 from GENIE BPC NSCLC.

The benchmark is designed to do more than “collect some more patient data.” The research team divides the tasks into three categories: predicting whether disease progression occurs at a 12-month landmark time point, estimating time to disease progression, and identifying six major classes of resistance mechanisms. For clinical oncology, these three questions correspond respectively to risk stratification, follow-up cadence, and subsequent treatment strategy. But OncoTraj is still a research benchmark and should not be interpreted as a tool that can directly guide care for individual patients.

What is more interesting is that the project emphasizes that its data splits underwent data leakage audits, and it provides reproducible baseline models and evaluation tools. This is not a small matter in medical AI research; if the same patient, or highly similar data traces, appear in both the training and testing stages, a model may seem accurate while in reality it is merely recognizing shortcuts in data source or time series patterns. OncoTraj tries to rule out these kinds of problems in advance, allowing different models to be compared under cleaner conditions.

However, the preliminary results do not provide a dramatic answer that AI is about to crack drug resistance. The project README summarizes that, using single-time-point genomic sequencing “snapshot” features, the three tasks did not consistently outperform random levels in clean within-source evaluations. If this result is supported by subsequent review and independent reproduction, the implication may not be that the models are insufficiently complex, but that the existing data type itself is inadequate: one-time NGS data may have difficulty capturing the trajectory by which tumors gradually shift under treatment pressure.

The way the data are opened also reflects the practical boundaries of clinical genomics research. The Hugging Face dataset card and GitHub documentation both state that because upstream data such as GENIE BPC and MSK-CHORD carry usage restrictions, OncoTraj does not redistribute integrated patient-level tables, but instead provides parsers, build scripts, and an evaluation framework. In other words, it lowers the technical barrier to establishing a common benchmark, but researchers still need to follow the application and usage rules of the original databases.

The study is currently still a preprint and has not yet undergone peer review, and the public abstract also does not provide enough full context to judge all model details and how clinical variables were handled. Even so, OncoTraj’s message is quite clear: in the next stage where precision oncology and AI intersect, the question is not only how to build larger models, but how to know what the data in hand can and cannot answer. For predicting resistance in EGFR-mutant lung cancer, this may be an unglamorous but necessary starting point.

References

  1. arXiv
  2. GitHub
  3. Hugging Face