paper-with-me

Papers

Whether LLMs Can Navigate Beliefs and Facts Depends on How You Phrase It

2026-08-18 · Quang Minh Nguyen, Luis Frentzen Salim arxiv

Humans naturally form and express beliefs in daily communication, e.g., "I think the answer is 3" or "I suppose that's right." Such beliefs inevitably intertwine with fact and knowledge, making the ability to handle them in tandem desirable for large language models (LLMs), as they are increasingly deployed in user-facing settings. Prior work showed that even capable LLMs exhibit a systemic weakness in acknowledging user beliefs grounded in incorrect information. We extend this evaluation to 10 LLMs across 18 epistemic expressions and find that the size and direction of the weakness depend on the verb used to express the belief, with the accuracy gap between factual and false information ranging from +50% on "I vaguely remember" to -14% on "I seriously doubt". We further show that the phenomenon stems from task confusion: models default to fact-checking the underlying claim, overriding the user's stated belief; chains of thought that explicitly fact-check show lower accuracy on false information than those that do not; and a single instruction can reverse the failure across verb families. Mechanistically, models attend more to false beliefs they fail to confirm, but suppressing this attention at decoding time recovers accuracy only partially and only in some models, calling for future work on intervention methods. Our findings clarify prior results and show how fact-checking, a generally desirable behavior, can interfere with belief tracking in LLMs. Our code is available at https://github.com/ngqm/belief-fact-phrasing.

📄 PDF Abstract BibTeX arXiv:2608.17809

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can LLMs Ground when they (Don't) Know: A Study on Direct and Loaded Political Questions

2025-06-10 · Clara Lachenmaier, Judith Sieker, Sina Zarrieß

Communication among humans relies on conversational grounding, allowing interlocutors to reach mutual understanding even when they do not have perfect knowledge and must resolve discrepancies in each other's beliefs. Thi…

Misinformation

Still No Lie Detector for Language Models: Probing Empirical and Conceptual Roadblocks

2023-06-30 · B. A. Levinstein, Daniel A. Herrmann

We consider the questions of whether or not large language models (LLMs) have beliefs, and, if they do, how we might measure them. First, we evaluate two existing approaches, one due to Azaria and Mitchell (2023) and the…

Abductive Reasoning with Probabilistic Commonsense

2026-05-08 · Joseph Cotnareanu, Chiara Roverato, Han Zhou, Didier Chetelat 외 arxiv

Recent efforts to improve the reasoning abilities of Large Language Models (LLMs) have focused on integrating formal logic solvers within neurosymbolic frameworks. A key challenge is that formal solvers lack commonsense …

Formal Logic

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

2023-05-24 · Zexuan Zhong, Zhengxuan Wu, Christopher D. Manning, Christopher Potts 외

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option. This has recently given rise to a range of techniques for injecting new facts through …

knowledge editingLanguage ModellingMulti-hop Question AnsweringQuestion Answering

When Agents Say One Thing and Do Another: Validating Elicited Beliefs from LLMs

2026-02-06 · Khurram Yamin, Jingjing Tang, Santiago Cortes-Gomez, Amit Sharma 외 arxiv

Large language models (LLMs) are increasingly deployed in high-stakes settings where good decisions require forming beliefs over the probability of unknown outcomes. However, it is unclear whether LLMs act as if they hol…