paper-with-me

홈 › Papers

Constructing and Interpreting Causal Knowledge Graphs from News

2023-05-16 · Fiona Anting Tan, Debdeep Paul, Sahim Yamaura, Miura Koji, See-Kiong Ng

Many financial jobs rely on news to learn about causal events in the past and present, to make informed decisions and predictions about the future. With the ever-increasing amount of news available online, there is a need to automate the extraction of causal events from unstructured texts. In this work, we propose a methodology to construct causal knowledge graphs (KGs) from news using two steps: (1) Extraction of Causal Relations, and (2) Argument Clustering and Representation into KG. We aim to build graphs that emphasize on recall, precision and interpretability. For extraction, although many earlier works already construct causal KGs from text, most adopt rudimentary pattern-based methods. We close this gap by using the latest BERT-based extraction models alongside pattern-based ones. As a result, we achieved a high recall, while still maintaining a high precision. For clustering, we utilized a topic modelling approach to cluster our arguments, so as to increase the connectivity of our graph. As a result, instead of 15,686 disconnected subgraphs, we were able to obtain 1 connected graph that enables users to infer more causal relationships from. Our final KG effectively captures and conveys causal relationships, validated through experiments, multiple use cases and user feedback.

📄 PDF Abstract BibTeX arXiv:2305.09359

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringKnowledge Graphs

Similar Papers 제목 키워드 기반

A High Precision Pipeline for Financial Knowledge Graph Construction

2020-12-01 · COLING 2020 8 · Sarah Elhammadi, Laks V.S. Lakshmanan, Raymond Ng, Michael Simpson 외

Motivated by applications such as question answering, fact checking, and data integration, there is significant interest in constructing knowledge graphs by extracting information from unstructured information sources, p…

ArticlesData IntegrationFact Checkinggraph construction+3

CausalRAG: Integrating Causal Graphs into Retrieval-Augmented Generation

2025-03-25 · Nengbo Wang, Xiaotian Han, Jagdip Singh, Jing Ma 외

Large language models (LLMs) have revolutionized natural language processing (NLP), particularly through Retrieval-Augmented Generation (RAG), which enhances LLM capabilities by integrating external knowledge. However, t…

ChunkingRAGRetrievalRetrieval-augmented Generation+2

Interpreting Graph Neural Networks via Unrevealed Causal Learning

2021-09-29 · WanYu Lin, Hao Lan, Hao Wang, Baochun Li

This paper proposes a new explanation framework, called OrphicX, for generating causal explanations for any graph neural networks (GNNs) based on learned latent causal factors. Specifically, we construct a distinct gener…

Graph Learning

OrphicX: A Causality-Inspired Latent Variable Model for Interpreting Graph Neural Networks

2022-03-29 · CVPR 2022 1 · WanYu Lin, Hao Lan, Hao Wang, Baochun Li

This paper proposes a new eXplanation framework, called OrphicX, for generating causal explanations for any graph neural networks (GNNs) based on learned latent causal factors. Specifically, we construct a distinct gener…

Graph Learning

From Unstructured Text to Causal Knowledge Graphs: A Transformer-Based Approach

2022-02-23 · Scott Friedman, Ian Magnusson, Vasanth Sarathy, Sonja Schmer-Galunder

Qualitative causal relationships compactly express the direction, dependency, temporal constraints, and monotonicity constraints of discrete or continuous interactions in the world. In everyday or academic language, we m…

ArticlesKnowledge Graphsscientific discovery