HKUDS / LLMRec

[WSDM'2024 Oral] "LLMRec: Large Language Models with Graph Augmentation for Recommendation"
https://arxiv.org/abs/2311.00423
Apache License 2.0
345 stars 41 forks source link

u_g_embeddings from lightgcn? #19

Open fujiaxu0207 opened 3 months ago

fujiaxu0207 commented 3 months ago

hello,I learned that you use lightgcn as the encoder for oh eu and ei in your work, is the u_g_embeddings in the forward function of the Model.py generated using lightgcn? I only saw it from nn. Embedding. Or maybe I misunderstood, what encoder is used for the embedding vectors of eu and ei? Thanks!!!