Serendipity: Recommendations that are both unexpected (surprising) and relevant (useful) to the user.
Filter Bubble: A state of intellectual isolation where a user is only exposed to content that aligns with their existing preferences.
Two-hop Reasoning: A reasoning process that connects a starting node to a target node via an intermediate node (e.g., Item -> Underlying Need -> New Item Category).
Near-line: A processing mode between real-time (online) and batch (offline), typically involving caching results that are updated periodically (e.g., every 7 days).
SFT: Supervised Fine-Tuning—training a pre-trained model on a specific smaller dataset to adapt it to a particular task.
u2i retrieval: User-to-Item retrieval; matching a user's embedding directly to item embeddings.
i2i retrieval: Item-to-Item retrieval; finding items similar to a trigger item the user interacted with.
BCE Loss: Binary Cross-Entropy Loss; a standard loss function for binary classification tasks (click vs. no-click).
InterestGPT: The specific LLM fine-tuned in this paper (based on QWQ-32B) to generate potential user interests.
Hypernym: A word with a broad meaning that more specific words fall under (e.g., 'Fruit' is a hypernym of 'Apple').