Paper: 2607.18232 Authors: Kevin Du, Clara Kümpel, Michelle Wastl, Alex Warstadt Categories: cs.CL

The Gap

We already know LLMs can be swayed by user assertions — the sycophancy literature is thick, and prompt robustness studies have shown that surface-level changes (formatting, rephrasing) can flip model outputs. But here’s the blind spot: almost all of this work treats user input as a monolithic blob. When someone says “Actually, the capital of Australia is Sydney,” prior research asks “does the model follow?” without asking how the belief was packaged linguistically. Does a presupposition (“As everyone knows, the capital is Sydney”) hit harder than hedged evidence (“I think I read somewhere that it might be Sydney”)? Nobody systematically decomposed the linguistic form of belief expression, controlled for content, and measured the differential persuasive force across forms — until now.

[Existing Research]
|
|  Sycophancy studies: user asserts X, does model follow?
|      --> binary: follow or not
|      --> content varies freely, form not controlled
|
|  Prompt robustness: format/paraphrase variation
|      --> surface-level (whitespace, casing, role-play)
|      --> not targeting belief-expression linguistics
|
|  Adversarial attacks: jailbreaks, social engineering
|      --> goal is malicious override
|      --> not about everyday belief communication
|
v
[GAP: No systematic decomposition of HOW beliefs are expressed]
|
v
[This Paper: Typology of 17 EoB types x 4 linguistic dimensions]
|
v
[Controlled EoB-query pairs: same fact, varied linguistic packaging]
|
v
[16 models, 3 architectures, 3 scales, base vs instruct]
|
v
[CONCLUSION: Linguistic form has systematic, measurable effect on context following]
[Bigger/instruct models LESS swayed; certain forms consistently more persuasive]

The Increment

One sentence: Before this paper, we knew LLMs could be nudged by user beliefs; after this paper, we have a precise linguistic map of *which phrasings are the most effective persuasion tools and which model properties make them more or less vulnerable.

Core Mechanism

The method has three interlocking components. First, a linguistically motivated typology decomposes expressions of belief (EoBs) along four dimensions: form (how the belief is grammatically packaged — assertion, presupposition, question), evidentiality (where the user claims the belief came from — personal experience, hearsay, inference, no source), epistemic stance (how certain the user claims to be — certain, hedged, uncertain), and tone (the social framing — confident, polite, confrontational, casual). These dimensions span 17 fine-grained EoB types, each represented by multiple template sentences.

Second, each EoB template is paired with a world knowledge fact that the EoB contradicts (e.g., “Paris is the capital of Italy” expressed through a presupposition). The key design move: the fact stays fixed while the linguistic packaging varies, creating a clean A/B test for linguistic form. The model is then asked a follow-up question that probes whether it sticks to its prior knowledge or adopts the user’s belief.

Third, the benchmark is run across 16 LLMs varying in architecture (Llama3, Qwen3, Gemma3), scale (1B to 30B parameters), and training stage (base vs. instruction-tuned). Responses are evaluated for context-following (adopting the user’s false belief) vs. prior-knowledge adherence.

[Linguistic Typology Generator]
|
|  Dimension 1: Form ---------> assertion / presupposition / question
|  Dimension 2: Evidentiality -> personal / hearsay / inference / none
|  Dimension 3: Epistemic -----> certain / hedged / uncertain
|  Dimension 4: Tone ---------> confident / polite / confrontational / casual
|
v
[17 fine-grained EoB types]
|
v
[Pair with fixed world knowledge facts]
|  e.g., fact = "Paris is capital of France"
|  EoB = "As you know, Paris is the capital of Italy" (presupposition + certain)
|
v
[Generate EoB-query pairs: user states false belief, then asks probing question]
|
v
[Feed to 16 LLMs: Llama3/Qwen3/Gemma3 x 1B-70B x base-instruct]
|
v
[Evaluate: does model follow context or prior knowledge?]
|
v
[Statistical analysis: which EoB types are consistently more persuasive?]

The wind tunnel metaphor. Think of this method as a linguistic wind tunnel. In aerodynamics, you build a wind tunnel to test how different wing shapes behave under identical airflow — you hold the wind constant and swap the wing. Here, the “wind” is the world knowledge fact (held constant), and the “wing” is the linguistic packaging (swapped across 17 variants). The “lift” you’re measuring is how much each linguistic form pushes the model off its prior knowledge. Just as a wind tunnel tells you which wing geometry generates the most lift at which airspeed, this benchmark tells you which linguistic framing generates the most “persuasion lift” at which model scale. And just as you’d test multiple aircraft designs in the same tunnel, they test 16 models in the same benchmark — so you can compare vulnerability profiles across architectures the way you’d compare drag coefficients across fuselage designs.

Key Concepts

  • Expression of Belief (EoB): This is the paper’s core unit of analysis. When a human talks to a chatbot, they don’t just ask questions — they embed beliefs in their language. “I’m pretty sure Einstein invented the lightbulb” is an EoB. The paper’s insight is that the *linguistic machinery wrapping the belief (certainty markers, source attribution, grammatical mood) is separable from the content of the belief. Think of it like packaging: the same gift (a false fact) in wrapping paper (presupposition) vs. a brown paper bag (plain assertion) vs. a locked box with a warning label (hedge + uncertainty) — the recipient’s willingness to accept it changes with the packaging.

  • Evidentiality: In linguistics, this refers to how a speaker signals the *source of their knowledge. “I saw it myself” (direct evidence) vs. “Apparently…” (hearsay) vs. “It must be…” (inference). Many languages (Turkish, Quechua) grammatically require you to mark evidentiality in every sentence. English does it optionally through phrases like “I heard that…”, “apparently”, “word has it that…”. The paper finds that the evidential source a user claims to have changes how much the LLM believes them — which is fascinating because the LLM has no way to verify any of these sources.

  • Context-following vs. prior knowledge adherence: This is the fundamental tension the paper measures. When a user tells the model something that contradicts what the model “knows” (learned during pretraining), should the model adapt to the conversational context or resist? There’s no universally right answer — sometimes users are testing the model, sometimes they’re correcting genuine errors in training data, sometimes they’re just wrong. The paper doesn’t prescribe which is correct; it maps *when each behavior occurs and how linguistic form tips the balance.

Framework Shift

Before (mainstream approach):          After (this paper):

  User input                           User input
       |                                    |
       v                                    v
  [Treated as monolithic]              [Decomposed along 4 linguistic axes]
       |                                    |
       v                                    v
  Binary check:                        17 fine-grained EoB types
  follows context or not?                  |
       |                                   v
       v                               [Controlled pairwise comparison:
  One number: % compliance              same fact, varied packaging]
                                            |
                                            v
                                       [Multi-model, multi-scale evaluation]
                                            |
                                            v
                                       [Differential persuasion map:
                                        which forms, which models, why]

From treating user language as an undifferentiated input to decomposing it along linguistic dimensions, the core shift is recognizing that the same misinformation wrapped in different grammatical clothing has systematically different persuasive power.

Expert Assessment

Problem choice: This is a genuine gap, not manufactured. The intersection of pragmatics, linguistics, and LLM evaluation is underexplored. Most prompt robustness work is engineering-driven (formatting tricks), and most sycophancy work is psychology-inspired (agreeableness biases). Nobody brought the tools of formal linguistics — evidentiality, epistemic modality, presupposition — to bear on the question of LLM persuasion in a controlled way. The paper sits at a productive intersection. My one concern: the practical stakes could be argued more forcefully. How often do real users employ presuppositions or evidential markers when talking to ChatGPT?

Method maturity: The typology design is thoughtful and linguistically grounded — this isn’t brute force. The controlled pairing (fixed fact, varied form) is the right experimental move. However, the reliance on templates raises questions about ecological validity. Real users don’t speak in clean templates; they write messy, mixed-register messages. The authors acknowledge this but don’t address it. A complementary study using naturalistic user logs would strengthen the contribution considerably. Also, I’d have liked to see an ablation: how much of the effect is driven by sentence length and complexity vs. the specific linguistic features?

