SWDE : A Sub-Word And Document Embedding Based Engine for Clickbait Detection
Vaibhav Kumar, Mrinal Dhar, Dhruv Khattar, Yash Kumar Lal, Abhimanshu, Mishra, Manish Shrivastava, Vasudeva Varma

TL;DR
This paper introduces a novel neural network-based engine that combines sub-word and document embeddings to effectively detect clickbait headlines, outperforming previous methods with an accuracy of 83.49%.
Contribution
It proposes a new multi-embedding approach using CNNs, BiLSTMs, attention, and Doc2Vec for improved clickbait detection.
Findings
Achieved 83.49% accuracy on clickbait detection.
Outperformed previous state-of-the-art methods.
Effectively combined sub-word and document embeddings.
Abstract
In order to expand their reach and increase website ad revenue, media outlets have started using clickbait techniques to lure readers to click on articles on their digital platform. Having successfully enticed the user to open the article, the article fails to satiate his curiosity serving only to boost click-through rates. Initial methods for this task were dependent on feature engineering, which varies with each dataset. Industry systems have relied on an exhaustive set of rules to get the job done. Neural networks have barely been explored to perform this task. We propose a novel approach considering different textual embeddings of a news headline and the related article. We generate sub-word level embeddings of the title using Convolutional Neural Networks and use them to train a bidirectional LSTM architecture. An attention layer allows for calculation of significance of each term…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMisinformation and Its Impacts · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
