paper-with-me

홈 › Papers

TRWH: A Text-Driven Random Walk Heterogeneous GNN for Semantic-Aware Sparse Recommendation

2026-07-28 · He Ma, Chen Liu arxiv

Graph Neural Networks (GNNs) and Large Language Models (LLMs) have each advanced recommendation systems by modeling structural and semantic signals, respectively. However, integrating their complementary strengths remains challenging, particularly in sparse settings where maintaining semantic precision is critical. We propose TRWH (Text-driven Random Walk Heterogeneous Graph Neural Network), a novel framework that fuses LLM-generated textual profiles with heterogeneous graph structures through strategic random walk augmentation. TRWH consists of three core components: (1) Embedding Creation, which produces user and item representations using both Word2Vec and LLM-based profiling; (2) a Heterogeneous Graph Neural Network (HeteroGNN) that propagates information across multi-relational edges; and (3) Random Walk-based Path Construction, which enriches sparse graphs with second-order user-user and item-item links. Experiments on the Amazon-2023 Fashion (2M users, 825K items) and Beauty (631K users, 112K items) datasets demonstrate that TRWH achieves substantial performance gains over state-of-the-art methods, including 80.0% RMSE and 52.6% MAE reductions on Fashion, and 25.7% and 10.8% improvements on Beauty. Notably, while random walks improve performance with traditional embeddings, they can dilute the nuanced representations learned by LLMs, underscoring the importance of adaptive integration strategies.

📄 PDF Abstract BibTeX arXiv:2607.25471

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsGraph Neural Network

Similar Papers 제목 키워드 기반

HeteSpaceyWalk: A Heterogeneous Spacey Random Walk for Heterogeneous Information Network Embedding

2019-09-07 · Yu He, Yangqiu Song, Jian-Xin Li, Cheng Ji 외

Heterogeneous information network (HIN) embedding has gained increasing interests recently. However, the current way of random-walk based HIN embedding methods have paid few attention to the higher-order Markov chain nat…

Network Embedding

Het-node2vec: second order random walk sampling for heterogeneous multigraphs embedding

2021-01-05 · Mauricio Soto-Gomez, Peter Robinson, Carlos Cano, Ali Pashaeibarough 외

Many real-world problems are naturally modeled as heterogeneous graphs, where nodes and edges represent multiple types of entities and relations. Existing learning models for heterogeneous graph representation usually de…

Graph Representation LearningRepresentation Learning

Sentiment Analysis of Tweets using Heterogeneous Multi-layer Network Representation and Embedding

2020-11-01 · EMNLP 2020 11 · Loitongbam Gyanendro Singh, Anasua Mitra, Sanasam Ranbir Singh

Sentiment classification on tweets often needs to deal with the problems of under-specificity, noise, and multilingual content. This study proposes a heterogeneous multi-layer network-based representation of tweets to ge…

General ClassificationSentiment AnalysisSentiment ClassificationSpecificity

BHIN2vec: Balancing the Type of Relation in Heterogeneous Information Network

2019-11-26 · Seonghyeon Lee, Chanyoung Park, Hwanjo Yu

The goal of network embedding is to transform nodes in a network to a low-dimensional embedding vectors. Recently, heterogeneous network has shown to be effective in representing diverse information in data. However, het…

Network EmbeddingNode ClassificationRelationVocal Bursts Type Prediction

Representation Learning on Heterostructures via Heterogeneous Anonymous Walks

2022-01-18 · Xuan Guo, Pengfei Jiao, Ting Pan, Wang Zhang 외

Capturing structural similarity has been a hot topic in the field of network embedding recently due to its great help in understanding the node functions and behaviors. However, existing works have paid very much attenti…

Network EmbeddingRepresentation Learning