Voltar às notícias
InovaçãoInstruções AI Understanding

Study finds LLMs often overconfident when identifying direct causal links

An evaluation of 12 open-weight language models finds that they frequently mistake indirect or reversed relationships for direct causal connections, while expressing high confidence in many incorrect judgments.

Por 5 min read
Primary-source image accompanying Study finds LLMs often overconfident when identifying direct causal links
A versão curta

An evaluation of 12 open-weight language models finds that they frequently mistake indirect or reversed relationships for direct causal connections, while expressing high confidence in many incorrect judgments.

O que aconteceu

A new arXiv study evaluates whether large language models can reliably identify direct causal relationships and communicate calibrated confidence. Across six benchmark causal graphs, five prompting strategies and four confidence methods, the researchers found that the models tended to produce overly dense graphs with many false-positive edges.

The paper evaluates 12 instruction-tuned open-weight language models under a language-only pairwise protocol. The models were tested on six benchmark causal graphs, with five prompting strategies and four sources of confidence: confidence stated in the answer, confidence derived from model logits, agreement across prompts and agreement across models. The goal was not simply to measure whether a model recognized that two variables were related, but whether it correctly judged that one variable was a direct cause of another and identified the direction of that edge.

The evaluation found that the models were strongly recall-dominant. They identified many candidate relationships, but their predicted graphs were overly dense and included substantial numbers of false-positive edges. Changing the prompt mainly moved the balance between precision and recall; it did not resolve the broader tendency to overpredict causal connections. Increasing model scale helped less on the largest graphs and did not eliminate miscalibration, according to the paper.

The distinction between relatedness and direct causation was a central failure point. Relative to the published reference graphs, the models misclassified 40.0% of indirect relationships and 36.0% of reversed non-edges as direct edges, compared with 28.2% of other non-edges. Among those false positives, 80.8% of the indirect cases and 84.6% of the reversed non-edge cases received verbalized confidence of at least 80%. The authors also report that logit-based confidence frequently clustered near 1.0 regardless of whether a prediction was correct. A benchmark-familiarity audit identified possible familiarity in five model-dataset pairs, all involving the AsiaM dataset.

Leia a fonte primária: arxiv.org

Por que isso importa

Language models are increasingly used to supply causal assumptions for systems that discover causal structures. The study suggests their outputs may be useful as provisional, externally checked hypotheses, but should not be treated as direct evidence of causal structure or trusted solely because the model sounds confident.

Causal discovery systems use assumptions about which variables may directly influence others. If a language model supplies an edge that reflects only broad association, an indirect pathway or the wrong direction, that assumption can distort later analysis. The study therefore addresses a practical reliability question for developers and researchers who want to use LLMs as sources of prior causal knowledge.

The findings also show why fluent explanations or numerical confidence should not be mistaken for dependable causal reasoning. A model can recognize that two concepts are connected while failing to determine whether the connection is direct or which way the causal relationship runs. High verbalized confidence in structurally incorrect predictions makes that distinction especially important in workflows where people may use confidence scores to prioritize review.

The paper does not show that LLMs are useless for causal work. Its conclusion is narrower and more actionable: models may be useful for generating soft causal priors, provided those priors are checked against external evidence. That framing preserves a role for language models in proposing hypotheses while reserving causal validation for methods and data designed to establish structure. It also suggests that a model’s scale alone is not a sufficient safeguard against this class of error. The public and practical impact is mainly methodological. Researchers building causal-discovery tools, decision-support systems or evaluations can use the results as a warning to separate causal relatedness from direct-edge identification and to test calibration explicitly. The source does not establish performance in any particular medical, economic, policy or operational deployment, so the findings should not be generalized to those settings without additional evidence.

O que assistir a seguir

The paper points toward agreement across prompts or models as a potentially better confidence signal than verbalized or logit-based confidence, although the reported advantages were not statistically significant after correction. Further testing will be needed across more datasets, models and real-world causal problems.

The most promising signal examined by the study was agreement: whether several prompts given to the same model, or several models given comparable tasks, produced the same judgment. The paper reports better mean calibration and discrimination for cross-prompt and cross-model agreement than for conventional confidence estimates. However, those advantages were not statistically significant after Holm correction, so agreement should be treated as a research direction rather than a validated solution.

Future evaluations should test whether the pattern persists with closed and open models beyond the 12 systems studied, with additional graph structures and with causal questions grounded in real observational or experimental data. The current results come from six benchmark causal graphs and a language-only pairwise protocol. The source does not report that the method has been tested in a live decision-making workflow.

Benchmark familiarity is another issue to monitor. The audit found potential familiarity in five model-dataset pairs, all involving AsiaM. That result may indicate that some apparent performance reflects exposure to benchmark material, but the paper presents it as potential familiarity rather than proof that the models memorized the answers. Evaluators will need to examine contamination and familiarity when comparing models on causal tasks.

The study also leaves meaningful unknowns. It does not establish whether external retrieval, tools, demonstrations or access to domain experts would materially improve directness and orientation judgments. It does not show how the models perform when supplied with experimental evidence, nor does it quantify the cost of human review needed to correct false positives. Finally, because the paper is a newly submitted preprint, its findings have not been established through peer review in the source provided.

Guias e questionários relacionados

Modelos de IA explicadosTreinamento de IAÉtica da IATeste o que você sabe – experimente um teste gratuito de IAProcure um termo de IA em nosso glossário
Achou isso útil?