Graph of Thoughts (GoT): A reasoning framework where LLM thoughts are modeled as nodes in a graph, allowing for non-linear, branching, and aggregating reasoning paths.
Chain-of-Thought (CoT): A prompting strategy where the model generates intermediate reasoning steps before the final answer.
CoT-SC: Chain of Thought with Self-Consistency—generating multiple reasoning chains and selecting the most consistent answer.
Collaborative Filtering: Recommendation approach that predicts user preferences based on the behaviors of similar users.
Zero-shot: Performing a task without any specific model training or fine-tuning on the target dataset.
Mpnet: A sentence-transformer model used to generate embeddings for text, used here to find similar items and user sequences.
NDCG: Normalized Discounted Cumulative Gain—a measure of ranking quality that accounts for the position of relevant items.
HR: Hit Ratio—the percentage of times the ground-truth item appears in the recommended list.