菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-11
📄 Abstract - Reasoning as Pattern Matching: Shared Mechanisms in Human and LLM Everyday Reasoning

When large language models (LLMs) fail to generalize or make haphazard errors in reasoning, it is often taken as evidence that LLMs are not truly reasoning, but rather performing a kind of pattern matching. The implication is that people's behavior does not exhibit the same types of failures because human reasoning uses principled and abstract world models. We evaluate human participants and 25 LLMs on their ability to engage in common-sense reasoning about a variety of everyday situations and observe similar patterns of errors in both people and models. We then identify the set of attention heads driving LLM responses and find that these heads implement a form of pattern-matching. These attention heads allow us to predict seemingly inexplicable reasoning errors in people caused by ostensibly irrelevant prompt details. Taken together, our results suggest that everyday causal reasoning in people and LLMs is more consistent with a form of pattern-matching than with abstract world models.

顶级标签: llm cognitive science reasoning
详细标签: pattern matching common-sense reasoning human comparison attention mechanism error analysis 或 搜索:

推理即模式匹配:人类与大语言模型在日常推理中的共享机制 / Reasoning as Pattern Matching: Shared Mechanisms in Human and LLM Everyday Reasoning


1️⃣ 一句话总结

该论文通过实验发现,人类和大型语言模型在日常推理中都会犯类似的错误,并且这些错误源于一种基于表面信息(如无关关键词)的模式匹配机制,而非人们通常认为的抽象世界模型推理。

源自 arXiv: 2606.13607