{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2608-17809","title":"Whether LLMs Can Navigate Beliefs and Facts Depends on How You Phrase It","arxiv_id":"2608.17809","date":"2026-08-18","proceeding":null,"authors":["Quang Minh Nguyen","Luis Frentzen Salim"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2608.17809","url_pdf":"https://arxiv.org/pdf/2608.17809","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2608.17809","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.17809"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/ngqm/belief-fact-phrasing","reach":null}],"summary":{"ran":10,"unverified":6},"by_repo_kind":{"found_in_text":{"samples":16,"ran":10,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"d1c16397076be972","entry":"build_token_mask","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/attention_suppress_decode.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/attention_suppress_decode.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d1c16397076be972"}},{"code_sha256_prefix":"53cdbecf68a280c4","entry":"correct_vec","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/common.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/common.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"53cdbecf68a280c4"}},{"code_sha256_prefix":"f7efc26e8373b3ed","entry":"existing_indices","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/eval/run_verb_eval_batched.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/eval/run_verb_eval_batched.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f7efc26e8373b3ed"}},{"code_sha256_prefix":"520d0858be37dec1","entry":"extract_answer","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/eval/instruction_effect_table.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/eval/instruction_effect_table.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"520d0858be37dec1"}},{"code_sha256_prefix":"850f7ae5482a76f1","entry":"load_kable","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/eval/run_verb_eval_batched.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/eval/run_verb_eval_batched.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"850f7ae5482a76f1"}},{"code_sha256_prefix":"4dcf69b5b832cb41","entry":"parse_gold","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/eval/instruction_effect_table.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/eval/instruction_effect_table.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4dcf69b5b832cb41"}},{"code_sha256_prefix":"b31a5849466b2920","entry":"per_alpha","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/held_out_alpha_split.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/held_out_alpha_split.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b31a5849466b2920"}},{"code_sha256_prefix":"306ce30c9724e57b","entry":"permute","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/controls/option_permute_control.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/controls/option_permute_control.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"306ce30c9724e57b"}},{"code_sha256_prefix":"47ba2725ada1113c","entry":"permute","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/controls/option_permute_control_or.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/controls/option_permute_control_or.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"47ba2725ada1113c"}},{"code_sha256_prefix":"7c1c23e549521f1d","entry":"split_acc","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/held_out_alpha_split.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/held_out_alpha_split.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7c1c23e549521f1d"}},{"code_sha256_prefix":"e8e5fb6f521ff3ac","entry":"bootstrap_se","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/bootstrap_held_out.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/bootstrap_held_out.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e8e5fb6f521ff3ac"}},{"code_sha256_prefix":"b06489cc8261924f","entry":"load","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/common.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b06489cc8261924f"}},{"code_sha256_prefix":"6b01c9b8d9c9ceab","entry":"load_cell","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/eval/instruction_effect_table.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/eval/instruction_effect_table.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6b01c9b8d9c9ceab"}},{"code_sha256_prefix":"f61607da45fc18ee","entry":"load_confirm","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/controls/option_permute_control_or.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/controls/option_permute_control_or.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f61607da45fc18ee"}},{"code_sha256_prefix":"5f8cfc94998b1389","entry":"load_system_prompt","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/eval/run_verb_eval_batched.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/eval/run_verb_eval_batched.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5f8cfc94998b1389"}},{"code_sha256_prefix":"8b0eacea3da996d7","entry":"select_alpha_star","repo":"ngqm/belief-fact-phrasing","repo_kind":"found_in_text","path":"src/suppression/common.py","file_url":"https://github.com/ngqm/belief-fact-phrasing/blob/HEAD/src/suppression/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8b0eacea3da996d7"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}