yuh-yang / KGCL-SIGIR22

[SIGIR'22] Knowledge Graph Contrastive Learning for Recommendation
https://arxiv.org/abs/2205.00976
MIT License
103 stars 26 forks source link

I would like to consult you about the ablation experiment #5

Closed kaishuibujiatang closed 2 years ago

kaishuibujiatang commented 2 years ago

How should I note or modify which section to perform the KGA and KGC module ablation experiments separately? all_models = ['lgn', 'kgc', 'sgl', 'sgl-rgat'], 'kgc' and 'sgl-rgat' in this statement stand for KGA and KGC respectively? Thank you very much

yuh-yang commented 2 years ago

Hi. For ablation KGA, please set world.uicontrast=="RANDOM"; and for KGC, please turn off knowledge graph contrastive learning by disabling world.kgc_enable.

kaishuibujiatang commented 2 years ago

ok, thank you very much.