zpeng27 / GMI

Graph Representation Learning via Graphical Mutual Information Maximization
MIT License
109 stars 10 forks source link

About link prediction task #6

Open SeongJinAhn opened 3 years ago

SeongJinAhn commented 3 years ago

Hi. I'm really impressed to your works in that it has huge possibility to be extended.

I have a simple question. In 'execute.py', there is a LogReg process to regress the embedding from your model. Did you also use LogReg to predict links? Or did you use a simple dot product decoder like GAEs?

kepsail commented 3 years ago

Hello, I have the same question. Would you please share the link prediction script? Thanks.