Skip to content

CTR (context-aware) but also sequential DIEN model usage. #1212

Answered by Ethan-TZ
Jeriousman asked this question in Q&A
Discussion options

You must be logged in to vote

@Jeriousman Hello, thanks for your attention to RecBole!

  1. For movie-lens dataset, we label the data by setting thresholds. i.e., we set 3 as the threshold of rating by default, and the interactions will be labeled as positive if their rating no less than 3. You can refer to LABEL OF DATA for more details.
  2. We don't support negative sampling for context-aware models, because it is hard to construct context information(e.g. click-time) for the negative samples.
  3. For feature fields in .inter file except user_id,we will do data augmentation to construct the sequential features according to user history interaction. This process is automatic, so you only need to put the features which are treate…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jeriousman
Comment options

Answer selected by Jeriousman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants