Overview
This post shares a paper by Zandi Eberstadt published on arXiv (2607.26015, July 28, 2026) in the field of NLP.
Topic: Syntactic convergence—the tendency of speakers to adapt their language toward the grammatical profiles of their interlocutors—is a well-documented, largely subconscious feature of human dialogue. Whether large language models exhibit analogous convergence toward human users, relative to human baselines and across a broad range of syntactic constructions, has remained an open question.
Method
- Uses substitution-paradigm data: model generations replace one speaker's turns in pre-existing human dialogues
- Measures turn-adjacent reuse of context-free grammar (CFG) rules
- Evaluates sixteen open-weight Llama and Gemma models (1B–70B, pretrained and instruction-tuned) at 1,901 matched positions per model
- Every model showed greater CFG-rule overlap with the previous human turn than with sampled unrelated human leads; this real-versus-random difference was larger for low-frequency rules
- Every instruction-tuned model showed greater overlap with natural outputs and actual leads than with its substituted human responses; all eight matched architecture pairs showed greater actual-lead overlap after instruction tuning
- Relative to pretrained variants, however, instruction-tuned outputs overlapped more with unrelated leads, showed smaller real-versus-random increments, and had lower conditional rule-reuse odds after fixing target rule-set size
- In exploratory analyses, every model showed greater average lexical and semantic similarity than matched human responses; instruction-tuned models across all eight architecture pairs produced responses with greater average semantic similarity, while lexical similarity results were more mixed
- arXiv: https://arxiv.org/abs/2607.26015