IC-555Large LLMs (GPT-3.5-turbo, Gemini 1.5 Flash, Llama3-70B, Mixtral 46.7B) exhibit reasoning errors and significant accuracy degradation on large-scale logical commonsense reasoning tasks with 32k+ rules, even when the knowledge base is complete and retrieval is ideal

Armin Toroghi, Ali Pesaranghader, Tanmana Sadhu, Scott Sanner

SourceLLM-based Typed Hyperresolution for Commonsense Reasoning with Knowledge Bases

The paper evaluates four released LLMs using zero-shot CoT, few-shot CoT, and RAG+CoT prompting on three reasoning tasks with knowledge bases of 32k+ rules. On complete KBs, all LLMs achieve imperfect reasoning scores (e.g., Llama3-70B RS macro 0.15, Mixtral 46.7B RS macro 0.30 on deductive reasoning), indicating logical errors in their proofs. When one commonsense axiom is removed from the KB, accuracy drops substantially (e.g., GPT-3.5-turbo few-shot drops 0.15 on deductive reasoning, Llama3-70B drops 0.25 on geographical QA). Even with an ideal retriever that guarantees all relevant facts are provided, the LLMs still underperform (Llama3-70B reaches 0.94 vs. LLM-TH's 0.97 on deductive reasoning), showing the limitation is in the LLM's ability to identify and apply missing commonsense axioms, not in retrieval.

Evidence
correlational
Key metric
Deductive reasoning (complete KB): Llama3-70B accuracy 0.80±0.03, RS macro 0.15, RS micro 0.77; Mixtral 46.7B accuracy 0.59±0.02, RS macro 0.30, RS micro 0.66; GPT-3.5-turbo accuracy 0.69±0.02, RS macro 0.45, RS micro 0.48. Incomplete KB: GPT-3.5-turbo few-shot 0.54±0.04 (0.15↓), Llama3-70B few-shot 0.77±0.01 (0.03↓) on deductive; Llama3-70B few-shot 0.66±0.02 (0.25↓) on geographical QA. Ideal retrieval: Llama3-70B 0.94, Gemini 1.5 Flash 0.93 (few-shot, deductive).
Caveat
Reasoning scores are manually calculated for only 20 randomly chosen responses per method. The incomplete KB experiment ablates exactly one rule per query; the paper notes in Appendix D.3 that with multiple ablated rules, LLM-TH's own NLI-based entailment also degrades, and the comparison becomes less clean.
Model
GPT-3.5 / ChatGPT-3.5 GPT-3.5-turbo, Gemini 1.5 / Gemini Pro 1.5 Gemini 1.5 Flash, Llama 3 70B, Mixtral 8x7B / Mistral 8x7B Instruct / Mixtral 46.7B / Mixtral 8x7B Instruct / Mixtral-instruct-8x7b, VERA
Concepts
Failure mode
Datasets
Recipe-MPR [eval]
Methods
Zero-shot Chain-of-Thought / Wei et al. 2022 (Chain of Thought) / Zero-shot chain-of-thought prompting [primary], Chain-of-Thought prompting / Chain-of-Thought (CoT) prompting / CoT prompting / Few-shot Chain of Thought / Few-shot CoT / Chain-of-Thought (CoT-S) / CoT-bag prompting / Few-shot CoT prompting / Rationale prompting / Zero-shot CoT prompting / Wei et al. (2022) chain-of-thought prompting [primary], Retrieval-Augmented Generation / Retrieval augmentation (top-5 chunks) [primary], Reasoning Score [eval]
Related work
VERA [compared-to]
Extraction
automatic-extraction