paper-with-me

Papers

EmTaggeR: A Word Embedding Based Novel Method for Hashtag Recommendation on Twitter

2017-12-05 · Kuntal Dey, Ritvik Shrivastava, Saroj Kaushik, L. Venkata Subramaniam

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, and finding the similarity of this embedding with the known embeddings of the hashtags. The tweets that contain the most-similar hashtag are extracted, and all the hashtags that appear in these tweets are ranked in terms of embedding similarity scores. The top-K hashtags that appear in this ranked list, are recommended for the given test post. Our system produces F1 score of 50.83%, improving over the LDA baseline by around 6.53 times, outperforming the best-performing system known in the literature that provides a lift of 6.42 times. EmTaggeR is a fast, scalable and lightweight system, which makes it practical to deploy in real-life applications.

📄 PDF Abstract BibTeX arXiv:1712.01562

Code (1)

0xyd/sec2vec

Tasks

TAG

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

SemTagger: A Novel Approach for Semantic Similarity Based Hashtag Recommendation on Twitter

2017-12-01 · WS 2017 12 · Kuntal Dey, Ritvik Shrivastava, Saroj Kaushik, L. Venkata Subramaniam
Semantic SimilaritySemantic Textual Similarity

From Fully Supervised to Zero Shot Settings for Twitter Hashtag Recommendation

2019-06-11 · Abhay Kumar, Nishant Jain, Suraj Tripathi, Chirag Singh

We propose a comprehensive end-to-end pipeline for Twitter hashtags recommendation system including data collection, supervised training setting and zero shot training setting. In the supervised training setting, we have…

Zero-Shot Learning

#REVAL: a semantic evaluation framework for hashtag recommendation

2023-05-24 · Areej Alsini, Du Q. Huynh, Amitava Datta

Automatic evaluation of hashtag recommendation models is a fundamental task in many online social network systems. In the traditional evaluation method, the recommended hashtags from an algorithm are firstly compared wit…

Twitter Hashtag Recommendation using Matrix Factorization

2017-05-30 · Alvari Hamidreza

Twitter, one of the biggest and most popular microblogging Websites, has evolved into a powerful communication platform which allows millions of active users to generate huge volume of microposts and queries on a daily b…

Recommendation Systemsvalid

PAC-MAN: Multi-Relation Network in Social Community for Personalized Hashtag Recommendation

2022-12-14 · IEEE Access 2022 12 · Umaporn Padungkiatwattana, Saranya Maneeroj

Previous personalized hashtag recommendations have been able to recommend suitable hashtags for a given microblog. Despite their performance improvement, we argue that three challenges remain unexplored. First, prior stu…

Recommendation SystemsRelationRelation Network