English

ELECRec: Training Sequential Recommenders as Discriminators

Artificial Intelligence 2022-07-25 v4

Abstract

Sequential recommendation is often considered as a generative task, i.e., training a sequential encoder to generate the next item of a user's interests based on her historical interacted items. Despite their prevalence, these methods usually require training with more meaningful samples to be effective, which otherwise will lead to a poorly trained model. In this work, we propose to train the sequential recommenders as discriminators rather than generators. Instead of predicting the next item, our method trains a discriminator to distinguish if a sampled item is a 'real' target item or not. A generator, as an auxiliary model, is trained jointly with the discriminator to sample plausible alternative next items and will be thrown out after training. The trained discriminator is considered as the final SR model and denoted as \modelname. Experiments conducted on four datasets demonstrate the effectiveness and efficiency of the proposed approach.

Keywords

Cite

@article{arxiv.2204.02011,
  title  = {ELECRec: Training Sequential Recommenders as Discriminators},
  author = {Yongjun Chen and Jia Li and Caiming Xiong},
  journal= {arXiv preprint arXiv:2204.02011},
  year   = {2022}
}

Comments

Accepted to SIGIR 2022

R2 v1 2026-06-24T10:38:04.730Z