REVIEW 4 major objections 5 minor 25 references
When Meaning Stays the Same, but Models Drift: Evaluating Quality of Service under Token-Level Behavioral Instability in LLMs
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read LLMs drift under rewording even when meaning is fixed.
desk verdict A useful descriptive sweep undermined by a missing control: the claim that PBSS drift is 'not noise' is unsupported because no same-prompt repeated-generation baseline exists. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is Prompt-Based Semantic Shift (PBSS), defined as the cosine distance between sentence-embedding vectors of a model's outputs to two paraphrased prompts that share intent. Pairwise PBSS scores are assembled into a drift matrix and a cumulative distribution function, with z-score heatmaps isolating outlier prompt variants; the steepness and location of the CDF becomes the model's stability fingerprint. The mechanism that carries the argument is the comparison of these fingerprints across models, temperatures, tasks, and three independent embedding encoders, which the paper argues isolates model-internal sensitivity to token-level surface form.
What would settle it
Run each of the 15 paraphrase prompts through the same model many times at the same temperature and compute the PBSS distance between repeated outputs of the identical prompt; if that repeat-distance distribution overlaps the between-paraphrase distance distribution, the reported drift could be sampling noise rather than prompt-induced sensitivity.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that surface-level rephrasing—different token sequences that preserve intent—produces measurable, consistent response shifts in LLMs, and the size of that shift is a stable property of the model, not of the prompt set or the embedding encoder. Grouping models by parameter scale and alignment stage, PBSS cumulative distributions separate cleanly into behavioral tiers: GPT-3.5, LLaMA-2, and Mistral cluster tightly with low drift, while GPT-2 and GPT-Neo show broad dispersion, a divide the paper calls a phase boundary between alignment-aware and legacy architectures. The claim that this is structure rather than noise rests on three consistency observations: the same model rankings appear across three different sentence-embedding encoders, the CDF shapes survive the change in decoding temperature from 0.2 to 1.3, and Kruskal–Wallis tests return highly significant differences between model tiers.
Load-bearing premise
The paper's structural claims stand on the assumption that the measured output divergence is caused by the prompt paraphrase and not by the model's own random sampling, since identical prompts are never repeated to measure a noise floor.
Editorial extensions
If this is right
- PBSS can act as a pre-deployment quality-of-service screen: a model whose PBSS drift is high on benign rephrasings can be flagged before it reaches clinical, legal, or financial workflows.
- Model rankings by drift are consistent across encoder choices and temperatures, so the diagnostic does not depend on a particular embedding model to expose the behavioral tiers.
- The observed phase boundary implies that instruction-tuned models have acquired rhetorical consistency as a side effect of alignment, making drift resistance a property that could be tracked over successive fine-tuning generations.
- Because jailbreaking is reframed as an extreme case of prompt-induced drift, high-PBSS prompt regions become candidate early-warning zones for jailbreak susceptibility, a direction the paper explicitly opens.
- For safety-sensitive users, the method gives a concrete number—mean pairwise drift per model—that can be monitored over model updates to detect regressions in behavioral stability.
Reading between the lines
- The 'phase boundary' may partly be a decoding-entropy effect: the legacy small models in the sample are also highly stochastic samplers at temperature 1.3, so a same-prompt repetition baseline would be needed to separate prompt sensitivity from sampling variance; building that baseline is a natural next experiment.
- If the drift rankings are stable across embedding encoders, the same experimental design could be used as a cheap calibration probe for testing whether alignment techniques monotonically reduce prompt sensitivity, without needing downstream task labels.
- A testable extension: check whether PBSS drift on benign rephrasing predicts refusal-rate variance or jailbreak success on the same prompts; a positive correlation would turn the diagnostic into a security screening tool.
- The paper's encoder-agnostic 'semantic resonance' suggests PBSS might measure something about the model's hidden representations rather than its output distribution; probing internal activations for the same paraphrases could reveal whether the drift originates in tokenization or in later decoding decisions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript introduces Prompt-Based Semantic Shift (PBSS), a cosine-distance measure between SBERT embeddings of a model's outputs to semantically equivalent paraphrased prompts. The authors evaluate five to ten LLMs on ten constrained tasks with fifteen prompt variants per prompt set at two temperatures, and report model-specific drift patterns, a behavioral phase boundary between instruction-tuned and legacy models, and robustness across three SBERT encoders. They propose PBSS as a lightweight QoS screening diagnostic for high-stakes deployment.
Significance. If the central claim holds, PBSS would be a cheap, black-box diagnostic for surface-form sensitivity, with potential value for clinical and legal deployment screening. The paper has strengths: it releases code, prompts, and outputs; it reports Kruskal-Wallis statistics across three encoders and two temperatures; and the descriptive ordering (instruction-tuned models more stable than legacy models under rephrasing) is plausible from the CDFs. However, the signature inference that measured drift is 'not noise' (Section 5.9) currently lacks a same-prompt repeated-generation control, so the paper's main contribution is not yet established.
major comments (4)
- [§5.9 and Appendix B.1] The claim that 'this drift is not noise' is not supported by the experimental design. PBSS compares two different prompts, each sampled once per temperature; at T=1.3, sampling noise alone can shift sentence embeddings substantially, and the paper reports no same-prompt repeated-generation baseline anywhere. Without such a baseline, the observed cross-prompt divergence cannot be separated from decoding stochasticity, and the small-vs-large model ordering is confounded with sampling entropy and response stereotypy. Please add a condition where the same prompt is generated multiple times at T=1.3 and compare the within-prompt embedding distance to the cross-prompt PBSS distribution.
- [§5.5 and §5.7] The 'behavioral phase boundary' between alignment-aware and legacy architectures is not established because model scale and alignment stage are fully confounded. GPT-3.5 is both the largest and most heavily instruction-tuned model, while GPT-2 and GPT-Neo are both the smallest and least aligned. The model tiers in Table 1 are also assigned post hoc after observing the CDF ordering, and the cutoffs (e.g., SmolLM-360M as Small, Phi-2 2.7B as Medium, MythoMax-13B as Large) appear arbitrary. A matched comparison—same architecture with and without instruction tuning, or a regression with parameter count as a covariate—is needed before the drift patterns can be attributed to alignment stage rather than scale.
- [§4.2] The semantic-equivalence validation uses all-mpnet-base-v2, which is also one of the three encoders used to compute PBSS. Because prompt variants are selected or filtered for high similarity under this encoder, the measured drift for that encoder is not independent of the selection criterion. The authors should repeat the prompt validation with an independent embedding model or with human ratings, and confirm that the PBSS findings survive when the validation encoder is excluded from the analysis.
- [§3.2 and Appendix A] The interpretation of PBSS as capturing 'tone, structure, or rhetorical differences' is asserted rather than validated. Cosine distance in SBERT space is sensitive to many output properties, including length, lexical overlap, and topic. The paper provides no evidence that the measured distances align with the claimed behavioral axis, nor any comparison of PBSS to lexical diversity measures, reference-free text similarity metrics, or human judgments of rhetorical stability. Adding such a validation would strengthen the claim that PBSS measures behavioral drift rather than generic output variability.
minor comments (5)
- [§5.9] The statement 'The 750 unique instructions per model yield 300 distinct prompt pairs' is numerically inconsistent with the stated design: 50 prompt sets (10 tasks x 5 origins) each contribute C(15,2)=105 pairs, giving 5,250 pairs. Please clarify the counting or correct the number.
- [Figures 5, 6, 25, 26] Several figure captions contain the typo 'T emp' instead of 'Temp', and the manuscript inconsistently uses 'S-BERT', 'SBERT', and 'S-BERT variants'. Please standardize notation throughout.
- [Appendix C] The main text focuses on five core models while Appendix C introduces five additional models and 'alt case' figures; please clarify in the main text which analyses are primary and which are supplementary, and unify the model naming (e.g., 'Mistral-7B-instruct-v0.2' vs 'Mistral-7B-Instruct-v0.2').
- [Table 3] The Kruskal-Wallis results report H statistics and p-values but no effect sizes; for the extremely large H values, a rank-based effect size such as epsilon-squared would help readers judge the practical magnitude of the between-group differences.
- [§6.2] The sentence 'This has significant implications...' overstates the direct clinical utility of an embedding-distance diagnostic; please temper the claim or provide a specific validation scenario in a clinical NLP setting.
Circularity Check
No derivation-equals-input circularity: PBSS is computed, not fitted, and no self-citation chain is load-bearing. The only partly circular step is the tier-based Kruskal-Wallis test, whose 'empirically motivated' groups are described by the same drift scores they are used to confirm.
-
fitted input called prediction
[Section 5.7-5.8 (model tier taxonomy and Table 3)]
"We organize models into three empirically motivated groups: Legacy Small Models (e.g., GPT-2, GPT-Neo-1.3B, SmolLM) — pre-alignment or lightly tuned models with sub-2B parameter counts, showing high variance and poor consistency under paraphrastic perturbation ... Kruskal–Wallis tests confirm statistically significant divergence between these groups."
The three tiers are 'empirically motivated' and are defined in the same paragraphs by the very PBSS outcome later tested: Legacy Small models are those 'showing high variance and poor consistency under paraphrastic perturbation,' Mid-Sized systems show 'intermediate drift behaviors,' and instruction-tuned models show 'strong consistency across rewordings.' Running Kruskal-Wallis on PBSS scores grouped by these tiers and presenting 'statistically significant divergence' as confirmation of a phase boundary partially re-detects the classification criterion, since both the group descriptions and the test statistic draw on the same drift distribution.
full rationale
This paper is a measurement study rather than a derivation: Appendix A defines PBSS as a cosine distance between output embeddings, and no parameter is fitted to data and then renamed a prediction. There are no self-citations and no imported uniqueness theorems, so the self-citation circularity patterns do not apply. The central claims, model-specific CDF ordering, t-SNE clustering by model, and 'semantic resonance' across three SBERT encoders, are computed quantities and are not equivalent to their inputs by construction. Two design features temper independence but do not rise to definitional circularity. First, the tier-based significance testing (Sections 5.7-5.8) is partially self-referential: the 'empirically motivated' tiers are described by the drift they exhibit, so the Kruskal-Wallis confirmation partly validates the grouping criterion; this is mitigated because groups follow parameter scale and alignment stage and the all-models test is tier-free. Second, prompt-equivalence validation uses all-mpnet-base-v2 (Section 4.2), one of the three drift encoders, so the claimed cross-encoder 'semantic resonance' is partially built in for one of three encoders; however, two encoders are validation-independent and the drift score is computed on outputs, not defined as the validation similarity, making this a robustness confound rather than a reduction. Separately, Section 5.9's 'this drift is not noise' claim lacks a same-prompt repeated-generation baseline (Appendix B.1 samples each prompt once per temperature), so decoding stochasticity is not excluded; under the stated review rules that is a correctness and validity gap to be assessed against external controls, not a circularity. Score 2 reflects one partial, non-load-bearing circular step in supporting analysis, while the core PBSS measurement retains independent content.
Assumptions & free parameters
free parameters (4)
- Semantic-equivalence sanity threshold =
0.5
- Hybrid PBSS weighting lambda =
not set, hybrid score never used
- Model tier cutoffs for Small, Mid, Large groups =
post hoc, roughly <2B, 2B to 13B, >=13B
- Decoding temperatures =
0.2 and 1.3
assumptions (5)
- domain assumption Cosine distance in SBERT embedding space is a valid proxy for behavioral instability and quality-of-service inconsistency.
- domain assumption The 15 prompt variants per set are semantically equivalent and differ only at the token level.
- domain assumption Observed output divergence is caused by the prompt paraphrase and not by decoding stochasticity.
- ad hoc to paper Between-model drift differences are attributable to tokenization and decoding dynamics rather than to model scale, training data, or alignment stage.
- standard math Kruskal-Wallis H-test is an appropriate test for comparing PBSS score distributions across model groups.
invented entities (3)
-
PBSS drift metric
-
Semantic resonance
-
Behavioral phase boundary
Cite this review
Pith. "Pith review of When Meaning Stays the Same, but Models Drift: Evaluating Quality of Service under Token-Level Behavioral Instability in LLMs." pith.science (2026). https://pith.science/paper/XKORP3UC
@misc{pith2026250610095,
author = {Pith},
title = {Pith review of: When Meaning Stays the Same, but Models Drift: Evaluating Quality of Service under Token-Level Behavioral Instability in LLMs},
year = {2026},
howpublished = {\url{https://pith.science/paper/XKORP3UC}},
note = {Machine review of arXiv:2506.10095}
}
read the original abstract
We investigate how large language models respond to prompts that differ only in their token-level realization but preserve the same semantic intent, a phenomenon we call prompt variance. We propose Prompt-Based Semantic Shift (PBSS), a diagnostic framework for measuring behavioral drift in LLMs under semantically equivalent prompt rewordings. Applied to ten constrained tasks, PBSS reveals consistent, model-specific response shifts, suggesting statistical regularities linked to tokenization and decoding. These results highlight an overlooked dimension of model evaluation stability under rephrasing and suggest that tokenization strategies and decoding dynamics may contribute to post-training quality of service instability.
Figures
Figures from the paper (13 more)
Reference graph
Works this paper leans on
-
[1]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Shengyuan Bai et al. 2025. Enhancing nlu in large language models using adversarial noisy instruction tuning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39
work page 2025
-
[4]
Mingyang Chen et al. 2024. Facilitating multi-turn function calling for llms via compositional instruction tuning. arXiv preprint arXiv:2410.12952
arXiv 2024
-
[5]
Yuyan Chen et al. 2025. Attributive reasoning for hallucination diagnosis of large language models. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39
work page 2025
-
[6]
Xiaohu Du et al. 2025. Multi-turn jailbreaking large language models via attention shifting. Preprint
work page 2025
-
[7]
Deep Ganguli et al. 2022. Predictability and surprise in large generative models. In Proceedings of the 2022 ACM Conference on Fairness, Accountability, and Transparency
work page 2022
-
[8]
J. Gao, D. Tang, Y. Xu, X. Feng, Z. Zhang, L. Shou, B. Qin, D. Jiang, and T. Liu. 2021. Simcse: Simple contrastive learning of sentence embeddings. In Findings of the Association for Computational Linguistics: EMNLP 2021, pages 689--707. https://arxiv.org/abs/2104.08821
arXiv 2021
Show all 25 references
-
[9]
Ziwei Ji et al. 2023. Survey of hallucination in natural language generation. ACM Computing Surveys, 55(12):1--38
2023
-
[10]
Xiaojun Jia et al. 2024. Improved techniques for optimization-based jailbreaking on large language models. arXiv preprint arXiv:2405.21018
2024 arXiv
-
[11]
Zekun Li et al. 2023. Evaluating the instruction-following robustness of large language models to prompt injection. arXiv preprint arXiv:2308.10819
2023 arXiv
-
[12]
Potsawee Manakul, Adian Liusie, and Mark JF Gales. 2023. Selfcheckgpt: Zero-resource black-box hallucination detection for generative large language models. arXiv preprint arXiv:2303.08896
2023 arXiv
-
[13]
Joshua Maynez et al. 2020. On faithfulness and factuality in abstractive summarization. arXiv preprint arXiv:2005.00661
2020 arXiv
-
[14]
OpenAI. 2023. Gpt-4 system card. Technical report, OpenAI. https://cdn.openai.com/papers/gpt-4-system-card.pdf
2023
-
[15]
Long Ouyang et al. 2022. Training language models to follow instructions with human feedback. In Advances in Neural Information Processing Systems, volume 35, pages 27730--27744
2022
-
[16]
Ethan Perez et al. 2023. Discovering language model behaviors with model-written evaluations. In Findings of the Association for Computational Linguistics: ACL 2023
2023
-
[17]
Nils Reimers and Iryna Gurevych. 2019. Sentence-bert: Sentence embeddings using siamese bert-networks. arXiv preprint arXiv:1908.10084
2019 arXiv
-
[18]
Laria Reynolds and Kyle McDonell. 2021. Prompt programming for large language models: Beyond the few-shot paradigm. In Extended Abstracts of the 2021 CHI Conference on Human Factors in Computing Systems
2021
-
[19]
Amrith Setlur et al. 2024. Prompting is a double-edged sword: Improving worst-group robustness of foundation models. In Proceedings of the 41st International Conference on Machine Learning
2024
-
[20]
Albert Webson and Ellie Pavlick. 2022. Do prompt-based models really understand the meaning of their prompts? In Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies
2022
-
[21]
Jason Wei et al. 2022. Chain-of-thought prompting elicits reasoning in large language models. In Advances in Neural Information Processing Systems, volume 35, pages 24824--24837
2022
-
[22]
Zhuosheng Zhang et al. 2025. Igniting language intelligence: The hitchhiker’s guide from chain-of-thought reasoning to language agents. ACM Computing Surveys, 57(8):1--39
2025
-
[23]
Lexin Zhou et al. 2024. Larger and more instructable language models become less reliable. Nature, 634(8032):61--68
2024
-
[24]
Runchuan Zhu et al. 2025. Utilize the flow before stepping into the same river twice: Certainty represented knowledge flow for refusal-aware instruction tuning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39
2025
-
[25]
Andy Zou et al. 2023. Universal and transferable adversarial attacks on aligned language models. arXiv preprint arXiv:2307.15043
2023 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.