LGAICLCVMay 20, 2025

KERL: Knowledge-Enhanced Personalized Recipe Recommendation using Large Language Models

arXiv:2505.14629v16 citationsh-index: 2Has CodeACL
Originality Incremental advance
AI Analysis

This work addresses the problem of personalized food recommendations for users by offering an incremental improvement through integration of knowledge graphs with LLMs.

The paper tackles personalized food recommendation and recipe generation by integrating food knowledge graphs with large language models, resulting in a system that significantly outperforms existing approaches in providing complete solutions including nutritional analysis.

Recent advances in large language models (LLMs) and the abundance of food data have resulted in studies to improve food understanding using LLMs. Despite several recommendation systems utilizing LLMs and Knowledge Graphs (KGs), there has been limited research on integrating food related KGs with LLMs. We introduce KERL, a unified system that leverages food KGs and LLMs to provide personalized food recommendations and generates recipes with associated micro-nutritional information. Given a natural language question, KERL extracts entities, retrieves subgraphs from the KG, which are then fed into the LLM as context to select the recipes that satisfy the constraints. Next, our system generates the cooking steps and nutritional information for each recipe. To evaluate our approach, we also develop a benchmark dataset by curating recipe related questions, combined with constraints and personal preferences. Through extensive experiments, we show that our proposed KG-augmented LLM significantly outperforms existing approaches, offering a complete and coherent solution for food recommendation, recipe generation, and nutritional analysis. Our code and benchmark datasets are publicly available at https://github.com/mohbattharani/KERL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes