LLM-SRR: LLM-powered Subgraph Reasoning for Recommendation—the proposed framework combining LLM-based KG construction and subgraph reasoning
METC: Multinational Engineering and Technology Company—the real-world corporate partner and proprietary dataset source used for cross-selling validation
Subgraph Reasoning: A method of inferring relationships by analyzing the local graph structure surrounding a specific entity rather than the whole graph
Prompt Engineering: The practice of designing inputs for LLMs to elicit specific desired outputs, used here for extracting triples from reviews
KG Reconstruction: The process of adding new nodes and edges to a Knowledge Graph based on information extracted from unstructured text
Cross-selling: The practice of selling an additional product or service to an existing customer, often from a different product line or business unit
Diffusion Scoring: A mechanism where relevance scores propagate from a starting node to neighbors based on attention weights, used to rank items
Tripes: The fundamental data unit in a Knowledge Graph, consisting of (head entity, relation, tail entity)