Probing Causality Manipulation of Large Language Models
Chenyang Zhang, Haibo Tong, Bin Zhang, Dongyu Zhang
TL;DR
This paper tackles whether large language models possess intrinsic causality manipulation capabilities. It introduces a hierarchical probing framework that combines a causality-focused dataset with retrieval-augmented generation and in-context learning to guide LLMs in causal judgments. Empirical results show LLMs can detect causal entities and direct relations to some extent, but rely primarily on global sentence semantics and lack a dedicated causal processing pathway, with performance limited on more complex causal tasks. The work provides a structured methodology and dataset for evaluating causal cognition in LLMs and highlights directions for improving causal reasoning through targeted training and knowledge integration.
Abstract
Large language models (LLMs) have shown various ability on natural language processing, including problems about causality. It is not intuitive for LLMs to command causality, since pretrained models usually work on statistical associations, and do not focus on causes and effects in sentences. So that probing internal manipulation of causality is necessary for LLMs. This paper proposes a novel approach to probe causality manipulation hierarchically, by providing different shortcuts to models and observe behaviors. We exploit retrieval augmented generation (RAG) and in-context learning (ICL) for models on a designed causality classification task. We conduct experiments on mainstream LLMs, including GPT-4 and some smaller and domain-specific models. Our results suggest that LLMs can detect entities related to causality and recognize direct causal relationships. However, LLMs lack specialized cognition for causality, merely treating them as part of the global semantic of the sentence.
