paper-with-me

홈 › Papers

Conditional and Modal Reasoning in Large Language Models

2024-01-30 · Wesley H. Holliday, Matthew Mandelkern, Cedegao E. Zhang

The reasoning abilities of large language models (LLMs) are the topic of a growing body of research in AI and cognitive science. In this paper, we probe the extent to which twenty-nine LLMs are able to distinguish logically correct inferences from logically fallacious ones. We focus on inference patterns involving conditionals (e.g., 'If Ann has a queen, then Bob has a jack') and epistemic modals (e.g., 'Ann might have an ace', 'Bob must have a king'). These inferences have been of special interest to logicians, philosophers, and linguists, since they play a central role in the fundamental human ability to reason about distal possibilities. Assessing LLMs on these inferences is thus highly relevant to the question of how much the reasoning abilities of LLMs match those of humans. All the LLMs we tested make some basic mistakes with conditionals or modals, though zero-shot chain-of-thought prompting helps them make fewer mistakes. Even the best performing LLMs make basic errors in modal reasoning, display logically inconsistent judgments across inference patterns involving epistemic modals and conditionals, and give answers about complex conditional inferences that do not match reported human judgments. These results highlight gaps in basic logical reasoning in today's LLMs.

📄 PDF Abstract BibTeX arXiv:2401.17169

Code (1)

wesholliday/llm-logic 공식 구현

Tasks

Logical Reasoning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Rationale-Enhanced Decoding for Multi-modal Chain-of-Thought

2025-07-10 · Shin'ya Yamaguchi, Kosuke Nishida, Daiki Chijiwa arxiv

Large vision-language models (LVLMs) have demonstrated remarkable capabilities by integrating pre-trained vision encoders with large language models (LLMs). Similar to single-modal LLMs, chain-of-thought (CoT) prompting …

A Multi-Modal Context Reasoning Approach for Conditional Inference on Joint Textual and Visual Clues

2023-05-08 · Yunxin Li, Baotian Hu, Xinyu Chen, Yuxin Ding 외

Conditional inference on joint textual and visual clues is a multi-modal reasoning task that textual clues provide prior permutation or external knowledge, which are complementary with visual content and pivotal to deduc…

Language ModelingLanguage Modelling

Evaluation of Deontic Conditional Reasoning in Large Language Models: The Case of Wason's Selection Task

2026-03-06 · Hirohiko Abe, Kentaro Ozeki, Risako Ando, Takanobu Morishita 외 arxiv

As large language models (LLMs) advance in linguistic competence, their reasoning abilities are gaining increasing attention. In humans, reasoning often performs well in domain specific settings, particularly in normativ…

Reasoning Guided Embeddings: Leveraging MLLM Reasoning for Improved Multimodal Retrieval

2025-11-20 · Chunxu Liu, Jiyuan Yang, Ruopeng Gao, Yuhan Zhu 외 arxiv

Multimodal embeddings are widely used in downstream tasks such as multimodal retrieval, enabling alignment of interleaved modalities in a shared representation space. While recent studies show that Multimodal Large Langu…

Chain-of-Thought Prompt Distillation for Multimodal Named Entity Recognition and Multimodal Relation Extraction

2023-06-25 · Feng Chen, Yujian Feng

Multimodal Named Entity Recognition (MNER) and Multimodal Relation Extraction (MRE) necessitate the fundamental reasoning capacity for intricate linguistic and multimodal comprehension. In this study, we explore distilli…

Data AugmentationDomain Generalizationnamed-entity-recognitionNamed Entity Recognition+3