joey

Results 2 issues of joey

hello博士您好,我这边使用coldrec2的数据在复现的模型上测试,预训练阶段mrr@5 = 0.0407; 微调阶段mrr@5 = 0.3044,基本两个epoch就停止收敛了; 然后使用微调的模型对预训练的数据进行top-k预测,发现不管输入啥top-k的结果都是一样的,如下所示几个seq的top-50结果: ![image](https://user-images.githubusercontent.com/18312444/171573703-4cd89ec5-23d1-4427-8b5c-1f7e6d1a9040.png) 想请教一下,这个可能是什么原因造成的呢,毕竟微调的指标已经接近论文中的0.33了; 非常感谢。

Since all item sequence is generated from random walk, item's side info like `brand `will become oov due to low transition possibility. How to deal with this issue?