paper-with-me

Papers

Clickbait Classification and Spoiling Using Natural Language Processing

2023-06-16 · Adhitya Thirumala, Elisa Ferracane

Clickbait is the practice of engineering titles to incentivize readers to click through to articles. Such titles with sensationalized language reveal as little information as possible. Occasionally, clickbait will be intentionally misleading, so natural language processing (NLP) can scan the article and answer the question posed by the clickbait title, or spoil it. We tackle two tasks: classifying the clickbait into one of 3 types (Task 1), and spoiling the clickbait (Task 2). For Task 1, we propose two binary classifiers to determine the final spoiler type. For Task 2, we experiment with two approaches: using a question-answering model to identify the span of text of the spoiler, and using a large language model (LLM) to generate the spoiler. Because the spoiler is contained in the article, we frame the second task as a question-answering approach for identifying the starting and ending positions of the spoiler. We created models for Task 1 that were better than the baselines proposed by the dataset authors and engineered prompts for Task 2 that did not perform as well as the baselines proposed by the dataset authors due to the evaluation metric performing worse when the output text is from a generative model as opposed to an extractive model.

📄 PDF Abstract BibTeX arXiv:2306.14907

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesClassificationLanguage ModellingLarge Language ModelQuestion AnsweringTask 2

Similar Papers 제목 키워드 기반

Low-Resource Clickbait Spoiling for Indonesian via Question Answering

2023-10-12 · Ni Putu Intan Maharani, Ayu Purwarianti, Alham Fikri Aji

Clickbait spoiling aims to generate a short text to satisfy the curiosity induced by a clickbait post. As it is a newly introduced task, the dataset is only available in English so far. Our contributions include the cons…

Question Answering

Click it or Leave it: Detecting and Spoiling Clickbait with Informativeness Measures and Large Language Models

2026-02-20 · Wojciech Michaluk, Tymoteusz Urban, Mateusz Kubita, Soveatin Kuntur 외 arxiv

Clickbait headlines degrade the quality of online information and undermine user trust. We present a hybrid approach to clickbait detection that combines transformer-based text embeddings with linguistically motivated in…

Clickbait Spoiling via Question Answering and Passage Retrieval

2022-03-19 · ACL 2022 5 · Matthias Hagen, Maik Fröbe, Artur Jurk, Martin Potthast

We introduce and study the task of clickbait spoiling: generating a short text that satisfies the curiosity induced by a clickbait post. Clickbait links to a web page and advertises its contents by arousing curiosity ins…

Passage RetrievalQuestion AnsweringRetrieval

Mitigating Clickbait: An Approach to Spoiler Generation Using Multitask Learning

2024-05-07 · Sayantan Pal, Souvik Das, Rohini K. Srihari

This study introduces 'clickbait spoiling', a novel technique designed to detect, categorize, and generate spoilers as succinct text responses, countering the curiosity induced by clickbait content. By leveraging a multi…

Multi-Task LearningQuestion Answering

Web-based Application for Detecting Indonesian Clickbait Headlines using IndoBERT

2021-02-21 · Muhammad Noor Fakhruzzaman, Sie Wildan Gunawan

With increasing usage of clickbaits in Indonesian Online News, newsworthy articles sometimes get buried among clickbaity news. A reliable and lightweight tool is needed to detect such clickbaits on-the-go. Leveraging sta…

ArticlesLanguage ModelingLanguage Modelling