Existing Sequential recommendation usually consider the transition patterns between items.
ignore the transition patterns between features of items.
only the item-level sequences cannot reveal the full sequential patterns.
아이디어
explicit & implicit feature-level sequences can help extract the full sequential patterns.
beneficial for capturing the user’s fine-grained preferences.
(ex) a user is more likely to buy shoes after buying clothes
the next product’s category is highly related to that of the current product.
모델 구조
Instead of using the combined representation of item and its features, apply separated self-attention blocks on item sequences and feature sequences, respectively.
utilize vanilla attention to a self-attention block to adaptively select essential item's features
we combine the contexts at the item-level and the feature-level
→ a fully-connected layer for the recommendation.