CLOct 21, 2024

CausalGraph2LLM: Evaluating LLMs for Causal Queries

arXiv:2410.15939v215 citationsh-index: 16Has CodeNAACL
Originality Synthesis-oriented
AI Analysis

This work addresses the need for robust evaluation of LLMs in causal reasoning for researchers and practitioners, but it is incremental as it focuses on benchmarking rather than proposing new methods.

The paper tackles the problem of evaluating Large Language Models (LLMs) on causal reasoning tasks by introducing CausalGraph2LLM, a benchmark with over 700k queries, and finds that LLMs are highly sensitive to encoding, with deviations of about 60% even for top models like GPT-4 and Gemini-1.5, and exhibit biases from contextual information.

Causality is essential in scientific research, enabling researchers to interpret true relationships between variables. These causal relationships are often represented by causal graphs, which are directed acyclic graphs. With the recent advancements in Large Language Models (LLMs), there is an increasing interest in exploring their capabilities in causal reasoning and their potential use to hypothesize causal graphs. These tasks necessitate the LLMs to encode the causal graph effectively for subsequent downstream tasks. In this paper, we introduce CausalGraph2LLM, a comprehensive benchmark comprising over 700k queries across diverse causal graph settings to evaluate the causal reasoning capabilities of LLMs. We categorize the causal queries into two types: graph-level and node-level queries. We benchmark both open-sourced and propriety models for our study. Our findings reveal that while LLMs show promise in this domain, they are highly sensitive to the encoding used. Even capable models like GPT-4 and Gemini-1.5 exhibit sensitivity to encoding, with deviations of about $60\%$. We further demonstrate this sensitivity for downstream causal intervention tasks. Moreover, we observe that LLMs can often display biases when presented with contextual information about a causal graph, potentially stemming from their parametric memory.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes