Papers › It's Not What You Say, It's How You Say It: Evaluating LLM Responses to Expressions of Belief

It's Not What You Say, It's How You Say It: Evaluating LLM Responses to Expressions of Belief

20 Jul 2026arXiv:2607.18232added by Syntology

Kevin Du, Clara Kümpel, Michelle Wastl, Alex Warstadt

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

Users frequently express their beliefs to large language models (LLMs). In some situations, the LLM should accept these contextual beliefs as true. In others, they should stick to their prior knowledge. Notably, users' expressions of belief (EoBs) can take linguistically diverse forms - using presuppositions, evidential and certainty markers, or varied tones - each of which may have a different persuasiveness over the LLMs. We introduce a typology to systematically evaluate how different EoBs affect whether models follow context versus prior knowledge. The typology is grounded in four linguistically motivated dimensions: form, evidentiality, epistemic stance, and tone, spanning 17 fine-grained types. By pairing these EoBs with world knowledge facts, we generate controlled EoB-query pairs that isolate the effect of linguistic variation. Using this benchmark, we evaluate 16 LLMs that differ in architecture (Llama3, Qwen3, Gemma3), scale (1B-30B parameters), and training stages (base vs instruct). We identify meaningful variations in response behavior across these axes, e.g., that bigger models and instruction models tend to be less context-following than smaller models and base models. We further identify specific EoBs that statistically significantly persuade LMs more consistently than others. Our work reveals systematic patterns in how linguistic framing affects LLM context integration, with implications for prompt engineering and model robustness.

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="2607.18232")

Code

Syntology Ran 9 of 12 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 6 ran · our draft was wrong.

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

clarakuempel/EoB 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

12 samples harvested; 9 ran; 1 honoured the contract we drafted; 3 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.

1ran · honoured contract
2ran · violated contract
6ran · our draft was wrong
3unverified

Licence: 12 of the 12 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 clarakuempel/EoB. “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.

_alias_lists clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 36643a5fa5b78a09 · report
_answer_mentions_phrase clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · e4c4b4241fa34edd · report
_dedupe_longest_first clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 35381e0133074eca · report
_is_openai_model clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 5051f1f6c132330a · report
classify_answer clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · eed320aaed3c447b · report
classify_example clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e176945cf656c7a4 · report
classify_open_ended clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c1e50317d894c0ee · report
generate_answers_batch clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 185bcd426edc64fb · report
get_yes_no_probabilities_batch clarakuempel/EoB/score_dataset.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 4e397701b0a9577f · report
_validate_gemma_prompt_format clarakuempel/EoB/score_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 175c4bedad71e9a2 · report
get_yes_no_probabilities_batch_openai clarakuempel/EoB/score_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 9efa60e783067535 · report
process_dataset clarakuempel/EoB/score_dataset.py found in paper text by Syntology unverified no licence file found · pointer only · 9a42667a07ed158c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.18232, was issued in July 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