TL;DR
EmTaggeR is a novel hashtag recommendation method for Twitter that uses word embeddings to effectively suggest relevant hashtags based on post content, outperforming existing approaches in accuracy and efficiency.
Contribution
The paper introduces EmTaggeR, a new word embedding-based framework for hashtag recommendation, with two training procedures and improved performance over prior methods.
Findings
F1 score of 50.83% achieved
Outperforms LDA baseline by 6.53 times
Outperforms existing best system by 6.42 times
Abstract
The hashtag recommendation problem addresses recommending (suggesting) one or more hashtags to explicitly tag a post made on a given social network platform, based upon the content and context of the post. In this work, we propose a novel methodology for hashtag recommendation for microblog posts, specifically Twitter. The methodology, EmTaggeR, is built upon a training-testing framework that builds on the top of the concept of word embedding. The training phase comprises of learning word vectors associated with each hashtag, and deriving a word embedding for each hashtag. We provide two training procedures, one in which each hashtag is trained with a separate word embedding model applicable in the context of that hashtag, and another in which each hashtag obtains its embedding from a global context. The testing phase constitutes computing the average word embedding of the test post,…
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
MethodsLinear Discriminant Analysis
