hwwang55 / GraphGAN

A tensorflow implementation of GraphGAN (Graph Representation Learning with Generative Adversarial Nets)
MIT License
528 stars 161 forks source link

Evaluation of the link prediction for D and G #25

Open mindtravels opened 3 years ago

mindtravels commented 3 years ago

I see you treat D and G equally in the evaluation of the link prediction. You used both the learned embedding matrix of D and G to evaluate the accuracy for the link prediction (Fig 4 in the paper). As I know, the role of D and G is contrasted to each other, why are they treated equally in this task? Thank you!