Experimental integrity: 16 models across 3 architectures and multiple scales is solid coverage. The statistical analysis appears rigorous with proper significance testing. One red flag: the evaluation metric (context-following vs. prior knowledge) requires a ground truth about what the model “should” do, which is inherently judgment-dependent. The authors use world knowledge facts with clear ground truth, which is smart — but real-world belief expressions are rarely this clean. I’d want to see sensitivity analysis on the evaluation rubric.

Writing quality: The paper is well-structured and readable. The typology section is crisp. Where it falls short: the results section reads like a series of findings without a strong narrative throughline. The most interesting result — that bigger/instruct models are *less context-following — gets buried among less surprising findings. If Section 5 were rewritten to lead with the counterintuitive findings and build a story around “what makes models resist vs. yield to linguistic pressure,” the whole paper would land harder.

Verdict: weak accept — solid empirical contribution with a genuine linguistic lens that the field needs, but ecological validity concerns and a somewhat scattered results narrative prevent a strong accept.

Takeaways

For prompt engineers: If you want the model to adopt your framing, presuppositions and high-certainty markers are your most reliable tools. Phrases like “As you know, X” or “It’s well-established that X” are more persuasive than “I think maybe X.” The paper gives you a ranked list of 17 linguistic forms by persuasive power — that’s directly actionable.

For model builders: Instruction tuning makes models *more resistant to linguistic manipulation, not less. This is a real finding — RLHF or equivalent training appears to create a “conviction” that wasn’t there in base models. If you’re building systems that need to be robust to social engineering, instruction-tuned models are genuinely better.

For researchers: The typology itself is the steal. The 4-dimensional decomposition of belief expression (form, evidentiality, epistemic stance, tone) is a reusable framework. You could apply it to study persuasion in multi-turn dialogues, adversarial attacks, or even cross-cultural communication patterns with LLMs. The controlled pairing methodology (fix content, vary form) is also a transferable experimental design pattern for any study where linguistic variation is the independent variable.

论文: 2607.18232 作者: Kevin Du, Clara Kümpel, Michelle Wastl, Alex Warstadt 分类: cs.CL

缺口

我们已经知道大语言模型会被用户的断言所左右——关于谄媚(sycophancy)的文献汗牛充栋,提示鲁棒性研究也表明表面层面的改动(格式、改写)就能翻转模型输出。 但这里存在一个盲区:几乎所有已有工作都把用户输入当作一个不可分割的整体来处理。 当有人说”其实澳大利亚的首都是悉尼”时,既有研究只问”模型跟不跟?“,却不问这个信念是怎么用语言包装的。 预设(“众所周知,首都是悉尼”)比模糊证据(“我好像在哪读到过,可能是悉尼”)更有说服力吗? 在此之前,没有人系统地拆解信念表达的语言形式、控制内容变量、并测量不同形式的差异化说服力——这篇论文填补了这个空缺。

[既有研究]
|
|  谄媚研究:用户断言X,模型跟不跟?
|      --> 二元判断:跟或不跟
|      --> 内容自由变化,语言形式未受控制
|
|  提示鲁棒性:格式/改写变体
|      --> 表面层次(空格、大小写、角色扮演)
|      --> 未针对信念表达的语言学特征
|
|  对抗攻击:越狱、社工攻击
|      --> 目标是恶意覆盖
|      --> 不关涉日常信念沟通
|
v
[缺口:缺乏对信念"如何表达"的系统性语言学拆解]
|
v
[本文:4个语言学维度 x 17种细粒度信念表达类型]
|
v
[受控的信念表达-查询对:同一事实,变换语言包装]
|
v
[16个模型,3种架构,3种规模,基座 vs 指令微调]
|
v
[结论:语言形式对上下文遵从有系统性、可测量的影响]
[更大/指令微调的模型反而更不容易被说服;某些形式始终更具说服力]

增量

一句话: 这篇论文之前,我们知道大语言模型会被用户的信念所左右;这篇论文之后,我们拥有了一张精确的语言学地图,标明了**哪些措辞是最有效的说服武器,以及哪些模型特性*让模型更容易或更不容易被攻破。

核心机制

