Skip to content
Discussion options

You must be logged in to vote

Adding reverse edges simply helps in the message passing phase. Imagine the case without reverse edges, then only one node type (in your case movie), will update its node embeddings. The user node embeddings will never get updated since they do not receive any information, e.g., there exists no edge type pointing to them. As such, one should do it for all edges, not only for the task goal edge.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Yoloniverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants