WWTD-2025
收藏资源简介:
该数据集名为'What Would Trump Do',旨在预测特朗普在2025年的行动和决策。它包含2,790个前瞻性预测问题,这些问题通过Lightning Rod SDK从2025年的相关新闻中自动生成,并利用实际发生的事件作为真实标签。数据集分为训练集(2,108个样本)和测试集(682个样本),采用时间分割以避免数据泄漏。每个样本包含唯一标识符、问题文本、正确答案(1表示'是',0表示'否')、预测日期、解决日期等信息。数据集适用于文本生成任务,特别关注政治预测和强化学习应用。经过微调的模型在预测准确性和校准误差方面均优于GPT-5,展示了数据集在训练高效预测模型方面的潜力。
This dataset, titled 'What Would Trump Do', is designed to forecast the actions and decisions of Donald Trump in 2025. It comprises 2,790 forward-looking prediction questions, which are automatically generated from news content related to the year 2025 via the Lightning Rod SDK, with actual realized events serving as ground truth labels. The dataset is divided into a training set (2,108 samples) and a test set (682 samples), adopting a temporal split strategy to avoid data leakage. Each sample contains metadata including a unique identifier, question text, correct answer (1 represents 'Yes' while 0 represents 'No'), prediction date, and resolution date. This dataset is applicable to text generation tasks, with a specific focus on political forecasting and reinforcement learning applications. Fine-tuned models have demonstrated superior performance over GPT-5 in both prediction accuracy and calibration error, highlighting the dataset's potential for training high-performance predictive models.
数据集概述:What Would Trump Do? (WWTD-2025)
基本信息
- 数据集名称:What Would Trump Do?
- 创建者:LightningRodLabs
- 许可证:MIT
- 任务类别:文本生成
- 主要语言:英语
- 标签:预测、政治、特朗普、未来即标签、强化学习
- 数据规模:1K<n<10K
- 数据条目总数:2,790
数据集描述
该数据集旨在训练AI模型预测特朗普政府的行动。它使用Lightning Rod SDK和前瞻性数据自动生成,核心方法是将“未来作为标签”。数据集包含从2025年特朗普相关新闻中生成的、具有高置信度真实标签的前瞻性预测问题。
数据生成与内容
- 生成方法:使用Lightning Rod SDK,通过指定种子新闻、指令和示例,自动生成关于特朗普行动、决策、立场和声明的二元预测问题。
- 问题示例:问题具有自包含、可通过网络搜索验证、具有新闻价值等特性,并包含具体日期。
- 数据划分:采用时间划分法以避免时间泄漏。最终划分为训练集2,108条,测试集682条。训练集基础率(答案为“是”的比例)为36.5%,测试集为32.4%。
- 额外测试集:包含一个
test_no_ctx划分(682条),其问题与测试集相同但移除了上下文,用于评估模型在无信息情况下的不确定性表达能力。
数据集模式(Schema)
| 列名 | 类型 | 描述 |
|---|---|---|
sample_id |
字符串 | 每个样本的唯一标识符 |
prompt |
字典列表 | 聊天格式的提示 |
question_text |
字符串 | 纯文本的预测问题 |
answer_type |
字符串 | 答案类型(“binary”) |
answer_parser_type |
字符串 | 解析器类型(“binary”) |
reward_function_type |
字符串 | 奖励函数类型(“binary_brier”) |
correct_answer |
整数 | 真实答案:1(是)或0(否) |
prediction_date |
字符串 | 问题生成日期(ISO格式) |
resolution_date |
字符串 | 结果确定日期 |
date_close |
字符串 | 问题截止日期 |
search_query |
字符串 | 用于查找种子文章的搜索查询 |
url |
字符串 | 源文章URL |
相关资源
- Lightning Rod SDK:https://github.com/lightning-rod-labs/lightningrod-python-sdk
- 未来即标签论文:https://arxiv.org/abs/2601.06336
- 基于结果的强化学习论文:https://arxiv.org/abs/2505.17989
- 数据集下载地址:https://huggingface.co/datasets/LightningRodLabs/WWTD-2025