方法由三个环环相扣的组件构成。 首先,一套基于语言学理论的分类体系从四个维度拆解信念表达(EoB):形式(信念的语法包装方式——陈述、预设、提问)、证据性(用户声称的信念来源——个人经历、传闻、推理、无来源)、认知立场(用户声称的确定程度——确定、模糊、不确定)和语气(社交语域——自信、礼貌、对抗、随意)。 这四个维度横跨17种细粒度的EoB类型,每种由多个模板句表示。

其次,每个EoB模板与一个被该EoB歪曲的世界知识事实配对(例如,通过预设表达”巴黎是意大利的首都”)。 关键设计在于:事实保持不变,语言包装随类型变化,为语言形式创造了一个干净的A/B测试。 随后向模型提出一个追问,探测模型是坚持先前知识还是采纳用户的信念。

第三,基准在16个大语言模型上运行,覆盖三种架构(Llama3、Qwen3、Gemma3)、多种规模(1B到30B参数)和两种训练阶段(基座模型 vs 指令微调模型)。 通过评估回答来判断模型是跟随上下文(采纳用户的错误信念)还是坚守先前知识。

[语言学分类生成器]
|
|  维度1:形式 ---------> 陈述 / 预设 / 提问
|  维度2:证据性 -------> 个人经历 / 传闻 / 推理 / 无
|  维度3:认知立场 -----> 确定 / 模糊 / 不确定
|  维度4:语气 ---------> 自信 / 礼貌 / 对抗 / 随意
|
v
[17种细粒度EoB类型]
|
v
[与固定的世界知识事实配对]
|  例:事实 = "巴黎是法国首都"
|  EoB = "如你所知,巴黎是意大利的首都"(预设 + 确定)
|
v
[生成EoB-查询对:用户陈述错误信念,然后提出探测性问题]
|
v
[输入16个LLM:Llama3/Qwen3/Gemma3 x 1B-70B x 基座-指令]
|
v
[评估:模型跟随上下文还是先前知识?]
|
v
[统计分析:哪些EoB类型始终更具说服力?]

风洞比喻。 把这个方法想象成一个语言学风洞。 在空气动力学中,你建造风洞是为了测试不同机翼形状在相同气流下的表现——你保持风速恒定,只更换机翼。 这里的”风”是世界知识事实(保持不变),“机翼”是语言包装(在17种变体间切换),你测量的”升力”是每种语言形式把模型从先前知识上推离的程度。 正如风洞告诉你哪种翼型在什么风速下产生最大升力,这个基准告诉你哪种语言包装在什么模型规模下产生最大”说服力升力”。 你还会用同一个风洞测试多种飞行器设计——同样地,他们在同一个基准中测试16个模型,这样就能像比较不同机身的阻力系数一样,比较不同架构的”说服力易感性”。

关键概念

  • 信念表达(EoB): 这是本文的核心分析单元。人类和聊天机器人对话时,不只是提问——他们在语言中嵌入信念。“我很确定是爱迪生发明了灯泡”就是一个EoB。本文的洞见在于,包裹信念的**语言机制*(确定性标记、来源归属、语法语气)可以和信念的内容分离。把它想象成包装:同一件礼物(一个错误事实)用包装纸包(预设)和用牛皮纸袋装(直白陈述)和用带警告标签的锁盒子装(模糊+不确定性)——收礼者的接受意愿随包装而变。

  • 证据性(Evidentiality): 在语言学中,这指的是说话者如何标记知识的**来源*。“我亲眼看到的”(直接证据)vs “据说……”(传闻)vs “一定是……”(推理)。许多语言(土耳其语、克丘亚语)在语法上要求每个句子都标记证据性。英语通过”我听说……""据传""推断……”等短语可选地标记。本文发现,用户声称拥有的证据来源会改变LLM对其的信任程度——这很有趣,因为LLM根本无法验证这些来源的真伪。

  • 上下文遵从 vs 先前知识坚守: 这是本文测量的根本张力。当用户告诉模型一个与其所”知”(预训练中学到的)矛盾的信息时,模型应该适应对话上下文还是坚持己见?没有放之四海皆准的正确答案——有时用户在测试模型,有时用户在纠正训练数据中的真实错误,有时用户就是搞错了。本文不规定哪种行为正确;它绘制的是每种行为**何时*发生,以及语言形式如何撬动天平。

框架转变

之前(主流方法):                   之后(本文方法):

  用户输入                            用户输入
     |                                   |
     v                                   v
  [当作不可分割的整体]               [沿4个语言学维度拆解]
     |                                   |
     v                                   v
  二元检查:                           17种细粒度EoB类型
  跟随上下文还是不跟?                    |
     |                                   v
     v                               [受控配对比较:
  一个数字:遵从率                     同一事实,不同包装]
                                          |
                                          v
                                     [多模型、多规模评估]
                                          |
                                          v
                                     [差异化说服力地图:
                                      哪些形式,哪些模型,为什么]

从把用户语言当作无差别的输入,到沿语言学维度进行结构化拆解,核心转变是认识到:同一条错误信息,包裹在不同的语法外衣中,拥有系统性不同的说服力

专家评审

选题眼光: 这是一个真实的缺口,不是人为制造的。 语用学、语言学与大语言模型评估的交叉地带确实欠开发。 大多数提示鲁棒性研究是工程驱动的(格式化技巧),大多数谄媚研究是心理学启发的(讨好偏好)。 此前没有人把形式语言学的工具——证据性、认知情态、预设——系统地带入LLM说服力的受控研究。 这篇论文处在一个富有成效的交叉点上。 我有一个疑虑:实际应用中的利害关系可以论证得更有力——真实用户在和ChatGPT对话时,真的会频繁使用预设或证据性标记吗?

方法成熟度: 分类体系的设计有语言学功底,不是蛮力堆砌。 受控配对(固定事实、变换形式)是正确的实验设计。 然而,依赖模板引发了一个生态效度的问题。 真实用户不会用干净的模板说话;他们写的都是杂糅的、跨语域的文字。 作者承认了这一点但没有正面解决。 一个补充性的、使用真实用户日志的研究会大大增强贡献。 此外,我希望看到一个消融实验:多少效果是由句子长度和复杂度驱动的,多少是由特定语言特征驱动的?

实验诚意: 16个模型覆盖3种架构和多种规模,覆盖面扎实。 统计分析看起来严谨,有恰当的显著性检验。 一个值得警惕的地方:评估指标(上下文遵从 vs 先知知识坚守)要求对模型”应该”怎么做有一个基本事实判断,而这本质上是依赖于判断标准的。 作者使用了具有明确基本事实的世界知识事实,这是聪明的做法——但真实世界的信念表达远没有这么干净。 我希望能看到对评估标准的敏感性分析。

写作功力: 论文结构清晰,可读性好,分类体系部分尤其精炼。 不足之处在于:结果部分读起来像一系列发现的罗列,缺乏一条强有力的叙事主线。 最有趣的结果——更大的/指令微调模型更不容易跟随上下文——被淹没在不那么令人意外的发现中。 如果第五节重写,以反直觉发现为主线,围绕”什么让模型抵抗 vs 屈服于语言压力”来建构叙事,整篇论文的冲击力会强得多。

判决: 弱接收 — 扎实的实证贡献,引入了领域需要的语言学视角,但生态效度疑虑和略显分散的结果叙述阻止了强接收。

要点总结

给提示工程师: 如果你想让模型采纳你的框架,预设和高确定性标记是你最可靠的工具。 “如你所知,X”或”X已是公认事实”比”我觉得可能X”更有说服力。 论文给出了17种语言形式按说服力的排名——直接可用。

给模型开发者: 指令微调让模型**更不容易*被语言操纵,而非更容易。 这是一个实打实的发现——RLHF或等价训练似乎在模型中制造了一种基座模型中不存在的”定力”。 如果你在构建需要抵御社工攻击的系统,指令微调模型确实更优。

给研究者: 分类体系本身就是可”偷”的资源。 四维信念表达拆解(形式、证据性、认知立场、语气)是一个可复用的框架。 你可以把它应用于多轮对话中的说服力研究、对抗攻击研究,甚至跨文化人机沟通模式的研究。 受控配对方法论(固定内容、变换形式)也是一个可迁移的实验设计范式,适用于任何以语言变体为自变量的研究。