Conclusion Introduction Recommendation System { "asin": - - PowerPoint PPT Presentation

conclusion introduction recommendation system
SMART_READER_LITE
LIVE PREVIEW

Conclusion Introduction Recommendation System { "asin": - - PowerPoint PPT Presentation

1 Introduction 2 Method 3 Experiment 4 Conclusion Introduction Recommendation System { "asin": "0000031852", "title": "Girls Ballet Tutu Hot Pink", "price": 3.17, "related":


slide-1
SLIDE 1
slide-2
SLIDE 2

1

Introduction

2

Method

3

Experiment

4

Conclusion

slide-3
SLIDE 3

Introduction

slide-4
SLIDE 4

Recommendation System

{ "asin": "0000031852", "title": "Girls Ballet Tutu Hot Pink", "price": 3.17, "related": { "also_bought":["B00JHONN1S", ...], "also_viewed":["B002BZX8Z6", ...], "bought_together": ["B002BZX8Z6"] }, "salesRank": {"Toys & Games": 211836}, "brand": "Coxlures", "categories": [["Sports & Outdoors"]] }

Predict behavior

slide-5
SLIDE 5

Motivation

A B

usefulness

slide-6
SLIDE 6

Motivation

C

useful

slide-7
SLIDE 7

Method

slide-8
SLIDE 8

Framework

User reviews Item reviews

Great Product. I love this Product and my children will too. I cant wait til Christmas to Give them their present ! … …

slide-9
SLIDE 9

Hierarchical Attention based Neural Network

slide-10
SLIDE 10

Intra-review

𝑏𝑘

∗ = 𝑋 𝑏 𝑈𝑆𝑓𝑀𝑉 𝑋 ℎℎ𝑘 + 𝑋 𝑣𝑤𝑣,𝑗 + 𝑐1 + 𝑐2

Interaction vector Attention Mechanism

Pre-train word embedding

𝜗ℝ𝐿

,

Great Product. I love this Product and my children will too. I cant wait til Christmas to Give them their present !

slide-11
SLIDE 11

Attention for inter-review External Memory

Inter-review

slide-12
SLIDE 12

Prediction Layer

Objective function

Fully-Connected

slide-13
SLIDE 13

Experiment

slide-14
SLIDE 14

Dataset

Amazon Product Data

  • May 1996 – July 2014
  • Each users and items has at least 5 reviews
slide-15
SLIDE 15

Baseline Methods

CNN Based

slide-16
SLIDE 16

Comparison with baseline methods

Evaluation Method

slide-17
SLIDE 17

Explanation Analysis of HANN

slide-18
SLIDE 18

Explanation Analysis of HANN

slide-19
SLIDE 19

Conclusion

slide-20
SLIDE 20

Conclusion

  • We design a hierarchical attention framework to

learn the interaction between users and items from reviews to construct an explainable recommendation system.

  • The well-designed hierarchical attention

mechanism helps the model capture user profiles and item profiles, making them more explainable and reasonable, and ultimately leads to improvements in rating prediction.