Skip to main content
AMIA Annual Symposium Proceedings logoLink to AMIA Annual Symposium Proceedings
. 2026 Feb 14;2025:653–662.

Predicting Early-Onset Colorectal Cancer with Large Language Models

Wilson Lau 1,*, Youngwon Kim 1,*, Sravanthi Parasa 2, Md Enamul Haque 1, Anand Oka 1, Jay Nanduri 1
PMCID: PMC12919599  PMID: 41726501

Abstract

The incidence rate of early-onset colorectal cancer (EoCRC, age < 45) has increased every year, but this population is younger than the recommended age established by national guidelines for cancer screening. In this paper, we applied 10 different machine learning models to predict EoCRC, and compared their performance with advanced large language models (LLM), using patient conditions, lab results, and observations within 6 months of patient journey prior to the CRC diagnoses. We retrospectively identified 1,953 CRC patients from multiple health systems across the United States. The results demonstrated that the fine-tuned LLM achieved an average of 73% sensitivity and 91% specificity.

Introduction

Colorectal cancer (CRC) is a significant public health concern, ranking as the second leading cause of cancer-related deaths and the 4th most common new cancer diagnosis in the U.S. in 2024.1 While CRC has historically been considered a disease of older adults, there has been an increase in colorectal cancer diagnosed in individuals under 50. Between 2011 and 2019, CRC incidence rates increased by 1.9% per year in people younger than 50 years.2, 3 Furthermore, between 2012 and 2021, among individuals aged 20 to 49, the incidence of advanced-stage colorectal cancer increased by approximately 3% per year.2, 4 Because current screening guidelines recommend initiating routine CRC screening at age 45, younger adults are often diagnosed at later, less treatable stages.5, 6 Given these concerning trends, early identification of high-risk individuals is crucial for timely intervention and improved patient outcomes. Beyond standard screening, additional strategies are necessary to enhance the prevention and early detection of CRC in younger population. One promising approach is leveraging electronic health records (EHR) to identify individuals at increased risk.7, 8, 9 By integrating diverse clinical and demographic data, EHR-based predictive approaches have the potential to enhance early detection efforts, increase awareness among both patients and healthcare providers, and facilitate timely medical evaluations, ultimately reducing the burden of EoCRC.

Colorectal Cancer Risk Prediction: Machine learning (ML) methods offer considerable advantages by modeling complex, non-linear relationships and interactions within large datasets. ML-based approaches in CRC prediction often demonstrate strong predictive performance and can handle noisy data, large sample sizes, and a higher number of predictive variables.10, 11, 12 Despite these advantages, many ML-based models are still constrained by the incorporated features and the populations they are trained on.

Most existing ML studies on CRC focus on a limited set of well-established risk indicators, including demographic data (age, race, family history), lifestyle factors (BMI, alcohol consumption, red meat intake), and overt symptoms (rectal bleeding, blood in the stool, changes in bowel habits, abdominal pain, and blood count abnormalities).11, 13, 14 While these factors are important, their utility for early detection is limited. Demographic-based models may not generalize well across diverse populations, and symptom-based models depend on clinical signs that typically emerge in later disease stages.15 Younger individuals, in particular, may under-report or overlook symptoms, further delaying diagnosis.16 This narrow focus potentially obscures a broader picture that could be revealed by considering a more comprehensive range of health record data. Additionally, the low prevalence of CRC in the general population presents challenges for ML models, making it difficult to achieve high predictive performance and develop robust risk assessment tools for real-world settings.

A further limitation of existing ML studies for CRC is their reliance on a relatively small number of predictive variables, often fewer than 60 features.10, 12, 15 This limitation may reduce their effectiveness for early detection, as they might fail to capture the full range of subtle risk factors. Moreover, the majority of CRC risk models were developed for individuals over 50, making them less applicable to younger adults. Among studies focusing on younger populations, the work by Zhen et al.10 is most similar to our approach. They developed eight ML models to predict EoCRC in individuals aged 18–49, achieving a sensitivity of 84% and specificity of 73% using a random forest model. However, their study was conducted on a Chinese population from a single medical center, with a relatively small training cohort of 199 CRC patients. Additionally, their dataset contained a higher proportion of CRC patients (approximately 5%) than typically seen in real-world clinical settings, potentially limiting the generalizability of their findings.

Advancing CRC Prediction with Large Language Models: The recent advancement of large language models propels new predictive capabilities in clinical research.17 LLMs have demonstrated promising performance in predicting various health conditions, including depression, sleep disorders, and stress levels18 as well as in rare disease diagnosis,19 showcasing their ability to uncover hidden patterns in clinical data. Unlike ML models, LLMs can process and analyze vast amounts of unstructured and structured EHR data, potentially identifying risk factors that may be overlooked in conventional feature-engineering approaches. One advantage of LLMs is their flexibility in generalizing across diverse populations and diseases, reducing dependence on specific sample sizes or populations—especially in base models without fine-tuning. Our study builds on these recent developments by being, to our knowledge, the first to investigate and employ LLMs for predicting EoCRC in individuals aged 18–44 across multiple U.S. health systems. By integrating LLMs into predictive modeling, we aim to enhance early detection efforts and contribute to more personalized risk assessment for younger individuals at risk of CRC.

Methods

The aim of this study is to predict the onset of CRC in the younger population between 18 and 44 years of age, by employing both statistical machine learning models (ML) and large language models (LLM). The inclusion criteria for the CRC patient group were: 1) confirmed diagnoses of CRC in the EHR; 2) diagnosed at age 18-44. The inclusion criteria for the Non-CRC control group were: 1) absence of CRC diagnoses; 2) age between 18 and 44. The exclusion criteria for both groups consisted of: 1) any personal or family history of CRC; 2) diagnoses of Crohns disease, Lynch syndrome, or ulcerative colitis. To train the machine learning models, we used patient conditions, lab results, and observations from the 2nd to the 7th month prior to the CRC diagnoses. We intentionally excluded patient data within the last month prior to diagnoses in order to avoid signals that were highly indicative of an impending diagnosis of CRC. As such, any patients without 7 months of medical conditions, lab results and observations would be excluded from the study. A set of ICD and SNOMED-CT codes related to each of the criteria were curated and reviewed by a gastroenterologist. We used these codes to identify the cohorts in the Truveta database, which is a collection of deidentified EHR data from 30 health systems across the United States, offering opportunities for real-world evidence studies.20

Dataset: A total of 1953 patients were identified for the CRC group, which was less than 1% of the population within that age range. Table 1 shows the statistics of the patient demographics. Unlike the older CRC patient population between age 50 and 64,2 more women (66.34%) were found in our CRC patient group, and 6% of them were pregnant. Their regular prenatal checkups provided more than 7 months of patient journey in EHR and consequently made them eligible in our study.

Table 1.

Statistics of CRC patient demographics

Age Mean (SD) 33.35 (6.88)
Gender Male 33.66%. Female 66.34%
Race White: 61.51%, Black: 16.51%, Asian: 5.39%, Other: 9.56%, Not Specified: 7.02%
Ethnicity Not Hispanic or Latino: 80.35%, Hispanic or Latino: 18.18%, Mexican or Puerto Rican: 1.47%

We created a balanced training set with 1853 CRC patients and 1853 Non-CRC patients randomly sampled from the population. The idea was to improve the predictive performance on the CRC group by under-sampling the over-presented Non-CRC patients. Some studies detecting rare diseases applied synthetic minority over-sampling technique (SMOTE) to up-sample the rare cases by interpolation in feature space.21, 22 Since LLMs process natural languages rather than numeric feature vectors, synthetic longitudinal patient events with realistic EHR medical coding would be needed to provide augmented samples for the CRC patient group.23 We leave this for future work. For the test set, we split the rest of the 100 CRC patients into 10 different runs, each combined with 990 Non-CRC patients, such that each test run comprised 1% of CRC patients. We reported the average sensitivity (or recall), specificity, precision (or positive predictive value (PPV)), negative predictive value (NPV) and F1 measures across these 10 test runs with 95% confidence intervals to assess the general model performance.

Statistical Machine Learning models: For the ML approaches, various classification algorithms were employed, including logistic regression (LR), k-Nearest Neighbors (KNN), naive bayes (NB), support vector classifier (SVC), decision tree (DT), random forest (RF), adaptive boosting (AdaBoost), light gradient boosting machine (LightGBM), histogram-based gradient boosting (HGBoost), and extreme gradient boosting (XGBoost). Each model was optimized using random search with 5-fold cross-validation on the training set, selecting hyperparameters based on the highest F1-score. As shown in Table 2, gradient boosting methods (AdaBoost, LightGBM, HGBoost, and XGBoost) and LR achieved the highest F1-scores (≥ 0.824), outperforming other classifiers.

