paper-with-me

Papers

Causal Parrots: Large Language Models May Talk Causality But Are Not Causal

2023-08-24 · Matej Zečević, Moritz Willig, Devendra Singh Dhami, Kristian Kersting

Some argue scale is all what is needed to achieve AI, covering even causal models. We make it clear that large language models (LLMs) cannot be causal and give reason onto why sometimes we might feel otherwise. To this end, we define and exemplify a new subgroup of Structural Causal Model (SCM) that we call meta SCM which encode causal facts about other SCM within their variables. We conjecture that in the cases where LLM succeed in doing causal inference, underlying was a respective meta SCM that exposed correlations between causal facts in natural language on whose data the LLM was ultimately trained. If our hypothesis holds true, then this would imply that LLMs are like parrots in that they simply recite the causal knowledge embedded in the data. Our empirical analysis provides favoring evidence that current LLMs are even weak `causal parrots.'

📄 PDF Abstract BibTeX arXiv:2308.13067

Code (1)

moritzwillig/causalparrots 공식 구현 pytorch

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

Causality for Large Language Models

2024-10-20 · Anpeng Wu, Kun Kuang, Minqin Zhu, Yingrong Wang 외

Recent breakthroughs in artificial intelligence have driven a paradigm shift, where large language models (LLMs) with billions or trillions of parameters are trained on vast datasets, achieving unprecedented success acro…

Prompt Engineering

A Multi-Level Benchmark for Causal Language Understanding in Social Media Discourse

2025-09-20 · Xiaohan Ding, Kaike Ping, Buse Çarık, Eugenia Rho arxiv

Understanding causal language in informal discourse is a core yet underexplored challenge in NLP. Existing datasets largely focus on explicit causality in structured text, providing limited support for detecting implicit…

Can Foundation Models Talk Causality?

2022-06-14 · Moritz Willig, Matej Zečević, Devendra Singh Dhami, Kristian Kersting

Foundation models are subject to an ongoing heated debate, leaving open the question of progress towards AGI and dividing the community into two camps: the ones who see the arguably impressive results as evidence to the …

A Causality-Guided Prediction of the TED Talk Ratings from the Speech-Transcripts using Neural Networks

2019-05-21 · Md. Iftekhar Tanveer, Md. Kamrul Hasan, Daniel Gildea, M. Ehsan Hoque

Automated prediction of public speaking performance enables novel systems for tutoring public speaking skills. We use the largest open repository---TED Talks---to predict the ratings provided by the online viewers. The d…

Probing Causality Manipulation of Large Language Models

2024-08-26 · Chenyang Zhang, Haibo Tong, Bin Zhang, Dongyu Zhang

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 stati…

In-Context LearningRAGRetrievalRetrieval-augmented Generation+1