Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 824 Bytes

File metadata and controls

23 lines (13 loc) · 824 Bytes

NISER

Paper data and code

This is the code for the Paper: NISER: Normalized Item and Session Representations to Handle Popularity Bias. We have implemented our methods in Pytorch.

Here are two datasets we used in our paper. After downloaded the datasets, you can put them in the folder datasets/:

There is a small dataset sample included in the folder datasets/, which can be used to test the correctness of the code.

Requirements

  • Python 3
  • PyTorch 1.8.1

Reimplementation Performance

Hit@20: 53.34

MRR@20: 18.99