PKG: Personalized Knowledge Graph—a structured representation of a specific user's preferences, storing items they liked and their features (e.g., ingredients, tags)
PIE: Personalized Information Environment—an algorithmically reinforced filter bubble where recommendations are overly narrowed by past preferences
neuro-symbolic: Combining neural networks (like LLMs) with symbolic logic or structured knowledge (like KGs) to leverage strengths of both
feature co-occurrence: When two features (e.g., 'Italian' and 'Tomato') frequently appear together in items a user likes
KTO: Kahneman-Tversky Optimization—a method for aligning language models to human utility functions using binary (good/bad) feedback
triples: The fundamental unit of a Knowledge Graph, consisting of (Subject, Predicate, Object), e.g., (Pizza, hasIngredient, Tomato)
Out-PIE: A recommendation that matches the user's query and broad interest but avoids the specific over-represented feature bias
In-PIE: A recommendation that reinforces the existing over-represented bias (e.g., recommending another tomato dish to a tomato-heavy profile)