Identifying Clickbait: A Multi-Strategy Approach Using Neural Networks
Vaibhav Kumar, Dhruv Khattar, Siddhartha Gairola, Yash Kumar Lal,, Vasudeva Varma

TL;DR
This paper presents a multi-strategy neural network approach for clickbait detection that integrates text, image, and source-target similarity analysis, achieving state-of-the-art results on social media posts.
Contribution
It introduces a novel neural network model combining bidirectional LSTM with attention, Siamese networks, and image embeddings to improve clickbait detection beyond feature engineering methods.
Findings
Achieved an F1 score of 65.37% on a large social media dataset.
Outperformed previous state-of-the-art methods in clickbait detection.
Demonstrated the effectiveness of integrating image data with text analysis.
Abstract
Online media outlets, in a bid to expand their reach and subsequently increase revenue through ad monetisation, have begun adopting clickbait techniques to lure readers to click on articles. The article fails to fulfill the promise made by the headline. Traditional methods for clickbait detection have relied heavily on feature engineering which, in turn, is dependent on the dataset it is built for. The application of neural networks for this task has only been explored partially. We propose a novel approach considering all information found in a social media post. We train a bidirectional LSTM with an attention mechanism to learn the extent to which a word contributes to the post's clickbait score in a differential manner. We also employ a Siamese net to capture the similarity between source and target information. Information gleaned from images has not been considered in previous…
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 · Sentiment Analysis and Opinion Mining · Topic Modeling
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
