Paper: 2607.26015 Authors: Zandi Eberstadt Categories: cs.CL
The Gap
We know humans converge on each other’s syntax in dialogue — you start talking like the person you’re chatting with, and you don’t even notice. This “syntactic convergence” is well-studied in psycholinguistics. On the LLM side, we have growing evidence that models mimic surface-level features of their context (lexical priming, style matching), and we know instruction tuning changes model behavior dramatically. But there’s a specific blind spot: nobody has systematically asked whether LLMs exhibit grammatical convergence toward human interlocutors the way humans do — measured across a broad range of syntactic constructions, benchmarked against human baselines, and compared between pretrained and instruction-tuned variants of the same architectures.
Prior work either looked at lexical/semantic priming (ignoring syntax), studied syntactic patterns in model training data (not live dialogue), or examined individual constructions without breadth. The gap is a missing bridge: we don’t know if the syntax-reuse behavior in LLMs is human-like in degree or selectivity, and we don’t know what instruction tuning does to this capacity.
Prior knowledge This paper's contribution
Human syntactic Do LLMs show analogous
convergence is real ? convergence vs human
+ well-documented baselines?
| |
v v
LLMs mimic surface --> Measured CFG-rule reuse
features (lexical, in 16 models (1B-70B)
style) in context at 1,901 matched positions
| |
v v
Instruction tuning Compared pretrained vs
changes model instruction-tuned on
behavior broadly same architectures
| |
v v
Gap: no systematic Finding: instruction-
syntax-level measure tuned models over-converge
in live dialogue, vs humans, but diffusely
vs human baselines (less selectively targeted)
The Increment
One sentence: Before this paper, we didn’t know whether LLMs reuse human grammatical structures in dialogue the way humans do — now we know they over-do it, and instruction tuning makes the over-convergence more diffuse rather than more targeted.
Core Mechanism
The study uses a “substitution paradigm” — imagine taking real human dialogues, pulling out one speaker’s turn, and replacing it with a model-generated response given the same preceding context. This lets you compare, position by position, how much the model’s output reuses the syntactic rules from the preceding human turn versus how much the original human response did.
The syntactic measurement works through context-free grammar (CFG) rule extraction. Each sentence is parsed into a set of CFG production rules (e.g., S -> NP VP, NP -> Det N). For each matched position, the study computes the overlap between the rules in the preceding human turn and the rules in the model’s output (or the original human response). To create a baseline, each model’s output is also compared against an “unrelated prime” — a human turn from elsewhere in the dialogue that isn’t contextually adjacent.
The models tested span 16 variants: Llama 2 and Gemma families, sizes from 1B to 70B parameters, each in both pretrained and instruction-tuned versions. That gives 8 matched architecture pairs. At each of 1,901 matched positions, the study measures: (1) actual-prime overlap vs. random-prime overlap, (2) how this difference varies by rule frequency, and (3) how instruction tuning shifts these patterns.
Data Pipeline:
Human Dialogue Extract one Preceding human turn
(corpus) speaker's (context for model)
| turn out |
v | v
Original Substitution Model generates
human <-- paradigm --> replacement response
response |
| |
v v
CFG parse CFG parse
(set of rules) (set of rules)
| |
+---------- compare ---------+
| |
v v
Rule overlap Rule overlap
(human resp vs (model resp vs
preceding turn) preceding turn)
| |
+---- also compare with -----+
unrelated prime baseline
|
v
Difference scores:
actual-prime vs random-prime
(broken down by rule frequency)
Think of it like a recipe-taste test. You have a dinner conversation between two people — one says something, the other responds. Now you replace the second person’s response with a dish cooked by a chef (the LLM) given only the first person’s ingredients (the preceding turn). You then check: does the chef’s dish reuse the same spice combinations (syntactic rules) as the first person’s cooking? And does it reuse them more than a random dish from a completely different meal? Humans show moderate spice-matching — they pick up on some of the interlocutor’s flavor patterns. The instruction-tuned models? They dump in all the same spices, even more than the original human respondent did. But here’s the twist: they also dump in those same spices when you give them ingredients from a random, unrelated meal. They’re not selectively tracking which spices belong to this conversation — they’re just seasoning everything heavily with whatever’s in front of them.
Key Concepts
-
Syntactic convergence: When two people talk, they unconsciously start using similar grammatical structures. If your conversation partner uses lots of passive constructions or relative clauses, you’ll drift toward those patterns too — without realizing it. It’s like how you might start adopting someone’s posture or speech rhythm during a long chat. The key word is *unconscious: this happens below awareness, and it’s thought to smooth social interaction. The paper asks: do LLMs do this too, and if so, is their version of it human-like?
-
CFG-rule overlap: A context-free grammar (CFG) breaks a sentence into a tree of production rules — “a sentence is a noun phrase plus a verb phrase,” “a noun phrase is a determiner plus a noun,” etc. Two sentences that share many of these rules have similar syntactic skeletons, even if they use completely different words. “The cat sat on the mat” and “A dog slept on the rug” share rules like S -> NP PP, PP -> P NP. Measuring overlap means counting how many of these structural building blocks two sentences have in common. It’s a way to quantify “syntactic similarity” without caring about meaning.
-
Instruction tuning’s paradox: Pretrained models learn from raw text; instruction-tuned models are further trained to follow human instructions and produce helpful responses. You’d expect tuning to make models *more human-like. But this paper reveals a paradox: tuning increases the raw amount of syntax reuse (models copy more rules from context), yet it decreases the specificity of that copying (models also copy more from unrelated context). It’s like the difference between a mirror and a sponge — a mirror reflects what’s in front of it selectively; a sponge absorbs everything. Instruction tuning makes models more sponge-like.
Framework Shift
Before (mainstream view): After (this paper):
"LLMs match style/lexicon" "LLMs over-converge on
| syntax beyond human
| baseline, but diffusely"
v |
"Syntax is a harder, Instruction tuning
less-studied dimension" increases raw convergence
| but dilutes selectivity"
| |
v |
"Instruction tuning makes Tuning turns a selective
models more human-like" mirror into a sponge
From “LLMs mimic surface features, and tuning makes them more human-like” to “tuning amplifies syntactic convergence past human levels while eroding the targeting precision” — the core shift is that instruction tuning trades selectivity for volume.
Expert Assessment
Problem choice: This is a genuine and interesting gap. Syntactic convergence is a well-established psycholinguistic phenomenon, and the question of whether LLMs exhibit it — and whether instruction tuning changes it — sits at a natural intersection of computational linguistics and cognitive science. The field has been moving from “do models understand language?” toward “do models process language the way humans do?”, and this paper contributes a concrete, measurable piece to that puzzle. Not manufactured.
Method maturity: The substitution paradigm is clever and well-motivated — it gives you a controlled comparison without needing paired human-model dialogues from scratch. The CFG-rule measurement is a known technique applied in a fresh context. The 1,901 matched positions across 16 models give decent statistical power. That said, CFG rules are a somewhat coarse-grained syntactic representation; they don’t capture long-distance dependencies or discourse-level patterns. The study acknowledges this implicitly by using it as a broad measure, but a cynic might ask: is this capturing syntactic *convergence or just syntactic complexity matching? The unrelated-prime baseline helps, but doesn’t fully eliminate this concern.
Experimental integrity: The architecture-pair comparison (pretrained vs. instruction-tuned, same base) is the right design and eliminates many confounds. The frequency-stratified analysis (lower-frequency rules showing larger actual-vs-random differences) is a nice touch that suggests genuine structural sensitivity rather than a trivial confound. One concern: the paper tests 16 models but all from the Llama/Gemma families — generalization to other architectures (Mistral, Qwen, etc.) is assumed but not demonstrated. Also, the “substitution paradigm” means models are generating in a dialogue context that was originally human, which introduces a distribution shift that’s hard to fully disentangle from the convergence effect.
Writing quality: The abstract is dense but well-organized — it reports each finding clearly. The paper appears to structure its results in a logical flow (overall overlap → frequency effects → instruction tuning effects → lexical/semantic comparison). Without seeing the full text, the main area I’d push on is the interpretive discussion: the finding that instruction tuning increases convergence but decreases selectivity is the headline insight, and it deserves a more developed mechanistic explanation. *Why does tuning diffuse the targeting? Is it the RLHF objective? The instruction-following format? The training data distribution? This is where the paper could go from “interesting observation” to “theoretical contribution.”
Verdict: weak accept — The question is real, the experimental design is sound, and the core finding (instruction tuning trades selectivity for volume in syntactic convergence) is a genuine insight that should influence how we think about what instruction tuning does to language processing. Limited by narrow model families and a somewhat coarse syntactic representation.
Takeaways
For LLM researchers: If you’re studying how models mirror their context, don’t stop at lexical and semantic similarity — syntax is a distinct and measurable dimension where models behave differently from humans, and instruction tuning has a non-obvious effect (more copying, less precision). The substitution paradigm is a reusable experimental framework: take any human corpus, replace turns with model outputs, and measure structural alignment.
For alignment/RLHF work: The “sponge vs. mirror” finding suggests instruction tuning may be teaching models to *absorb context broadly rather than adapt selectively. If you want models that adjust their grammar to the user without over-mimicking everything, current tuning methods may be working against you. This could inform more targeted training objectives that reward selective convergence.
For cognitive science: The paper gives you a concrete benchmark: human syntactic convergence has a specific “dose” — models exceed it. This asymmetry could be useful as a diagnostic for model-human alignment studies, or as a tool to understand what aspects of human convergence are social-cognitive (intentional, audience-designed) versus purely mechanistic (statistical priming).
论文: 2607.26015 作者: Zandi Eberstadt 分类: cs.CL
缺口
人类在对话中会无意识地”复制”对方的语法结构——你跟一个人聊久了,句子会越写越像对方,而且你自己完全察觉不到。 这叫”句法收敛”,在心理语言学里已经是成熟的研究领域。 在大模型这边,我们已经知道模型会在词汇和风格层面模仿上下文,也知道指令微调会大幅改变模型行为。 但有一个明确的盲区:没有人系统地测量过大模型在对话中是否表现出类似人类的句法收敛——跨多种句法构式、以人类为基线、在预训练和指令微调版本之间对比。
此前的工作要么只看词汇/语义层面的启动效应(忽略了句法), 要么研究训练数据中的句法模式(而非实时对话), 要么只考察个别构式而缺乏广度。 缺口在于缺少一座桥:我们不知道大模型的句法重用在”程度”和”选择性”上是否像人类, 也不知道指令微调对这种能力有什么影响。
已有认知 本文贡献
人类句法收敛是 大模型是否表现出
真实的 + 有据可查的 ? 类似收敛?程度如何?
| |
v v
大模型模仿表面特征 测量了16个模型(1B-70B)
(词汇、风格) 在1901个匹配位置上的
| CFG规则重用率
v |
指令微调大幅改变 对比同一架构的
模型行为 预训练 vs 指令微调
| |
v v
缺口:缺少实时对话中 发现:指令微调后模型
句法层面的系统测量, 过度收敛(超过人类),
且无人类基线对比 但选择性下降(更弥散)
增量
一句话: 在这篇论文之前,我们不知道大模型在对话中是否会像人类一样重用对方的语法结构——现在我们知道它们做得过头了,而且指令微调让这种过度收敛变得更弥散而非更有针对性。
核心机制
研究使用了一种”替换范式”——取真实的两人对话,把其中一方的话抽掉,用模型生成的回复替代(给模型同样的上文)。 这样就可以逐位置地比较:模型的输出在多大程度上重用了前一个人话语中的语法规则, 和原始人类回复相比如何。
句法测量通过上下文无关文法(CFG)规则抽取实现。 每个句子被解析为一组 CFG 产生式规则(如 S -> NP VP,NP -> Det N)。 在每个匹配位置上,计算前一轮人类话语的规则集与模型输出规则集的重叠度。 作为基线,模型输出还会和一个”无关引子”(对话中非相邻位置的人类话语)做同样的比较。
测试覆盖 16 个模型变体:Llama 2 和 Gemma 系列,参数量从 1B 到 70B, 每个都有预训练和指令微调两个版本,组成 8 对匹配架构。 在每个匹配位置上测量:实际引子重叠度 vs. 随机引子重叠度, 以及这种差异如何随规则频率变化、指令微调如何改变这些模式。
数据流水线:
人类对话 抽出一方 前一轮人类话语
(语料库) 的话 (模型的输入上下文)
| | |
v v v
原始人类 替换范式 模型生成替代回复
回复 <-- 比较实验 --> |
| |
v v
CFG 解析 CFG 解析
(规则集合) (规则集合)
| |
+------- 计算重叠度 ---------+
| |
v v
人类回复 vs 模型回复 vs
前轮规则重叠 前轮规则重叠
| |
+-- 同时与无关引子对比 ------+
|
v
差异分数:
实际引子 vs 随机引子
(按规则频率分层)
打个比方:这就像一场”口味传染测试”。 两个人在饭桌上聊天,一个点了菜,另一个也点了。 现在你把第二个人的菜换成一位厨师(大模型)做的, 厨师只看到第一个人点的食材(上文)。 然后你检验:厨师的菜是否复用了第一个人同样的调料搭配(句法规则)? 复用量是否比一道完全不相关的随机菜品更多?
人类会适度地匹配一些口味——这是社交润滑。 而指令微调后的模型呢?它们把所有能找到的调料全倒进去了, 比原本人类回应者放得还多。 但关键来了:当你给它一道完全无关的菜的食材时, 它也会往里倒同样的调料。 它不是在追踪”这顿饭”该用什么口味, 而是对面前的一切都过度调味。
关键概念
-
句法收敛: 两个人对话时,会无意识地开始使用相似的语法结构。如果对方爱用被动句或从句,你也会往那个方向漂移——而且你意识不到。就像你可能在长聊中不自觉地模仿对方的坐姿或语速。关键词是”无意识”:这发生在意识之下,被认为有助于润滑社交互动。论文问的是:大模型也会这样吗?如果会,像不像人类?
-
CFG 规则重叠: 上下文无关文法把句子拆成一棵产生式规则的树——“一个句子等于一个名词短语加一个动词短语”,“一个名词短语等于一个限定词加一个名词”等。两个句子共享的规则越多,它们的语法骨架就越像,哪怕用的是完全不同的词。“猫坐在垫子上”和”狗睡在地毯上”共享 S -> NP PP、PP -> P NP 等规则。测量重叠就是数两句话的结构积木有多少是相同的——一种量化句法相似度的方式,不关心语义。
-
指令微调的悖论: 预训练模型从原始文本学习;指令微调后的模型被进一步训练来遵循人类指令、给出有用的回答。你可能以为微调会让模型更像人类。但本文揭示了一个悖论:微调增加了语法重用的总量(模型从上下文复制了更多规则),却降低了复制的选择性(模型也从无关上下文复制了更多)。这就像镜子和海绵的区别——镜子选择性地反射面前的东西;海绵吸收一切。指令微调把模型从镜子变成了海绵。
框架转变
之前(主流认知): 之后(本文发现):
"大模型匹配词汇/风格" "大模型在句法层面过度收敛,
| 超过人类基线,但很弥散"
| |
v |
"句法是更难、更少 指令微调增加了原始收敛量
被研究的维度" 但稀释了选择性精度"
| |
v |
"指令微调让模型 微调把选择性的镜子
更像人类" 变成了无差别的海绵"
从”大模型模仿表面特征,微调让它们更像人类”到”微调放大句法收敛到超过人类水平,同时侵蚀了目标精度”——核心转变是指令微调在选择性与数量之间做了取舍。
专家评审
选题眼光: 这是一个真实且有趣的缺口。句法收敛是成熟的语言学现象,而”大模型是否表现出来、指令微调如何改变它”这个问题处在计算语言学和认知科学的自然交汇点。领域正从”模型懂不懂语言”向”模型处理语言的方式像不像人类”迁移,这篇论文贡献了一个可测量的具体证据。不是人造问题。
方法成熟度: 替换范式设计巧妙且有说服力——它能在不需要从头收集人机对话的情况下给出受控比较。CFG 规则测量是已知技术的新应用,16 个模型在 1901 个位置上给了不错的统计功效。不过 CFG 规则是一种相对粗糙的句法表征,捕捉不到长距离依存和篇章层面的模式。研究用无关引子基线部分缓解了”这是在测收敛还是测复杂度匹配”的质疑,但不能完全消除。
实验诚意: 同架构对比较(预训练 vs 微调)是正确设计,排除了很多混淆因素。按规则频率分层的分析(低频规则的差异更大)是一个很好的细节,暗示了真正的结构敏感性而非平凡混淆。一个顾虑:16 个模型全部来自 Llama/Gemma 家族,对其他架构(Mistral、Qwen 等)的泛化是假设而非验证。此外,替换范式意味着模型在原本属于人类的对话语境中生成,这引入了一个难以与收敛效应完全分离的分布偏移。
写作功力: 摘要密度高但组织清晰,每个发现报告得很干脆。从整体重叠到频率效应到微调效应再到词汇/语义比较,逻辑链路流畅。但如果能展开讨论”为什么微调会稀释选择性”——是 RLHF 目标?指令跟随格式?训练数据分布?——论文就能从”有趣的观察”升级为”理论贡献”。这是最值得补充的一段。
判决: 弱接收 — 问题真实,实验设计扎实,核心发现(指令微调在选择性与数量之间取舍)是一个影响我们理解微调本质的洞察。受限于模型家族狭窄和句法表征的粗糙度。
要点总结
给大模型研究者: 如果你在研究模型如何镜像上下文,不要停在词汇和语义层面——句法是一个独立的、可测量的维度,模型在这里的行为与人类不同,而且指令微调的效果是非直觉的。替换范式是一个可复用的实验框架:取任何人类语料,替换为模型输出,测量结构对齐度。
给对齐/RLHF 方向: “海绵 vs 镜子”的发现说明,指令微调可能在教模型”广泛吸收上下文”而非”选择性适应”。如果你希望模型能针对用户调整语法而不至于过度模仿一切,当前的微调方法可能在帮倒忙。这可以启发更精细的训练目标——奖励选择性收敛而非无差别收敛。
给认知科学: 论文给出了一个具体基准:人类句法收敛有一个”剂量”,模型超过了它。这种不对称性可以作为人机对齐研究的诊断工具,也可以帮助理解人类收敛中哪些是社会认知性的(有意识的、受众设计的)、哪些是纯机制性的(统计启动)。