paper-with-me

홈 › Papers

A Systematic Analysis of Large Language Models as Soft Reasoners: The Case of Syllogistic Inferences

2024-06-17 · Leonardo Bertolazzi, Albert Gatt, Raffaella Bernardi

The reasoning abilities of Large Language Models (LLMs) are becoming a central focus of study in NLP. In this paper, we consider the case of syllogistic reasoning, an area of deductive reasoning studied extensively in logic and cognitive psychology. Previous research has shown that pre-trained LLMs exhibit reasoning biases, such as $\textit{content effects}$, avoid answering that $\textit{no conclusion follows}$, display human-like difficulties, and struggle with multi-step reasoning. We contribute to this research line by systematically investigating the effects of chain-of-thought reasoning, in-context learning (ICL), and supervised fine-tuning (SFT) on syllogistic reasoning, considering syllogisms with conclusions that support or violate world knowledge, as well as ones with multiple premises. Crucially, we go beyond the standard focus on accuracy, with an in-depth analysis of the conclusions generated by the models. Our results suggest that the behavior of pre-trained LLMs can be explained by heuristics studied in cognitive science and that both ICL and SFT improve model performance on valid inferences, although only the latter mitigates most reasoning biases without harming model consistency.

📄 PDF Abstract BibTeX arXiv:2406.11341

Code (1)

leobertolazzi/soft-syllogistic-reasoners 공식 구현 pytorch

Tasks

In-Context LearningvalidWorld Knowledge

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

OWL Reasoners still useable in 2023

2023-09-13 · Konrad Abicht

In a systematic literature and software review over 100 OWL reasoners/systems were analyzed to see if they would still be usable in 2023. This has never been done in this capacity. OWL reasoners still play an important r…

Management

LLMs are Single-threaded Reasoners: Demystifying the Working Mechanism of Soft Thinking

2025-08-05 · Junhong Wu, Jinliang Lu, Zixuan Ren, Gangqiang Hu 외 arxiv

Human cognition naturally engages with abstract and fluid concepts, whereas existing reasoning models often rely on generating discrete tokens, potentially constraining their expressive capabilities. Recent advancements …

Reinforcement Learning

LLM Reasoners: New Evaluation, Library, and Analysis of Step-by-Step Reasoning with Large Language Models

2024-04-08 · Shibo Hao, Yi Gu, Haotian Luo, Tianyang Liu 외

Generating accurate step-by-step reasoning is essential for Large Language Models (LLMs) to address complex problems and enhance robustness and interpretability. Despite the flux of research on developing advanced reason…

Lost in Serialization: Invariance and Generalization of LLM Graph Reasoners

2025-11-13 · Daniel Herbst, Lea Karbevska, Divyanshu Kumar, Akanksha Ahuja 외 arxiv

While promising, graph reasoners based on Large Language Models (LLMs) lack built-in invariance to symmetries in graph representations. Operating on sequential graph serializations, LLMs can produce different outputs und…

Language Models Are Greedy Reasoners: A Systematic Formal Analysis of Chain-of-Thought

2022-10-03 · Abulhair Saparov, He He

Large language models (LLMs) have shown remarkable reasoning capabilities given chain-of-thought prompts (examples with intermediate reasoning steps). Existing benchmarks measure reasoning ability indirectly, by evaluati…

Mathematical ReasoningQuestion Answeringvalid