Table 2.

Performance of 5-fold cross-validation on the training set

Model LR KNN NB SVC DT RF AdaBoost LightGBM HGBoost XGBoost
F1-Score 0.824 0.607 0.661 0.740 0.725 0.787 0.842 0.832 0.855 0.838

All available features, including conditions, laboratory results, and observational data from EHR, were incorporated to examine the intricate relationships between variables comprehensively. Missing values were not removed; instead, they were treated as “not specified” to preserve potential signal. Feature engineering involved transformation of demographic variables into one-hot encoded vectors, indicating their presence or absence. Conditions were represented by how often they were diagnosed within the relevant time period. For continuous lab results and condition values, mean values were used.

To prevent information leakage, the training and test sets were processed independently. The patient events (conditions, lab results, observations) observed in each set were specific to the sets. For example, a rare condition might appear only in the training set and not in a particular test set. As a result, the feature count of each dataset was different. More specifically, the training set contained 11,509 features, while the 10 test sets had between 5,209 and 5,783 features. To ensure a consistent feature space across all models, any features present in the training set but absent from a specific test set were added to that test set with their values set to zero. To mitigate potential overfitting due to this induced sparsity, feature regularization techniques (e.g., L1 or L2 regularization, depending on the specific algorithm) were applied during model training.24

The decision threshold for each model was optimized to balance sensitivity (recall) and specificity, given the very low prevalence of CRC cases in our test sets. The optimal threshold was determined using Youden’s J Index (J = Sensitivity + Specificity - 1) calculated from the Receiver Operating Characteristic (ROC) curve.25, 26 To ensure a robust and generalizable threshold, and to avoid overfitting, we performed 10-fold cross-validation, using imbalanced validation sets within each fold that mimicked the target CRC proportion (approximately 1% CRC cases).

Large Language Models: For the LLM approach, we employed OpenAI’s GPT-4o (version released 2024-08-06). Patient information, including demographics, was input as plain text. Medical conditions, lab results and observations were represented by the names of their corresponding ICD, SNOMED-CT and LOINC codes in order to capture the clinical context. Although patients could be reported with the same conditions or observations from multiple encounters within 6 months prior to the onset of CRC, only one instance of conditions and observations would be used in the input when prompting the LLM. The values of the lab results and their units of measure (when available) were included. However, only the latest value of the same lab tests would be used.

The prompt comprised five components: 1) definition of the AI assistant’s role; 2) Chain-of-Thought27 reasoning steps for CRC determination; 3) general guidelines for CRC diagnosis, synthesized from the U.S. Preventive Services Task Force recommendations;28 4) a specified output format; and 5) patient-specific input. This template, shown in Figure 1, was designed to facilitate the processing of complex, long-context patient information that required extended reasoning and holistic consideration. Wong et al. proposed similar prompting approach, namely ReML (UMA), to extract information from clinical notes.29 When prompting LLMs, we set max tokens to 4096 and temperature to 0 in the chat completion, in addition to all the default parameters.

Figure 1.

Figure 1.

Prompt template to predict onset of CRC

We evaluated the performance of the base GPT-4o LLM and also the fine-tuned version. Using the same training set as in the ML approaches, we fine-tuned the LLM for 2 epochs. Our fine-tuning utilized the default settings of Azure OpenAI’s programming interface, including the loss function and optimizer.

Results

Table 3 shows a comparative analysis of the average performance across 10 test runs for both the ML models and the LLMs. LLMs generally achieved better performance than statistical ML models, though all models expectedly exhibited limited precision and F1 score given the dataset’s class imbalance (since CRC is a rare disease).

Table 3.

Average performance of machine learning and large language models across 10 test runs

