English

Towards Bridging Review Sparsity in Recommendation with Textual Edge Graph Representation

Information Retrieval 2025-08-05 v1 Artificial Intelligence Machine Learning

Abstract

Textual reviews enrich recommender systems with fine-grained preference signals and enhanced explainability. However, in real-world scenarios, users rarely leave reviews, resulting in severe sparsity that undermines the effectiveness of existing models. A natural solution is to impute or generate missing reviews to enrich the data. However, conventional imputation techniques -- such as matrix completion and LLM-based augmentation -- either lose contextualized semantics by embedding texts into vectors, or overlook structural dependencies among user-item interactions. To address these shortcomings, we propose TWISTER (ToWards Imputation on Sparsity with Textual Edge Graph Representation), a unified framework that imputes missing reviews by jointly modeling semantic and structural signals. Specifically, we represent user-item interactions as a Textual-Edge Graph (TEG), treating reviews as edge attributes. To capture relational context, we construct line-graph views and employ a large language model as a graph-aware aggregator. For each interaction lacking a textual review, our model aggregates the neighborhood's natural-language representations to generate a coherent and personalized review. Experiments on the Amazon and Goodreads datasets show that TWISTER consistently outperforms traditional numeric, graph-based, and LLM baselines, delivering higher-quality imputed reviews and, more importantly, enhanced recommendation performance. In summary, TWISTER generates reviews that are more helpful, authentic, and specific, while smoothing structural signals for improved recommendations.

Keywords

Cite

@article{arxiv.2508.01128,
  title  = {Towards Bridging Review Sparsity in Recommendation with Textual Edge Graph Representation},
  author = {Leyao Wang and Xutao Mao and Xuhui Zhan and Yuying Zhao and Bo Ni and Ryan A. Rossi and Nesreen K. Ahmed and Tyler Derr},
  journal= {arXiv preprint arXiv:2508.01128},
  year   = {2025}
}

Comments

13 pages