Acting Flatterers via LLMs Sycophancy: Combating Clickbait with LLMs Opposing-Stance Reasoning
Chaowei Zhang, Xiansheng Luo, Zewei Zhang, Yi Zhu, Jipeng Qiang, Longwei Wang
TL;DR
This work reframes clickbait detection by exploiting LLM sycophancy to generate opposing-stance reasoning (agree/disagree) via the Self-renewal Opposing-Stance Reasoning Generation (SORG). The reasoning is then used in a local three-encoder BER(T) framework, ORCD, to perform contrastive learning with soft credibility labels and achieve robust binary classification. Across three benchmark datasets, ORCD outperforms prompting-based LLMs, small transformer models, and state-of-the-art baselines, while revealing the importance of each component through ablations and a systematic analysis of sycophancy levels. The approach offers a new interpretability-rich, contrastive signal pipeline for clickbait detection and suggests broader applicability to other discriminative NLP tasks.
Abstract
The widespread proliferation of online content has intensified concerns about clickbait, deceptive or exaggerated headlines designed to attract attention. While Large Language Models (LLMs) offer a promising avenue for addressing this issue, their effectiveness is often hindered by Sycophancy, a tendency to produce reasoning that matches users' beliefs over truthful ones, which deviates from instruction-following principles. Rather than treating sycophancy as a flaw to be eliminated, this work proposes a novel approach that initially harnesses this behavior to generate contrastive reasoning from opposing perspectives. Specifically, we design a Self-renewal Opposing-stance Reasoning Generation (SORG) framework that prompts LLMs to produce high-quality agree and disagree reasoning pairs for a given news title without requiring ground-truth labels. To utilize the generated reasoning, we develop a local Opposing Reasoning-based Clickbait Detection (ORCD) model that integrates three BERT encoders to represent the title and its associated reasoning. The model leverages contrastive learning, guided by soft labels derived from LLM-generated credibility scores, to enhance detection robustness. Experimental evaluations on three benchmark datasets demonstrate that our method consistently outperforms LLM prompting, fine-tuned smaller language models, and state-of-the-art clickbait detection baselines.
