Personalized Hashtag Recommendation for Micro-videos
Yinwei Wei, Zhiyong Cheng, Xuzheng Yu, Zhou Zhao, Lei Zhu, Liqiang Nie

TL;DR
This paper introduces GCN-PHR, a graph convolution network model that effectively captures complex interactions among users, hashtags, and micro-videos for personalized hashtag recommendations, outperforming existing methods.
Contribution
The paper proposes a novel GCN-based model with attention mechanisms to model multi-type interactions for improved personalized hashtag suggestions.
Findings
Outperforms state-of-the-art methods by a large margin
Effectively models user, hashtag, and micro-video interactions
Uses attention to enhance message passing accuracy
Abstract
Personalized hashtag recommendation methods aim to suggest users hashtags to annotate, categorize, and describe their posts. The hashtags, that a user provides to a post (e.g., a micro-video), are the ones which in her mind can well describe the post content where she is interested in. It means that we should consider both users' preferences on the post contents and their personal understanding on the hashtags. Most existing methods rely on modeling either the interactions between hashtags and posts or the interactions between users and hashtags for hashtag recommendation. These methods have not well explored the complicated interactions among users, hashtags, and micro-videos. In this paper, towards the personalized micro-video hashtag recommendation, we propose a Graph Convolution Network based Personalized Hashtag Recommendation (GCN-PHR) model, which leverages recently advanced GCN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsConvolution · Graph Convolutional Network