Model Sensitivity (Recall) Specificity Precision (PPV) NPV F1-Score
LR 0.910 ±(0.046) 0.642 ±(0.007) 0.025 ±(0.001) 0.998 ±(0.001) 0.049 ±(0.003)
KNN 0.440 ±(0.073) 0.864 ±(0.005) 0.032 ±(0.004) 0.994 ±(0.001) 0.059 ±(0.008)
NB 0.900 ±(0.046) 0.355 ±(0.009) 0.014 ±(0.001) 0.997 ±(0.001) 0.028 ±(0.001)
SVC 0.810 ±(0.068) 0.673 ±(0.006) 0.024 ±(0.002) 0.997 ±(0.001) 0.047 ±(0.004)
DT 0.520 ±(0.064) 0.785 ±(0.008) 0.024 ±(0.003) 0.994 ±(0.001) 0.046 ±(0.005)
RF 0.650 ±(0.067) 0.814 ±(0.038) 0.037 ±(0.008) 0.996 ±(0.001) 0.070 ±(0.014)
AdaBoost 0.740 ±(0.084) 0.333 ±(0.035) 0.011 ±(0.002) 0.992 ±(0.003) 0.022 ±(0.004)
LightGBM 1.000 ±(0.000) 0.084 ±(0.082) 0.011 ±(0.001) 0.700 ±(0.299) 0.022 ±(0.002)
HGBoost 1.000 ±(0.000) 0.005 ±(0.006) 0.010 ±(0.000) 0.400 ±(0.320) 0.020 ±(0.000)
XGBoost 0.910 ±(0.068) 0.559 ±(0.121) 0.025 ±(0.008) 0.998 ±(0.001) 0.049 ±(0.015)
GPT-4o (Base) 0.620 ±(0.121) 0.893 ±(0.008) 0.055 ±(0.011) 0.996 ±(0.001) 0.102 ±(0.021)
GPT-4o (FT) 0.730 ±(0.096) 0.910 ±(0.007) 0.076 ±(0.009) 0.997 ±(0.001) 0.138 ±(0.017)

Among the ML approaches, LR, XGBoost, and SVC provided relatively balanced performance between sensitivity and specificity. RF also exhibited a balanced performance that was comparable to that of GPT4-o (Base). In contrast, methods such as LightGBM and HGBoost tended to achieve very high sensitivity at the expense of specificity, indicating potential overfitting to positives and making them less reliable for detecting rare events. Gradient boosting methods, while often excelling in other applications, are known to struggle with extreme class imbalance, such as the 1% CRC prevalence observed in this dataset.

Furthermore, supervised fine-tuning allowed LLM to learn the specific patterns in the training data and enhance overall performance.30 As can be observed, the fine-tuned GPT4-o model improved sensitivity or recall by more than 10%. On the other hand, we also observed relatively low precision and F1 score in all models. Similar observations were also reported by Zhen et al. in their EoCRC study in China.10 This was mainly due to the highly imbalanced nature of the data and the low prevalence (1%) of CRC in the test set. Nonetheless, the fine-tuned LLM achieved 73% sensitivity with 91% specificity and 99.7% negative predictive value. This indicated that the model could potentially be used to exclude those patients who were identified by the model as low risk from cancer screening, minimizing unnecessary cost, while over 70% of the CRC patients could correctly be detected by the model. It is worth noting that even though we attempted to prompt GPT4-o to provide a probability score on the prediction, the generated scores were presented as a numerical form of Likert Scale, i.e. 30%, 50%, 75%, etc. Hence, we could not consider the scores in any statistical context, and use them to plot the ROC curve.

In summary, while the ML models struggled to balance sensitivity and specificity due to the extreme class imbalance, the fine-tuned GPT4-o offered the most reliable trade-off, suggesting its potential utility in real-world screening scenarios.

Explainability

Despite the promising predictive capability of ML models, many argue that explainability of models is an indispensable quality to justify their performance. From the medical perspective, Amann et al. suggested two levels of explainability, specifically how the models reached the overall conclusive results, and which features were important to contribute to the prediction of each individual sample.31 We investigated these two levels of explainability in one of the best performing statistical ML models, XGBoost. Figure 2 lists the importance of the top 20 features used by the model to predict sample outcomes, based on the average gain when the feature was selected to split the data at the tree node. In tree-based models like XGBoost, information gain at a decision split reflected how much a feature improved the model’s ability to separate data into different outcome categories. A higher gain value indicated a more significant and important predictor.32 For our XGBoost model in particular, “carcinoembryonic lab test”, “phosphate lab test”, “malignant neoplastic disease condition”, “oxygen saturation lab test” and “fresh blood passed per rectum” are the top 5 informative features.

