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

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

18 Aug 2026arXiv:2608.17809added by Syntology

Quang Minh Nguyen, Luis Frentzen Salim

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.17809")

Code

Syntology Ran 10 of 16 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ngqm/belief-fact-phrasing found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 10 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
6unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ngqm/belief-fact-phrasing. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_token_mask ngqm/belief-fact-phrasing/src/suppression/attention_suppress_decode.py found in paper text by Syntology ran MIT (permissive) · d1c16397076be972 · report
correct_vec ngqm/belief-fact-phrasing/src/suppression/common.py found in paper text by Syntology ran MIT (permissive) · 53cdbecf68a280c4 · report
existing_indices ngqm/belief-fact-phrasing/src/eval/run_verb_eval_batched.py found in paper text by Syntology ran MIT (permissive) · f7efc26e8373b3ed · report
extract_answer ngqm/belief-fact-phrasing/src/eval/instruction_effect_table.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 520d0858be37dec1 · report
load_kable ngqm/belief-fact-phrasing/src/eval/run_verb_eval_batched.py found in paper text by Syntology ran MIT (permissive) · 850f7ae5482a76f1 · report
parse_gold ngqm/belief-fact-phrasing/src/eval/instruction_effect_table.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4dcf69b5b832cb41 · report
per_alpha ngqm/belief-fact-phrasing/src/suppression/held_out_alpha_split.py found in paper text by Syntology ran MIT (permissive) · b31a5849466b2920 · report
permute ngqm/belief-fact-phrasing/src/controls/option_permute_control.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 306ce30c9724e57b · report
permute ngqm/belief-fact-phrasing/src/controls/option_permute_control_or.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 47ba2725ada1113c · report
split_acc ngqm/belief-fact-phrasing/src/suppression/held_out_alpha_split.py found in paper text by Syntology ran MIT (permissive) · 7c1c23e549521f1d · report
bootstrap_se ngqm/belief-fact-phrasing/src/suppression/bootstrap_held_out.py found in paper text by Syntology unverified MIT (permissive) · e8e5fb6f521ff3ac · report
load ngqm/belief-fact-phrasing/src/suppression/common.py found in paper text by Syntology unverified MIT (permissive) · b06489cc8261924f · report
load_cell ngqm/belief-fact-phrasing/src/eval/instruction_effect_table.py found in paper text by Syntology unverified MIT (permissive) · 6b01c9b8d9c9ceab · report
load_confirm ngqm/belief-fact-phrasing/src/controls/option_permute_control_or.py found in paper text by Syntology unverified MIT (permissive) · f61607da45fc18ee · report
load_system_prompt ngqm/belief-fact-phrasing/src/eval/run_verb_eval_batched.py found in paper text by Syntology unverified MIT (permissive) · 5f8cfc94998b1389 · report
select_alpha_star ngqm/belief-fact-phrasing/src/suppression/common.py found in paper text by Syntology unverified MIT (permissive) · 8b0eacea3da996d7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.17809, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections