luoojason's picture
Add files using upload-large-folder tool
f039255 verified
|
Raw
History Blame Contribute Delete
67 kB
Published as a conference paper at ICLR 2024
CAN LARGE LANGUAGE MODELS INFER
CAUSATION FROM CORRELATION?
Jiarui Liu3,∗
Zhijing Jin1,2,∗,‡
Mrinmaya Sachan2 Rada Mihalcea6 Mona Diab3,‡,† Bernhard Schölkopf1,†
1Max Planck Institute for Intelligent Systems, Tübingen, Germany 2ETH Zürich
3LTI, CMU 4University of Hong Kong 5Meta AI
jinzhi@ethz.ch
Zhiheng Lyu4 Spencer Poff5
zhihenglyu.cs@gmail.com
6University of Michigan
jiarui@cmu.edu
4
2
0
2
r
p
A
7
1
]
L
C
.
s
c
[
3
v
6
3
8
5
0
.
6
0
3
2
:
v
i
X
r
a
ABSTRACT
Causal inference is one of the hallmarks of human intelligence. While the field
of Causal NLP 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 can be helpful in guiding future research on
improving LLMs’ pure reasoning skills and generalizability.1
1
INTRODUCTION
Causal inference, i.e., the ability to establish the correct causal relationships between variables or
events, is fundamental to human intelligence. There are two distinct ways this causal inference
capability can be acquired: one through empirical knowledge, e.g., we know from common sense that
touching a hot stove will get us burned; the other through pure causal reasoning, as causality can be
formally argued and reasoned about using known procedures and rules from causal inference (Spirtes
et al., 2000; Pearl, 2009; Peters et al., 2017). One example is that we have the a priori knowledge that
the correlation between A and B does not necessarily imply causality. This is a formal rule that holds
true regardless of the realizations of the variables A and B.
With the rise of large language models (LLMs) (Radford et al., 2019; Devlin et al., 2019; Ouyang
et al., 2022; Zhang et al., 2022; OpenAI, 2023, inter alia), a crucial research question is whether
they can do causal reasoning well. Recent studies have pointed out that LLMs are “causal parrots,”
which recite the causal knowledge in the training data (Zeˇcevi´c et al., 2023). Moreover, the vast
majority of studies frame causal reasoning as a skill to navigate around empirical knowledge (Gordon
et al., 2012; Sap et al., 2019a;b; Qin et al., 2019; Bhagavatula et al., 2020), and also treat LLMs as a
knowledge base when evaluating its causal skills (Kıcıman et al., 2023; Tu et al., 2023; Xie et al.,
2023). However, all the above lines of research frame causality as empirical knowledge, thus relying
heavily on the quality and the coverage of the training data, overlooking the great potential of the
formal causal reasoning skills to process correlational information to causal conclusions.
∗Equal contribution. †Equal supervision. ‡Work originated as a Meta AI internship project involving Zhijing,
Mona, and Spencer.
1Our data is at https://huggingface.co/datasets/causalnlp/corr2cause.
Our code is at https://github.com/causalNLP/corr2cause.
1
Published as a conference paper at ICLR 2024
Figure 1: Illustration of the motivation behind our task and dataset.
Drawing inspirations from technical studies on causal discovery (Spirtes et al., 2000; Spirtes & Zhang,
2016; Glymour et al., 2019), we formulate a novel task for NLP, correlation-to-causation inference
(CORR2CAUSE), which is an important skill for LLMs. Imagine the scenario in Figure 1, where
the training corpus does not tediously cover every causal relation, but more pervasively talk about
correlations, such as which events tend to co-occur. Learning a good CORR2CAUSE skill can enable
LLMs to draw causal relations behind the mere correlational information on the surface. For example,
several decades ago, there might be an observation that female university students tend to perform
better, but behind the correlational statistics is the causal graph that female students have to achieve
extra good performance to get into universities as the first place.
To this end, we collect the CORR2CAUSE dataset, the first dataset to test the pure causal reasoning
abilities of LLMs. All the questions in this dataset are centered around testing when it is valid
or invalid to infer causation from correlation. To systematically compose this dataset, we ground
our generalization process in the formal framework of causal discovery (Spirtes et al., 1993; 2000;
Glymour et al., 2016; Spirtes & Zhang, 2016), which provides rules about how to deduce causal
relations among variables given their statistical correlation in the observational data. We generate
more than 200K data points, and label a correlation-causation statement pair as valid if and only if
there is a bijective mapping between the statistical correlation and the underlying causality.
Based on our CORR2CAUSE dataset with 200K samples, we investigate two main research questions:
(1) How well do existing LLMs perform on this task? (2) Can existing LLMs be re-trained or
re-purposed on this task and obtain robust causal inference skills? Through extensive experiments,
we show empirically that none of the 17 existing LLMs we investigate perform well on this pure
causal inference task. We also show that although LLMs can demonstrate better performance after
being finetuned on the data, the causal inference skills attained by them are not robust. In summary,
our contributions are as follows:
1. We propose the novel task of CORR2CAUSE, to probe an aspect of LLM’s reasoning ability,
pure causal inference;
2. We compose a dataset of over 200K samples, using insights from causal discovery;
3. We evaluate the performance of 17 LLMs on our dataset, finding that all of them perform
poorly, close to the random baseline;
4. We further explored whether LLMs can learn the skill through finetuning, and find that
LLMs fail to robustly acquire this skill in out-of-distribution settings. Finally, we suggest
future work to explore more ways to enhance the pure causal inference skill in LLMs.
2 PRELIMINARIES: CAUSAL INFERENCE
2.1 DIRECTED GRAPHICAL CAUSAL MODELS (DGCMS)
A directed graphical causal model (DGCM) is a commonly used representation to express the causal
relations among a set of variables. Given a set of N variables X = {X1, . . . , XN }, we can encode
the causal relations among them using a directed graph G := (X, E), where E is the set of directed
edges. Each edge ei,j ∈ E represents a causal link Xi → Xj, meaning that Xi is a direct cause of
Xj. In the context of this work, we take the common assumption of directed acyclic graphs (DAGs),
which most causal discovery methods use (Glymour et al., 2019), as graphs with cycles can make the
causal discovery process arbitrarily hard.
2
Previous tasks:Getting burnedTouching a hot stoveCausesNoSuppose we know that A correlates with B.Can we infer that A causes B?Skill being tested in previous work: Empiricalknowledge instead of pure causal inference.Training CorpusIce cream salesHow can LLMs process suchinformation? Correlation?Causation? What causes what?We propose a new task: Corr2Cause InferenceThis requires the skill of inferring causation from correlation*Assumption that we explicitly mention in the samples: We suppose a close system of the given variables and correlations.YesA correlates with B. C correlates with B. However, A is independent of C.Can we infer that A causes B???Drowning casesHot weatherVaccinationAutismTech company CEOsCollege dropoutFatality rateManycorrelations Published as a conference paper at ICLR 2024
Following the graph-theoretic terminology, we use an analogy of the ancestry tree to denote the
relations between two variables. For example, we call Xi as a parent of Xj if there is a directed edge
Xi → Xj in the graph, and, thus, Xj is a child of Xi. Similarly, we denote Xi as an ancestor of Xj
if there exists a directed path from Xi to Xj, and, thus, Xj is a descendent of Xi. Note that a parent
is a special case of an ancestor where the directed path has a length of 1.
For convenience, we also introduce the notions for some special three-variable relations. Given two
variables Xi and Xj, we call a third variable Xk a confounder (i.e., common cause) if Xk is a parent
of both Xi and Xj; a collider (i.e., common effect) if Xk is a child of both Xi and Xj; and a mediator
if Xk is both a child of Xi, and a parent of Xj.
2.2 D-SEPARATION AND MARKOV PROPERTY
D-Separation D-separation (Pearl, 1988) is a fundamental concept in graphical models used to
determine whether two sets of nodes X and Y in a DAG G are conditionally independent given a
third set of nodes Z, where the three sets are disjoint. We say that X and Y are d-separated by Z if
all paths between any node in X and any node in Y are blocked by the conditioning set Z. A path
between X and Y is blocked by Z if there exists a node A ∈ Z which satisfies one of the following
conditions: A is the parent node in a fork structure on the path (i.e., · ← A → ·); A is the mediator
node in a chain structure on the path (i.e., · → A → ·); or in any collider structure on the path (i.e.,
· → A ← ·), Z does not contain A or its descendants.
Markov Property The Markov property in a DAG G states that each node Xi is conditionally
independent of its non-descendants given its parents, namely Xi ⊥⊥ NonDe(Xi)| Pa(Xi), where
NonDe(Xi) denotes the non-descendants of Xi excluding itself, and Pa(Xi) denotes the parents
of Xi. Using the Markov property, we can factorize the joint distribution of all the nodes in the
graph into P (X1, . . . , XN ) = (cid:81)N
i=1 P (Xi|PA(Xi)). To infer the causal graph from probability
distributions, a common assumption is faithfulness, namely the validity to infer all the d-separation
sets in the graph from the independence relations in the probability distribution. In our work, we also
take this broadly taken assumption which holds for most real-world scenarios.
Markov Equivalence of Graphs We denote two DAGs as Markov equivalent if they induce the
same joint distribution P (X). The set of DAGs that are Markov equivalent to each other is called
a Markov equivalence class (MEC). Causal graphs in the same MEC can be easily identified since
they have the same skeleton (i.e., undirected edges) and V-structures (i.e., structures in the form of
A → B ← C where A and C are not connected).
Obviously, there is a one-to-many mapping (i.e., surjection) between the causal graph and statistical
distribution. Namely, each causal graph sufficiently determines a statistical distribution, but from
a statistical distribution, we cannot necessarily induce a unique causal graph. This is why we say
“correlation does not necessarily mean causation”.
2.3 CAUSAL DISCOVERY
Causal discovery aims to learn the causal relations by analyzing statistical properties in the obser-
vational data (Spirtes et al., 1993; 2000; Glymour et al., 2016; Spirtes & Zhang, 2016; Glymour
et al., 2019). It can be achieved through constraint-based methods (Spirtes et al., 2000), score-based
methods (Chickering, 2002), or other methods taking advantage of the functional causal models
(Shimizu et al., 2006; Hoyer et al., 2008; Zhang & Hyvärinen, 2009).
To fit for the spirit of this paper to infer from correlation (expressed in natural language) to causation,
we base our dataset design on the widely-used Peter-Clark (PC) algorithm (Spirtes et al., 2000).
The PC algorithm is based on the principles of conditional independence and the causal Markov
assumption, which allows it to efficiently identify causal relationships among variables in a given
dataset. The algorithm first starts with a fully connected undirected graph among all the variables.
Then it removes the edge between two variables if there is an unconditional or conditional inde-
pendence relationship between them. Afterwards, it orients the directed edges whenever there is a
V-structure. And finally, it iteratively checks the direction of the other edges until the entire causal
graph is consistent with all the statistical correlations.
3
Published as a conference paper at ICLR 2024
Figure 2: Pipeline of the data construction process.
3 DATASET CONSTRUCTION
We introduce the construction of our dataset in this section. We start with our task formulation for
CORR2CAUSE, and then briefly give an overview of the data generation process, followed by detailed
descriptions of each step. We conclude the section with the overall statistics of the dataset.
3.1 TASK FORMULATION
Given a set of N variables X = {X1, . . . , XN }, we have a statement s about all the correlations
among the variables, and a hypothesis h describing the causal relation r between the pair of variables
Xi and Xj. The task is to learn a function f : (s, h) (cid:55)→ v which maps the correlation statement
s and the causal relation hypothesis h to their validity v ∈ {0, 1}, which takes the value 0 if this
inference is invalid, and the value 1 if this inference is valid.
3.2 OVERVIEW OF THE DATA GENERATION PROCESS
We base the construction our dataset on several concepts of causal inference, including the DGCM,
d-separation, and MECs, as introduced in Section 2.
As in the overview of our data generation process in Figure 2, we first choose the number N of
variables (Step 1) and generate all the unique DGCMs with N nodes (Step 2), which we will introduce
in the Section 3.3. Then we collect all the d-separation sets from these graphs to identify MECs
(Step 3) in Section 3.4. Then, in Step 4, we create the formal form of data in Section 3.5. For each
correspondence of the MEC to causal graphs, we compose the correlation statement based on the
statistical relations in the MEC, and hypothesize a causal relation between two variables, and produce
the validity v = 1 if the hypothesis is a shared property of all causal graphs in the MEC, and v = 0 if
the hypothesis is not necessarily true for all the MEC graphs. Finally, we introduce the verbalization
process in Section 3.6.
3.3 CONSTRUCTING THE GRAPHS WITH ISOMORPHISM CHECKS
The first step of the data generation is to compose the causal graphs, as in Step 1 and 2 of Figure 2.
For a set of N variables X = {X1, . . . , XN }, there are N (N − 1) possible directed edges, since
each node can link to any node other than itself. To remove cycles in the graph, we make the nodes
in topological order, which only allows edges Xi → Xj, where i < j. We achieve this by limiting
the adjacency matrix of the graph to only having non-zero values above the diagonal, resulting in
N (N − 1)/2 possible directed edges for the DAGs.
At the first glance, for N nodes, there should be 2N (N −1)/2 possible DAGs (i.e., the power set of all
edges). However, there could be isomorphic graphs in this set. To avoid this, we perform a graph
4
ABC1. Choose thenumber of variables2. Generate all unique causalgraphsBACE.g., N=3ABC...3. Map each graph to a set ofstatistical correlationsACB● A ⫫̸ B,● A ⫫̸ C, ● B ⫫̸ C, and● A ⫫ C | B● A ⫫̸ B,● B ⫫̸ C, and● A ⫫ C Causal GraphsCorrelationsABC1-to-1 MappingMany-to-1MappingCorrelationsHypothesizedCausationValiditySuppose there is a closed system of 3 variables, A, B and C. All the statisticalrelations among these 3 variables are as follows:A correlates with C. B correlates with C. However, A is independent of B.A directly causes B.[The validity label is equivalent to the results after running the PC algorithm.I.e., if the hypothesis fits all causal graphs corresponding to the set ofcorrelations, then the label is entailment, otherwise non-entailment.]ValidVerbalize the statistical correlationsHypothesize a causal relation between two nodes4. Compose the Data Published as a conference paper at ICLR 2024
# Nodes
2
3
4
5
6
Total
# Unique DAGs
2 out of 2
6 out of 23
31 out of 26
302 out of 210
5,984 out of 215
6,325
# Edges/DAG # MECs
0.50
1.67
3.48
5.89
8.77
8.60
2
5
20
142
2,207
2,376
# DAGs/MEC
1.0
1.2
1.55
2.13
2.71
2.66
Table 1: Statistics about the source causal graphs in our dataset. Given the number of nodes, we report
the number of unique DAGs, average number of edges per DAG, number of MECs, and average
number of DAGs per MEC.
isomorphism check (McKay & Piperno, 2014), and reduce the set so that only unique DAGs are
retained, and we show their statistics in Table 1. Although we can handle large graphs, we mostly
focus on smaller graphs that can still lead to a reasonably sized dataset, so we empirically set N = 6,
but future work can use our open-sourced codes to extend to more nodes.
3.4 PROGRAMMATICALLY GENERATING THE D-SEPARATION SETS
Based on the set of unique DAGs, we then programmatically generate the d-separation sets by
graph theoretical conditions, as in Step 3 of Figure 2. To realize this step, we code an efficient
graph-theoretic algorithm to check for all the chain, fork, and collider structures to automatically
identify the set of nodes that d-separate each pair of nodes. Using the d-separation sets and the
faithfulness assumption, we form the statistical correlations as follows. For each pair of nodes, they
are conditionally independent given the variables in the d-separation set. If the d-separation set is
empty, then the two nodes are unconditionally independent. If no d-separation set can be found for
the two nodes, then they are directly correlated.
Moreover, using the d-separation sets, we are able to cluster causal graphs to MECs. We achieve it by
tracing the mapping between the causal graphs and the set of statistical correlations, and backtracking
the graphs with the same d-separation sets to group them in the same MEC. We show in Table 1 that
each MEC contains on average 2.66 DAGs.
3.5 COMPOSING THE HYPOTHESES AND LABEL
After generating the set of correlations based on the d-separation sets, we now generate the causal
hypotheses. For the causal relation r, we focus on six common causal relations between two nodes
introduced in Section 2.1: Is-Parent, Is-Child, Is-Ancestor (excluding the parents), Is-Descendant
(excluding the children), Has-Confounder (i.e., there exists a confounder, or common cause, of the
two nodes), and Has-Collider (i.e., there exists a collider, or common effect, of the two nodes). In this
way, the set of hypotheses contains all six meaningful causal relations between every pair of variables,
resulting in a total size of 6 · N (N − 1)/2 = 3N (N − 1) hypotheses for a graph with N variables.
To generate the ground-truth validity label, we start from the correlation sets in Step 3, then look up
all the causal graphs in the same MEC corresponding to the given set of correlations, and check the
necessity of the hypothesized causal relation. If the causal relationship proposed in the hypothesis
is valid for all causal graphs within the MEC, then we generate the validity v = 1; otherwise, we
generate v = 0. A special case of valid samples is that when the size of the MEC is 1, then there is a
bijective mapping between the causal graph and the d-separation sets, so any hypothesis stating the
causal properties of that unique causal graph is valid.
3.6 VERBALIZING INTO LANGUAGE
Finally, as in the last step of Figure 2, we convert all the information above to text data for our
CORR2CAUSE task. For the correlation statement, we verbalize the set of correlations in Step 3 into
a natural language statement s. When two variables cannot be d-separated, i.e., A ̸⊥⊥ B, then we
describe them as “A correlates with B” since they are directly correlated and cannot be independent
by any condition. And if two variables have a valid d-separation set C, then we describe them as “A
is independent of B given C.” In the special case when the d-separation set is empty, we directly
say “A is independent of B.” In addition, we disambiguate the setting by starting the correlation
statement with the setup of a closed system of the given variables, and no hidden variables: “Suppose
there is a closed system of N variables, A, B, . . . All the statistical relations among these N variables
are as follows:”. Finally, to verbalize the hypothesis, we feed the causal relation triplet (Xi, r, Xj)
5
Published as a conference paper at ICLR 2024
Causal Relation
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
Has-Collider
Has-Confounder
Hypothesis Template
{Var i} directly causes {Var j}.
{Var i} causes something else which causes {Var j}.
{Var j} directly causes {Var i}.
{Var j} is a cause for {Var i}, but not a direct one.
There exists at least one collider (i.e., common effect) of {Var i} and {Var j}.
There exists at least one confounder (i.e., common cause) of {Var i} and {Var j}.
Table 2: Templates for each causal relation in the hypothesis. We use {Var i} and {Var j} as
placeholders for the two variables.
into their hypothesis templates in Table 2. For example, we turn the triplet (A, Is-Parent, B) into “A
directly causes B”, as in the example of Figure 2.
3.7 STATISTICS OF THE RESULTING DATA
We show the statistics of our CORR2CAUSE dataset in Table 3. Overall, our dataset contains 207,972
samples, where 18.57% of the samples have the positive label (i.e., with validity=1). The average
length of the premise is 424.11 tokens, and hypothesis 10.83 tokens. We split the data into 205,734
training samples, 1,076 development and 1,162 test samples.2 Since the main purpose of the dataset
is to benchmark the performance of LLMs, we prioritize the test and development sets to have a
comprehensive coverage over all sizes of graphs. Specifically, we iterate through the subset of our
data for each N , and split it entirely for only the test and development sets if the data is less than 1K,
which is the case for N = 2 and 3. For the other subsets that are larger, we randomly sample up to
1K or 10% of the data, whichever is smaller, to the test and development sets. We set the cap to be 1K
in order to form a reasonable computation budget, since many LLMs are expensive to query in the
inference mode. Aside from the test and valid sets, all the rest of the data goes into the training set.
# Samples
# Test
# Dev
# Train
# Tokens/Premise
# Tokens/Hypothesis
% Positive Labels
Vocab Size
Overall
207,972
1,162
1,076
205,734
424.11
10.83
18.57
65
Statistics by the Number of Nodes N
N = 2 N = 3 N = 4 N = 5 N = 6
198,630
720
522
72
474
72
197,634
576
434.54
104.0
10.83
10.83
18.85
7.50
61
55
8,520
514
482
7,524
212.61
10.83
13.01
57
90
48
42
0
52.0
10.83
3.33
53
12
6
6
0
31.5
10.83
0.00
49
Table 3: Statistics of our CORR2CAUSE dataset, and by subsets. We report the total number of
samples (# Samples); splits of the test (# Test), developement (# Dev) and training sets (# Train);
number of tokens per premise (# Tokens/Premise) and hypothesis (# Tokens/Hypothesis); percentage
of the positive labels (% Positive Labels), and vocabulary size by the number of unique tokens (Vocab
Size). Note that the number of unique graphs and MECs are in Table 1.
4 EXPERIMENTS
4.1 EXPERIMENTAL SETUP
We set up a diverse list of LLMs for the experiments on our CORR2CAUSE dataset. To test existing
LLMs, we first include six commonly used BERT-based NLI models in the transformers library (Wolf
et al., 2020): BERT (Devlin et al., 2019), RoBERTa (Liu et al., 2019), BART (Lewis et al., 2020),
DeBERTa (He et al., 2021), DistilBERT (Sanh et al., 2019), and DistilBART (Shleifer & Rush, 2020).
Apart from these BERT-based NLI models, we also evaluate the general-purpose autoregressive
LLMs based on GPT (Radford et al., 2019): GPT-3 Ada, Babbage, Curie, Davinci (Brown et al.,
2020); its instruction-tuned versions (Ouyang et al., 2022), text-davinci-001, text-davinci-002, and
text-davinci-003; and GPT-3.5 (i.e., ChatGPT), and the latest GPT-4 (OpenAI, 2023) by April 2023,
2Note for our dataset v2.0: We notice that our original data (v1.0) has duplication due to symmetric relations
and verbalizations of the hypothesis. E.g., Is-Parent(A, B) has the exact hypothesis verbalization as Is-Child(B,
A). Hence, for our data v2.0, we perform a careful de-duplication, and update the data statistics in Table 3. See
more version comparison details in Appendix D. Note that, due to the symmetry, the current version is a random
sample half of the size of the original version, so the modeling results in the experiment section roughly hold.
6
Published as a conference paper at ICLR 2024
Random Baselines
Always Majority
Random (Proportional)
Random (Uniform)
BERT-Based Models
BERT MNLI
RoBERTa MNLI
DeBERTa MNLI
DistilBERT MNLI
DistilBART MNLI
BART MNLI
LLaMa-Based Models
LLaMa-7B
Alpaca-7B
GPT-Based Models
GPT-3 Ada
GPT-3 Babbage
GPT-3 Curie
GPT-3 Davinci
GPT-3 Instruct (text-davinci-001)
GPT-3 Instruct (text-davinci-002)
GPT-3 Instruct (text-davinci-003)
GPT-3.5
GPT-4
F1
Precision
Recall Accuracy
0.0
13.5
20.38
2.82
22.79
14.52
20.70
26.74
33.38
26.81
27.37
0.00
27.45
26.43
27.82
17.99
21.87
15.72
21.69
29.08
0.0
12.53
15.11
7.23
34.73
14.71
24.12
15.92
31.59
15.50
15.93
0.00
15.96
15.23
16.57
11.84
13.46
13.4
17.79
20.92
0.0
14.62
31.29
1.75
16.96
14.33
18.13
83.63
35.38
99.42
97.37
0.00
97.95
100.00
86.55
37.43
58.19
19.01
27.78
47.66
84.77
71.46
62.78
81.61
82.50
74.31
78.85
30.23
78.50
17.36
21.33
84.77
21.15
15.23
31.61
48.04
36.69
68.97
69.46
64.60
Table 4: Overall performance. We report F1 (main metric), precision, recall and accuracy. For the
main metric, F1 score, we use the bold font to highlight the overall best performance, and underline
to highlight the best performance within each category of models.
using the OpenAI API (https://openai.com/api/) with temperature 0. We also evaluate the
recent, more efficient models, LLaMa (Touvron et al., 2023) and Alpaca (Taori et al., 2023).
When inspecting the behavior of finetuned models, we adopt a large set of models, including GPT-
based models (GPT-3 Ada, Babbage, Curie, and Davinci) using the OpenAI finetuning API for
classification at https://platform.openai.com/docs/guides/fine-tuning, open-sourced
decoder-only models (GPT2, GPT2-Large, GPT2-XL, LLaMA-7B, and LLaMA2-7B), BERT-based
models from scratch (BERT-Base, BERT-Large, RoBERTa-Base, and RoBERTa-Large), and BERT-
Based NLI models (BERT-Base MNLI, BERT-Large MNLI, RoBERTa-Base MNLI, and RoBERTa-
Large MNLI) using the transformers library (Wolf et al., 2020). See training details in Appendix A.
For the random baselines, we provide “always majority” to predict the majority class 100% of the time,
“random (uniform)” to uniformly sample a label (i.e., 50% for each), and “random (proportional)” to
sample a label from a Bernouli distribution proportional to the development set label distribution.
4.2 THE CORR2CAUSE SKILL IN EXISTING LLMS
We show the performance of seventeen LLMs in Table 4. We can see that pure causal inference is a
very challenging task across all existing LLMs. Among all the LLMs, the best performance is 33.38%
F1 by BART MNLI, which is even higher than the latest GPT-based model, GPT-4. Notably, many
models are worse than random guess, which means that they totally fail at this pure causal inference
task. The observation still holds for few-shot chain-of-thought prompts tested in Appendix G.
4.3 FINETUNED PERFORMANCE
Next, we address the question: Can we re-purpose LLMs to learn this task? The experimental results
in Table 5a of 17 models finetuned on our CORR2CAUSE seem very strong at first sight. Most models
see a substantial increase, among which the finetuned BERT-based NLI models demonstrate the
strongest performance. The best-performing one, RoBERTa-Large MNLI, achieves 94.74% F1 score
on this task, as well as very high precision, recall and accuracy scores.
7
Published as a conference paper at ICLR 2024
F1
Precison Recall Accuracy
F1 (Paraph.)
F1 (Var. Ref.)
92.11
88.60
88.60
91.52
79.85
78.19
81.23
85.52
70.47
69.98
75.00
80.26
Finetuned GPT-Based Models Using OpenAI API
GPT-3 Ada
GPT-3 Babbage
GPT-3 Curie
GPT-3 Davinci
Finetuned Open-Sourced Decoder-Only Models
89.18
GPT2
94.29
GPT2-Large
GPT2-XL
94.30
91.98
LLaMA-7B
LLaMA2-7B
92.92
Finetuned BERT-Based Models
69.29
BERT-Base
85.26
BERT-Large
87.60
RoBERTa-Base
RoBERTa-Large
89.10
Finetuned BERT-Based NLI Models
BERT-Base MNLI
BERT-Large MNLI
RoBERTa-Base MNLI
RoBERTa-Large MNLI
88.03
92.18
91.94
88.62
90.11
54.42
77.51
78.47
82.54
85.49
84.44
90.35
92.24
89.88
90.19
94.27
94.74
90.35
96.49
96.78
95.61
95.91
95.32
94.74
99.12
96.78
94.74
96.78
98.54
97.37
92.92
92.48
93.77
95.28
96.66
98.22
98.22
97.46
97.77
87.13
95.01
95.73
96.39
86.51
96.79
98.17
98.35
61.73
62.34
64.93
65.01
56.76
55.95
60.32
56.41
52.24
61.13
63.64
65.58
65.05
65.56
67.24
57.42
55.45
41.57
43.28
45.32
46.96
31.70
31.99
43.95
53.92
49.47
35.20
38.54
53.12
60.20
31.50
52.04
62.83
67.87
(a) Performance of finetuned models on the original test set.
(b) F1 scores of finetuned models
on the perturbed test sets by para-
phrasing (Paraph.) and variable
refactorization (Var. Ref.).
Table 5: Performance of finetuned models on the original test set and perturbed test sets.
Relation Type
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
Has-Collider
Has-Confounder
F1
96.18
93.94
95.73
96.55
92.19
98.67
Precision Recall Accuracy
96.92
93.94
96.56
100
97.52
100
98.67
98.93
98.67
99.47
94.64
99.73
95.45
93.94
94.92
93.33
87.41
97.37
F1
74.80
45.45
73.39
29.41
70.70
70.42
Precision Recall Accuracy
70.77
30.30
68.97
17.86
66.90
67.57
79.31
90.91
78.43
83.33
75.00
73.53
91.73
93.60
92.27
93.60
82.04
94.37
(a) Fine-grained performance of RoBERTa-Large by causal relation
type on the original test set.
(b) Its fine-grained performance by relation
type after variable refactorization.
Table 6: Fine-grained analysis of the best-performing model, RoBERTa-Large MNLI.
4.4 FINE-GRAINED PERFORMANCE BY CAUSAL RELATION
In addition to the overall results mentioned above, we conduct a fine-grained analysis to check the
performance of the strongest finetuned model, RoBERTa-Large MNLI, by our six causal relation
types. As in Table 6a, the model is very good at judging relations such as Is-Parent, Is-Descendant
and Has-Confounder, all with more than 96% F1 scores, whereas it is several points weaker on
the Has-Collider relations. This could be due to that the collider relation is the most special type,
requiring identification of the V-structure based on both the unconditional independence based on the
two variables only and correlations whenever conditioned on a common descendant. We also conduct
error analysis for non-finetuned models in Appendix F.
4.5 ROBUSTNESS ANALYSIS
Looking at the very high performance of the finetuned models, we raise the next question: Did the
models really robustly learn the causal inference skills?
Two Robustness Tests We design two simple robustness tests: (1) paraphrasing, and (2) variable
refactorization. For (1) paraphrasing, we simply paraphrase the hypothesis by changing the text
template for each causal relation to some semantically-equivalent alternatives in Appendix C. For (2)
variable refactorization, we reverse the alphabet of the variable names, namely flipping A, B, C, to Z,
Y, X and so on. The inspiration behind the two robustness tests comes from the spurious correlation
analysis described in Appendix E.
8
Published as a conference paper at ICLR 2024
Specifically, we adopt the common setup of text adversarial attack (Morris et al., 2020; Jin et al.,
2020) to preserve the training set and keep the same saved models, but run the inference on the
perturbed test set. In this way, we separate the possibilities of the models only overfitting on the
training data vs. mastering the reasoning skills.
Results after Perturbation We can see from Table 5b that all the models drop drastically, by up to
39.29 on the paraphrased test set, and up to 62.30 after variable refactorization. The best-performing
model, RoBERTa-Large MNLI, is especially sensitive towards paraphrasing, demonstrating the
most drop among all models; however, it is the most robust against the variable refactorization,
maintaining a high F1 score of 67.87. We conduct fine-grained analysis for RoBERTa-Large MNLI
under perturbation in Table 6b. We can see the the main source of the performance drop of the model
comes from the two classes, Is-Ancestor (decreasing to 45.45%) and Is-Descendant (decreasing to
29.41%), while the other classes stay relatively robust, keeping their F1 scores over 70%.
From this analysis, we make the following suggestions to future studies testing this CORR2CAUSE
skill of LLMs. First, it is safe to use it as a test set to benchmark existing LLMs’ performance, since
the data we generate is out-of-distribution from the training data of the current LLMs. Then, when
testing finetuned models, it is very important to accompany adversarial attack together with the i.i.d.
test set. We open-source our perturbed test sets for future work to test the generalizability skill.
4.6 EXTENSION TO NATURAL STORIES
We envision our CORR2CAUSE dataset to be a foundation for future extensions to various settings,
such as instantiating the variables with actual phenomena and situating the story in a more natural
setting. For example, the correlation does not imply causation rule can be instantiated with the ice
cream sales and swimming pool attendance as the two variables, and argue that ice cream sales does
not necessarily affect swimming pool attendance, because their correlation could be due to a third
variable, such as hot weather. We provide a case study for how to instantiate the symbolic expressions
in our dataset to more natural stories, and find that LLMs such as GPT-4 can generate realistic, daily
life stories that has foreseeably broad applications. See more details in Appendix B.
5 RELATED WORK
Existing Causal Reasoning Tasks A large body of existing research of causal reasoning in NLP
focuses on leveraging empirical knowledge to do tasks such as inferring the cause and effect of why
an agent perform certain tasks (Sap et al., 2019a), the motivation and emotional reaction in a social
context (Sap et al., 2019b), how people achieve a given goal with a set of concrete steps (Zhang et al.,
2020), the development of a story given a different beginning (Qin et al., 2019), and how in general
LLMs serve as a knowledge base of cause and effect (Willig et al., 2023; Kıcıman et al., 2023). In
contrast, our CORR2CAUSE task focuses on the pure causal inference skill of models, which is a
knowledge-dependent reasoning skill based on formally correct rules from causal inference.
Existing Logical and Inference Tasks Another related area of literature is logical and inference
tasks, of which a well-established one is natural language inference (NLI), to identify the semantic
relationship between a pair of sentences (MacCartney & Manning, 2008; Bowman et al., 2015). NLI
datasets mainly focus on the set and paraphrase relations. For example, “a group of boys are playing
football” can entail “some guys are playing football,” where “boys” are a sub-concept of “guys,” and
“a group of” and “some” are paraphrases. Recently, there have been increasing efforts to extend the
inference task to various logical inference skills such as deductive logic and propaganda techniques
(Jin et al., 2022; Alhindi et al., 2022). Our CORR2CAUSE dataset is the first dataset testing the
correlation-to-causation inference skill, which is unique of its type.
6 CONCLUSION
In this work, we introduced a novel task, CORR2CAUSE, to infer causation from correlation, and
collected a large-scale dataset of over 200K samples. We evaluated an extensive list of LLMs on this
new task, and showed that off-the-shelf LLMs perform poorly on this task. We also show that it is
possible to re-purpose LLMs on this task by finetuning, but future work needs to be aware of the
out-of-distribution generalization problem. To avoid the Goodhart’s law, we recommend using this
dataset to benchmark the pure causal inference skills for LLMs that have not seen this dataset. Given
the limited reasoning abilities of current LLMs, and the difficulty of separating actual reasoning from
training-corpus-derived knowledge, it is imperative that our community focus on work aiming to
accurately disentangle and measure both abilities. We believe the present work is a first such step.
9
Published as a conference paper at ICLR 2024
LIMITATIONS AND FUTURE WORK
We identify several limitations of this work and open future directions: First, in the context of this
work, we limit the causal graphs to two to six nodes, but future work can feel free to explore larger
graphs. Another aspect is that we do not assume hidden confounders in this inference problem, so we
welcome future work to generate an even more challenging dataset to infer the existence of hidden
confounders, analogous to the causal discovery algorithm of fast causal inference (FCI) (Spirtes et al.,
2000). And also in general, explorations of other causal discovery algorithms are welcomed too.
Finally, a lot of motivation behind proposing this task is inspired by the problem of invalid reasoning
patterns in our daily reasoning (Jin et al., 2022), which could fertilize the ground for more pervasive
spread of fake news. We believe false causal inference is a prevalent type of fallacious beliefs, and
welcome future work to connect the idea of this benchmark to more real-world false beliefs based on
confusing correlation with causation.
ACKNOWLEDGMENT
We thank Riley Goodside for valuable suggestions to improve our prompts to LLMs. We thank Luigi
Gresele and Amir Hossein Karimi for their suggestions to help us improve the formulation of our
causal discovery questions.
This material is based in part upon work supported by the German Federal Ministry of Education
and Research (BMBF): Tübingen AI Center, FKZ: 01IS18039B; by the Machine Learning Cluster of
Excellence, EXC number 2064/1 – Project number 390727645; by a National Science Foundation
award (#2306372); by a Swiss National Science Foundation award (#201009) and a Responsible
AI grant by the Haslerstiftung. Zhijing Jin is supported by PhD fellowships from the Future of Life
Institute and Open Philanthropy. We also thank OpenAI for granting Zhijing quota to their API of
GPT series through the Researcher Access Program.
REFERENCES
Tariq Alhindi, Tuhin Chakrabarty, Elena Musi, and Smaranda Muresan. Multitask instruction-based
prompting for fallacy recognition. In Proceedings of the 2022 Conference on Empirical Methods
in Natural Language Processing, pp. 8172–8187, Abu Dhabi, United Arab Emirates, December
2022. Association for Computational Linguistics. URL https://aclanthology.org/
2022.emnlp-main.560. 9
Chandra Bhagavatula, Ronan Le Bras, Chaitanya Malaviya, Keisuke Sakaguchi, Ari Holtzman,
Hannah Rashkin, Doug Downey, Wen-tau Yih, and Yejin Choi. Abductive commonsense reasoning.
In 8th International Conference on Learning Representations, ICLR 2020, Addis Ababa, Ethiopia,
April 26-30, 2020. OpenReview.net, 2020. URL https://openreview.net/forum?id=
Byg1v1HKDB. 1
Samuel R. Bowman, Gabor Angeli, Christopher Potts, and Christopher D. Manning. A large
annotated corpus for learning natural language inference. In Proceedings of the 2015 Conference
on Empirical Methods in Natural Language Processing, pp. 632–642, Lisbon, Portugal, September
2015. Association for Computational Linguistics. doi: 10.18653/v1/D15-1075. URL https:
//aclanthology.org/D15-1075. 9
Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal,
Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel
Herbert-Voss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel Ziegler,
Jeffrey Wu, Clemens Winter, Chris Hesse, Mark Chen, Eric Sigler, Mateusz Litwin, Scott Gray, Ben-
jamin Chess, Jack Clark, Christopher Berner, Sam McCandlish, Alec Radford, Ilya Sutskever, and
Dario Amodei. Language models are few-shot learners. In H. Larochelle, M. Ranzato, R. Hadsell,
M. F. Balcan, and H. Lin (eds.), Advances in Neural Information Processing Systems, volume 33,
pp. 1877–1901. Curran Associates, Inc., 2020. URL https://proceedings.neurips.
cc/paper/2020/file/1457c0d6bfcb4967418bfb8ac142f64a-Paper.pdf. 6
David Maxwell Chickering. Optimal structure identification with greedy search. J. Mach. Learn.
Res., 3:507–554, 2002. URL http://jmlr.org/papers/v3/chickering02b.html.
3
10
Published as a conference paper at ICLR 2024
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep
bidirectional transformers for language understanding. In Proceedings of the 2019 Conference of
the North American Chapter of the Association for Computational Linguistics: Human Language
Technologies, Volume 1 (Long and Short Papers), pp. 4171–4186, Minneapolis, Minnesota, June
2019. Association for Computational Linguistics. doi: 10.18653/v1/N19-1423. URL https:
//aclanthology.org/N19-1423. 1, 6
Clark Glymour, Kun Zhang, and Peter Spirtes. Review of causal discovery methods based on graph-
ical models. Frontiers in Genetics, 10:524, 2019. ISSN 1664-8021. doi: 10.3389/fgene.2019.
00524. URL https://www.frontiersin.org/article/10.3389/fgene.2019.
00524. 2, 3
Madelyn Glymour, Judea Pearl, and Nicholas P Jewell. Causal inference in statistics: A primer. John
Wiley and Sons, 2016. 2, 3
Andrew Gordon, Zornitsa Kozareva, and Melissa Roemmele. SemEval-2012 task 7: Choice of
plausible alternatives: An evaluation of commonsense causal reasoning. In *SEM 2012: The First
Joint Conference on Lexical and Computational Semantics – Volume 1: Proceedings of the main
conference and the shared task, and Volume 2: Proceedings of the Sixth International Workshop on
Semantic Evaluation (SemEval 2012), pp. 394–398, Montréal, Canada, 7-8 June 2012. Association
for Computational Linguistics. URL https://aclanthology.org/S12-1052. 1
Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. Deberta: Decoding-enhanced
Bert with disentangled attention. In 9th International Conference on Learning Representations,
ICLR 2021, Virtual Event, Austria, May 3-7, 2021. OpenReview.net, 2021. URL https://
openreview.net/forum?id=XPZIaotutsD. 6
Patrik O. Hoyer, Dominik Janzing, Joris M. Mooij, Jonas Peters, and Bernhard Schölkopf. Non-
In Daphne Koller, Dale Schuurmans,
linear causal discovery with additive noise models.
Yoshua Bengio, and Léon Bottou (eds.), Advances in Neural Information Processing Systems
21, Proceedings of the Twenty-Second Annual Conference on Neural Information Processing
Systems, Vancouver, British Columbia, Canada, December 8-11, 2008, pp. 689–696. Curran As-
sociates, Inc., 2008. URL https://proceedings.neurips.cc/paper/2008/hash/
f7664060cc52bc6f3d620bcedc94a4b6-Abstract.html. 3
Di Jin, Zhijing Jin, Joey Tianyi Zhou, and Peter Szolovits. Is BERT really robust? A strong baseline
In The Thirty-Fourth AAAI
for natural language attack on text classification and entailment.
Conference on Artificial Intelligence, AAAI 2020, The Thirty-Second Innovative Applications
of Artificial Intelligence Conference, IAAI 2020, The Tenth AAAI Symposium on Educational
Advances in Artificial Intelligence, EAAI 2020, New York, NY, USA, February 7-12, 2020, pp. 8018–
8025. AAAI Press, 2020. URL https://aaai.org/ojs/index.php/AAAI/article/
view/6311. 9
Zhijing Jin, Abhinav Lalwani, Tejas Vaidhya, Xiaoyu Shen, Yiwen Ding, Zhiheng Lyu, Mrinmaya
In Findings of
Sachan, Rada Mihalcea, and Bernhard Schölkopf. Logical fallacy detection.
the Association for Computational Linguistics: EMNLP 2022, pp. 7180â€âCœ–7198, Abu
Dhabi, United Arab Emirates, December 2022. Association for Computational Linguistics. URL
https://arxiv.org/abs/2202.13758. 9, 10
Emre Kıcıman, Robert Ness, Amit Sharma, and Chenhao Tan. Causal reasoning and large language
models: Opening a new frontier for causality. arXiv preprint arXiv:2305.00050, 2023. 1, 9
Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy,
Veselin Stoyanov, and Luke Zettlemoyer. BART: Denoising sequence-to-sequence pre-training
for natural language generation, translation, and comprehension. In Proceedings of the 58th
Annual Meeting of the Association for Computational Linguistics, pp. 7871–7880, Online, July
2020. Association for Computational Linguistics. doi: 10.18653/v1/2020.acl-main.703. URL
https://aclanthology.org/2020.acl-main.703. 6
Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis,
Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A robustly optimized BERT pretraining
approach. CoRR, abs/1907.11692, 2019. URL http://arxiv.org/abs/1907.11692. 6
11
Published as a conference paper at ICLR 2024
Bill MacCartney and Christopher D. Manning. Modeling semantic containment and exclusion in
natural language inference. In Proceedings of the 22nd International Conference on Computational
Linguistics (Coling 2008), pp. 521–528, Manchester, UK, August 2008. Coling 2008 Organizing
Committee. URL https://aclanthology.org/C08-1066. 9
Brendan D. McKay and Adolfo Piperno. Practical graph isomorphism, II. J. Symb. Comput., 60:
94–112, 2014. doi: 10.1016/j.jsc.2013.09.003. URL https://doi.org/10.1016/j.jsc.
2013.09.003. 5
John Morris, Eli Lifland, Jin Yong Yoo, Jake Grigsby, Di Jin, and Yanjun Qi. TextAttack: A framework
for adversarial attacks, data augmentation, and adversarial training in NLP. In Proceedings of the
2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations,
pp. 119–126, Online, October 2020. Association for Computational Linguistics. doi: 10.18653/v1/
2020.emnlp-demos.16. URL https://aclanthology.org/2020.emnlp-demos.16.
9
OpenAI. GPT-4 technical report. CoRR, abs/2303.08774, 2023. doi: 10.48550/arXiv.2303.08774.
URL https://doi.org/10.48550/arXiv.2303.08774. 1, 6
Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong
Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser
Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul F. Christiano, Jan
Leike, and Ryan Lowe. Training language models to follow instructions with human feedback.
CoRR, abs/2203.02155, 2022. doi: 10.48550/arXiv.2203.02155. URL https://doi.org/10.
48550/arXiv.2203.02155. 1, 6
Judea Pearl. Probabilistic reasoning in intelligent systems: Networks of plausible inference. Morgan
Kaufmann, 1988. 3
Judea Pearl. Causality: Models, reasoning and inference (2nd ed.). Cambridge University Press,
2009. 1
Jonas Peters, Dominik Janzing, and Bernhard Schölkopf. Elements of causal inference: Foundations
and learning algorithms. The MIT Press, 2017. URL https://mitpress.mit.edu/
books/elements-causal-inference. 1
Lianhui Qin, Antoine Bosselut, Ari Holtzman, Chandra Bhagavatula, Elizabeth Clark, and Yejin
Choi. Counterfactual story reasoning and generation. In Proceedings of the 2019 Conference on
Empirical Methods in Natural Language Processing and the 9th International Joint Conference on
Natural Language Processing (EMNLP-IJCNLP), pp. 5043–5053, Hong Kong, China, November
2019. Association for Computational Linguistics. doi: 10.18653/v1/D19-1509. URL https:
//aclanthology.org/D19-1509. 1, 9
Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language
models are unsupervised multitask learners. OpenAI Blog, 1(8), 2019. 1, 6
Victor Sanh, Lysandre Debut, Julien Chaumond, and Thomas Wolf. DistilBERT, a distilled version
of BERT: Smaller, faster, cheaper and lighter. CoRR, abs/1910.01108, 2019. URL http:
//arxiv.org/abs/1910.01108. 6
Maarten Sap, Ronan Le Bras, Emily Allaway, Chandra Bhagavatula, Nicholas Lourie, Hannah
Rashkin, Brendan Roof, Noah A. Smith, and Yejin Choi. ATOMIC: an atlas of machine com-
monsense for if-then reasoning. In The Thirty-Third AAAI Conference on Artificial Intelligence,
AAAI 2019, The Thirty-First Innovative Applications of Artificial Intelligence Conference, IAAI
2019, The Ninth AAAI Symposium on Educational Advances in Artificial Intelligence, EAAI 2019,
Honolulu, Hawaii, USA, January 27 - February 1, 2019, pp. 3027–3035. AAAI Press, 2019a.
doi: 10.1609/aaai.v33i01.33013027. URL https://doi.org/10.1609/aaai.v33i01.
33013027. 1, 9
Maarten Sap, Hannah Rashkin, Derek Chen, Ronan Le Bras, and Yejin Choi. Social iqa: Common-
sense reasoning about social interactions. In EMNLP 2019, 2019b. 1, 9
12
Published as a conference paper at ICLR 2024
Shohei Shimizu, Patrik O. Hoyer, Aapo Hyvärinen, and Antti J. Kerminen. A linear non-gaussian
acyclic model for causal discovery. J. Mach. Learn. Res., 7:2003–2030, 2006. URL http:
//jmlr.org/papers/v7/shimizu06a.html. 3
Sam Shleifer and Alexander M. Rush. Pre-trained summarization distillation. CoRR, abs/2010.13002,
2020. URL https://arxiv.org/abs/2010.13002. 6
Peter Spirtes and Kun Zhang. Causal discovery and inference: Concepts and recent methodological
advances. In Applied informatics, volume 3, pp. 1–28. SpringerOpen, 2016. 2, 3
Peter Spirtes, Clark Glymour, and Richard Scheines. Causation, prediction, and search. 1993. 2, 3
Peter Spirtes, Clark Glymour, and Richard Scheines. Causation, Prediction, and Search, Second
Edition. Adaptive computation and machine learning. MIT Press, 2000. ISBN 978-0-262-19440-2.
1, 2, 3, 10
Rohan Taori, Ishaan Gulrajani, Tianyi Zhang, Yann Dubois, Xuechen Li, Carlos Guestrin, Percy
Liang, and Tatsunori B. Hashimoto. Stanford alpaca: An instruction-following llama model.
https://github.com/tatsu-lab/stanford_alpaca, 2023. 7
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timothée
Lacroix, Baptiste Rozière, Naman Goyal, Eric Hambro, Faisal Azhar, Aurélien Rodriguez, Armand
Joulin, Edouard Grave, and Guillaume Lample. Llama: Open and efficient foundation language
models. CoRR, abs/2302.13971, 2023. doi: 10.48550/arXiv.2302.13971. URL https://doi.
org/10.48550/arXiv.2302.13971. 7
Ruibo Tu, Chao Ma, and Cheng Zhang. Causal-discovery performance of chatgpt in the context of
neuropathic pain diagnosis. arXiv preprint arXiv:2301.13819, 2023. 1
Moritz Willig, Matej Zeˇcevi´c, Devendra Singh Dhami, and Kristian Kersting. Probing for correlations
of causal facts: Large language models and causality, 2023. URL https://openreview.
net/forum?id=UPwzqPOs4-. 9
Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond, Clement Delangue, Anthony Moi,
Pierric Cistac, Tim Rault, Remi Louf, Morgan Funtowicz, Joe Davison, Sam Shleifer, Patrick
von Platen, Clara Ma, Yacine Jernite, Julien Plu, Canwen Xu, Teven Le Scao, Sylvain Gug-
ger, Mariama Drame, Quentin Lhoest, and Alexander Rush. Transformers: State-of-the-art
In Proceedings of the 2020 Conference on Empirical Methods
natural language processing.
in Natural Language Processing: System Demonstrations, pp. 38–45, Online, October 2020.
Association for Computational Linguistics. doi: 10.18653/v1/2020.emnlp-demos.6. URL
https://aclanthology.org/2020.emnlp-demos.6. 6, 7, 14
Yuxi Xie, Guanzhen Li, and Min-Yen Kan. Echo: Event causality inference via human-centric
reasoning. arXiv preprint arXiv:2305.14740, 2023. 1
Matej Zeˇcevi´c, Moritz Willig, Devendra Singh Dhami, and Kristian Kersting. Causal parrots: Large
language models may talk causality but are not causal. arXiv preprint arXiv:2308.13067, 2023. 1
Kun Zhang and Aapo Hyvärinen. Causality discovery with additive disturbances: An information-
theoretical perspective. In Machine Learning and Knowledge Discovery in Databases: European
Conference, ECML PKDD 2009, Bled, Slovenia, September 7-11, 2009, Proceedings, Part II 20,
pp. 570–585. Springer, 2009. 3
Li Zhang, Qing Lyu, and Chris Callison-Burch. Reasoning about goals, steps, and temporal ordering
with WikiHow. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language
Processing (EMNLP), pp. 4630–4639, Online, November 2020. Association for Computational
Linguistics. doi: 10.18653/v1/2020.emnlp-main.374. URL https://aclanthology.org/
2020.emnlp-main.374. 9
Susan Zhang, Stephen Roller, Naman Goyal, Mikel Artetxe, Moya Chen, Shuohui Chen, Christopher
Dewan, Mona T. Diab, Xian Li, Xi Victoria Lin, Todor Mihaylov, Myle Ott, Sam Shleifer, Kurt
Shuster, Daniel Simig, Punit Singh Koura, Anjali Sridhar, Tianlu Wang, and Luke Zettlemoyer.
OPT: open pre-trained transformer language models. CoRR, abs/2205.01068, 2022. doi: 10.48550/
arXiv.2205.01068. URL https://doi.org/10.48550/arXiv.2205.01068. 1
13
Published as a conference paper at ICLR 2024
A IMPLEMENTATION DETAILS
When finetuning on our data, for GPT-based models, we use the default settings of the OpenAI
finetuning API; and for BERT-based models, we use the transformers library (Wolf et al., 2020)
and train the models on a server with an NVIDIA Tesla A100 GPU with 40G of memory. To fit for
the GPU memory, we set the batch size to be 8. We use the validation set to tune the learning rate,
which takes value in {2e-6, 5e-6, 1e-5, 2e-5, 5e-5}; dropout rate, which takes value in {0, 0.1, 0.2,
0.3}; and weight decay, which takes value in {1e-4, 1e-5}. We train the models until convergence,
which is usually around ten epochs.
Prompts When querying the autoregressive LLMs, we formulate the prompt as follows:
Question: [premise]
Can we deduct the following: [hypothesis]? Just answer "Yes" or "No."
Answer:
B GENERATING NATURAL STORIES
To generate the natural stories based on our symbolic expressions, we utilize the state-of-the-art LLM,
GPT-4, which is very good at story generation. We design detailed instructions in the prompt, and
generate around 200 stories in our case study. We show two examples stories in Table 7, and the
report the overall statistics in Table 8.
Symbolic
Form
Example 1 (Label=Negative)
Premise: Suppose there is a closed system
of 2 variables, A and B. All the statistical
relations among these 2 variables are as fol-
lows: A correlates with B.
Hypothesis: A directly affects B.
Relation between the promise and hypothe-
sis: The premise does not a necessary con-
dition for the hypothesis.
Natural
Story
Premise: Suppose there is a closed system
of 2 variables, ice cream sales and swim-
ming pool attendance. All the statistical
relations among these 2 variables are as fol-
lows: ice cream sales correlate with swim-
ming pool attendance.
Hypothesis: Ice cream sales directly affect
swimming pool attendance.
Relation between the premise and hypoth-
esis: The premise does not provide a nec-
essary condition for the hypothesis. The
correlation between ice cream sales and
swimming pool attendance could be due to
a third variable, such as hot weather, which
increases both ice cream sales and swim-
ming pool attendance. Therefore, it is not
necessarily true that ice cream sales directly
affect swimming pool attendance.
Example 2 (Label=Positive)
Premise: Suppose there is a closed system
of 3 variables, A, B and C. All the statisti-
cal relations among these 3 variables are as
follows: A correlates with C. B correlates
with C. However, A is independent of B.
Hypothesis: A directly affects C.
Relation between the promise and hypoth-
esis: The premise is a necessary condition
for the hypothesis. So if the premise is true,
the hypothesis must be true.
Premise: Let’s consider three factors: eat-
ing junk food (A), obesity (C), and watch-
ing television (B). There is a correlation
between eating junk food and obesity, and
between watching television and obesity.
However, eating junk food and watching
television are independent from each other.
Hypothesis: Eating junk food directly af-
fects obesity.
Relation between the premise and hypoth-
esis: The premise provides the necessary
conditions for the hypothesis. It establishes
the independent variables A (eating junk
food) and B (watching television) and their
correlations with obesity. Given that these
are true, it supports the hypothesis that eat-
ing junk food directly affects obesity.
Table 7: Examples of natural stories generated based on the symbolic form in our CORR2CAUSE
dataset, showing the broad application value of our dataset as the starting point for various verbaliza-
tions of the correlation-to-causation inference task.
14
Published as a conference paper at ICLR 2024
Test Set Size
Dev Set Size
# Tokens/Premise
# Tokens/Hypothesis
# Tokens/Explanation
% Positive Labels
102
102
64.88
13.54
64.66
1.67
Table 8: Statistics of our generated natural stories. We report the number of samples in the test and de-
velopment sets; number of tokens per premise (# Tokens/Premise), hypothesis (# Tokens/Hypothesis),
and explanation (# Tokens/Explanation); and percentage of the positive labels (% Positive Labels).
For more information, the exact prompt we use is “Here is a causal inference rule: [symbolic
form] Please provide a real-world example instantiating this phenomenon. Format it also as
"Premise:", "Hypothesis:", and "Relation between the promise and hypothesis:".”
C TEMPLATES AND PARAPHRASES
We use the verbalization templates in Table 9 to compose the hypotheses for all six causal relations.
{Var i} directly causes {Var j}.
{Var i} causes something else which causes {Var j}.
{Var j} directly causes {Var i}.
{Var j} is a cause for {Var i}, but not a direct one.
There exists at least one collider (i.e., common effect) of {Var i} and {Var j}.
There exists at least one confounder (i.e., common cause) of {Var i} and {Var j}.
Causal Relation Hypothesis Template
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
Has-Collider
Has-Confounder
Paraphrases
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
Has-Collider
Has-Confounder
{Var i} directly affects {Var j}.
{Var i} influences {Var j} through some mediator(s).
{Var j} directly affects {Var i}.
{Var j} influences {Var i} through some mediator(s).
{Var i} and {Var j} together cause some other variable(s).
Some variable(s) cause(s) both {Var i} and {Var j}.
Table 9: Templates and their paraphrases for each causal relation in the hypothesis. We use {Var
i} and {Var j} as placeholders for the two variables.
D CHANGE LOG FOR THE DATASET VERSION UPDATE
Two Equivalent Forms
ß Is-Parent(i, j)
Is-Child(j, i)
ß Is-Ancestor(i, j) (Original)
Is-Descendent(j, i) (Original)
ß Is-Ancestor(i, j) (Paraphrased)
Is-Descendent(j, i) (Paraphrased)
ß Has-Collider(i, j)
Has-Collider(j, i)
ß Has-Confounder(i, j)
Has-Confounder(j, i)
Duplication Property
De-Duplication Method
Two exact same strings
Keep only one, by forcing i < j
Two different strings, but
semantically equivalent
Randomly sample one out of the two
Two exact same strings
Keep only one, by forcing i < j
Two different strings, but
semantically equivalent
Two different strings, but
semantically equivalent
Randomly sample one out of the two
Randomly sample one out of the two
Table 10: De-duplication methods for the six causal relation types and their verbalizations.
De-Duplication Strategy As mentioned in Section 3.7 in the main paper, our original dataset (v1.0)
has duplication due to symmetric relations and verbalizations. We introduce in Table 10 several
reasons for why duplicated hypotheses exist in our original data. One typical reason is symmetric
relations such as Is-Parent(A, B) and Is-Child(B, A), and, similarly, the paraphrased version of
15
Published as a conference paper at ICLR 2024
Is-Ancestor(A, B) and Is-Descendent(B, A). Another typical reason is the semantic equivalence in
the verbalization templates, which applies to the Has-Collider and Has-Confounder relations. For
example, the verbalized texts of Has-Collider(A, B) and Collider(B, A) are “There exists at least one
collider (i.e., common effect) of {A and B, B and A},” respectively, which are semantically-equivalent
paraphrases of each other, so we randomly keep one out of the two.
Resulting Dataset Statistics after De-Duplication
Since the reason for duplication in the first place is due to symmetry in the causal relation, or
verbalization, the resulting new data, CORR2CAUSE v2.0, is exactly a half of the original data. As we
reported previously in Table 3 of Section 3.7, the total number of samples cuts down to half, while
the label distribution and all other properties are the same. To compose each split, we apply the same
de-duplication method for the test, train, and development sets. We notice that some duplicates are
across the splits, so we prioritize keeping the test and training sets untouched (to minimally affect the
experimental results), and then reduce the development set by removing the cross-split duplicates,
namely:
• test_2.0 = deduplicate(test_1.0)
• train_2.0 = deduplicate(train_1.0)
• dev_2.0 = deduplicate(dev_1.0) \ {test_2.0, train_2.0}
We expect minimal or almost no change to the experimental results. In case of the slight possibility
that this change in the development set might affect the model selection in the training process, future
work can feel free to re-train the models and update the exact performance number.
E SPURIOUS CORRELATION ANALYSIS
The inspirations of our two robustness tests (paraphrasing and variable refactorization) come from our
data analysis. We check for spurious correlations in the data by reporting in Table 11 the point-wise
mutual information (PMI) between the label and any n-gram with no more than four tokens. In
addition, we also report the difference of the PMI with the two labels in the |Diff| column of Table 11,
and report the top 10 n-grams.
The design spirit for our robustness test is that if the models’ correct judgment relies on exploiting
these spurious correlations, then such reliance will be broken in our perturbations.
N-Gram
a cause
a cause for
A causes
A causes something
a direct
a direct one
for D
for D but
for E
for E but
PMI w/ Non-Ent. Label
1.692209
1.663640
1.640679
1.621820
1.606052
1.592673
1.584826
1.583897
1.582980
1.582074
PMI w/ Ent. Label
-1.025611
-0.983790
-0.951610
-0.926075
-0.905316
-0.888107
-0.878180
-0.877014
-0.875864
-0.874728
|Diff|
2.717820
2.647430
2.592289
2.547895
2.511369
2.480781
2.463006
2.460911
2.458844
2.456802
Table 11: PMI between the labels and n-grams. The labels include non-entailment (Non-Ent.) and
entailment (Ent.). And the n-grams include all with no more than four words. The |Diff| column
shows the absolute value of the difference between the PMIs with two labels. We show the top 10
n-grams with the largest differences of their PMIs with the two classes in the |Diff| column.
We can see that some spurious correlations are rooted in the framing of the hypothesis, such as “a
cause (for)”, and “a direct (one)” (which we use the paraphrasing task to break), and others are
connected to the variable names, such as “for D (but)” and “for E (but)” (which we use the variable
refactorization to break).
F FINE-GRAINED ERROR ANALYSIS
In addition to the fine-grained analysis by causal relation type in Table 6a for fine-tuned models, we
also report such error analysis for non-finetuned models in Table 12.
16
Published as a conference paper at ICLR 2024
Relation Type
All
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
Has-Collider
Has-Confounder
All
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
Has-Collider
Has-Confounder
Selected Models
GPT-3.5
GPT-3.5
GPT-3.5
GPT-3.5
GPT-3.5
GPT-3.5
GPT-3.5
GPT-4
GPT-4
GPT-4
GPT-4
GPT-4
GPT-4
GPT-4
RoBERTa MNLI All
RoBERTa MNLI
RoBERTa MNLI
RoBERTa MNLI
RoBERTa MNLI
RoBERTa MNLI Has-Collider
RoBERTa MNLI Has-Confounder
Is-Parent
Is-Ancestor
Is-Child
Is-Descendant
F1
21.69
8.82
0
9.84
14.29
34.24
15.33
29.08
0
30.77
0
26.98
44.1
20.67
22.79
0
0
0
0
43.45
0
Precision Recall Accuracy
27.78
4.62
0
5.17
17.86
52.07
56.76
47.66
0
30.3
0
60.71
81.82
100
16.96
0
0
0
0
47.93
0
69.46
83.47
90.67
85.33
84
35.12
37.8
64.6
82.67
88
84.53
75.47
32.71
23.86
82.5
82.67
91.2
84.53
92.53
59.52
84.45
17.79
100
0
100
11.9
25.51
8.86
20.92
0
31.25
0
17.35
30.18
11.53
34.73
0
0
0
0
39.73
0
Table 12: Fine-grained evaluation results for some selected non-fine-tuned models.
These results are particularly revealing, showing how off-the-shelf models perform in recognizing
specific relations. Specifically, GPT-3.5 cannot recognize ancestor relations, whereas GPT-4 fails at
all direct causation recognition with parents and children. And RoBERTa MNLI only did collider
relation relatively correctly. Note that, when the F1 score is zero, the accuracy number is a result of
always predicting the negative class of that relation.
G LLM PERFORMANCE OPTIMIZATION
Since our experiments in Section 4.2 are based on plain, zero-shot prompts, we explore whether better
prompting strategies could improve the performance. We enhance the query prompt by incorporating
several strategies: (1) Utilizing a system prompt that specifies the model’s expertise (“You are a highly
intelligent question-answering bot with profound knowledge of causal inference.”); (2) Including
a pair of few-shot examples, one positive and one negative; (3) Implementing chain-of-thought
prompting with “Let’s think step by step.” to encourage the language model to generate step-by-step
reasoning. In Table 13, we present the evaluation results on the relatively affordable model, GPT-3.5,
where the optimized prompt leads to a 4-point improvement in F1 over the original performance.
However, we can see that despite the deployment of all three strategies, the model continues to
struggle with this challenging task.
GPT-3.5 (plain query; original)
GPT-3.5 (enhanced query)
F1
21.69
25.44
Precision
17.79
17.29
Recall Accuracy
27.78
48.11
69.46
52.01
Table 13: Performance of GPT-3.5 with different queries. We quote the original performance from
Table 4.
17