← Back to Paper List

Understanding Before Recommendation: Semantic Aspect-Aware Review Exploitation via Large Language Models

Fan Liu, Yaqi Liu, Huilin Chen, Zhiyong Cheng, Liqiang Nie, Mohan Kankanhalli
National University of Singapore, Hefei University of Technology, Harbin Institute of Technology, Shenzhen
arXiv (2023)
Recommendation P13N KG

📝 Paper Summary

Graph Neural Networks (GCNs) for Recommendation LLM-augmented Recommendation Review-based Recommendation
SAGCN leverages Large Language Models to extract fine-grained semantic aspects from reviews, constructing aspect-specific interaction graphs to learn accurate and interpretable user/item representations.
Core Problem
Conventional aspect-aware recommendation models rely on noisy, sparse implicit behaviors or statistical topic models that extract non-meaningful words, leading to poor interpretability and suboptimal accuracy.
Why it matters:
  • Topic models often identify stop words (e.g., 'the', 'year') as aspects, introducing noise into preference learning.
  • Disentangled representation learning typically relies on sparse interaction data, making it difficult to capture robust underlying user intents.
  • Implicit latent factors in matrix factorization or standard GCNs are elusive and fail to provide semantic reasons for recommendations.
Concrete Example: A user review might praise a product's 'functionality' and 'durability' but ignore 'ease of use'. A standard model treats this as a generic positive interaction, whereas SAGCN identifies edges only for the mentioned aspects, avoiding a false positive link for 'ease of use'.
Key Novelty
Semantic Aspect-based Graph Convolution Network (SAGCN)
  • Uses a chain-based prompting strategy with LLMs to decompose raw reviews into structured 'semantic aspects' (e.g., price, quality) and filters interactions to only those relevant to each aspect.
  • Constructs multiple aspect-specific user-item graphs rather than a single generic interaction graph.
  • Aggregates embeddings from these semantic sub-graphs to form final representations that explain *why* a user likes an item.
Architecture
Architecture Figure Figure 1
An illustration of Semantic Aspect-Aware Interactions. It shows a user review mentioning specific aspects ('functionality', 'durability') while omitting others ('ease of use').
Breakthrough Assessment
7/10
Novel integration of LLM-based semantic extraction into GCN structure construction. Addresses the long-standing 'topic noise' problem in review-based recsys, though the core GCN mechanism is an evolution of existing architectures.
×