Lifelong Sequential Modeling
with Personalized Memorization
for User Response Prediction
8/16 PaperFriday, Yuki Iwazaki@AI Lab
Slide 2
Slide 2 text
2
SIGIR2019:
acceptance rate 19.7%(84/426)
Target:
ECサイトにおけるCTR予測
Authors:
Kan Ren, Jiarui Qin, Yuchen Fang,
Weinan Zhang, Lei Zheng, Weijie
Bian, Guorui Zhou, Jian Xu, Yong Yu,
Xiaoqiang Zhu, Kun Gai
Slide 3
Slide 3 text
1.
Motivation
3
Slide 4
Slide 4 text
4`
Slide 5
Slide 5 text
Userの行動ログ 3つの特徴
◂ Temporal dynamics of user tastes
◂ 興味ないけど友達に推められたとかその日の気分とか
◂ User毎に長さが異なる
◂ light/heavy userとか新規/古参userとか
◂ 古いUserログもUserの決定に影響しうる
◂ 次の図
5
Slide 6
Slide 6 text
6
この膨大な Userの行動ログを余すところなく使って
User Response予測をしたい
Slide 7
Slide 7 text
1.
Related Works
7
Slide 8
Slide 8 text
2.1 User Response Prediction
Contentに対するUserの興味
をモデリングし対応するUser
eventを推測するタスク
e.g. Clicks and Conversions
8
[1] https://medium.com/walmartlabs/robustness-for-user-response-prediction-bae97d7f064f
2.2 Sequential User Modeling
Matrix Factorizationベース
User x Itemの相互作用をモデリング
Markov chainベース
各UserのItemの推移を確率モデル化
Neural Networkベース
行動履歴=連続した商品画像
RNN, CNN,...
10
Slide 11
Slide 11 text
2.2 Sequential User Modeling
AttRec [Zhang, 2018]
self-attentionで商品推薦
SHAN [Yang, 2018]
2つのattention(長期記憶・短
期記憶)を使った商品推薦
❌ lack long-term and multi-scale behavior
11
Slide 12
Slide 12 text
2.1 Memory-augmented Networks
主にNLP界隈で活用
Memory付きのNeural Network
あとで詳しく説明
RUM [Chen, 2018]
User行動を保存する機構を持つ
Memory Network
12
❌ directly use them from NLP tasks with fixed length
Slide 13
Slide 13 text
“ Our model supports
long-term dependencies
within user behavior
sequences with extremely
large length.
👍👍
👍