AIM-SE / PR4Rec

30 stars 6 forks source link

[DLP-HDSD`19]Attention-based Mixture Density Recurrent Networks for History-based Recommendation #28

Open Peiyance opened 4 years ago

Peiyance commented 4 years ago

The main goal of reading paper is not just understanding it. Try to understand the key concept, but we need to get new ideas and research directions from the paper.

Paper information

Summary: problems to address, key ideas, quick results

presentation link

Questions about the paper?

What do you like?

They have revealed that the user preference is not static across time.

What you don't like?

How to improve?

They try to treat the user history as a sequence rather than a bag to model the user dynamic preference. However, I think this is not enough. The sequential data combined with time stamps would be more helpful. Because timestamps can reflect some information. For example, if you buy a guitar at a certain time, you may buy some maintenance supplies for the guitar at intervals, such as strings, cleaning cloth, etc.

Any new ideas?

At present, many of the dynamic networks are done by snapshots. This snapshot is a collection of edges at many times. If we can refine to each moment and do it edge by edge, we should be able to make full use of information.

Reproducing results (if any)