JNSKR icon indicating copy to clipboard operation
JNSKR copied to clipboard

This is our implementation of JNSKR: Jointly Non-Sampling Learning for Knowledge Graph Enhanced Recommendation (SIGIR 2020)

Results 2 JNSKR issues
Sort by recently updated
recently updated
newest added

Hi Chong Chen, Thanks for your wonderful work! I have a small problem when I try to reproduce the result of **RippleNet**, it gets undesirable results on Amazon-book and Yelp2018...

1. What's the meaning of ```max_user_pi``` and ```max_relation_pi``` in JNSKR ? 2. What's the meaning of ```pos_num_r``` and ```pos_num_u``` in JNSKR ? https://github.com/chenchongthu/JNSKR/blob/c9c2bca5a59df8fde2ea7e1580ac40dec9aacc5b/Model/JNSKR.py#L85 https://github.com/chenchongthu/JNSKR/blob/c9c2bca5a59df8fde2ea7e1580ac40dec9aacc5b/Model/JNSKR.py#L105 3. It seems that the way...