-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does the directed graph propagation work? #2
Comments
Hi, |
Thank you for your explanation. In your work, the neighbors of each entity are their target nodes. Then if u1 is the 4-layer neighbor of u2? the information from u1 is encoded in e_u2(4)? |
I just don't understand the propagation process in CKG from this example. |
Another question: for the CF bpr loss function part, is the propagation starts only from the user nodes and item nodes in the user-item interacitons, not all the nodes in CKG are activated in GCN? but in the transR part, all the triples in the CKG are considered? Have you ever tried also using GCN in the transR part? the h r t embeddings in transR are also generated from the GCN propagation process, then GCN can traverse the whole CKG. Hope for your comment, thank you. |
Hi,
|
Hi, i am curious about the TopK setting. You post the results when K = 20. How about the results when K is smaller like 5 or 10? Thank you. |
Hi, we only have done the experiments when K spans from 20, 40, 60, to 80 and 100. You can try smaller K by changing the hyperparameter |
Hi, for Figure3(b), why the results decrease a lot although the density increase? |
Thanks for your comment. We currently work on this phenomenon but have no exact idea of why it happened. |
Hi,have you solved your question? |
The ego-network of an entity h in your work is the head entity, then how does the following example work?
page 5:
u2 ->i2 ->e1->i1->u1, u2 in u1's 3-layer neighbors
what does the minus relation mean -r1 mean?
The text was updated successfully, but these errors were encountered: