English

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

Information Retrieval 2025-06-16 v1 Artificial Intelligence

Abstract

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.

Keywords

Cite

@article{arxiv.2506.11600,
  title  = {GraphRAG-Causal: A novel graph-augmented framework for causal reasoning and annotation in news},
  author = {Abdul Haque and Umm e Hani and Ahmad Din and Muhammad Babar and Ali Abbas and Insaf Ullah},
  journal= {arXiv preprint arXiv:2506.11600},
  year   = {2025}
}

Comments

18 pages, 8 figures

R2 v1 2026-07-01T03:15:29.473Z