KSR icon indicating copy to clipboard operation
KSR copied to clipboard

Results 4 KSR issues
Sort by recently updated
recently updated
newest added

As the paper puts it, > For the item side, we further concatenate the item embedding in RS and the entity embedding in KBs, namely q˜i = qi ⊕ ei'....

(1)`run_KSR.py`代码中涉及到的核心数据是 `File_ItemEmbedding`,`File_KBItemEmbedding`和`File_r_matrix`。但是提供的代码似乎没有生成这三个文件的脚本。只是在data目录下有如下脚本: ``` python deal_movielens.py ml-1m/ratings.dat python preprocess.py ml-1m/ratings.dattrain_NCF.oneout ``` 请问是否能够提供其他必要的脚本代码。多谢指教了!

Hi, your job on SIGIR-18 is very fascinating and has important realistic significance. However, when I try to reproduce the experiments, I found that there are many uncertainties. For example,...

Hey bro your code has some intent style and python version unification problems. It'll be helpful if u can fix them as soon as possible. Awsome paper by the way.