PartisanLens
收藏资源简介:
PartisanLens是一个多语言数据集,专注于超党派、立场检测和PRCT,包含人工编写的理由和详细注释。数据集包括超党派注释、立场检测(支持、反对或中立)和PRCT标签(人口替代阴谋论)。每个样本包含政治文本段、任务特定标签(超党派、立场、PRCT)和跨度注释(负载语言、名称调用和恐惧诉求)。
PartisanLens is a multilingual dataset focused on hyperpartisanship, stance detection and PRCT, with human-written justifications and detailed annotations. The dataset includes hyperpartisanship annotations, stance detection labels (support, oppose or neutral) and PRCT tags (population replacement conspiracy theories). Each sample contains political text segments, task-specific labels (hyperpartisanship, stance, PRCT) and span annotations (loaded language, name-calling and fear appeals).
PartisanLens 数据集概述
数据集简介
- 名称: PartisanLens
- 类型: 多语言超党派和阴谋论移民叙事数据集
- 核心任务:
- 超党派检测
- 立场检测(支持/反对/中立)
- 人口替代阴谋论(PRCT)识别
数据内容
- 文本类型: 政治文本片段
- 标注维度:
- 超党派标签(显性党派语言)
- 移民立场标签(pro/against/neutral)
- PRCT标签(人口替代阴谋论)
- 语言特征标注(煽动性语言、人身攻击、恐惧诉求)
文件结构
partisanlens/ ├── data/ # 原始数据、关键词和解释 ├── data_curation/ # 数据采样与分析脚本 │ ├── analysis/ # 数据分析脚本 │ └── DPP_extraction.py ├── experiments/ # 模型实验脚本 │ ├── build-templated-rationales.py │ ├── rephrase-rationales.py │ ├── inference.py │ └── finetune.py └── annotation_guidelines.pdf # 标注规范文档
实验功能
1. 解释重构 (rephrase-rationales.py)
- 功能: 使用LLM重构模板化解释
- 输入要求: 需包含id/text/templated_rationales及各任务gold_label的CSV/TSV
- 输出: JSON格式的逐步解释
2. 推理预测 (inference.py)
- 模式:
rationales: 生成推理链解释labels: 直接预测分类标签
- 支持模型: llama3.1-8b/llama3.3-70/nemo
3. 模型微调 (finetune.py)
- 微调选项:
- 带解释监督的微调
- 纯标签分类微调
- 模型支持: 同推理模块
应用场景
- 可解释性AI研究
- 政治偏见与立场分析
- 带解释监督的模型训练
补充资料
- 标注规范: annotation_guidelines.pdf
- 数据统计: data_curation/analysis/
- 引用信息: 论文待发表(暂缺正式引用格式)




