REVIEW 2 major objections 2 minor 3 references
Large language models contain dynamic semantic dimensions identifiable through multilingual consensus that enable more accurate textual similarity calculations than the full last hidden layer.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
DySem selects dynamic semantic dimensions from LLMs via multilingual consensus and computes similarity over text-specific shared subsets, claiming better performance at lower dimensionality than fixed last-layer baselines.
T0 review reviewed 2026-06-29 challenge →
load-bearing objection DySem claims multilingual consensus plus per-sample dynamic subsets can pick more semantic dimensions from LLMs for STS and beat fixed full-layer baselines, but the evidence for the semantic claim is indirect and the experiments need scrutiny. the 2 major comments →
DySem: Uncovering Dynamic Semantic Components of Large Language Models for Calculating Semantic Textual Similarity
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
DySem investigates more semantic-related internal components of LLMs via multilingual consensus and computes similarity over a text-dependent joint semantic set of dynamic dimensions, which are more purely semantic than those in the static full last hidden layer.
What carries the argument
The text-dependent joint semantic set constructed from multilingual consensus on LLM hidden states.
Load-bearing premise
That multilingual consensus across languages can reliably surface internal dimensions that are more purely semantic than the full last hidden layer for textual similarity.
What would settle it
If DySem fails to outperform baselines or requires more dimensions than the full layer on standard STS evaluation sets, the advantage of the dynamic semantic set would not hold.
If this is right
- Consistently outperforms recent baselines on semantic textual similarity tasks across various LLMs.
- Maintains lower dimensions for similarity calculation compared to full hidden layers.
- Provides a training-free alternative that avoids the need for additional model training or fine-tuning.
- Shifts from static representation spaces to dynamic, sample-specific semantic dimensions.
Where Pith is reading between the lines
- Semantic information may be more localized in specific dimensions that can be selected dynamically based on the input texts.
- This consensus-based selection could potentially apply to improving other tasks like semantic search or clustering in multilingual settings.
- Reducing the effective dimensions might lower the computational cost of similarity computations in large-scale applications.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims that last-layer hidden states in LLMs are suboptimal for semantic textual similarity (STS) due to encoding general rather than purely semantic knowledge and high dimensionality introducing redundancy. It proposes DySem, a training-free framework that identifies semantic-related dimensions via multilingual consensus, constructs dynamic sample-specific joint semantic sets, and computes similarity over the shared dimensional subset, reporting consistent outperformance of recent baselines at lower dimensions across LLMs, with code released.
Significance. If the central claim holds, the approach could improve efficiency and precision in LLM-based STS by dynamically focusing on semantic dimensions without additional training. The training-free nature and code release support reproducibility and practical adoption. Significance is tempered by the need to confirm that gains stem from semantic isolation rather than generic dimensionality reduction.
major comments (2)
- [Abstract and §3] Abstract and §3 (method): The core assumption that multilingual consensus surfaces dimensions that are 'more purely semantic' than the full last hidden layer is load-bearing for the performance claim, yet the manuscript provides no direct validation (e.g., probing, ablation against syntactic/lexical controls, or human semantic annotation of selected dimensions) to distinguish semantic purity from cross-lingual stability in other properties.
- [§4] §4 (experiments): The reported outperformance must be shown to exceed what is achievable by random or variance-based dimension reduction to the same lower dimensionality; without such controls, gains could be explained by noise reduction alone rather than the claimed semantic focus.
minor comments (2)
- [Abstract] Abstract: grammatical issue in 'this paradigm is suffer from two limitations' (should read 'suffers from').
- [§3] Notation: clarify how the 'joint semantic set' is formally constructed and intersected across languages (e.g., via explicit set notation or algorithm pseudocode).
Simulated Author's Rebuttal
We thank the referee for the constructive comments, which identify key areas where additional evidence would strengthen the manuscript. We respond to each major comment below and indicate the planned revisions.
read point-by-point responses
-
Referee: [Abstract and §3] Abstract and §3 (method): The core assumption that multilingual consensus surfaces dimensions that are 'more purely semantic' than the full last hidden layer is load-bearing for the performance claim, yet the manuscript provides no direct validation (e.g., probing, ablation against syntactic/lexical controls, or human semantic annotation of selected dimensions) to distinguish semantic purity from cross-lingual stability in other properties.
Authors: We agree that direct validation of semantic purity would strengthen the central claim. The multilingual consensus is motivated by the expectation that semantic information exhibits greater cross-lingual invariance than language-specific or general knowledge encoded in the last layer. The original manuscript does not include probing, syntactic/lexical ablations, or human annotations. In the revised version we will add an ablation comparing selected dimensions against syntactic and lexical controls to better isolate the semantic contribution from other forms of cross-lingual stability. revision: yes
-
Referee: [§4] §4 (experiments): The reported outperformance must be shown to exceed what is achievable by random or variance-based dimension reduction to the same lower dimensionality; without such controls, gains could be explained by noise reduction alone rather than the claimed semantic focus.
Authors: We acknowledge that the current experiments do not include random or variance-based dimension-reduction controls at matched dimensionality, leaving open the possibility that gains arise from generic noise reduction. We will add these controls in the revised manuscript, reporting performance of random selection and top-variance dimensions at the same reduced sizes used by DySem, to demonstrate that the multilingual-consensus selection provides benefits beyond dimensionality reduction alone. revision: yes
Circularity Check
No significant circularity detected
full rationale
The paper presents DySem as a training-free procedure that selects dynamic, sample-specific dimensions via multilingual consensus and computes similarity over the resulting joint set. No equations or steps in the abstract reduce a claimed result to a fitted parameter or self-referential definition by construction. The central mechanism relies on cross-lingual agreement as an external selection criterion rather than re-using the target similarity metric itself. No self-citation chains or uniqueness theorems are invoked to force the outcome. The reported outperformance is positioned as an empirical finding, not a definitional necessity.
Axiom & Free-Parameter Ledger
Cite this review
Pith. "Pith review of DySem: Uncovering Dynamic Semantic Components of Large Language Models for Calculating Semantic Textual Similarity." pith.science (2026). https://pith.science/paper/TYSSVHBR
@misc{pith2026260529751,
author = {Pith},
title = {Pith review of: DySem: Uncovering Dynamic Semantic Components of Large Language Models for Calculating Semantic Textual Similarity},
year = {2026},
howpublished = {\url{https://pith.science/paper/TYSSVHBR}},
note = {Machine review of arXiv:2605.29751}
}
read the original abstract
Calculating semantic textual similarity is a foundational task in natural language processing. Current large language models (LLMs) based methods typically rely on extracting last-layer hidden states with fixed dimensions to compute similarity for every text pairs. We argue that this paradigm is suffer from two limitations: (i) The last hidden layer encodes more general knowledge rather than just semantic knowledge, making it suboptimal for semantic similarity computation; (ii) The hidden layer dimensions of LLMs are generally very large, which introduces some redundancy and noise for representing semantics. In this work, we propose DySem, a novel training-free framework that investigates more semantic-related internal components of LLMs via multilingual consensus, and shifts away from static representation spaces in favor of dynamic, sample-specific semantic dimensions by constructing text-dependent joint semantic set and computes similarity over this shared dimensional subset. Extensive experiments across various LLMs show that our method consistently outperforms recent baselines while maintaining lower dimensions for similarity calculation. The code is released at https://github.com/szu-tera/DySem.
Figures
Reference graph
Works this paper leans on
-
[1]
SemEval-2014 task 10: Multilingual semantic textual similarity. InProceedings of the 8th Interna- tional Workshop on Semantic Evaluation (SemEval 2014), pages 81–91, Dublin, Ireland. Association for Computational Linguistics. Eneko Agirre, Carmen Banea, Daniel Cer, Mona Diab, Aitor Gonzalez-Agirre, Rada Mihalcea, German Rigau, and Janyce Wiebe. 2016. SemE...
-
[2]
Token prepending: A training-free approach for eliciting better sentence embeddings from LLMs. InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 3168–3181, Vienna, Austria. Association for Computational Linguistics. Tianyu Gao, Xingcheng Yao, and Danqi Chen. 2021. SimCSE: Simple contra...
work page internal anchor Pith review Pith/arXiv arXiv 2021
-
[3]
Gemini Embedding: Generalizable Embeddings from Gemini
What does BERT learn about the structure of language? InProceedings of the 57th Annual Meet- ing of the Association for Computational Linguistics, pages 3651–3657, Florence, Italy. Association for Computational Linguistics. Ting Jiang, Shaohan Huang, Zhongzhi Luan, Deqing Wang, and Fuzhen Zhuang. 2024. Scaling sentence embeddings with large language model...
work page internal anchor Pith review Pith/arXiv arXiv 2024
This paper was first reviewed by grok-4.3 on June 29, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.