← Back to Paper List

ChatDiet: Empowering Personalized Nutrition-Oriented Food Recommender Chatbots through an LLM-Augmented Framework

Zhongqi Yang, Elahe Khatibi, N. Nagesh, Mahyar Abbasian, Iman Azimi, Ramesh C. Jain, Amir M. Rahmani
University of California, Irvine
arXiv.org (2024)
Recommendation P13N RAG Agent

📝 Paper Summary

LLM-based recommendation Agentic RAG pipeline Conversational personalization
ChatDiet integrates an LLM orchestrator with causal inference models to deliver personalized, explainable nutrition recommendations based on individual health data and population-level food knowledge.
Core Problem
Conventional nutrition recommenders lack genuine personalization and explainability, while standalone LLMs fail to integrate complex, implicit personal health data (like physiological signals) needed for accurate dietary advice.
Why it matters:
  • Individual variations in genetics, lifestyle, and metabolism mean population-level dietary standards may not optimize specific health outcomes for every user
  • Standard machine learning recommenders act as 'black boxes,' failing to explain the rationale behind dietary suggestions to users
  • Existing LLM approaches struggle to incorporate implicit personal data (e.g., how specific nutrients affect a specific user's sleep) without a structured framework
Concrete Example: A user asks for food to improve deep sleep. A standard LLM might suggest general advice like 'drink milk.' ChatDiet, using causal analysis of the user's wearable data, identifies that Vitamin B1 specifically increases their deep sleep duration and recommends 'Beet Greens' (high in B1) with an explanation.
Key Novelty
Causal-augmented LLM Orchestration
  • Integrates a Personal Model that uses causal discovery (not just correlation) to infer how specific nutrients affect an individual's unique health outcomes (e.g., sleep, HRV) from wearable data
  • Employ an Orchestrator that retrieves relevant causal insights and population food data, then prompts the LLM to generate explainable recommendations grounded in these specific facts
Architecture
Architecture Figure Figure 1
Overview of the ChatDiet framework interaction flow.
Evaluation Highlights
  • Achieved a 92% effectiveness rate in a food recommendation test, ensuring suggestions aligned with personal causal health insights
  • Demonstrated ability to extract personalized causal links (e.g., Vitamin B1 impact on deep sleep) using N-of-1 wearable data collected over three years
  • Successfully integrated multi-modal data (sleep, activity, nutrition logs) to generate context-aware, explainable dialogue responses
Breakthrough Assessment
7/10
Novel application of causal inference within an LLM-RAG framework for nutrition. Strong on personalization concept, but evaluation is limited to a single case study and synthetic augmentation rather than a large-scale user study.
×