arXiv:2506.11600cs.IRcs.AI2025-06被引 2

用知识图谱增强大模型,自动识别新闻中的隐含因果关系。

GraphRAG-Causal: A novel graph-augmented framework for causal reasoning and annotation in news

论文配图:GraphRAG-Causal: A novel graph-augmented framework for causal reasoning and annotation in news
图 1 · 摘自论文原文
  • 将新闻标题转为因果图,结合语义与结构检索
  • 仅用20个样例即达82.1%的因果分类准确率
  • 适合新闻可信度评估与假信息检测场景

GraphRAG-Causal 提出一种融合图结构检索与大语言模型的新框架,用于提升新闻分析中的因果推理能力。传统NLP方法在低数据场景下难以识别复杂隐含因果关系。本方法通过将标注后的新闻标题转化为包含因果、结果和触发关系的结构化因果知识图谱,利用Neo4j数据库存储图谱及其嵌入表示,并采用混合式Cypher查询,同时匹配语义与结构相似事件。该框架包含三阶段:数据准备阶段将新闻句转化为因果图;图检索阶段在Neo4j中通过混合查询高效匹配相似事件;大模型推理阶段采用基于XML的少样本提示,在少量示例(仅20个)下完成因果关系分类与标注。实验表明,该方法在因果分类任务上达到82.1%的F1分数,显著提升准确性与一致性,适用于新闻可靠性评估、虚假信息检测与政策分析等实时应用。

原文摘要 · Abstract (English)

GraphRAG-Causal introduces an innovative framework that combines graph-based retrieval with large language models to enhance causal reasoning in news analysis. Traditional NLP approaches often struggle with identifying complex, implicit causal links, especially in low-data scenarios. Our approach addresses these challenges by transforming annotated news headlines into structured causal knowledge graphs. It then employs a hybrid retrieval system that merges semantic embeddings with graph-based structural cues leveraging Neo4j to accurately match and retrieve relevant events. The framework is built on a three-stage pipeline: First, during Data Preparation, news sentences are meticulously annotated and converted into causal graphs capturing cause, effect, and trigger relationships. Next, the Graph Retrieval stage stores these graphs along with their embeddings in a Neo4j database and utilizes hybrid Cypher queries to efficiently identify events that share both semantic and structural similarities with a given query. Finally, the LLM Inference stage utilizes these retrieved causal graphs in a few-shot learning setup with XML-based prompting, enabling robust classification and tagging of causal relationships. Experimental evaluations demonstrate that GraphRAG-Causal achieves an impressive F1-score of 82.1% on causal classification using just 20 few-shot examples. This approach significantly boosts accuracy and consistency, making it highly suitable for real-time applications in news reliability assessment, misinformation detection, and policy analysis.

因果推理知识图谱新闻分析少样本学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。