Skip to content
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

About Generative Probability #17

Open
XingzhiZhou opened this issue Mar 5, 2019 · 2 comments
Open

About Generative Probability #17

XingzhiZhou opened this issue Mar 5, 2019 · 2 comments

Comments

@XingzhiZhou
Copy link

In the paper, the update in G steps is according to formula 4, in which generative probability is defined by the product of several probability along the way from node v_c to node v. However, in the program, it only considers the nodes in the window to update generator. I am wandering whether this approximation is plausible?

If only using the sampled node without using the path over it, the efficiency would be quite low.

@zuozijiZHOULI
Copy link

看完代码,我也发现这点。所以,我也有相同的疑问。能不能麻烦作者帮我们答疑一下,谢谢了。

@hwwang55
Copy link
Owner

Thanks for your question. Here the implementation is inspired by word2vec, in which the inner product of a pair of words within a window is optimized. If we directly optimize the relevance probability, the inner product terms in the denominator will be likely to decrease, which is not what we want since they are also ground truth edges in the graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants