ClickbaitTacticsDetection
收藏资源简介:
本文介绍了一个名为ClickbaitTacticsDetection的数据集,该数据集由霍隆理工学院计算机科学系和阿菲卡工程学院智能系统系的研究人员创建。该数据集包含通过系统性地增加真实新闻标题并使用预定义的点击诱饵策略目录生成的合成数据。数据集旨在帮助研究人员进行可控的实验和详细的模型行为分析。该数据集支持一个两阶段框架,用于自动分析点击诱饵标题,包括检测和策略归因。在检测阶段,研究人员比较了微调的BERT分类器与大型语言模型(LLMs),如GPT-4.0和Gemini 2.4Flash,在零样本提示和少量样本提示下的表现。在归因阶段,一个专门的BERT基础分类器预测每个标题中存在的特定点击诱饵策略。该数据集对于评估和改进解释性AI模型在点击诱饵检测和策略归因方面的能力具有重要意义。
This paper introduces a dataset named ClickbaitTacticsDetection, developed by researchers from the Department of Computer Science at Holon Institute of Technology and the Department of Intelligent Systems at Afeka College of Engineering. This dataset consists of synthetic data generated by systematically augmenting real news headlines using a predefined catalog of clickbait tactics. It is designed to help researchers conduct controlled experiments and detailed analyses of model behavior. The dataset supports a two-stage framework for the automated analysis of clickbait headlines, including detection and tactic attribution. In the detection stage, researchers compared the performance of fine-tuned BERT classifiers with that of Large Language Models (LLMs) such as GPT-4.0 and Gemini 2.4Flash under both zero-shot prompting and few-shot prompting settings. In the attribution stage, a specialized BERT-base classifier predicts the specific clickbait tactics present in each headline. This dataset holds significant importance for evaluating and improving the capabilities of explainable AI models in clickbait detection and tactic attribution.
数据集概述
项目背景
- 项目名称:Bait Buster - Clickbait Detection and Tactics Attribution (NLP-HIT 2025)
- 开发背景:作为哈尔滨工业大学(HIT)2025年NLP课程项目的一部分
任务目标
- 检测点击诱饵标题:使用NLP技术和预训练模型
- 归因点击诱饵策略:为每个标题识别具体的点击诱饵策略或风格模式
- 比较方法:单步GPT提示(使用GPT-4o mini和Gemini-2.0 Flash)与使用BERT的两步分类
任务规范
- 输入:短新闻标题(原始或修改为点击诱饵形式),通常包含15-20个单词
- 输出:
- 二元分类:点击诱饵(1)或非点击诱饵(0)
- 如果分类为点击诱饵:执行多标签分类以识别具体的点击诱饵策略
- 评估指标:
- 点击诱饵检测:准确率、精确率、召回率、F1分数
- 策略归因(多标签分类):宏观/微观F1分数
数据集生成
- 生成方法:使用自定义Python脚本生成
- 基础数据:从名为news_data.csv的CSV文件加载真实新闻标题(包含原始非点击诱饵标题)
- 点击诱饵策略定义(10种):
- 好奇心缺口
- 夸张
- 情感触发
- 煽情主义
- 列表/最高级
- 模糊引用
- 直接呼吁
- 未完成叙事
- 意外关联
- 挑衅性问题
- 生成过程:为每个真实标题随机选择几种策略,使用GPT将标题重写为点击诱饵版本,保留原始事实内容但改变风格以反映所选点击诱饵技术
团队信息
- 团队成员:
- Lihi Nofar
- Aviv Elbaz
- Tomer Portal
- 讲师:Sasha Apartsin




