paper-with-me

Papers

Clickbait Detection with Style-aware Title Modeling and Co-attention

2020-10-01 · CCL 2020 10 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Clickbait is a form of web content designed to attract attention and entice users to click on specific hyperlinks. The detection of clickbaits is an important task for online platforms to improve the quality of web content and the satisfaction of users. Clickbait detection is typically formed as a binary classification task based on the title and body of a webpage, and existing methods are mainly based on the content of title and the relevance between title and body. However, these methods ignore the stylistic patterns of titles, which can provide important clues on identifying clickbaits. In addition, they do not consider the interactions between the contexts within title and body, which are very important for measuring their relevance for clickbait detection. In this paper, we propose a clickbait detection approach with style-aware title modeling and co-attention. Specifically, we use Transformers to learn content representations of title and body, and respectively compute two content-based clickbait scores for title and body based on their representations. In addition, we propose to use a character-level Transformer to learn a style-aware title representation by capturing the stylistic patterns of title, and we compute a title stylistic score based on this representation. Besides, we propose to use a co-attention network to model the relatedness between the contexts within title and body, and further enhance their representations by encoding the interaction information. We compute a title-body matching score based on the representations of title and body enhanced by their interactions. The final clickbait score is predicted by a weighted summation of the aforementioned four kinds of scores. Extensive experiments on two benchmark datasets show that our approach can effectively improve the performance of clickbait detection and consistently outperform many baseline methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClickbait Detection

Similar Papers 제목 키워드 기반

BanglaBait: Semi-Supervised Adversarial Approach for Clickbait Detection on Bangla Clickbait Dataset

2023-11-10 · MD. Motahar Mahtab, Monirul Haque, Mehedi Hasan, Farig Sadeque

Intentionally luring readers to click on a particular content by exploiting their curiosity defines a title as clickbait. Although several studies focused on detecting clickbait titles in English articles, low resource l…

ArticlesClickbait Detection

A Novel Contrastive Learning Method for Clickbait Detection on RoCliCo: A Romanian Clickbait Corpus of News Articles

2023-10-10 · Daria-Mihaela Broscoteanu, Radu Tudor Ionescu

To increase revenue, news websites often resort to using deceptive news titles, luring users into clicking on the title and reading the full news. Clickbait detection is the task that aims to automatically detect this fo…

ArticlesClickbait DetectionContrastive Learning

Hooks in the Headline: Learning to Generate Headlines with Controlled Styles

2020-04-04 · ACL 2020 6 · Di Jin, Zhijing Jin, Joey Tianyi Zhou, Lisa Orii 외

Current summarization systems only produce plain, factual headlines, but do not meet the practical needs of creating memorable titles to increase exposure. We propose a new task, Stylistic Headline Generation (SHG), to e…

Headline Generation

Towards Reliable Online Clickbait Video Detection: A Content-Agnostic Approach

2019-07-17 · Lanyu Shang, Daniel Zhang, Michael Wang, Shuyue Lai 외

Online video sharing platforms (e.g., YouTube, Vimeo) have become an increasingly popular paradigm for people to consume video contents. Clickbait video, whose content clearly deviates from its title/thumbnail, has emerg…

Clickbait Detection

Machine Learning Based Detection of Clickbait Posts in Social Media

2017-10-05 · Xinyue Cao, Thai Le, Jason, Zhang

Clickbait (headlines) make use of misleading titles that hide critical information from or exaggerate the content on the landing target pages to entice clicks. As clickbaits often use eye-catching wording to attract view…

BIG-bench Machine LearningClickbait Detection