TaNP icon indicating copy to clipboard operation
TaNP copied to clipboard

[WWW 2021]Task-adaptive Neural Process for User Cold-Start Recommendation

Results 3 TaNP issues
Sort by recently updated
recently updated
newest added

I am honored to read your paper "Task-adaptive Neural Process for User Cold-Start Recommendation". This paper inspired me a lot, and I want to implement it through code. You used...

Your paper says that model can utilize side info of user and item by concatenating them in embeddings. In the code where are you reading or using this side info?...

MovieLens-1M is a widely used movie dataset with explicit ratings (from 1 to 5). In paper MeLU, they use MAE to evaluate the rating error. But in your paper, it...