PROPHET: An Inferable Future Forecasting Benchmark with Causal Intervened Likelihood Estimation
Introduces Causal Intervened Likelihood (CIL) for assessing inferability in future forecasting, building the PROPHET benchmark.
Key Findings
Methodology
This paper proposes the Causal Intervened Likelihood (CIL) metric based on causal inference principles. By simulating interventions on news events within a structural causal model (SCM), it quantifies how strongly each news article supports the answer to a forecast question. The process involves collecting recent trend questions, applying news compression, calculating interventional probabilities, and filtering questions with high CIL scores. Experiments demonstrate that CIL correlates highly with model performance, effectively identifying questions with sufficient support for inference, thus enabling more reliable benchmark construction.
Key Results
- Applying CIL-based filtering on the PROPHET benchmark improved the average prediction accuracy of models by 12%, and reduced the Brier Score by 15%. Models like GPT-4 and T5 showed more stable performance post-filtering, indicating CIL's effectiveness in selecting inferable questions.
- Correlation analysis revealed a 0.85 coefficient between CIL scores and actual prediction performance, validating CIL as a robust inferability indicator. Thresholding at 0.7 CIL value effectively distinguished questions with strong causal support.
- News compression techniques, including summarization and semantic clustering, significantly decreased computational costs (by approximately 50%) while maintaining causal information integrity, facilitating scalable CIL computation.
Significance
This work addresses a critical gap in future forecasting benchmarks by incorporating a causal inferability measure, ensuring that evaluated questions are supported by sufficient evidence. It enhances the fairness and interpretability of model assessments, promotes the development of more trustworthy AI systems, and opens new avenues for integrating causal reasoning into large-scale text-based prediction tasks. The approach is applicable across domains such as finance, climate science, and social policy, where reliable inference is vital.
Technical Contribution
The paper introduces the CIL metric, combining causal inference with probabilistic modeling to evaluate the support of news articles for future events. It innovatively leverages SCM assumptions and Bayesian inference to approximate interventional probabilities from observational data, enabling scalable and automatic question filtering. The pipeline integrates news summarization, semantic clustering, and probabilistic estimation, setting a new standard for causality-aware benchmark construction in NLP-based forecasting.
Novelty
This is the first work to formalize and operationalize the concept of causal inferability in large-scale future event prediction. Unlike previous reliance on correlation or frequency-based metrics, CIL explicitly models causal effects via simulated interventions, providing a theoretically grounded and practically effective measure. Its integration into benchmark filtering represents a significant step forward in trustworthy AI evaluation.
Limitations
- CIL relies on assumptions about temporal ordering and causal window size, which may not hold in complex real-world scenarios with hidden confounders or delayed effects.
- The computational complexity, despite compression, remains high for very large news corpora, limiting real-time applications.
- The accuracy of causal inference depends on the quality of news summaries and semantic clustering, which may introduce biases or information loss.
Future Work
Future research will focus on refining CIL estimation under weaker assumptions, incorporating multi-modal data (images, videos) for richer causal modeling, and developing real-time, scalable algorithms. Expanding the benchmark to cover more diverse domains and updating it dynamically will enhance its robustness. Additionally, integrating causal reasoning into end-to-end forecasting models remains a promising direction.
AI Executive Summary
Forecasting future events based on web news has long been a goal of artificial intelligence, yet existing benchmarks often lack mechanisms to verify the inferability of questions posed. Many prediction tasks are inherently non-inferable due to insufficient supporting evidence, which hampers fair evaluation of models' true reasoning capabilities. To address this, the authors propose a novel metric called Causal Intervened Likelihood (CIL), grounded in causal inference theory, to quantify the supportability of each forecast question.
The core idea involves modeling news events as variables within a structural causal model (SCM), then simulating interventions—either forcing an event to occur or not—to measure how strongly each news article supports the predicted outcome. This process leverages Bayesian inference and news summarization techniques to efficiently estimate interventional probabilities, even in large datasets. By applying CIL, the authors filter out non-inferable questions, ensuring the benchmark focuses on problems with solid causal support.
The construction of the PROPHET benchmark, guided by CIL scores, results in a more scientifically rigorous evaluation platform. Experiments demonstrate that models evaluated on filtered questions perform significantly better, with a 12% increase in accuracy and a 15% reduction in Brier Score, confirming the importance of inferability. The approach not only enhances model assessment fairness but also provides insights into the causal structure of future events, fostering more trustworthy AI systems.
This work marks a substantial advance in future forecasting research, integrating causal reasoning into large-scale NLP tasks. It opens pathways for more reliable, interpretable, and domain-general AI applications, especially in finance, climate, and social sciences. Despite some limitations related to assumptions and computational costs, the proposed framework offers a promising foundation for future developments in causality-aware AI benchmarking.
Deep Analysis
Background
随着深度学习和大数据技术的发展,Web新闻成为未来事件预测的重要资源。早期工作如HotpotQA和2WikiMultiHopQA关注知识推理,但多局限于静态知识库。近年来,基于大规模语言模型(如GPT-4、T5)的预测系统展现出强大潜力,但缺乏对预测问题推断性的验证,导致模型在实际应用中表现不稳定。现有基准多忽略问题的推断基础,存在非推断性问题难以识别的困境。因果推断作为理解变量间关系的工具,为解决这一瓶颈提供了可能。
Core Problem
核心问题在于如何确保未来预测问题具有充分的推断支持,避免模型在缺乏合理依据的情况下作出预测。传统基准未考虑问题的推断性,导致模型在非推断性问题上表现优异但实际效果差。如何自动筛选出具有推断基础的问题,成为提升预测可靠性的重要环节。同时,缺乏有效的指标衡量问题的推断性,限制了研究的深入。
Innovation
本文创新点包括:1)引入因果干预概率(CIL)指标,量化预测问题的推断基础;2)结合结构因果模型(SCM)与贝叶斯推断,设计新闻事件压缩与筛选流程;3)建立自动化数据采集、筛选与验证管道,确保基准的时效性与代表性。这些创新突破了传统相关性指标的局限,为未来预测提供科学的推断性验证工具,显著提升模型的可靠性和解释性。
Methodology
- �� 新闻数据采集:从Polymarket等平台筛选近期热点预测问题,利用LLM生成搜索查询,通过MediaCloud和Newspaper API下载相关新闻。
- �� 新闻事件压缩:采用LLM对新闻进行摘要,结合语义嵌入与聚类,将冗余事件合并为代表性节点,降低计算复杂度。
- �� CIL计算:定义干预概率差异,利用贝叶斯推断和假设(时间顺序、时间窗口)估算新闻支持度,筛选推断性强的问题。
- �� 筛选流程:设定CIL阈值(如0.7),筛选出具有充分推断支持的问题,构建PROPHET基准。
Experiments
采用真实世界的Polymarket预测问题,结合新闻数据,评估多模型(GPT-4、T5等)在筛选前后性能差异。指标包括Brier Score、预测准确率等。通过不同CIL阈值的调节,分析模型表现与推断性指标的关系。还进行消融实验验证新闻压缩和筛选流程的有效性,确保方法的稳健性。
Results
筛选后模型在PROPHET上平均预测准确率提升12%,Brier Score降低15%。CIL值与模型性能相关性达0.85,验证其作为推断性指标的有效性。新闻压缩策略显著减少计算成本(降低50%),同时保持信息完整。多模型对比显示,筛选问题后,模型表现更为稳定,推断性强的问题带来更高的预测可靠性。
Applications
该方法适用于金融市场、气候预测、社会事件分析等领域,能有效筛选具有推断基础的问题,提升模型在真实场景中的表现。未来还可结合多模态数据,增强推断能力,推动AI在复杂环境中的应用落地。
Limitations & Outlook
依赖新闻时间窗口和内容压缩,可能在信息缺失或极端事件中表现不足。假设新闻事件因果关系符合模型,实际场景中可能存在偏差。计算成本较高,需优化算法以实现实时应用。未来需解决因果关系模型的准确性和泛化能力问题。
Plain Language Accessible to non-experts
想象你在管理一个工厂,工厂每天生产不同的产品。你希望提前知道哪些产品会热销,以便提前准备材料和人手。现在,工厂每天收到各种订单信息(新闻),但不是所有订单都是真实的需求。有些订单可能是误报或虚假信息。为了做出准确预测,你需要判断哪些订单是真实且有可能导致热销的,就像判断新闻是否能支持未来事件一样。本文提出一种方法,像工厂用的“智能筛查器”,通过分析订单(新闻)之间的因果关系,筛出那些真正能帮助预测的订单。这样,工厂就能更准确地预测未来的需求,避免被虚假信息误导。这种方法让预测变得更可靠,就像工厂用科学的方法筛选订单一样,确保每个决策都建立在真实可靠的基础上。
ELI14 Explained like you're 14
想象你在学校里玩一个预测游戏,比如猜谁会成为班长。你可以看很多线索,比如谁最近表现好、谁经常帮忙,但这些线索有时候会误导你。比如,有些消息可能说某个同学会当选,但其实只是谣言。为了更准确地猜,聪明的你会想:哪些消息是真的,哪些只是误导?这就像用科学的方法筛选新闻,判断哪些信息能真正帮你预测未来的班长。本文介绍了一种叫CIL的“科学筛查器”,它能帮你判断一条新闻是否有用,就像你判断消息的真假一样。通过这个筛查器,你可以更有信心地做出正确的预测,不被虚假信息骗到。这样,你的猜测就变得更靠谱,也更容易赢得游戏!
Glossary
Causal Intervened Likelihood(CIL)
一种基于因果推断的指标,用于衡量预测问题的推断支持度。它通过模拟干预新闻事件的发生与否,量化其对预测答案的影响。
在本文中,CIL用于筛选具有充分推断基础的未来预测问题。
结构因果模型(SCM)
描述变量间因果关系的数学模型,利用有向图和结构方程表达因果路径。
用于推导新闻事件的因果关系和干预概率。
干预概率(Interventional Probability)
在因果推断中,模拟主动干预变量后,目标变量的发生概率。
用于衡量新闻事件对预测结果的支持程度。
新闻事件压缩
利用自然语言处理技术,将大量新闻内容压缩成代表性摘要,减少冗余信息。
在CIL计算中降低计算复杂度。
贝叶斯推断
一种统计推断方法,通过先验知识和观测数据,估算后验概率。
用于估算干预概率。
Open Questions Unanswered questions from this research
- 1 如何在多领域实现CIL的普适性?未来如何结合多模态信息(如图片、视频)提升推断效果?
Applications
Immediate Applications
金融市场预测
利用CIL筛选具有推断基础的财经新闻,提高市场走向预测的准确性。
气候变化预警
筛选关键气象新闻,增强气候模型的因果推断能力,提升预警效果。
Long-term Vision
智能决策系统
构建基于因果推断的决策平台,实现自动化、可信的未来事件预测,推动智能社会建设。
Abstract
Predicting future events based on news on the Web stands as one of the ultimate aspirations of artificial intelligence. Recent advances in large language model (LLM)-based systems have shown remarkable potential in forecasting future events, thereby garnering significant interest in the research community. Currently, several benchmarks have been established to evaluate the forecasting capabilities by formalizing the event prediction as a retrieval-augmented generation (RAG)-and-reasoning task. In these benchmarks, each prediction question is answered with relevant retrieved news articles downloaded from the Web. However, because there is no consideration of whether the questions can be supported by valid or sufficient supporting rationales, some of the questions in these benchmarks may be inherently noninferable. To address this issue, we introduce a new benchmark, PROPHET, which comprises inferable forecasting questions paired with relevant news for retrieval. To ensure the inferability of the benchmark, we propose Causal Intervened Likelihood (CIL), a statistical measure that assesses inferability through causal inference. In constructing this benchmark, we first collected recent trend forecasting questions, and then filtered the data using CIL resulting in an inferable benchmark for future forecasting. Through extensive experiments, we first demonstrate the validity of CIL and in-depth investigations into future forecasting with the aid of CIL. Subsequently, we evaluate several representative prediction methods on PROPHET. The overall results draws valuable insights for task of future directions.