paper-with-me

Papers

From task structures to world models: What do LLMs know?

2023-10-06 · Ilker Yildirim, L. A. Paul

In what sense does a large language model have knowledge? The answer to this question extends beyond the capabilities of a particular AI system, and challenges our assumptions about the nature of knowledge and intelligence. We answer by granting LLMs "instrumental knowledge"; knowledge defined by a certain set of abilities. We then ask how such knowledge is related to the more ordinary, "worldly" knowledge exhibited by human agents, and explore this in terms of the degree to which instrumental knowledge can be said to incorporate the structured world models of cognitive science. We discuss ways LLMs could recover degrees of worldly knowledge, and suggest such recovery will be governed by an implicit, resource-rational tradeoff between world models and task demands.

📄 PDF Abstract BibTeX arXiv:2310.04276

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Can LLM Graph Reasoning Generalize beyond Pattern Memorization?

2024-06-23 · Yizhuo Zhang, Heng Wang, Shangbin Feng, Zhaoxuan Tan 외

Large language models (LLMs) demonstrate great potential for problems with implicit graphical structures, while recent works seek to enhance the graph reasoning capabilities of LLMs through specialized instruction tuning…

Memorization

Say What You Mean! Large Language Models Speak Too Positively about Negative Commonsense Knowledge

2023-05-10 · Jiangjie Chen, Wei Shi, Ziquan Fu, Sijie Cheng 외

Large language models (LLMs) have been widely studied for their ability to store and utilize positive knowledge. However, negative knowledge, such as "lions don't live in the ocean", is also ubiquitous in the world but r…

Language ModelingLanguage ModellingNegationQuestion Answering+2

The role of System 1 and System 2 semantic memory structure in human and LLM biases

2026-04-14 · Katherine Abramski, Giulio Rossetti, Massimo Stella arxiv

Implicit biases in both humans and large language models (LLMs) pose significant societal risks. Dual process theories propose that biases arise primarily from associative System 1 thinking, while deliberative System 2 t…

LLMs Learn Constructions That Humans Do Not Know

2025-08-22 · Jonathan Dunn, Mai Mohamed Eida arxiv

This paper investigates false positive constructions: grammatical structures which an LLM hallucinates as distinct constructions but which human introspection does not support. Both a behavioural probing task using conte…

Less is More: Learning Graph Tasks with Just LLMs

2025-08-13 · Sola Shirai, Kavitha Srinivas, Julian Dolby, Michael Katz 외 arxiv

For large language models (LLMs), reasoning over graphs could help solve many problems. Prior work has tried to improve LLM graph reasoning by examining how best to serialize graphs as text and by combining GNNs and LLMs…