paper-with-me

홈 › Papers

Can Large Language Models Infer Causation from Correlation?

2023-06-09 · Zhijing Jin, Jiarui Liu, Zhiheng Lyu, Spencer Poff, Mrinmaya Sachan, Rada Mihalcea, Mona Diab, Bernhard Schölkopf

Causal inference is one of the hallmarks of human intelligence. While the field of CausalNLP has attracted much interest in the recent years, existing causal inference datasets in NLP primarily rely on discovering causality from empirical knowledge (e.g., commonsense knowledge). In this work, we propose the first benchmark dataset to test the pure causal inference skills of large language models (LLMs). Specifically, we formulate a novel task Corr2Cause, which takes a set of correlational statements and determines the causal relationship between the variables. We curate a large-scale dataset of more than 200K samples, on which we evaluate seventeen existing LLMs. Through our experiments, we identify a key shortcoming of LLMs in terms of their causal inference skills, and show that these models achieve almost close to random performance on the task. This shortcoming is somewhat mitigated when we try to re-purpose LLMs for this skill via finetuning, but we find that these models still fail to generalize -- they can only perform causal inference in in-distribution settings when variable names and textual expressions used in the queries are similar to those in the training set, but fail in out-of-distribution settings generated by perturbing these queries. Corr2Cause is a challenging task for LLMs, and would be helpful in guiding future research on improving LLMs' pure reasoning skills and generalizability. Our data is at https://huggingface.co/datasets/causalnlp/corr2cause. Our code is at https://github.com/causalNLP/corr2cause.

📄 PDF Abstract BibTeX arXiv:2306.05836

Code (1)

causalnlp/corr2cause 공식 구현 pytorch

Tasks

Causal Inference

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

A causation coefficient and taxonomy of correlation/causation relationships

2017-08-05 · Joshua Brulé

This paper introduces a causation coefficient which is defined in terms of probabilistic causal models. This coefficient is suggested as the natural causal analogue of the Pearson correlation coefficient and permits comp…

Correlation vs causation in Alzheimer's disease: an interpretability-driven study

2025-06-11 · Hamzah Dabool, Raghad Mustafa

Understanding the distinction between causation and correlation is critical in Alzheimer's disease (AD) research, as it impacts diagnosis, treatment, and the identification of true disease drivers. This experiment invest…

Causal InferenceFeature Importance

The BECauSE Corpus 2.0: Annotating Causality and Overlapping Relations

2017-04-01 · WS 2017 4 · Jesse Dunietz, Lori Levin, Jaime Carbonell

Language of cause and effect captures an essential component of the semantics of a text. However, causal language is also intertwined with other semantic relations, such as temporal precedence and correlation. This makes…

Decision Making

Review on Causality Detection Based on Empirical Dynamic Modeling

2023-12-26 · Cao Zhihao, Qu Hongchun

In contemporary scientific research, understanding the distinction between correlation and causation is crucial. While correlation is a widely used analytical standard, it does not inherently imply causation. This paper …

Time Series

Prompting Strategies for Enabling Large Language Models to Infer Causation from Correlation

2024-12-18 · Eleni Sgouritsa, Virginia Aglietti, Yee Whye Teh, Arnaud Doucet 외

The reasoning abilities of Large Language Models (LLMs) are attracting increasing attention. In this work, we focus on causal reasoning and address the task of establishing causal relationships based on correlation infor…

Causal Discovery