Figure 2.

Figure 2.

Feature importance of the XGBoost model

In addition, SHAP (SHapley Additive exPlanations) values33 were calculated from the same XGBoost model to provide instance-level feature importance explanation. Figure 3 shows the waterfall plot of the most impactful features and how each feature influenced the prediction of the outcome for one CRC patient. More specifically, “Erythrocyte distribution width Ratio” increased most of the model’s predicted probability of having CRC outcome, while “Glomercular filtration rate” reduced the predicted probability.

Figure 3.

Figure 3.

Contribution of top features to the model prediction on a CRC patient

While feature importance and SHAP values offered analytical interpretation of how a model arrived at a prediction, LLM on other hand could provide a more intuitive explanation in the generated text. Such model behavior was referred to as Natural Language Explanation by Zhao et al.34 One study showed that Chain-of-Thought prompting could lead to more stable reasoning and consistent answers.35 Figure 4 shows the explanation from the LLM on predicting the outcome of a CRC patient based on the prompt provided in Figure 1. Utilizing the Chain-of-Thought reasoning steps and general CRC diagnosis guidelines, the LLM identified CRC-relevant patient conditions, lab results, and observations. It then compared these findings with CRC diagnosis guidelines to determine a 75% likelihood of CRC within the next six months, explicitly outlining the reasoning behind its decision.

Figure 4.

Figure 4.

Explanation from LLM on predicting the outcome of a CRC patient

Conclusion

Given the rising incidences of CRC in younger individuals, the American Cancer Sociey (ACS) lowered the age recommendation for stool-based test and structural examination from 50 to 45.36 One study based on Markov model analysis suggested that initiating CRC screening at age 45 years could be cost effective, and could prevent 29,400 CRC cases and 11,100 CRC deaths over the next 5 years, despite the additional cost of $10.4 billion in colonoscopies.37 Discussion on the implementation of this recommendation at the national level remained inconclusive. In particular, the screen pool would be anticipated to increase by 22%, and the balance of screening burden to benefit was un-clear.38, 39 This same argument could extend and be manifested to an even younger age group (18-44), with a larger burden-to-benefit ratio. This presents an opportunity to leverage machine learning to alleviate the burden of screening cost for the younger population.

In this context, our study demonstrated the potential of ML and LLMs, specifically a fine-tuned GPT-4o, to predict early-onset CRC (EoCRC) risk using electronic health record (EHR) data. Statistical ML models (LR, XGBoost, and SVC) detected 81–91% of CRC cases but correctly identified only 56–64% of non-CRC patients, resulting in lower F1 scores and precision compared to LLMs. Interestingly, the base GPT-4o model performed comparably to RF, despite receiving no explicit training data. This highlights the inherent medical knowledge embedded within LLMs and their potential applicability in clinical settings. While the GPT-4o base model contained general medical knowledge, supervised fine-tuning with explicit guideline enhanced its predictive capabilities on EoCRC. The fine-tuned LLM was able to detect on average 73% cases of CRC patients, and 91% of Non-CRC patients. The accuracy of identifying the Non-CRC cases was at 99.7%, suggesting that the model could confidently classify a patient as low-risk, and thereby potentially deferred immediate screening interventions. The performance was comparable to faecal immunochemical tests (FITs), while the sensitivity was 34% higher than the results from guaiac fecal occult blood tests (gFOBTs) for colorectal cancer screening (age 40).40 Furthermore, the explanation in natural language from the LLM (as shown in Figure 4) was easier to understand than the degree of feature contribution in statistical ML models. Clinicians could receive clear, human-readable rationales outlining why the model made a specific determination based on the patient’s conditions, lab results, and observations.

Despite these promising findings, this study has some limitations. First, it is a retrospective study where the patient information was extracted from the coded data in EHR. The inherent information bias could be due to missing data issues and inaccurate coding.41 Second, we only experimented with OpenAI’s flagship model, GPT4-o LLM. In future work, we plan to evaluate other LLMs, like Meta’s Llama3 and Google’s Gemini to gain better understanding of LLMs’ reasoning capability in CRC prediction. Lastly, the study was limited to the patients with 7 months of medical history of clinical data including conditions, lab results and observations, in order to provide sufficient training signals for the models to learn. However, we found many cases where the patients were diagnosed CRC within one month after their first visit and therefore they were not eligible to be in the study. This could be attributed to the general good health in the younger population, and the absence of other health issues that required medical attention. Many patients also had irregular visits, or no visits in a few months. The data sparsity in patient journey with irregular patterns could be challenging to learn. One potential avenue for future research is to pre-train a clinical language model that captures the nuances in different patient journeys through a large amount of longitudinal medical records. By learning the joint probability distribution between events in the patient journeys, better performance could be achieved without abundant and highly accurate training data.42, 43

