paper-with-me

홈 › Papers

Prompting Strategies for Enabling Large Language Models to Infer Causation from Correlation

2024-12-18 · Eleni Sgouritsa, Virginia Aglietti, Yee Whye Teh, Arnaud Doucet, Arthur Gretton, Silvia Chiappa

The reasoning abilities of Large Language Models (LLMs) are attracting increasing attention. In this work, we focus on causal reasoning and address the task of establishing causal relationships based on correlation information, a highly challenging problem on which several LLMs have shown poor performance. We introduce a prompting strategy for this problem that breaks the original task into fixed subquestions, with each subquestion corresponding to one step of a formal causal discovery algorithm, the PC algorithm. The proposed prompting strategy, PC-SubQ, guides the LLM to follow these algorithmic steps, by sequentially prompting it with one subquestion at a time, augmenting the next subquestion's prompt with the answer to the previous one(s). We evaluate our approach on an existing causal benchmark, Corr2Cause: our experiments indicate a performance improvement across five LLMs when comparing PC-SubQ to baseline prompting strategies. Results are robust to causal query perturbations, when modifying the variable names or paraphrasing the expressions.

📄 PDF Abstract BibTeX arXiv:2412.13952

Code (0)

등록된 구현이 없습니다.

Tasks

Causal Discovery

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TAG-EQA: Text-And-Graph for Event Question Answering via Structured Prompting Strategies

2025-10-01 · Maithili Kadam, Francis Ferraro arxiv

Large language models (LLMs) excel at general language tasks but often struggle with event-based questions-especially those requiring causal or temporal reasoning. We introduce TAG-EQA (Text-And-Graph for Event Question …

Question Answering

Evaluating LLMs and Prompting Strategies for Automated Hardware Diagnosis from Textual User-Reports

2025-07-01 · Carlos Caminha, Maria de Lourdes M. Silva, Iago C. Chaves, Felipe T. Brito 외 arxiv

Computer manufacturers offer platforms for users to describe device faults using textual reports such as "My screen is flickering". Identifying the faulty component from the report is essential for automating tests and i…

From Script to Semantics: Prompting Strategies for African NLI

2026-06-02 · Anuj Tiwari, Terry Oko-odion, Hannah Nwokocha arxiv

Large language models (LLMs) are increasingly evaluated in multilingual settings, yet their inference behavior in low-resource African languages remains underexplored especially under pure prompting without fine-tuning. …

Natural Language Inference

Rethinking Agentic Workflows: Evaluating Inference-Based Test-Time Scaling Strategies in Text2SQL Tasks

2025-10-13 · Jiajing Guo, Kenil Patel, Jorge Piazentin Ono, Wenbin He 외 arxiv

Large language models (LLMs) are increasingly powering Text-to-SQL (Text2SQL) systems, enabling non-expert users to query industrial databases using natural language. While test-time scaling strategies have shown promise…

Thinking Inside the Mask: In-Place Prompting in Diffusion LLMs

2025-08-14 · Xiangqi Jin, Yuxuan Wang, Yifeng Gao, Zichen Wen 외 arxiv

Despite large language models (LLMs) have achieved remarkable success, their prefix-only prompting paradigm and sequential generation process offer limited flexibility for bidirectional information. Diffusion large langu…