Abstract
A key feature of the Precision Nutrition and Health approach is the ability to tailor interventions to individual variability using multimodal data from large-scale biobanks and cohorts. Artificial intelligence (AI) and machine learning (ML) models offer new potential to model complex data but remain constrained by challenges related to data quality, interpretability, validation, and causal inference. This Perspective synthesizes current AI/ML methodologies in PN, elucidates their interplay with the distinctive features of multi-omic and nutritional data, such as being compositional, episodic, context-dependent, and error-prone, and delineates nutrition-specific best practices for achieving robust, interpretable, and clinically actionable AI integration in research and practice.
Subject terms: Mathematics and computing, Computational biology and bioinformatics
In this Perspective, the authors highlight critical challenges, knowledge gaps, and opportunities for robust, equitable, rigorous, reproducible, and actionable artificial intelligence integration in research and practice, and provide a roadmap and checklist for enabling the use of artificial intelligence in precision nutrition.
Introduction
Diet has a profound impact on cognitive, physical, and social well-being. Nutritional deficits contribute to nearly 50 million disability-adjusted life years (DALYs) and account for 26% of all adult deaths worldwide1. A third of all premature deaths in the United States (US) are attributed to nutrition-associated factors, including limited diet diversity and quality, elevated body mass index (BMI), high blood pressure, fasting glucose and sedentary lifestyle2,3. Globally, the burden of nutrition-related mortality has escalated over the past decade, outpacing population growth in both low and high-resource settings3. Decades of research investigating the complex interplay between diet, health, and disease4 contributed to recognizing nutrition as one of the few truly modifiable risk factors for chronic diseases. Yet, current dietary guidelines5 lack individual-level personalization and do not account for potential inter- and intra-person variability in dietary responses6,7, which can ultimately limit their effectiveness in improving health outcomes.
Precision nutrition (PN) aims to overcome these limitations by tailoring dietary guidance using factors that affect nutrition status, including clinical, biochemical, molecular (metabolomic, genomic, metagenomic), environmental, behavior, lifestyle and physiological data8. The 2020-30 National Institutes of Health (NIH) Strategic Plan positions PN as a unifying and holistic approach for developing comprehensive and dynamic nutritional recommendations to promote health at both the individual and population level9. In alignment with this vision, NIH identified PN as a national priority and launched the Nutrition for Precision Health (NPH) Initiative to provide novel insights and catalyze a shift towards personalized nutrition10. However, implementing PN approaches requires deep phenotyping and the integration of large and complex datasets with multiple data types (or modalities), which can be computationally demanding and pose significant analytical challenges11,12. One of the most important modalities is dietary data which are inherently compositional and context-dependent, and pose harmonization challenges across methods of collection, reference time frames, time integration, and nutrient food composition databases13. Minor variations in dietary intake analysis can produce different micro and macronutrient calculations and shift observed associations with metabolic pathways. Evidence from controlled feeding studies and large observational cohorts shows that even identical diets can produce different postprandial glycemic and lipid responses across individuals7,14,15. Gut microbiome composition, a person-specific factor, has been found to be a key driver of individualized dietary responses. For example, in a randomized crossover trial, a microbiome‑based machine learning (ML) model accurately predicted, for each individual, which bread type elicited a lower glycemic response6. Similarly, across independent cohorts, the gut microbiome and other person-specific factors outperformed meal macronutrient content in predicting glycemic responses16–18. These findings suggest that PN is not merely defined by integrating multimodal and high-dimensional data, but by disentangling complex biological associations that require models that respect the structure of diet data and inter-individual heterogeneity.
Artificial intelligence (AI) has opened new avenues for the analysis and interpretation of complex and highly interconnected data. These methods enable the integration of large, heterogeneous datasets from diverse sources, a critical advancement for implementing PN research. The availability of such complex data is rapidly increasing in both the US and globally, through country-level datasets and biobanks like the All of Us Research Program and the UK Biobank19,20. Data curation and analysis tools are being facilitated by the NIH’s Common Fund Data Ecosystem21, the Biodata Catalyst22, as well as consortia focused on microbiome and multi-omics23. However, the application of AI methods in nutrition remains in early stages and faces significant technical, methodological, and implementation challenges.
In this Perspective paper, we present our approach to integrating PN and AI and propose a foundational framework for best practices in this emerging and evolving field. Unlike prior works, which provide primarily conceptual overviews of opportunities and in applying AI in nutrition research24, we aim to define the operational groundwork needed to implement AI in existing biobanks and databases, particularly in real-world interdisciplinary and international settings. This framework is designed as a practical guide to support researchers, practitioners, and data scientists, as well as non-experts entering the field of similar studies in the US and globally, where variability in data, measurement instruments, and analytical pipelines presents significant barriers in applying AI in nutrition research. Specifically, we introduce an integrated framework that combines: (i) the AI-PNUTRI checklist for the design, reporting, and evaluation of AI-enabled PN studies, (ii) explicit mapping of analytical workflows to large-scale biobanks (e.g., All of Us, Nutrition for Precision Health, UK Biobank), (iii) cross-layer harmonization across dietary, clinical, behavioral, and multi-omics data, and (iv) incorporation of temporal dynamics and causal inference into a unified analytical pipeline. Accordingly, this manuscript is intended as a synthesis with practical, implementation-focused guidance.
We first provide an overview of current AI methods used in PN, outlining their strengths and limitations, and clarifying key terms and concepts related to AI. We conclude our work by discussing key challenges, proposing best practices for applying AI and ML in nutritional research, and identifying gaps for future work.
Artificial Intelligence methods in precision nutrition: current practices, strengths, and limitations
Machine learning methods
Traditional ML methods encompass a broad range of algorithms, from linear models to tree-based ensembles, that have been foundational in nutritional sciences due to their statistical rigor, interpretability, and robustness with smaller or structured datasets. These approaches are grounded in well-established statistical principles, making them accessible and trustworthy for domain experts. For instance, regression models can integrate heterogenous data, including genomics, demographic factors, gut microbiome, and digital engagement data to predict health outcomes with high accuracy16,25–27. A key strength of traditional ML methods is their ability to handle high-dimensional data common in PN research, such as genomics, metabolomics, and microbiome profiles, particularly when the number of predictors far exceeds the available sample size28,29. Regularization methods, such as least absolute shrinkage and selection operator (LASSO), ridge regression, and the elastic net, can prevent overfitting (this occurs when the model is trained to very tightly fit the training data, demonstrating exceptionally high accuracy for this dataset), and improve coefficient stability by applying penalties during model training30–32. These methods enhance interpretability by shrinking less informative coefficients toward zero, setting some coefficients exactly to zero in the case of LASSO and elastic net. Therefore, they facilitate the identification of key dietary, microbial, or metabolic features associated with health outcomes. Despite these advantages, traditional ML methods often rely on assumptions, such as linearity, independence of predictors, or specific data distributions. Such assumptions may be violated in dietary data, which are inherently compositional, episodic, and context-dependent, potentially leading to biased or oversimplified associations. While optimized implementations in standard libraries33 enable efficient computation with modest resource requirements, careful hyperparameter tuning (e.g., selection of penalty strength via cross-validation) is essential. Moreover, these models may underperform in settings characterized by complex, highly non-linear interactions, and built-in measures of feature importance may be less nuanced than post hoc explainability approaches.
Tree-based ML methods, including decision trees, random forests (RF), and gradient boosting algorithms are powerful tools for handling complex, non-linear relationships among dietary factors, microbiome features, and health outcomes34–36. Decision trees provide intuitive partitioning of the predictor space, such as identifying dietary thresholds37, but they are susceptible to overfitting. RF improves stability38 and has been applied to the estimation of micronutrient deficiencies from dietary survey data39.
Related work in computational nutritional epidemiology has shown that ML can also infer the degree of food processing directly from nutrient composition data. For example, the FoodProX/FPro framework predicts processing level for foods and showed that greater reliance on more highly processed foods is associated with higher risk of metabolic syndrome, diabetes, angina, elevated blood pressure, and biological age, as well as reduced vitamin bioavailability40. This example illustrates how traditional ML can generate interpretable dietary features that extend beyond nutrient totals and can be incorporated into PN analyses.
Gradient boosted trees (e.g., XGBoost) sequentially minimize prediction error and frequently achieve superior predictive performance41,42, exemplified by their use in forecasting postprandial glucose responses from integrated dietary and microbiome profiles43,44. For instance, large cohort studies showed that gradient‑boosted trees integrating gut microbiome taxonomic-functional features alongside diet and clinical factors accurately (r = 0.77) predict postprandial glycemic response16. Similarly, microbial gene richness, short-chain fatty acid-producing taxa, and functional profiles have been used as model inputs to predict responses to dietary fiber and cardiometabolic risk modulation. Such approaches typically encode microbiome data as relative abundances, diversity indices, or learned embeddings, which are then integrated with dietary and clinical features in ML pipelines7,45–47. These examples illustrate how microbiome-related features can enhance model performance and biological interpretability, while also providing a mechanistic link between diet and host response. However, up-to-date evidence supporting substantial predictive gains from multi‑omics integration in personalized nutrition remains limited, with available studies indicating modest and context‑dependent improvements (Supplementary Table 1).
Across these approaches, the ability to derive a feature-importance ranking is a key advantage of PN. However, ensemble methods are less interpretable than individual trees, necessitating post hoc tools, such as partial dependence plots or SHapley Additive exPlanations (SHAP), which explain model predictions by assigning importance scores to input features48. It is noteworthy that even though the inclusion of gut microbiome features can increase ML model predictive performance, it does not establish causality or whether such features are mechanistic mediators of response. Hence, causal inference frameworks should complement predictive models by testing whether candidate microbial taxa, functions, or metabolites lie on pathways through which diet influences host phenotypes. Complementary in vitro, animal, and human experiments may in many cases be required to establish causal relationships.
Ensemble learning more broadly combines complementary models (e.g., RF with boosting or stacking approaches) to enhance prediction accuracy, robustness, and generalizability, particularly in multimodal PN settings integrating microbiome, metabolomics, and clinical data49. While most nutrition applications rely on standard implementations with limited customization, domain-informed feature engineering remains critical for performance and interpretability.
Supervised learning methods, described above, rely on labeled data to train models that map inputs to known outcomes, allowing straightforward evaluation through predictive accuracy. In contrast, unsupervised learning analyzes unlabeled data to uncover latent structures. Clustering algorithms are foundational for analyzing high-dimensional nutrition datasets including microbiome and metabolomic data and can themselves be learned through algorithmic techniques50–53. More advanced nonlinear dimensionality reduction techniques, such as t-distributed stochastic neighbor embedding54 and Uniform Manifold Approximation and Projection (UMAP)55, enable nonlinear visualization of complex metabolomic or microbiome structures beyond traditional ordination.
Deep learning (DL) methods
DL models, built on multi-layered neural networks, have emerged for their ability to automatically learn hierarchical representations from raw, heterogeneous data, making them well-suited to the multimodal complexity of PN. The core advantage of DL is end-to-end learning, in which features are extracted directly from inputs without manual engineering. Convolutional neural networks (CNNs) excel at image-based food recognition, recurrent neural networks (RNNs/long short-term memory (LSTMs)) at temporal data, such as wearables, and transformers at integrating diverse modalities. Pre-trained models trained on large images datasets or text corpora can be transferred to nutrition tasks. DL excels at capturing complex non-linear interactions but typically requires large, labeled datasets, substantial computational resources, and careful regularization to avoid overfitting56. Moreover, the opaque nature of DL models limits mechanistic interpretability, which remains a key concern in clinical and nutritional contexts, although explainable AI methods can partially mitigate this limitation57.
Common extensions include transfer learning through fine-tuning of pre-trained networks and multimodal fusion, in which information is concatenated or attended across inputs (e.g., diet images and clinical text). Architectural choices are driven by data structure, including CNNs for vision and graph neural networks (GNNs) for microbe-metabolite interactions. In fact, recent studies have demonstrated the utility of GNNs in microbial phenotype prediction58, metabolomic pathway inference59, and joint microbe-metabolite association learning59,60. By representing taxa and metabolites as nodes connected by functional or biochemical relationships, these models can capture non-linear dependencies and contextual relationships more effectively than classical models, particularly in sparse or compositional datasets, such as the microbiome. In addition, neural models, such as MiMeNet, learn mappings from microbial taxa to metabolite profiles, helping uncover functional pathways that mediate diet-microbiome-host interactions61. Furthermore, DL methods have recently begun to be used to integrate multi-omics data with host-associated data, such as diet, thereby improving the predictions of individualized metabolic responses. For example, a DL approach based on coupled multilayer perceptrons (McMLP) was developed to predict metabolite responses to dietary interventions using baseline gut microbiome composition, metabolomic profiles, and dietary inputs, outperforming ML models62.
In practice, DL training relies on frameworks, such as PyTorch or TensorFlow, and often requires Graphics Processing Unit (GPU) acceleration. While DL offers superior handling of heterogeneity and non-linearity in PN (e.g., predicting responses from multi-omics data), full model training is resource-intensive, and the risk of overfitting increases with limited sample sizes. The black-box nature of DL can limit trust, though explainable AI approaches, such as Grad-CAM, provide partial insight and bias introduced during pre-training may propagate. Additional limitations include hallucinations in generative variants, interpretability gaps, and data leakage in transfer learning when domain shifts are not adequately addressed. In nutrition research, DL has enabled advances in food image-based nutrient estimation, glycemic response forecasting from CGM and wearable data, and multi-omics integration for PN. Most applications rely on off-the-shelf models, while retrieval-based grounding from nutrient databases is emerging but remains underutilized.
Large language models (LLMs)
LLMs represent a new class of AI models capable of synthesizing information across modalities. The main advantage of pre-trained LLMs is that they are trained on massive amounts of data, allowing them to operate generically across a wide range of domains. Conversely, this generality limits their ability to address niche or highly specialized domains, such as PN. This limitation can be mitigated through several extension mechanisms. One of the most straightforward approaches is retrieval-augmented generation (RAG)63, in which additional contextual information is provided to supplement knowledge that may be absent from the model’s training data. Another extension involves the use of tools, enabling LLMs to directly access structured or computed data64. Finally, prompt context can be expanded with a small number of domain- or problem-specific examples, a technique known as few-shot prompting65, which the LLM can follow to produce its response to the given query. The aforementioned techniques are collectively known as “prompt engineering“66. An alternative method to improve the LLM performance for a given domain is called “fine-tuning“67, whereby a pre-trained model can be further trained on domain-specific data. Fine-tuning allows new knowledge to be internalized, reducing reliance on complex prompting and enabling improved domain reasoning, without retraining the entire model. However, it remains a training process that requires substantial computational resources and time. Moreover, fine-tuning can reduce a model’s general applicability, while its domain-specific performance becomes dependent on the quality and scope of the additional data, potentially introducing bias. As a result, fine-tuned models often become application-specific, shifting the long-term maintenance burden from the pre-trained model provider to the entity performing fine-tuning.
LLMs generally suffer from three important limitations: hallucinations68, data leakage69, and bias70. Hallucinations occur when models generate false or misleading information presented as facts, often due to insufficient or inappropriate data, limitations in capturing language characteristics, or internal modeling behavior. Data leakage arises when generated responses inadvertently reproduce elements of the training data, analogous to overfitting in traditional ML, with serious implications for evaluation and validation. The third limitation, bias, while not unique to LLMs, is amplified by reliance on large-scale public data sources, necessitating careful consideration during both training and deployment to avoid ethical and scientific pitfalls.
In nutrition, LLMs have been used to enhance data-driven decision-making and support dietary recommendations. They have also been used for personalized71 food recommendations and for constructing diets for special cases, including type 2 diabetes72,73 and kidney disease74. However, most of the LLM applications in nutrition rely on out-of-the-box implementations without domain-specific adaptation or additional functional extensions75. This limitation can be addressed through approaches, such as RAG and additional functional extensions that enhance LLM performance. For example, in a PN application, RAG-enhanced LLM recommended food substitutions to increase the consumption of foods rich in live microbes64. Microbiome-aware retrieval pipelines remain underutilized, but could be further extended to enable the use of microbiome data in PN. Future LLM applications with RAG can combine dietary intake data with microbiome composition and metabolomic profiles to generate personalized dietary recommendations, such as identifying specific food substitutions to modulate microbial pathways linked to metabolic health. Although RAG has been proposed as a mechanism to ground LLM outputs in domain-relevant knowledge, it remains underutilized in PN (Table 1). Recently, LLMs have been used in microbiome association mining, taking advantage of their powerful abilities in automated extraction and integration of large-scale textual data. By fine-tuning and deploying pretrained LLMs, such as ChatGPT, these studies investigated the microbiome-diet or microbiome-disease associations following a three-step process involving recognizing key biomedical elements from text (e.g., diet factors, microbes, metabolites), interpreting how these elements are connected (e.g., whether a microbe has a beneficial, harmful, or neutral effect on a specific outcome) and compiling the identified associations into structured resources allowing for further analysis76,77.
Table 1.
Comparison of large language models' adaptation strategies for precision nutrition
| Adaptation strategy | Key strengths | Key limitations | Representative studies/ applications |
|---|---|---|---|
|
Prompt engineering (Zero-shot, Chain-of-Thought/CoT, Few-shot, Self-Consistency) |
• No additional training required • Rapid iteration and low computational cost • Improves reasoning transparency (e.g., CoT for step‑wise nutrient breakdown) • Enhances consistency and accuracy on RD and guideline‑based evaluations |
• Highly sensitive to prompt phrasing • Hallucinations persist without grounding • Limited capacity for deep personalization or rare foods • Performance varies across domains and user expertise |
• GPT-4o + CoT-SC best on RD exam accuracy/consistency149. • Gemini 1.5 Pro strong on ZS consistency (aligns with RD exam evals). CoT aids adherence in evaluating LLMs for CVD guideline nutrition info150. • Supported by various RD exam and dietary advice evaluations (2024-2025) on structured prompts for nutrition assessment151. |
| Retrieval-augmented generation (RAG) |
• Grounds responses in external sources (e.g., USDA, clinical guidelines, food databases) • Reduces hallucinations and improves factual accuracy • Supports real‑time updates and evidence‑based personalization • Effective for clinical tasks (e.g., CVD prevention, malnutrition extraction) |
• Performance depends on retrieval quality and indexing • Increased latency and system complexity • Risk of irrelevant or noisy retrieval • Readability may suffer due to technical source material |
• Llama 3 + RAG outperformed off-the-shelf models on CVD nutrition guidelines152. • Llama 2 + RAG for malnutrition data from EHRs (supported by similar work in clinical nutrition)150. • iDISK2.0-RAG for dietary supplement Q&A; smoothie recipes for obesity/T2D153. • NutriBench evals with RAG for carb estimation149. |
| Fine-tuning (Domain-specific, Instruction/Supervised, qLoRA-efficient) |
• Deep domain specialization in food and nutrition reasoning • Improved performance on niche and culturally specific tasks • Higher accuracy on expert benchmarks (dietetic/chef exams, meal planning) • Reduced dependence on prompt engineering |
•Computationally and data-intensive • Risk of catastrophic forgetting and reduced generalizability • Potential amplification of dataset biases • Ongoing maintenance burden for model updates |
• FoodSky (fine-tuned Qwen2.5): Passes chef/dietetic exams (83-91% accuracy)154. • NutriGen/NutriBench fine-tuned models for meal plans/carb estimation155. • Gemma2-27B-FT significant MAE reduction on nutrition tasks. Supported by various CKD/obesity personalization fine-tunes (2024-2025)153. |
| Tool-use / extensions (e.g., APIs for nutrient calculators, hybrid with graphs) |
• Combines LLM reasoning with precise external computation • Addresses compositionality and arithmetic in nutrition data • Enables causal, personalized, and context‑aware inference |
• Integration and orchestration complexity • Reliance on stable external tools and APIs • Not suitable for standalone text‑only deployment |
• ChatDiet: LLM + causal discovery for personalized effects156. • Hybrid RAG + tools in multi-agent hemodialysis meal157. • Emerging in precision nutrition (graphs/agents) on tool use for clinical nutrition. |
API Application Programming Interface, CoT Chain-of-Thought (prompting technique), CKD Chronic Kidney Disease, CoT-SC Chain-of-Thought with Self-Consistency, CVD Cardiovascular Disease, DB Database, EHR Electronic Health Record, GPT generative pre-trained transformer, KB Knowledge Base, LLM Large Language Model, MAE Mean Absolute Error, qLoRA Quantized Low-Rank Adaptation (efficient fine-tuning method), RAG Retrieval-Augmented Generation, RD Registered Dietitian, T2D Type 2 Diabetes, ZS Zero-shot (prompting without examples).
Table 2 and Fig. 1 provide a comparison of ML, DL, and LLM methods in nutritional data analysis. Briefly, traditional ML methods are often more computationally efficient and include interpretable algorithms, such as decision trees, but rely on assumptions about data structure and benefit from domain-informed feature design. DL models provide greater flexibility for modeling complex relationships but suffer from limited transparency, although explainable AI methods can partially address this limitation78. LLM applications in nutritional research are still new, lacking standardization and reproducibility, while they require extensive computational power. In addition, LLM model decision-making and reasoning transparency need to be increased, although efforts have been made in this direction79. It is also noteworthy that the successful application of these AI methods depends not only on the algorithms used for data analysis but also on the availability of high-quality, multimodal, and multi-omic datasets. Table 3 summarizes selected biobanks and nutrition-focused datasets that offer structured dietary intake data, biomarker profiles, and multi-omics layers suitable for AI applications.
Table 2.
Functional comparison of machine learning, deep learning, and large language models in nutritional data analysis
| Method | Machine learning (e.g., linear regression, decision trees, SVM, random forests) | Deep learning (e.g., CNNs, RNNs, transformers with task-specific architectures) | Large language models (e.g., GPT, PaLM, Claude) |
|---|---|---|---|
| Challenge | |||
| Assumptions |
Model-specific assumptions for linear models • linearity • independence • normality Fewer assumptions for the distribution of tree-based models |
Fewer parametric assumptions: Can model complex, non-linear patterns |
Pretrained on general natural language Assuming language patterns generalize across domains is task-dependent |
| Interpretability |
Native Feature importance and decision paths are transparent in linear models, but more limited for ensemble models |
Assisted Often requires tools, such as SHAP, LIME and saliency maps, which might be unstable |
Flawed • Outputs are human interpretable, but internal reasoning is opaque • Interpretability tools are still evolving |
| Computational requirements |
Low Generally lower in comparison to DL/LLM, runs on standard hardware |
High Requires GPUs and HPC environments |
Very high • Training requires massive computational power • Inference can be costly based on model size and deployment |
| Data requirements | Usually suitable for small to medium structured datasets | Typically requires large, labeled datasets | Pretrained on massive text corpora, domain-specific fine-tuning often needed for nutrition |
| Multimodal data handling |
Typically requires feature engineering or late fusion |
Strong can integrate text, images, genomics, etc. |
Emerging can process and generate across modalities (text, code, images) with extensions for multimodal LLMs |
| Preprocessing needs |
Moderate requires feature selection and transformation |
High Each modality needs tailored preprocessing |
Moderate to high domain adaptation requires prompt engineering, RAG, or fine-tuning |
| Overfitting risk |
Lower to Moderate mitigated with cross-validation, regularization and feature selection |
Higher A large parameter space increases risk |
Varies. “Classical” overfitting is reduced by pretraining, but hallucination, prompt sensitivity and domain mismatch are risks |
| Validation practices |
Cross-validation external validation common |
Complex interpretability and |
Requires domain-specific benchmarks Reproducibility is a challenge due to evolving tools and prompt sensitivity |
| Generalization | Generalize well with appropriate validation | Can generalize well with sufficient, representative data | Strong task generalization, but domain-specific accuracy varies |
| Use case fit | Well-suited for interpretable, structured problems | Best suited for high-dimensional, multimodal, complex tasks with sufficient data | Well-suited for natural language tasks, decision support, and generative applications |
| Reproducibility | Often easier to reproduce, fewer hyperparameters, simpler pipelines |
Harder requires detailed documentation, sensitivity to initialization and training procedures |
Challenging Tools and frameworks are evolving and often incompatible, with limited control over model versions |
| Benchmarking | Relatively easier across datasets and populations when features are harmonized | Sensitive to architecture and data | Difficult due to rapid evolution, limited transparency and lack of standardization |
| Ethical & practical considerations |
More transparent and explainable for certain models (e.g. linear) facilitating justifications in clinical settings |
“Black box” nature may limit clinical adoption | High potential, but risks include hallucination, bias, and lack of transparency |
| Domain-specific adaptation | Manual feature engineering and model tuning | Requires architecture matching and labeled data | Needs fine-tuning, RAG, or tool integration for domain-specific tasks |
| Advanced capabilities | Limited generative capabilities primarily focused on prediction and inference | Learns complex patterns and interactions | Can generate text, code, and recommendations. Can be integrated into tool-augmented workflows under human supervision. |
| Examples in nutrition | Diet quality prediction, nutrient intake modeling | Multimodal analysis (e.g., imaging + genomics), exploratory personalized diet modeling | Personalized dietary guidance, special diet planning (e.g., diabetes, kidney disease), decision support |
LLM Large Language Model, SVM Support Vector Machine, CNN Convolutional Neural Network, RNN Recurrent Neural Network, GPT Generative Pre-trained Transformer, PaLM Pathways Language Model, AI Artificial Intelligence.
Fig. 1. The intersection between artificial intelligence, machine learning and data science with their challenges and applications in nutritional sciences.
Created in BioRender. Huey, S. (2026) https://BioRender.com/l28ubua.
Table 3.
Selected biobanks and datasets and associated nutrition data collected for potential use of machine learning and artificial intelligence
| Biobanks/Datasets | Dietary data collected | Website |
|---|---|---|
| All of Us Research Program158,159 | • Biomarker data | https://allofus.nih.gov |
| Biobank Japan160,161 | • FFQ | https://biobankjp.org/en/ |
| China Kadoorie Biobank162 | • FFQ | https://www.ckbiobank.org |
| ECHO Consortium163 | • Maternal 24-hour recall | https://echochildren.org/ |
| Global Burden of Disease164,165 | • Dietary risk factors | https://www.healthdata.org/research-analysis/gbd |
| Nutrition for Precision Health Initiative |
• 24-hour recall • Glucose response to mixed meal tolerance tests • Biospecimen-derived data • Dietary intervention effect data |
https://commonfund.nih.gov/nutritionforprecisionhealth |
| Million Veteran Program (US)166 |
• Food group intakes • FFQ |
https://www.research.va.gov/MVP/ |
| NHANES (US) |
• 24-hour recall • Biospecimen-derived data |
https://www.cdc.gov/nchs/nhanes/ |
| UK Biobank167 | • Diet records: 1) Weekly average for certain foods & drinks, 2) 24 h recall | https://www.ukbiobank.ac.uk |
ECHO US Environmental influences on Child Health Outcomes, FFQ food frequency questionnaire, NHANES National Health and Nutrition Examination Survey, UK United Kingdom, US United States.
The figure illustrates how large language models (LLMs), machine learning (ML), and deep learning (DL) fit within a broader data science framework. LLMs support tasks such as text generation and food analysis but require large datasets and high computational power. ML methods (e.g., regression, random forests, clustering) can be used for disease prediction and dietary pattern analysis. DL approaches (e.g., CNNs, GNNs, RNNs) can enable applications such as image-based food recognition and personalized nutrition, but face challenges such as overfitting, complex validation, and limited interpretability.
Challenges and methodological considerations for AI-enabled precision nutrition
AI applications in precision nutrition (PN) face interconnected challenges from nutritional data’s unique properties, i.e., episodic, compositional, culturally/sociodemographically shaped, prone to measurement error and recall bias, and the demands of multimodal integration (dietary intake, biomarkers, multi-omics, wearables, behavioral records)80–85. These challenges are not merely technical but also methodological, requiring careful adaptation of generic AI practices to the specific context of diet, biology, behavior, and environment.
Data complexity & harmonization
Multimodal datasets in PN combine diverse data types, such as dietary intake, clinical biomarkers, multi-omics, wearable sensor streams, and behavioral records, each with distinct formats, scales, distributions, and sources of technical variation. The biobanks and other data repositories listed in Table 3 exemplify this diversity86. The primary difficulty arises from inherent incompatibilities across data layers. Wearable devices, such as smart watches and continuous glucose monitors (CGMs), are high-frequency time series with irregular sampling. Dietary intake data are typically episodic, compositional, and often collected using heterogeneous instruments, such as dietary recalls, food frequency questionnaires, diet records, and app-based tools. Each tool can introduce different types of error, including recall bias and temporal resolution. In addition, studies may use different food composition databases, nutrient calculation software, and food annotation systems, which can produce substantial differences in the estimated diet intake even when similar foods are reported87–89. Metagenomic datasets may include many low-coverage taxa that can introduce substantial noise90, and microbiome studies are often not directly comparable because of variation in sample collection, DNA extraction, sequencing platforms, taxonomic or functional annotation pipelines, and the mixed use of relative versus absolute abundance, which have markedly different statistical considerations91. In intervention studies, heterogeneity in adherence or compliance measurement approaches, such as adherence scores, biomarker-based assessment, app-derived logging frequency, or device-based monitoring, can further complicate cross-study harmonization92–95. These differences violate assumptions of uniformity in standard AI pipelines. As a result, successful AI implementation in PN requires not only multimodal integration but also harmonization of measurement pipelines, annotation systems, and adherence metrics across cohorts and platforms. A key limitation of existing resources like the All of Us Research Program is the need for data harmonization, particularly for biomarkers critical to precision nutrition. While the program applies the Observational Medical Outcomes Partnership (OMOP) Common Data Model Version 5 infrastructure for standardization96, clinical measurements from electronic health records (EHRs) often vary in units, such as percentages vs. mmol/mol for hemoglobin A1c or differing assay standards for vitamins and inflammation markers, and sparse PN-relevant biomarkers, such as omega fatty acids, micronutrients, interleukin‑6, not routinely collected outside sub-studies.
Mitigation strategies
Harmonization begins with standardized reference systems: unified nutrient composition databases, unified taxonomic frameworks (e.g., Genome Taxonomy Database [GTDB]), and controlled vocabularies (e.g., Systematized Nomenclature of Medicine Clinical Terms, branded as SNOMED-CT). In nutrition-focused metagenomic analysis, where diet-microbiome associations are often population-specific, using a singular phylogenetic reference tree, such as Systematic Information on Lineage, Variation, and Abundance97,98, or the GTDB99 enables consistency with taxon assignments, improving comparability between cohorts. For temporal or event-driven datasets, such as disease onset or snapshots of dietary change, anchoring data modalities to defined time points or biological events is recommended. These anchors enable mapping multiomic and phenotypic layers through strategies like interpolation, time-window binding or statistical imputation, especially in longitudinal studies with varying amounts of spacing or irregular sampling intervals. Considering diet, using common reference nutrient composition databases and consistent software versions to collect or analyze diet data can reduce variation. For wearables, accounting for the time zone used to timestamp the data is critical. Biological context is also crucial. For example, transcriptomic or epigenomic variables may differ depending on tissue type, developmental stage, or sampling method. It is recommended to use hierarchical features, such as tissue-of-origin annotations or conduct metadata-aware normalization to improve data integration and comparability100,101. In addition, batch effects arising from differences in sample processing times, sequencing batches, or data generation technologies should also be addressed through statistical tools, such as ComBat, RUV (remove unwanted variation), or Bayesian normalization models.
Emerging AI methods further support data harmonization and integration. Transformer-based models102–112 and GNN58–61,113,114 have emerged as extremely powerful tools for unifying multi-modal and high-dimensional data, structured and unstructured data and can model complex biological relationships, significantly improving disease classification. Both approaches reduce manual feature engineering but demand large datasets and computational resources. Overfitting cohort-specific artifacts remains a risk, and interpretability can suffer without targeted explainability layers. Domain-adapted implementations are increasing but still underutilized in PN studies. A detailed description of the AI models that can be used for data integration and harmonization with their application domains and key features is provided in Table 4.
Table 4.
AI models supporting multimodal data integration and harmonization
| Model Type | Model Name | Application Domain | Key Features | Reference |
|---|---|---|---|---|
| Transformer-based | Perceiver IO | Genomics, imaging, EHR | Handles diverse modalities and long sequences | 102,103 |
| Meta-Transformer | Multi-modal biomedical data | General-purpose transformer for structured/unstructured data | 105 | |
| Tab-Transformer | Tabular multi-omics | Embeds tabular features for deep learning | 106 | |
| Hyena | Long-sequence genomics | Efficient long-range attention | 107 | |
| ProtTrans | Protein structure prediction | Pretrained on protein sequences | 108 | |
| Med-BERT / BEHRT / GatorTron | EHR data | Temporal and contextual modeling of diagnoses, labs, prescriptions | 109–111 | |
| MultiModal Transformer (MMT) | Multi-modal integration | Combines structured and unstructured inputs | 168 | |
| Cross-Modal Transformers | Vision, text, structured data | Integrates food images, descriptions, and nutrient databases | 112 | |
| Causal-Transformer | Nutrition, microbiome, causal inference | Integrates causal inference (e.g., Mendelian randomization) with multimodal data | 86 | |
| Graph neural networks (GNNs) | MicrobialGraph | Gut microbiome, phenotype prediction | Microbial co-occurrence and phylogenetic graphs | 58,59 |
| Graph Convolutional Networks (GCNs) | Microbiome, metabolic pathways | Community-level metabolic function identification | 60 | |
| GNN-Micro | Disease classification (IBD, colorectal cancer) | Graph-based microbial modeling | 114 | |
| MOGONET | Multi-omics integration | Separate GCNs per omics layer with joint learning | 61 | |
| OmicsGAT | Cancer subtype classification | Attention-based fusion of multi-omics data | 113 | |
| Recurrent neural networks (RNNs) | LSTM/GRU | Longitudinal nutrition, microbiome | Captures temporal dynamics in dietary and microbial data | 169–171 |
| NutriNet | Precision nutrition, dietary-microbiome integration | Combines dietary logs, microbiome, and phenotypic data for personalized recommendations | 7 |
EHR Electronic Health Records, GNN Graph Neural Network, GCN Graph Convolutional Network, MMT MultiModal Transformer, GAT Graph Attention Network, IBD Inflammatory Bowel Disease, MOGONET Multi-Omics Graph Neural Network, OmicsGAT Omics Graph Attention Transformer, BEHRT Bidirectional Encoder Representations from Transformers for HER, Med-BERT Medical Bidirectional Encoder Representations from Transformers, ProtTrans Protein Transformer, Hyena Efficient Transformer for Long-Sequence Genomics, SNOMED-CT Systematized Nomenclature of Medicine-Clinical Terms, RxNorm Normalized Naming System for Medications, ICD International Classification of Diseases.
Data cleaning & completeness
Nutritional datasets frequently exhibit structured missingness and outliers that carry biological meaning rather than random error. In nutritional research, data cleaning and completeness are complex because dietary data are episodic and prone to recall bias115 with missingness not necessarily random. For example, missing or outlier values may reflect true non-consumption of a food item, underreporting due to imperfect memory, or technical issues. The interpretation of outlier and null values can vary substantially depending on the specific data layer86 and may warrant further investigation116. A critical aspect of data completeness in biobanks is linking samples to subjects across different data layers, including diet, microbiome, and biomarker profiles. This process assumes that the sample identifiers within bespoke containers are compatible, but this is not always the case (e.g., Quantitative Insights Into Microbial Ecology 2 (QIIME 2)117 metadata sample IDs have specific character restrictions). Another more well-known example of data missingness is that several biobanks, such All of Us, show persistent gaps in specialized biomarkers due to cost and non-routine collection, though engagement tools, such as reminders and incentives, help retention.
Mitigation strategies
Researchers should use domain-specific outlier detection, such as visualization, Grubbs’ test, or anomaly‑detection models116. In nutritional research, predefined biological thresholds are used for flagging biologically implausible values, including reference standards from the World Health Organization (WHO) for anthropometry118 and criteria from the National Cancer Institute (NCI) for identifying implausible dietary intake reports119. To address the challenges of cross-layer sample linking, standardization of common identifiers emerges as a critical requirement before data integration can proceed. This standardization process must account for the specific constraints of each data format, including dietary assessment instruments, while maintaining the ability to uniquely identify and link samples across all relevant data. Imputation has been proposed as another method to mitigate any missing data that is not addressed by the previous approaches120–122. More recently, imputation is also achieved using ML methods, which capture complex dependencies but risk introducing synthetic patterns. Cross-layer identifier standardization (e.g., compatible sample IDs across diet, microbiome, and clinical modules) is essential before integration. Advanced imputation remains underutilized despite its availability in standard toolkits.
Model interpretability
In PN, model outputs must translate into actionable, understandable dietary recommendations that account for substitution effects and individual preferences. The main limitation of many powerful AI models is their opaque decision-making, which erodes trust among clinicians, nutritionists, and individuals receiving personalized guidance. For example, in the All of Us Research Program, where recommendations may be generated across diverse health profiles, the lack of interpretability can hinder clinical translation. Unlike many biomedical applications, dietary recommendations often involve substitution effects and trade-offs between foods or nutrients, which are not immediately evident from abstract model outputs.
Mitigation strategies
One established approach is post-hoc explanation via model-agnostic tools. Another is intrinsic interpretability through constrained architecture. Finally, hybrid approaches combine black-box predictors with interpretable surrogates. Clear visualization methods, decision rule extraction or more targeted and formal methods like LIME (Local Interpretable Model-agnostic Explanations)123 or SHAP48 can improve the interpretability of models. LIME attempts to provide explainability on given predictions of a black-box model by locally approximating the prediction through a simpler, more interpretable model (e.g., linear regression or a decision tree). SHAP uses Shapley values from cooperative game theory to estimate the contribution of each feature to an individual model prediction48. While both methods are model-agnostic, SHAP can provide both local and global explanations, which results in more consistent and non-ad hoc results.
Model validation & generalizability
PN models must perform reliably across diverse populations, cultural dietary patterns, and life stages, yet training data are often skewed toward well-resourced cohorts. Nutritional datasets vary widely in size, quality, and representativeness, and dietary intake data are shaped by geographic, cultural, and socioeconomic factors that are often underrepresented in training cohorts. As a result, standard validation techniques, such as random splitting, may be less reliable when applied to heterogeneous populations. Furthermore, the dynamic nature of nutritional data, i.e., spanning short-term dietary intake to long-term health outcomes, requires validation methods that account for temporal variability. The lack of standardized benchmarking datasets in nutrition science impedes robust external validity, making it difficult to assess model performance across cohorts and clinical settings. Inherently within validation and generalizability lies the risk of overfitting. For example, the All of Us Research Program includes participants from diverse racial, socioeconomic, and geographic backgrounds. Models trained on a subset of this cohort may perform well internally yet fail when applied to underrepresented groups with different dietary patterns, disease burdens, or access to care.
Mitigation strategies
In nutritional sciences, ML models have historically relied on techniques, such as train/test splits and k-fold cross-validation, to estimate performance and reduce overfitting. These approaches remain useful, particularly when datasets are limited, because they make efficient use of available data and provide repeated performance estimates. However, researchers increasingly recognize the value of benchmarking models on external datasets. This is particularly relevant in nutritional science, where population-level dietary differences may alter model performance. Validating results on different demographic groups or geographical regions ensures that findings are robust and clinically relevant. In addition to synthetic benchmarks or public datasets, evaluating model performance on real-world nutritional data, collected in varying conditions and populations, enhances the ecological validity of findings.
For example, leave-cohort-out validation can test whether a model trained in one or more cohorts generalizes to a different study population; site-stratified validation can assess robustness across recruitment centers or countries; and temporal validation can evaluate whether models remain stable when applied to later time periods or future follow-ups. In addition, model evaluation should include subgroup-specific performance and calibration reporting, including by ancestry, sex, age, life stage, or culturally distinct dietary patterns, to identify whether performance degrades in underrepresented or clinically relevant strata. Where diet is measured using multiple instruments, sensitivity analyses by dietary assessment method (e.g., FFQ, 24-hour recall, food diary, app-based logging) can help determine whether model performance is robust to differences in exposure measurement.
The gold standard for validation is prospective validation, such as whether an AI-guided intervention improved biomarkers or behavior in a clinical trial. Moreover, successful uptake depends on trust and adherence, as theoretical nutritional recommendations may not be followed if they are impractical or inconsistent with cultural contexts or individual preferences. AI models should therefore incorporate behavioral and contextual modeling to personalize interventions beyond the level of genotypic (Single Nucleotide Polymorphism, or SNP, genotypes of genes of interest), microbial (gut microbial signatures and metabolic pathways), or phenotypic (lab measurements) analyses.
To reduce overfitting, hyperparameter tuning should be conducted systematically and ideally within a nested validation framework, so that model selection and performance estimation are separated. Hyperparameters control the behavior of the model or its learning algorithm and are distinct from parameters learned directly from the data. Common tuning approaches include random search and grid search. The former evaluates randomly sampled hyperparameter combinations, whereas the latter tests predefined combinations and may be preferable when prior knowledge exists about plausible parameter ranges.
Model development, tuning, and validation should be reported transparently and reproducibly, alongside validation results across cohorts, sites, time points, and subgroups. Robust validation depends on reproducibility, enabling model performance to be replicated, compared, or extended across studies and settings. At minimum, studies should report software and package versions, database and reference-table versions, feature definitions, data-split construction, random seeds where applicable, preprocessing and harmonization procedures, model-selection criteria, and the hyperparameter search space and tuning strategy124. Where individual-level data cannot be shared, the availability of code, scripts, or structured pseudo-code remains essential. Standardized reporting of performance metrics, including accuracy, precision, recall, F1-score, calibration, and Area Under the Receiver Operating Characteristic (ROC) Curve, further improves comparability across studies125.
Temporal dynamics & causality
Nutritional effects on health unfold over months or years, driven by complex, dynamic interactions among host genetics, disease history, gut microbial composition, dietary habits, and environmental/cultural factors. Predictive ML models can identify patterns in complex data, but prediction does not establish causality. In PN, this distinction is important because predictive features can reflect confounding, reverse causation, or temporal co-occurrence126,127. For example, associating specific microbial taxa with health outcomes without accounting for temporal changes or dietary triggers risks of misinterpretation. Additionally, the interplay of dysbiotic versus healthy microbial states and their evolution over time complicates predictive modeling. Establishing whether a dietary intervention directly improves microbiome diversity or immune response requires advanced frameworks beyond standard ML approaches that do not by themselves establish which features are causal drivers of response, or whether they reflect confounding and reverse causation128. In the context of diet-microbiome-host interactions, ML models can be used as part of a pipeline where they filter the most important features and generate hypotheses which are subsequently evaluated using causal analytical frameworks, such as counterfactual approaches and Mendelian randomization129.
Mitigation strategies
Temporal modeling and causality are central challenges in PN, as dietary effects unfold over time, and correlations alone are insufficient for actionable guidance. Sequence modeling using RNNs, LSTMs, continuous-time recurrent models, dynamic Bayesian networks, and temporal transformers with explicit time encodings has been applied to forecast nutritional status and model disease progression in response to dietary interventions, including diet recommendations for cancer patients’ status130,131. Similarly, time-series alignment methods, such as dynamic time warping (DTW), have been proposed to preserve temporal relationships across repeated dietary or behavioral measurements and to identify longitudinal dietary patterns in unsupervised settings132–134. However, these approaches should primarily be interpreted as predictive or descriptive unless they are embedded in an explicit causal framework.
For causal questions, additional assumptions must be justified. In PN, causal inference frameworks, such as counterfactual analysis and Mendelian randomization, can help distinguish potentially actionable drivers from associations that reflect confounding, reverse causation, or temporal co-occurrence135. However, these methods are informative only under specific conditions: observational counterfactual analyses require exchangeability (e.g., no unmeasured confounding conditional on measured covariates) and positivity/overlap, whereas Mendelian randomization depends on the use of valid instruments136,137. Hybrid approaches, combining transformers with time encodings and causal graphs, offer promise for modeling complex, multi-layered interactions in precision nutrition, ensuring recommendations are both dynamic and causally grounded. Longitudinal models can be used for causal interpretation by establishing temporal precedence, but temporal ordering alone does not guarantee causality138. Likewise, subgroup-specific dietary recommendations are only well supported when sufficient overlap exists in the relevant strata. In PN, causal inference should therefore be used not as a substitute for prediction, but as a complementary framework to evaluate whether dietary, microbial, or metabolic features are plausible drivers of response rather than correlated markers126.
Future perspectives
As PN evolves, the next challenge is moving from static, individual-level predictions towards dynamic models that integrate repeated, real-time measurements from a wide range of biological, clinical, behavioral and lifestyle data to simulate responses to nutrition. In this section, we focus on digital twins (DT) and agentic, system‑based AI as they bridge this gap and offer new methodological opportunities to design and test interventions targeting not only the person as an isolated entity but also the interconnected environments that shape risk to nutritional outcomes.
Digital twins in precision nutrition
DT in nutrition is an individual-level virtual representation of biological or physical systems created by repeated, real-time dietary, biological, clinical, multiomic, environmental and contextual data139. Within a unified modeling framework, the real entity (e.g., an individual) is modeled as a collection of historical and real-time data140 (Fig. 2). Future DT could incorporate richer AI-derived dietary representations beyond nutrient intake and food groups, including learned features, such as food-processing scores40, that could improve their ability to simulate real-world food exposures more efficiently. These multimodal data are preprocessed and aligned through timestamp normalization and event anchoring. Advanced ML/AI models simulate an individual's behavior under specific dietary scenarios. Technological advances in wearables and smart devices have increased the availability of real-time data streams, and Internet of Things (IoT) infrastructures facilitate data flow across devices, reducing computational burden and improving scalability. In nutrition research, DTs are particularly valuable for simulating interventions that would be prohibitively expensive, invasive, or time-consuming in real-world settings, as well as for developing mechanistic twins (e.g., gut-focused models) and assessing feasibility in pilot studies. Limitations in the accuracy of dietary measurements and in causal inference currently prevent fully autonomous DTs; existing models should therefore be viewed as analytical extensions for multimodal integration and intervention simulation.
Fig. 2. Pipeline for including digital twin models in precision nutrition applications.
Using digital twins unifies dietary, physiological sensor streams, microbiome, metabolomic, environmental, and lifestyle data into a multimodal dataset. Data are aligned through timestamp normalization and event anchoring. The digital twin produces individualized simulations that are continuously updated as new data arrive. Created in BioRender. Huey, S. (2026) https://BioRender.com/m3zglu5.
Agentic and system-based AI in precision nutrition
While DTs capture individual-level data, it is important to consider this data within the broader contexts of family- and school-based nutrition programs, workplaces, communities, and policy programs. Therefore, system-based interventions can support the evaluation of how precision or individualized nutrition programs are shaped by larger systems. Agent-based modeling and agentic AI can be conceptualized as a network of interacting models that represent different elements of these systems and have been used in understanding factors that shape nutrition behavior141,142. Applied within the DT framework, each AI agent can capture the behavior of a digital twin, and the network can represent the system within which an intervention will be designed. This will allow the users to create autonomous simulations, i.e., ones that can design and execute themselves, with less effort and in a more structured way. For example, a probing agent could interact with a patient’s DT to identify barriers to dietary adherence, such as irregular work schedules, financial constraints, or family preferences. A second tactical agent could then retrieve evidence-based dietary strategies tailored to those barriers, such as lower-cost meal substitutions, culturally appropriate alternatives, or simplified meal-planning recommendations. Additional agents could simulate family-, school-, or community-level influences on adherence, allowing the DT system to evaluate whether the intervention is realistic within the patient’s broader social and environmental context.
Concluding remarks
Nutrition research is increasingly adopting advanced computational methods to address the growing complexity of dietary and health data. Yet AI applications in PN remain limited and often insufficiently adapted to the unique characteristics of the data. This work provides a comprehensive synthesis of modern analytical methodologies, including AI, ML, DL, and LLMs, that can be applied to PN and delineate where standard practices must be adapted to diet, biology, behavior, and environment. Rather than presenting AI as a set of generic and domain agnostic tools, we present a nutrition-centered conceptual framework for AI-enabled PN capturing the entire from data preprocessing and multimodal harmonization through model development, validation, temporal and causal analysis, and responsible deployment using large‑scale cohorts, such as All of Us, NPH, and UK Biobank as exemplars (Fig. 3). This framework is accompanied by the AI-PNUTRI checklist intended to provide actionable guidance to support adoption and implementation and to complement existing reporting standards (Table 5). As STROBE-nut extends the STROBE checklist and PRISMA-trAIce extends the PRISMA 2020 checklist to address the complexity of dietary assessment and nutrition exposures143–146, AI-PNUTRI is designed as a domain-specific checklist focusing on challenges specific to AI in PN, including multimodal data harmonization, explainability, biological interpretability, and implementation readiness. This could then be integrated with other checklists based on the parent study design.
Fig. 3. Proposed operational framework (PN-AI@AoU-NPH/UKBiobank) for implementing AI in precision nutrition using All of Us, Nutrition for Precision Health data, and the UK Biobank.
The pipeline integrates multimodal harmonization, model development, interpretability, validation, and causal reasoning, with embedded references to the AI-PNUTRI checklist (Table 5) ensuring best practices at each stage. Feedback loops allow iterative refinement based on validation metrics. AoU All of Us, AUC Area Under Curve, CGM Continuous Glucose Monitor, CLR Centered Log Ratio, CV Cross-Validation, DB Database, DTW Dynamic Time Warping, FFQ Food Frequency Questionnaire, GNN Graph Neural Networks, HEI Healthy Eating Index, LIME Local Interpretable Model Agnostic Explanation, LLM Large Language Models, LSTM Long-Short Term Memory, MAE Mean Absolute Error, NCBI National Center for Biotechnology Information, NPH Nutrition for Precision Health, OMOP Observational Medical Outcomes Partnership Common Data Model, RAG Retrieval Augmented Generation, RF Random Forests, RWB Researcher Workbench, SES SocioEconomic Status, SHAP SHapley Additive exPlanations, USDA United States Department of Agriculture.
Table 5.
AI-Precision Nutrition Checklist (AI-PNUTRI) for AI-enabled precision nutrition studies
| Section | Code | Checklist item | Applicability |
|---|---|---|---|
| 1. Data preprocessing and harmonization | 1a | Harmonize datasets using common units, reference databases, variable definitions, and software versions | Essential |
| 1b | Apply consistent outlier detection and data-cleaning procedures across datasets | Essential | |
| 1c | Use a standard phylogenetic reference database/tree for taxonomic assignment and report handling of compositional data | Modality-specific (metagenomics/microbiome) | |
| 1 d | Align time zones, timestamps, and summary metrics across devices | Modality-specific (wearables/CGM/sensors) | |
| 1e | Account for biological context, including tissue type, developmental stage, and sampling method | Recommended | |
| 1 f | Assess and correct batch effects arising from laboratory, platform, or processing differences | Recommended | |
| 1 g | Involve domain experts (e.g., nutritionists, bioinformaticians, clinicians) in preprocessing and feature engineering decisions | Recommended | |
| 1 h | Provide a complete description of preprocessing and harmonization procedures to ensure transparency and reproducibility | Essential | |
| 1i | Standardize sample or participant identifiers across all datasets before integration | Essential | |
| 2. Data completeness | 2a | Explore and document the extent and likely source of missing data | Essential |
| 2b | Apply appropriate missing-data handling or imputation methods and document the approach used | Essential | |
| 2c | Verify that cross-layer links across modalities are valid, stable, and reproducible before integration | Essential | |
| 3. Model development | 3a | Report model type, architecture, and hyperparameters | Essential |
| 3b | Document the features included in the model and provide a rationale for feature selection | Essential | |
| 3c | Report LLM name, version, release date, prompt strategy, and any retrieval/tool augmentation used | Modality-specific (LLMs) | |
| 4. Model interpretability and explainability | 4a | Select models that appropriately balance predictive performance and interpretability for the intended use case | Recommended |
| 4b | Apply and report explainability methods (e.g., SHAP, LIME, visualizations) where appropriate | Recommended | |
| 4c | Involve domain experts in interpreting model outputs and explainability results | Recommended | |
| 4 d | Present interpretability results in a form understandable to clinicians, nutritionists, or other end users | Essential | |
| 5. Model validation and generalizability | 5a | Design and report internal validation procedures appropriate to dataset size and heterogeneity | Essential |
| 5b | Evaluate model performance on an external dataset when feasible | Recommended | |
| 5c | Consider population-level differences when designing validation procedures | Essential | |
| 5 d | Report internal, external, subgroup-specific, and, where relevant, temporal validation; specify whether performance was assessed across cohorts, sites, demographic/cultural strata, and dietary assessment instruments | Recommended | |
| 5e | State whether future validation in clinical or behavioral intervention settings is planned | Recommended | |
| 6. Temporal dynamics and causality | 6a | Model temporal structure explicitly when the data or outcome are time-dependent | Recommended |
| 6b | Capture dynamic changes in behavioral, dietary, or biological patterns over time when applicable | Recommended | |
| 6c | Use causal inference approaches when the goal is to distinguish correlation from causation | Recommended | |
| 6 d | Ensure that models intended for recommendation support are designed to yield actionable and causally grounded guidance | Recommended |
The AI-PNUTRI checklist is organized into essential, recommended, and modality-specific items to facilitate application across diverse precision nutrition study designs and data modalities. Essential items apply across all studies, recommended items strengthen methodological rigor when relevant, and modality-specific items apply only when particular data types or model classes are used.
AI artificial intelligence, AI-PNUTRI Artificial Intelligence in Precision Nutrition Reporting and Implementation checklist, CGM continuous glucose monitoring, LLM large language model, PN precision nutrition.
Our work has three main conclusions: first, no single model or AI method is currently optimal for PN. Certain ML methods remain valuable for interpretability and inference in small or moderately sized datasets, while DL and LLM are powerful for multimodal integration. Therefore, model selection must be driven by both the research question and the properties of the available data. Second, data preprocessing and study design are decisive. Standardization of units and variable definitions, explicit time anchoring, prospective documentation of measurement protocols, and harmonization across biobanks are prerequisites for valid modeling and credible generalization. Without this foundation, even state‑of‑the‑art models will misinterpret nutritional signals or overfit idiosyncrasies of a single cohort. Third, AI-enabled PN depends less on algorithmic novelty than on rigorous study design, data preprocessing, external validation across diverse populations and settings, and alignment with human biology and behavioral principles. Approaches that integrate biological, behavioral, and contextual information are most likely to yield actionable and clinically relevant insights.
Implications for infrastructure and consortia
To advance AI-enabled PN, new consortia initiatives led by nutritionists are essential to collect comprehensive, harmonized datasets, including micronutrients, inflammation biomarkers, genotypic variants (SNPs), and gut microbial profiles, from large, truly representative cohorts. Building on the strengths of existing resources, such as the All of Us Research Program and the NPH study, future progress will depend on addressing these gaps while leveraging planned infrastructure enhancements. PN research will require robust, dedicated computational infrastructure capable of handling concurrent, intensive tasks by multiple users. This includes genotypic analysis of at least 20 SNPs and phenotypic analysis of at least 20 biomarkers across diverse, high-dimensional, multi-omics microbial datasets. Expanded high-end GPU capacity would enable efficient parallel processing, reduce queue times, and support simultaneous workloads without current limitations. In line with these needs, the All of Us Researcher Workbench is in the process of migration to an updated Researcher Workbench 2.0 (powered by Verily, with beta access in early 2026 and full features in Q2 2026)147,148, including NVIDIA GPU integrations, such as Blackwell and Hopper for accelerated AI workflows. In addition to NVIDIA‑based systems, emerging AMD‑based GPU platforms, such as COSMOS, offer a promising alternative that could further reduce current infrastructure constraints.
From principles to practice
From principles to practice, Table 6 translates methodological best practices into actionable steps for AI‑enabled precision nutrition. Researchers should collect harmonized, timestamped, event‑anchored data with repeated measures and contextual variables, power studies for subgroups, and prospectively document protocols to enable causal inference and equitable performance. In analysis, they should characterize missingness/outliers, apply appropriate imputation/normalization, reduce feature redundancy, and benchmark multiple models with transparent tuning. Credible evaluation requires independent validation, sensitivity checks for confounding and temporal validity, and explainability (e.g., SHAP/LIME) with calibrated metrics and uncertainty reporting. Sponsors and funders should prioritize representative, longitudinal, multimodal datasets, provide access to independent cohorts, invest in scalable computers, foster standardized benchmarks, and mandate transparent, reproducible practices tied to clinically actionable, biologically grounded outcomes.
Table 6.
Key considerations for AI-enabled precision nutrition research
| When collecting data (Researchers) | When analyzing & modeling data (Researchers) | For sponsors & funders |
|---|---|---|
| 1. Harmonize measurement units across instruments, measurements, and biobanks. | 1. Analyze missingness and outlier patterns | 1. Support collection of harmonized, multimodal datasets (dietary, clinical, omics, contextual). |
| 2. Align variable definitions, coding schemes, and metadata across cohorts. | 2. Impute remaining missing data using methods appropriate to the data type and mechanism. | 2. Prioritize funding for representative cohorts across age, sex, ancestry, and SES. |
| 3. Standardize dietary assessment protocols and timestamping. | 3. Assess correlation and remove redundant or unstable features. | 3. Invest in longitudinal data collection to capture temporal dynamics. |
| 4. Capture temporal structure (repeated measures, event anchoring). | 4. Detect and appropriately treat outliers without distorting the biological signal. | 4. Enable access to independent validation cohorts and data-sharing mechanisms. |
| 5. Collect contextual and environmental variables alongside diet and biomarkers. | 5. Apply normalization or standardization, particularly for ML/DL models. | 5. Fund computational infrastructure (e.g., scalable GPU resources). |
| 6. Ensure sufficient sample size for subgroup and stratified analyses. | 6. Systematically benchmark multiple models before final selection. | 6. Encourage the development of standardized benchmarking datasets in nutrition. |
| 7. Minimize systematic biases in recruitment and data acquisition. | 7. Perform hyperparameter tuning using grid-search or random-search. | 7. Require external validation and reporting of generalizability. |
| 8. Document protocols, instruments, and preprocessing plans prospectively. | 8. Report validation metrics (e.g., AUROC, RMSE, loss) transparently. | 8. Incentivize reproducible research practices and open science. |
| 9. Ensure interoperability with existing platforms and consortia datasets. | 9. Apply explainability methods (e.g., SHAP, LIME) and visualization for interpretation. | 9. Support interdisciplinary teams integrating nutrition, data science, and biology. |
| 10. Design data collection with downstream causal inference in mind. | 10. Validate models using independent datasets; assess overfitting, confounding, temporal validity, and causal plausibility. | 10. Align funding priorities with clinically actionable and biologically grounded outcomes. |
AI artificial intelligence, AUROC Area Under the Receiver Operating Characteristic curve, DL deep learning, GPU graphics processing unit, LIME Local Interpretable Model-Agnostic Explanations, ML machine learning, RMSE root mean squared error, SES socioeconomic status, SHAP SHapley Additive exPlanations.
Supplementary information
Acknowledgements
We would like to thank Kalen Cantrell for his contributions to this work.
Author contributions
Conceptualization was led by S.M. Project administration was carried out by S.M., R.K., and S.L.H. Supervision was provided by S.M. and R.K. The original draft was written by P.M., J.K., I.P., S.L.H., and S.M. P.M., J.K., I.P., S.L.H., H.H., D.M., L.P., J.L.F., M.G., F.W., D.E., M.T.W., O.E., R.K., and S.M. contributed to the review and editing of the manuscript.
Peer review
Peer review information
Nature Communications thanks Pierfrancesco Novielli, and the other, anonymous, reviewers for their contribution to the peer review of this work.
Funding
The work reported in here was partly supported by the National Institutes of Health [Eunice Kennedy Shriver National Institute of Child Health and Human Development (NICHD] grants 3U24HD107676 (M.G., S.M., S.L.H.), 5T32HD087137 (J.L.F.), 5T32HD113301 (S.M., J.L.F., D.E., M.T.W.), and 5U24DK131617 (R.K.); Office of the Director and the Office of Nutrition Research; National Institute of General Medical Sciences (NIGMS), grants T32GM139790 (J.K.), T32GM007198 (L.P.); National Institute on Aging (NIA) grant F30AG094275 (L.P.); and Canadian Institutes of Health Research (CIHR) Fellowship (P.M.). The content is solely the responsibility of the authors and does not necessarily represent the official views of the NICHD, the NIGMS, the NIA, or the Department of Health and Human Services of the United States.
Competing interests
The Authors declare the following competing interests. R. K. is a scientific advisory board member, and consultant for BiomeSense, Inc., has equity and receives income. He is a scientific advisory board member and has equity in GenCirq. He has equity and acts as a consultant for Cybele. The terms of these arrangements have been reviewed and approved by the University of California, San Diego in accordance with its conflict-of-interest policies. The corresponding authors are also the MPIs for NPH centers. D.M. is a consultant for BiomeSense, Inc., has equity and receives income. The terms of these arrangements have been reviewed and approved by the University of California, San Diego in accordance with its conflict-of-interest policies. The rest of the Authors declare no competing interests.
Footnotes
Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
These authors contributed equally: Paraskevi Massara, Jonathan Kirkland.
Contributor Information
Rob Knight, Email: rknight@ucsd.edu.
Saurabh Mehta, Email: smehta@cornell.edu.
Supplementary information
The online version contains supplementary material available at 10.1038/s41467-026-75004-w.
References
- 1.Green, R. et al. Growing health: global linkages between patterns of food supply, sustainability, and vulnerability to climate change. Lancet Planet Health6, e901–e908 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Muyulema, S. L. et al. Worldwide trends in childhood overweight and obesity over the last 20 years. Clin. Nutr. ESPEN65, 453–460 (2025). [DOI] [PubMed] [Google Scholar]
- 3.Murray, C. J. et al. Global burden of 87 risk factors in 204 countries and territories, 1990–2019: a systematic analysis for the Global Burden of Disease Study 2019. lancet396, 1223–1249 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Scrimshaw, N. S. in Vitamins & Hormones Vol. 26 705-716 (Elsevier, 1969).
- 5.U.S. Department of Agriculture and U.S. Department of Health and Human Services. Dietary Guidelines for Americans, 2025–2030 (2025).
- 6.Korem, T. et al. Bread affects clinical parameters and induces gut microbiome-associated personal glycemic responses. Cell Metab.25, 1243–1253.e1245 (2017). [DOI] [PubMed] [Google Scholar]
- 7.Zeevi, D. et al. Personalized nutrition by prediction of glycemic responses. Cell163, 1079–1094 (2015). [DOI] [PubMed] [Google Scholar]
- 8.Maruvada, P. et al. Perspective: dietary biomarkers of intake and exposure—exploration with omics approaches. Adv. Nutr.11, 200–215 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.National Institutes of Health. 2020-30 Strategic Plan for NIH Nutrition Research. (National Institutes of Health, 2020).
- 10.NIH. Nutrition for Precision Health, powered by the All of Us Research Program, https://commonfund.nih.gov/nutritionforprecisionhealth (NIH, 023).
- 11.Lee, B. Y. et al. Research gaps and opportunities in precision nutrition: an NIH workshop report. Am. J. Clin. Nutr.116, 1877–1900 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Lahat, D., Adali, T. & Jutten, C. Multimodal data fusion: an overview of methods, challenges, and prospects. Proc. IEEE103, 1449–1477 (2015). [Google Scholar]
- 13.Avraham, S. B. et al. Methodology and challenges for harmonization of nutritional data from seven historical studies. Nutr. J.23, 88 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Mendes-Soares, H. et al. Assessment of a personalized approach to predicting postprandial glycemic responses to food among individuals without diabetes. JAMA Netw. Open2, e188102–e188102 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Hullar, M. A. J. et al. Metabolic plasticity of the gut microbiome in response to diets differing in glycemic load in a randomized, crossover, controlled feeding study. Am. J. Clin. Nutr.122, 780–792 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Berry, S. E. et al. Human postprandial responses to food and potential for precision nutrition. Nat. Med26, 964–973 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Bermingham, K. et al. Personalized nutrition based on postprandial responses in the ZOE PREDICT trial. Nat. Med. (2024).
- 18.Rein, M. et al. Effects of personalized diets by prediction of glycemic responses on glycemic control and metabolic health in newly diagnosed T2DM: a randomized dietary intervention pilot trial. BMC Med.20, 56 (2022). [DOI] [PMC free article] [PubMed]
- 19.All of Us Research Program, I. The “All of Us” research program. N. Engl. J. Med.381, 668–676 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Sudlow, C. et al. UK Biobank: an open access resource for identifying the causes of a wide range of complex diseases of middle and old age. PLoS Med.12, e1001779–e1001779 (2015). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.National Institutes of Health. NIH Common Fund Data Ecosystem. (NIH, 2023).
- 22.National Heart Lung Blood Institute. NHLBI BioData Catalyst. (NHLBI, 2023).
- 23.National Institutes of Health. NIH Multi-Omics for Health and Disease Consortium. (NIH, 2023).
- 24.AI and machine learning in nutrition: the promise, the challenge, and recommendations. Am. J. Clin. Nutr.123, 101126 (2025). [DOI] [PMC free article] [PubMed]
- 25.Sinha, R. et al. Leveraging genomic associations in precision digital care for weight loss: cohort study. J. Med. Internet Res.23, e25401 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Wilstrup, C. & Cave, C. Combining symbolic regression with the Cox proportional hazards model improves prediction of heart failure deaths. BMC Med. Inform. Decis. Mak.22, 196 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Pigsborg, K. et al. Predicting weight loss success on a new Nordic diet: an untargeted multi-platform metabolomics and machine learning approach. Front. Nutr.10, 1191944 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Montrose, D. C. et al. Dietary fructose alters the composition, localization, and metabolism of gut microbiota in association with worsening colitis. Cell. Mol. Gastroenterol. Hepatol.11, 525–550 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.New, F. N., Baer, B. R., Clark, A. G., Wells, M. T. & Brito, I. L. Collective effects of human genomic variation on microbiome function. Sci. Rep.12, 3839 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Tibshirani, R. Regression shrinkage and selection via the lasso. J. R. Stat. Soc. Ser. B58, 267–288 (1996). [Google Scholar]
- 31.Hoerl, A. E. & Kennard, R. W. Ridge regression: biased estimation for nonorthogonal problems. Technometrics12, 55–67 (1970). [Google Scholar]
- 32.Zou, H. & Hastie, T. Regularization and variable selection via the elastic net. J. R. Stat. Soc.: Ser. B (Stat. Methodol.67, 301–320 (2005). [Google Scholar]
- 33.Pedregosa, F. et al. Scikit-learn: machine learning in Python. J. Mach. Learn. Res.12, 2825–2830 (2011). [Google Scholar]
- 34.Mogaveera, D., Mathur, V. & Waghela, S. E-health monitoring system with diet and fitness recommendation using machine learning. 2021 6th International Conference on Inventive Computation Technologies (ICICT), 694–700 (ICICT, 2021).
- 35.Salinari, A. et al. The application of digital technologies and artificial intelligence in healthcare: An overview on nutrition assessment. Diseases11, 97 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Wang, X., Liu, Y., Qin, G. & Yu, Y. Robust double machine learning model with application to omics data. BMC Bioinforma.25, 355 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Breiman, L., Friedman, J., Olshen, R. A. & Stone, C. J. Classification and Regression Trees (Wiley, 1984).
- 38.Breiman, L. Random forests. Mach. Learn.45, 5–32 (2001). [Google Scholar]
- 39.Shi, S. & Zhang, H. in Proc.International Conference on Intelligent Systems and Computational Networks (ICISCN). 1-7 (IEEE, 2025).
- 40.Menichetti, G., Ravandi, B., Mozaffarian, D. & Barabási, A.-L. Machine learning prediction of the degree of food processing. Nat. Commun.14, 2312–2312 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Friedman, J. H. Greedy function approximation: a gradient boosting machine. Ann. Stat.29, 1189–1232 (2001). [Google Scholar]
- 42.Chen, T. & Guestrin, C. 785–794.
- 43.Søndertoft, N. B. et al. The intestinal microbiome is a co-determinant of the postprandial plasma glucose response. PLoS ONE15, e0238648 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Tily, H. et al. Gut microbiome activity contributes to prediction of individual variation in glycemic response in adults. Diab Ther.13, 89–111 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Cotillard, A. et al. Dietary intervention impact on gut microbial gene richness. Nature500, 585–588 (2013). [DOI] [PubMed] [Google Scholar]
- 46.Deehan, E. C. et al. Precision microbiome modulation with discrete dietary fiber structures directs short-chain fatty acid production. Cell Host Microbe27, 389–404.e386 (2020). [DOI] [PubMed] [Google Scholar]
- 47.Wu, G. D. et al. Linking long-term dietary patterns with gut microbial enterotypes. Science334, 105–108 (2011). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Lundberg, S. M. & Lee, S.-I. A unified approach to interpreting model predictions. Adv. Neural Inf. Process. Syst.30, 4768–4777 (2017).
- 49.Chen, S. et al. Personalized optimal nutrition lifestyle for self obesity management using metaalgorithms. Sci. Rep.12, 12387 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 50.Wang, F. & Sun, J. Survey on distance metric learning and dimensionality reduction in data mining. Data Min. Knowl. Discov.29, 534–564 (2015). [Google Scholar]
- 51.Knight, R. et al. Best practices for analysing microbiomes. Nat. Rev. Microbiol.16, 410–422 (2018). [DOI] [PubMed] [Google Scholar]
- 52.Shi, Y., Zhang, L., Peterson, C. B., Do, K.-A. & Jenq, R. R. Performance determinants of unsupervised clustering methods for microbiome data. Microbiome10, 25 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53.Nothias, L.-F. et al. Feature-based molecular networking in the GNPS analysis environment. Nat. Methods17, 905–908 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.van der Maaten, L. & Hinton, G. Visualizing data using t-SNE. J. Mach. Learn. Res.9, 2579–2605 (2008). [Google Scholar]
- 55.McInnes, L., Healy, J. & Melville, J. UMAP: uniform manifold approximation and projection for dimension reduction. arXiv preprint, arXiv:1802.03426 (2018).
- 56.Ibrahim, K. Z. et al. in International Workshop on Performance Modeling, Benchmarking and Simulation of High Performance Computer Systems (PMBS). 7-17 (IEEE, 2021).
- 57.Wang, F., Kaushal, R. & Khullar, D. Vol. 172 59-60 (American College of Physicians, 2020).
- 58.Cao, M. D. & et al. MicrobialGraph: a graph neural network framework for microbiome-based phenotype prediction. Bioinformatics39, 270 10.1093/bioinformatics/btad270 (2023).
- 59.Zhou, Y. A GNN framework for microbial metabolic pathway analysis from metagenomic reads. IEEE/ACM Trans. Comput. Biol. Bioinforma.10.1109/TCBB.2022.3141239 (2022). [Google Scholar]
- 60.Zhao, Y. Inferring microbiome–metabolome associations with graph neural networks. Bioinformatics37, 4038–4046 (2021). [Google Scholar]
- 61.Kong, W. MOGONET: multi-omics integration via graph convolutional networks for biomedical classification. Bioinformatics38, 1400–1406 (2022). [Google Scholar]
- 62.Wang, T. et al. Predicting metabolite response to dietary intervention using deep learning. Nat. Commun.16, 815 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 63.Lewis, P. et al. Retrieval-augmented generation for knowledge-intensive NLP tasks. Adv. neural Inf. Process. Syst.33, 9459–9474 (2020). [Google Scholar]
- 64.Massara, P. et al. IEEE International Conference on Collaborative Advances in Software and computing 68–73 (CASCON, 2025).
- 65.Reynolds, L. & McDonell, K. in Extended abstracts of the 2021 CHI conference on human factors in computing systems. 1-7 (CHI, 2021).
- 66.Genkina, D. AI prompt engineering is dead. long live AI prompt engineering. IEEE Spectrum3 (IEEE, 2024).
- 67.Botwright, R. in Deep Learning: Computer Vision, Python Machine Learning And Neural Networks-4 Book in 1 Ch. 8, (Pastor Publishing Ltd, 2024).
- 68.Maynez, J., Narayan, S., Bohnet, B. & McDonald, R. On Faithfulness and Factuality in Abstractive Summarization. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 1906–1919, Online. Association for Computational Linguistics.
- 69.Balloccu, S., Schmidtová, P., Lango, M. & Dušek, O. Leak, Cheat, Repeat: Data Contamination and Evaluation Malpractices in Closed-Source LLMs. In Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers), pages 67–93, St. Julian’s, Malta. Association for Computational Linguistics https://aclanthology.org/2020.acl-main.173/.
- 70.Dai, S. et al. in Proc. 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 6437–6447 https://aclanthology.org/2024.eacl-long.5/.
- 71.Bergling, K. et al. From bytes to bites: application of large language models to enhance nutritional recommendations. Clin. Kidney J.18, sfaf082 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 72.Stefanidis, K. et al. PROTEIN AI advisor: a knowledge-based recommendation framework using expert-validated meals for healthy diets. Nutrients14, 4435 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 73.Papastratis, I. et al. Can ChatGPT provide appropriate meal plans for NCD patients? Nutrition121, 112291 (2024). [DOI] [PubMed] [Google Scholar]
- 74.Wang, L.-C. et al. Application of ChatGPT to support nutritional recommendations for dialysis patients – a qualitative and quantitative evaluation. J. Ren. Nutr.34, 477–481 (2024). [DOI] [PubMed] [Google Scholar]
- 75.Erickson, J. S., Santos, H., Pinheiro, V., McCusker, J. P. & McGuinness, D. L. LLM experimentation through knowledge graphs: towards improved management, repeatability, and verification. J. Web Semant.85, 100853 (2025). [Google Scholar]
- 76.Gu, Y. et al. Domain-specific language model pretraining for biomedical natural language processing. ACM Trans. Comput. Healthc.3, 1–23 (2021). [Google Scholar]
- 77.Luo, L., Lai, P.-T., Wei, C.-H., Arighi, C. N. & Lu, Z. BioRED: a rich biomedical relation extraction dataset. Brief. Bioinforma.23, bbac282 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 78.Kalakoti, R., Nõmm, S. & Bahsi, H. In International Conference on Machine Learning and Applications, 595–601 (ICMLA, 2023).
- 79.Guo, D. et al. DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning. Nature645, 633–638 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 80.Dodd, K. W., Guenther, P. M. & Freedman, L. S. Statistical methods for estimating usual intake of episodically consumed foods. J. Am. Dietetic Assoc.106, 1640–1650 (2006). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 81.Freedman, L. S., Commins, J. M., Moler, J. E. & Willett, W. Pooled results from 5 validation studies of dietary self-report instruments using recovery biomarkers for energy and protein intake. Am. J. Epidemiol.180, 172–188 (2014). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 82.Kipnis, V., Midthune, D. & Freedman, L. S. Bias in dietary-report instruments and its implications for nutritional epidemiology. Public Health Nutr.5, 915–923 (2002). [DOI] [PubMed] [Google Scholar]
- 83.Livingstone, M. B. E. & Black, A. E. Markers of the validity of reported energy intake. J. Nutr.133, 895S–920S (2003). [DOI] [PubMed] [Google Scholar]
- 84.Prentice, R. L., Mossavar-Rahmani, Y. & Huang, Y. Evaluation and comparison of nutritional biomarkers for dietary intake. Am. J. Epidemiol.174, 576–585 (2011). [Google Scholar]
- 85.Subar, A. F., Freedman, L. S. & Tooze, J. A. Addressing current criticism regarding the value of self-report dietary data. J. Nutr.145, 2639–2645 (2015). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 86.Martínez-García, M. & Hernández-Lemus, E. Data integration challenges for machine learning in precision medicine. Front. Med.8, 784455 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 87.Ben Avraham, S. et al. Methodology and challenges for harmonization of nutritional data from seven historical studies. Nutr. J.23, 88–88 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 88.Pickford, C., McCormack, L., Liu, Y. & Eicher-Miller, H. A. US Department of Agriculture Food Composition Databases, the Food and Nutrient Database for Dietary Studies 2013-2014, and the National Nutrient Database for Standard Reference Version 28 Yield Significantly Different Nutrient Totals of Food Items from Eight Midwestern Food Pantry Inventories. J. Acad. Nutr. Dietetics122, 1326–1335.e1326 (2022). [DOI] [PubMed] [Google Scholar]
- 89.Van Puyvelde, H. et al. Comparing calculated nutrient intakes using different food composition databases: results from the European prospective investigation into cancer and nutrition (EPIC) cohort. Nutrients12, 2906–2906 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 90.Ibrahimi, E. et al. Overview of data preprocessing for machine learning applications in human microbiome research. Front. Microbiol.14, 1250909 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 91.Lin, H. & Peddada, S. D. Analysis of microbial compositions: a review of normalization and differential abundance analysis. npj Biofilms Microbiomes6, 60 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 92.Brennan, L. Biomarkers of food intake: current status and future opportunities. Proc. Nutr. Soc. 1–5 10.1017/S0029665125000084 (2025). [DOI] [PubMed]
- 93.Butryn, M. L. et al. Digital self-monitoring: Does adherence or association with outcomes differ by self-monitoring target? Obes. Sci. Pract.6, 126–133 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 94.Payne, J. E., Turk, M. T., Kalarchian, M. A. & Pellegrini, C. A. Defining adherence to dietary self-monitoring using a mobile app: a narrative review. J. Acad. Nutr. Dietetics118, 2094–2119 (2018). [DOI] [PubMed] [Google Scholar]
- 95.Wei, R. et al. Descriptive systematic review and meta-analysis of adherence to randomized dietary intervention weight loss trials. Curr. Dev. Nutr.8, 103518–103518 (2024). [Google Scholar]
- 96.All of Us Research, P. How are you gathering and curating information from electronic health records? (NIH, 2024).
- 97.Quast, C. et al. The SILVA ribosomal RNA gene database project: improved data processing and web-based tools. Nucleic Acids Res.41, D590–D596 (2012). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 98.Zhu, Q. et al. Phylogenomics of 10,575 genomes reveals evolutionary proximity between domains Bacteria and Archaea. Nat. Commun.10, 5477 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 99.Parks, D. H. et al. A complete domain-to-species taxonomy for Bacteria and Archaea. Nat. Biotechnol.38, 1079–1086 (2020). [DOI] [PubMed] [Google Scholar]
- 100.Lu, M. et al. In Proc. IEEE/CVF Conference on Computer Vision and Pattern Recognition. 10917-10927.
- 101.Cernava, T. et al. Metadata harmonization-Standards are the key for a better usage of omics data for integrative microbiome analysis. Environ. Microbiome17, 33 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 102.Jaegle, A. Perceiver IO: a general architecture for structured inputs & outputs. arXiv preprint (2021).
- 103.Jaegle, A., Gimeno, F., Brock, A., Vinyals, O., Zisserman, A. & Carreira, J. 4651-4664.
- 104.Zhang, Y. et al. Meta-transformer: a unified framework for multimodal learning. arXiv preprint arXiv:2307.10802 (2023).
- 105.Huang, X., Khetan, A., Cvitkovic, M. & Karnin, Z. TabTransformer: tabular data modeling using contextual embeddings. Proc. AAAI Conf. Artif. Intell.35, 6353–6361 (2021). [Google Scholar]
- 106.Poli, M. et al. In International Conference on Machine Learning. 28043-28078 (PMLR).
- 107.Ahmed, E. et al. Prottrans: towards cracking the language of life’s code through self-supervised deep learning and high performance computing. arXiv preprint arXiv:2007.06225 (2020).
- 108.Rasmy, L. et al. Med-BERT: pretrained contextualized embeddings on large-scale structured electronic health records for disease prediction. npj Digit. Med.4, 86 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 109.Li, Y. et al. BEHRT: transformer for electronic health records. Sci. Rep.10, 7155 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 110.Yang, X. et al. A large language model for electronic health records. npj Digit. Med.5, 194 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 111.Xu, P., Zhu, X. & Clifton, D. A. Multimodal learning with transformers: a survey. arXiv preprint arXiv:2206.06488 (2022). [DOI] [PubMed]
- 112.Radford, A. et al. In International Conference on Machine Learning. 8748-8763 (PmLR).
- 113.Zhang, L. OmicsGAT: graph attention network for multi-omics data integration and cancer subtype classification. Brief. Bioinforma.24, bbad007 (2023). [Google Scholar]
- 114.Hastie, T., Tibshirani, R., Friedman, J. H. & Friedman, J. H. The Elements of Statistical Learning: Data Mining, Inference, and Prediction. Vol. 2 (Springer, 2009).
- 115.Gibson, R. S., Charrondiere, U. R. & Bell, W. Measurement errors in dietary assessment using self-reported 24-hour recalls in low-income countries and strategies for their prevention. Adv. Nutr.8, 980–991 (2017). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 116.Massara, P. et al. New approaches and technical considerations in detecting outlier measurements and trajectories in longitudinal children growth data. BMC Med. Res. Methodol.23, 232 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 117.Bolyen, E. et al. Reproducible, interactive, scalable and extensible microbiome data science using QIIME 2. Nat. Biotechnol.37, 852–857 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 118.World Health Organization. WHO child growth standards: length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age: methods and development. (World Health Organization, 2006).
- 119.National Cancer, I. Learn More about Outliers. Dietary Assessment Primer
- 120.Sangra, R. A. & Farran Codina, A. The identification, impact and management of missing values and outlier data in nutritional epidemiology. Nutrición Hospitalaria31, 189–195 (2015). [DOI] [PubMed] [Google Scholar]
- 121.Ichikawa, M. et al. Handling missing data in an FFQ: multiple imputation and nutrient intake estimates. Public Health Nutr.22, 1351–1360 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 122.Van Buuren, S. & Groothuis-Oudshoorn, K. Mice: multivariate imputation by chained equations in R. J. Stat. Softw.45, 1–67 (2011). [Google Scholar]
- 123.Ribeiro, M. T., Singh, S. & Guestrin, C. in Proc. 22nd ACM SIGKDD international conference on knowledge discovery and data mining. 1135-1144.
- 124.Collins, G. S. et al. TRIPOD+ AI statement: updated guidance for reporting clinical prediction models that use regression or machine learning methods. BMJ385, q902 (2024). [DOI] [PMC free article] [PubMed]
- 125.Heil, B. J. et al. Reproducibility standards for machine learning in the life sciences. Nat. Methods18, 1132–1135 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 126.Blakely, T., Lynch, J., Simons, K., Bentley, R. & Rose, S. Reflection on modern methods: when worlds collide—prediction, machine learning and causal inference. Int. J. Epidemiol.49, 2058–2064 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 127.Ramspek, C. L. et al. Prediction or causality? A scoping review of their conflation within current observational research. Eur. J. Epidemiol.36, 889–898 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 128.Pearl, J. Causality: Models, Reasoning, and Inference. (Cambridge University Press, 2009).
- 129.Smith, G. D. & Ebrahim, S. Mendelian randomization’: can genetic epidemiology contribute to understanding environmental determinants of disease? Int J. Epidemiol.32, 1–22 (2003). [DOI] [PubMed] [Google Scholar]
- 130.Begashaw, G. B., Zewotir, T. & Fenta, H. M. A deep learning approach for classifying and predicting children’s nutritional status in Ethiopia using LSTM-FC neural networks. BioData Min.18, 11 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 131.Raguvaran, S., Anandamurugan, S. & Zubair Rahman, A. Harnessing LSTM classifier to suggest nutrition diet for cancer patients. Intelligent Automation & Soft Computing35, 028605 (2023).
- 132.Khanna, N. et al. In Proc. IEEE Global Conference on Signal and Information Processing. 948–952 (GlobalSIP, 2017).
- 133.Eicher-Miller, H. A. et al. Distance metrics optimized for clustering temporal dietary patterning among U.S. adults. Appetite144, 104451 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 134.Soh, B. X. P., Vignes, M., Smith, N. W., von Hurst, P. R. & McNabb, W. C. Protein intake and protein quality patterns in new zealand vegan diets: an observational analysis using dynamic time warping. Nutrients17, 1806 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 135.Haycock, P. C. et al. Best (but oft-forgotten) practices: the design, analysis, and interpretation of Mendelian randomization studies. Am. J. Clin. Nutr.103, 965–978 (2016). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 136.Wade, K. H. et al. Applying Mendelian randomization to appraise causality in relationships between nutrition and cancer. Cancer Causes Control33, 631–652 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 137.Igelström, E. et al. Causal inference and effect estimation using observational data. J. Epidemiol. Community Health76, 960–966 (2022). [Google Scholar]
- 138.Arkhangelsky, D. & Imbens, G. Causal models for longitudinal and panel data: a survey. Econ. J.27, C1–C61 (2024). [Google Scholar]
- 139.Grieves, M. & Vickers, J. Origin of the digital twin concept. Fla. Inst. Technol.8, 3–20 (2016). [Google Scholar]
- 140.Björnsson, B. et al. Digital twins to personalize medicine. Genome Med.12, 4 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 141.Auchincloss, A. H., Riolo, R. L., Brown, D. G., Cook, J. & Roux, A. V. D. An agent-based model of income inequalities in diet in the context of residential segregation. Am. J. Prevent. Med.40, 303–311 (2011). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 142.Li, Y. et al. Assessing the role of access and price on the consumption of fruits and vegetables across New York City using agent-based modeling. Prevent. Med.106, 73–78 (2018). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 143.Holst, D., Moenck, K., Koch, J., Schmedemann, O. & Schüppstuhl, T. Transparent reporting of AI in systematic literature reviews: development of the PRISMA-trAIce checklist. JMIR AI4, e80247–e80247 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 144.Lachat, C. et al. Strengthening the reporting of observational studies in epidemiology—nutritional epidemiology (STROBE-nut): an extension of the STROBE statement. PLoS Med.13, e1002036–e1002036 (2016). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 145.Page, M. J. et al. The PRISMA 2020 statement: an updated guideline for reporting systematic reviews. BMJ372, n71–n71 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 146.von Elm, E. et al. The strengthening the reporting of observational studies in epidemiology (STROBE) statement: guidelines for reporting observational studies. PLoS Med.4, e296–e296 (2007). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 147.Program, A. o. U. R. What to Expect During the Researcher Workbench Migration. All of Us Researcher Workbench User Support, 2024).
- 148.Verily. Verily Accelerates Precision Health AI With NVIDIA. Verily Perspectives (Verily, 2025).
- 149.Azimi, I., Qi, M., Wang, L., Rahmani, A. M. & Li, Y. Evaluation of LLMs accuracy and consistency in the registered dietitian exam through prompt engineering and knowledge retrieval. Sci. Rep.15, 1506 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 150.Belkhouribchia, J. & Pen, J. J. Large language models in clinical nutrition: an overview of its applications, capabilities, limitations, and potential future prospects. Front. Nutr.12, 1635682 (2025). [DOI] [PMC free article] [PubMed]
- 151.Ase, A., Borowicz, J., Rakocy, K. & Piekarska, B. Large Language models for real-world nutrition assessment: structured prompts, multi-model validation and expert oversight. Nutrients18, 23 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 152.Parameswaran, V. et al. Evaluating large language models and retrieval-augmented generation enhancement for delivering guideline-adherent nutrition information for cardiovascular disease prevention: cross-sectional study. J. Med. Internet Res. 27, e78625 (2025). [DOI] [PMC free article] [PubMed]
- 153.Gavai, A. K. & van, H. J. AI-driven personalized nutrition: RAG-based digital health solution for obesity and type 2 diabetes. PLoS Digit. Health4, e0000758 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 154.Zhou, P. et al. FoodSky: A food-oriented large language model that can pass the chef and dietetic examinations. Patterns (N. Y)6, 101234 (2025). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 155.Hua, A., Preet Dhaliwal, M., Burke, R. & Qin, Y. NutriBench: a dataset for evaluating large language models in carbohydrate estimation from meal descriptions. arXiv e-prints, arXiv: 2407.12843 (2024).
- 156.Yang, Z. et al. ChatDiet: empowering personalized nutrition-oriented food recommender chatbots through an LLM-augmented framework. Smart Health32, 100465 (2024). [Google Scholar]
- 157.Tsampos, I. & Marakakis DietQA: a comprehensive framework for personalized multi-diet recipe retrieval using knowledge graphs, retrieval-augmented generation, and large language models. Computers14, 412 (2025). [Google Scholar]
- 158.National Institutes of Health. (All of Us Research Program, 2023).
- 159.All of Us Research Program, I. et al. The “All of Us” research program. N. Engl. J. Med381, 668–676 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 160.Nagai, A. et al. Overview of the BioBank Japan project: study design and profile. J. Epidemiol.27, S2–S8 (2017). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 161.Tanaka, T., Nagata, Y. & Takemoto, A. Integrating biomedical and clinical data with BioBank Japan. Nat. Cardiovasc. Res.1, 597–598 (2022). [DOI] [PubMed] [Google Scholar]
- 162.Biobank, C. K. China Kadoorie Biobank: a prospective cohort of lifestyle, environmental, clinical, and genetic data for chronic disease research, https://www.ckbiobank.org/ (2026).
- 163.Sauder, K. A. et al. Disparities in risks of inadequate and excessive intake of micronutrients during pregnancy. J. Nutr.151, 3555–3569 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
- 164.Institute for Health Metrics Evaluation. (Global Burden of Disease Study, 2023).
- 165.G.BD. Risk Factors Collaborators. Global burden and strength of evidence for 88 risk factors in 204 countries and 811 subnational locations, 1990-2021: a systematic analysis for the Global Burden of Disease Study. Lancet403, 2162–2203 (2021). [DOI] [PMC free article] [PubMed]
- 166.Gaziano, J. M. et al. Million Veteran Program: a mega-biobank to study genetic influences on health and disease. J. Clin. Epidemiol.70, 214–223 (2016). [DOI] [PubMed] [Google Scholar]
- 167.Free, T. UK Biobank: what can it do, how you can use it and how is it being used? BioTechniques76, 553–557 (2024). [DOI] [PubMed] [Google Scholar]
- 168.Tsai, Y.-H. H. et al. In Proc. Conference Association for Computational Linguistics. Meeting. 6558. [DOI] [PMC free article] [PubMed]
- 169.Hochreiter, S. & Schmidhuber, J. Long short-term memory. Neural Comput9, 1735–1780 (1997). [DOI] [PubMed] [Google Scholar]
- 170.Tsolakidis, D., Gymnopoulos, L. P. & Dimitropoulos, K. Artificial Intelligence and machine learning technologies for personalized nutrition: a review. Informatics11, 62 (2024).
- 171.Jain, S. & Safo, S. E. DeepIDA-GRU: a deep learning pipeline for integrative discriminant analysis of cross-sectional and longitudinal multiview data with applications to inflammatory bowel disease classification. Brief. Bioinform.25, 339 (2024). [DOI] [PMC free article] [PubMed]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.