Acknowledgments

We thank Michael Simonov, Sara Daraei, Rajesh Rao, and Jay Pillai for helpful discussions. This work is supported by Truveta.

Figures & Tables

References

  • 1.Siegel RL, Giaquinto AN, Jemal A. Cancer statistics, 2024. CA: a cancer journal for clinicians. 2024;74(1):12–49. doi: 10.3322/caac.21820. [DOI] [PubMed] [Google Scholar]
  • 2.Siegel RL, Wagle NS, Cercek A, Smith RA, Jemal A. Colorectal cancer statistics, 2023. CA: a cancer journal for clinicians. 2023;73(3):233–54. doi: 10.3322/caac.21772. [DOI] [PubMed] [Google Scholar]
  • 3.Sinicrope FA. Increasing incidence of early-onset colorectal cancer. New England Journal of Medicine. 2022;386(16):1547–58. doi: 10.1056/NEJMra2200869. [DOI] [PubMed] [Google Scholar]
  • 4.Surveillance Research Program, National Cancer Institute. SEER*Explorer: An interactive website for SEER cancer statistics [Internet] 2024. Updated: 2024 Nov 5; Cited: 2025 Mar 15. Data source(s): SEER Incidence Data, November 2023 Submission (1975-2021), SEER 22 registries. Available from: https://seer.cancer.gov/ statistics-network/explorer/
  • 5.di Martino E, Smith L, Bradley SH, Hemphill S, Wright J, Renzi C, et al. Incidence trends for twelve cancers in younger adults—a rapid review. British journal of cancer. 2022;126(10):1374–86. doi: 10.1038/s41416-022-01704-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Chen FW, Sundaram V, Chew TA, Ladabaum U. Advanced-stage colorectal cancer in persons younger than 50 years not associated with longer duration of symptoms or time to diagnosis. Clinical gastroenterology and hepatology. 2017;15(5):728–37. doi: 10.1016/j.cgh.2016.10.038. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Townsend JS, Jones MC, Jones MN, Waits AW, Konrad K, McCoy NM. A case study of early-onset colorectal cancer: using electronic health records to support public health surveillance on an emerging cancer control topic. Journal of registry management. 2021;48(1):4. [PMC free article] [PubMed] [Google Scholar]
  • 8.Meystre SM, Lovis C, Bu¨rkle T, Tognola G, Budrionis A, Lehmann CU. Clinical data reuse or secondary use: current status and potential future progress. Yearbook of medical informatics. 2017;26(01):38–52. doi: 10.15265/IY-2017-007. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Weegar R, Sundstro¨m K. Using machine learning for predicting cervical cancer from Swedish electronic health records by mining hierarchical representations. PloS one. 2020;15(8):e0237911. doi: 10.1371/journal.pone.0237911. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Zhen J, Li J, Liao F, Zhang J, Liu C, Xie H, et al. Development and validation of machine learning models for young-onset colorectal cancer risk stratification. NPJ Precision Oncology. 2024;8(1):239. doi: 10.1038/s41698-024-00719-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Burnett B, Zhou SM, Brophy S, Davies P, Ellis P, Kennedy J, et al. Machine learning in colorectal cancer risk prediction from routinely collected data: a review. Diagnostics. 2023;13(2):301. doi: 10.3390/diagnostics13020301. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Talebi R, Celis-Morales CA, Akbari A, Talebi A, Borumandnia N, Pourhoseingholi MA. Machine learning-based classifiers to predict metastasis in colorectal cancer patients. Frontiers in Artificial Intelligence. 2024;7:1285037. doi: 10.3389/frai.2024.1285037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Usher-Smith JA, Walter FM, Emery JD, Win AK, Griffin SJ. Risk prediction models for colorectal cancer: a systematic review. Cancer prevention research. 2016;9(1):13–26. doi: 10.1158/1940-6207.CAPR-15-0274. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Win AK, MacInnis RJ, Hopper JL, Jenkins MA. Risk prediction models for colorectal cancer: a review. Cancer epidemiology, biomarkers & prevention. 2012;21(3):398–410. [Google Scholar]
  • 15.Kinar Y, Kalkstein N, Akiva P, Levin B, Half EE, Goldshtein I, et al. Development and validation of a predictive model for detection of colorectal cancer in primary care by analysis of complete blood counts: a binational retrospective study. Journal of the American Medical Informatics Association. 2016;23(5):879–90. doi: 10.1093/jamia/ocv195. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Castelo M, Sue-Chue-Lam C, Paszat L, Kishibe T, Scheer AS, Hansen BE, et al. Time to diagnosis and treatment in younger adults with colorectal cancer: A systematic review. PLoS One. 2022;17(9):e0273396. doi: 10.1371/journal.pone.0273396. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Qiu J, Li L, Sun J, Peng J, Shi P, Zhang R, et al. Large ai models in health informatics: Applications, challenges, and the future. IEEE Journal of Biomedical and Health Informatics. 2023;27(12):6074–87. doi: 10.1109/JBHI.2023.3316750. [DOI] [PubMed] [Google Scholar]
  • 18.Kim Y, Xu X, McDuff D, Breazeal C, Park HW. Health-LLM: Large Language Models for Health Prediction via Wearable Sensor Data. Conference on Health, Inference, and Learning. PMLR. 2024:p. 522–39. [Google Scholar]
  • 19.Chen X, Mao X, Guo Q, Wang L, Zhang S, Chen T. RareBench: Can LLMs Serve as Rare Diseases Specialists? Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2024:p. 4850–61. [Google Scholar]
  • 20.Truveta. US health systems announce the Truveta Genome Project, creating the world’s largest and most diverse database to discover the science of humanity. 2024. Accessed: 2025-07-03. https://www.truveta.com/blog/announcement/leading-us-health-systems-launch-the-truveta-genome-project/?rscid=211056de-d322-431f-98fb-ffc4df46cb7f.
  • 21.Chawla NV, Bowyer KW, Hall LO, Kegelmeyer WP. SMOTE: synthetic minority over-sampling technique. Journal of artificial intelligence research. 2002;16:321–57. [Google Scholar]
  • 22.Schubach M, Re M, Robinson PN, Valentini G. Imbalance-aware machine learning for predicting rare and common disease-associated non-coding variants. Scientific reports. 2017;7(1):2959. doi: 10.1038/s41598-017-03011-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Tucker A, Wang Z, Rotalinti Y, Myles P. Generating high-fidelity synthetic patient data for assessing machine learning healthcare software. NPJ digital medicine. 2020;3(1):147. doi: 10.1038/s41746-020-00353-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Muthukrishnan R, Rohini R. 2016 IEEE international conference on advances in computer applications (ICACA) Ieee; 2016. LASSO: A feature selection technique in predictive modeling for machine learning; pp. p. 18–20. [Google Scholar]
  • 25.Youden WJ. Index for rating diagnostic tests. Cancer. 1950;3(1):32–5. doi: 10.1002/1097-0142(1950)3:1<32::aid-cncr2820030106>3.0.co;2-3. [DOI] [PubMed] [Google Scholar]
  • 26.Schisterman EF, Perkins NJ, Liu A, Bondell H. Optimal cut-point and its corresponding Youden Index to discriminate individuals using pooled blood samples. Epidemiology. 2005;16(1):73–81. doi: 10.1097/01.ede.0000147512.81966.ba. [DOI] [PubMed] [Google Scholar]
  • 27.Wei J, Wang X, Schuurmans D, Bosma M, Xia F, Chi E, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems. 2022;35:24824–37. [Google Scholar]
  • 28.Davidson KW, Barry MJ, Mangione CM, Cabana M, Caughey AB, Davis EM, et al. Screening for colorectal cancer: US Preventive Services Task Force recommendation statement. Jama. 2021;325(19):1965–77. doi: 10.1001/jama.2021.6238. [DOI] [PubMed] [Google Scholar]
  • 29.Wong C, Preston S, Liu Q, Gero Z, Bagga J, Zhang S, et al. Universal Abstraction: Harnessing Frontier Models to Structure Real-World Data at Scale. 2025. Available from: https://arxiv.org/abs/2502.00943.
  • 30.Bousselham H, Mourhir A, et al. 2024 International Conference on Computer, Electrical & Communication Engineering (ICCECE) IEEE; 2024. Fine-tuning GPT on biomedical NLP tasks: an empirical evaluation; pp. p. 1–6. [Google Scholar]
  • 31.Amann J, Blasimme A, Vayena E, Frey D, Madai VI, Consortium P. Explainability for artificial intelligence in healthcare: a multidisciplinary perspective. BMC medical informatics and decision making. 2020;20:1–9. doi: 10.1186/s12911-019-1002-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Chang W, Ji X, Xiao Y, Zhang Y, Chen B, Liu H, et al. Prediction of hypertension outcomes based on gain sequence forward tabu search feature selection and xgboost. Diagnostics. 2021;11(5):792. doi: 10.3390/diagnostics11050792. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Lundberg SM, Lee SI. A unified approach to interpreting model predictions. Advances in neural information processing systems. 2017:30. [Google Scholar]
  • 34.Zhao H, Chen H, Yang F, Liu N, Deng H, Cai H, et al. Explainability for large language models: A survey. ACM Transactions on Intelligent Systems and Technology. 2024;15(2):1–38. [Google Scholar]
  • 35.Wu S, Shen EM, Badrinath C, Ma J, Lakkaraju H. Analyzing chain-of-thought prompting in large language models via gradient-based feature attributions. LREC-COLING. 2024. Available from: https://aclanthology.org/2024.lrec-main.81.pdf.
  • 36.Wolf AM, Fontham ET, Church TR, Flowers CR, Guerra CE, LaMonte SJ, et al. Colorectal cancer screening for average-risk adults: 2018 guideline update from the American Cancer Society. CA: a cancer journal for clinicians. 2018;68(4):250–81. doi: 10.3322/caac.21457. [DOI] [PubMed] [Google Scholar]
  • 37.Ladabaum U, Mannalithara A, Meester RG, Gupta S, Schoen RE. Cost-effectiveness and national effects of initiating colorectal cancer screening for average-risk persons at age 45 years instead of 50 years. Gastroenterology. 2019;157(1):137–48. doi: 10.1053/j.gastro.2019.03.023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Liang PS, Allison J, Ladabaum U, Martinez ME, Murphy CC, Schoen RE, et al. Potential intended and unintended consequences of recommending initiation of colorectal cancer screening at age 45 years. Gastroenterology. 2018;155(4):950–4. doi: 10.1053/j.gastro.2018.08.019. [DOI] [PubMed] [Google Scholar]
  • 39.Imperiale TF, Kahi CJ, Rex DK. Lowering the starting age for colorectal cancer screening to 45 years: who will come. . . and should they? Clinical Gastroenterology and Hepatology. 2018;16(10):1541–4. doi: 10.1016/j.cgh.2018.08.023. [DOI] [PubMed] [Google Scholar]
  • 40.Schreuders EH, van Roon A, van Dam L, Zauber AG, Lansdorp-Vogelaar I, Bramer W, et al. Guaiac-based faecal occult blood tests versus faecal immunochemical tests for colorectal cancer screening in average-risk individuals. Cochrane Database of Systematic Reviews. 2022;(6) [Google Scholar]
  • 41.Rudrapatna VA, Glicksberg BS, Avila P, Harding-Theobald E, Wang C, Butte AJ. Accuracy of medical billing data against the electronic health record in the measurement of colorectal cancer screening rates. BMJ open quality. 2020;9(1) [Google Scholar]
  • 42.Zhu Z, Yu H, Shen C, Du J, Shen Z, Wang Z. Causal language model aided sequential decoding with natural redundancy. IEEE Transactions on Communications. 2023;71(5):2685–97. [Google Scholar]
  • 43.Wornow M, Xu Y, Thapa R, Patel B, Steinberg E, Fleming S, et al. The shaky foundations of large language models and foundation models for electronic health records. npj digital medicine. 2023;6(1):135. doi: 10.1038/s41746-023-00879-8. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from AMIA Annual Symposium Proceedings are provided here courtesy of American Medical Informatics Association

RESOURCES