Pith. sign in

REVIEW 4 major objections 5 minor 20 references

Geometric Metrics and LLMs: What They Measure and When They Work

T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Geometric fingerprints of LLM internal states can rank text quality with no reference text needed.

desk verdict The body and the listing abstract are effectively two different papers, and the cross-tester consistency result—real but length-sensitive—does not support the universal-quality claim. read the letter →

arxiv 2509.25359 v2 pith:FH3PEACH submitted 2025-09-29 cs.CL cs.AI

classification cs.CLcs.AI
keywords intrinsicdimensionalityeffectiveranktextqualityevaluationreference-freeLLMinternalrepresentationsanisotropynaturalnessgeometricmetrics
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that geometric properties of a language model's internal representations—above all Effective Rank and Intrinsic Dimensionality—can serve as reference-free proxies for how natural and high-quality generated text is. The evidence is an agreement result: six tester models, from 0.5B to 8B parameters and including one diffusion model, rank eight text generators in nearly the same order, with minimum Spearman correlation 0.947. That agreement is what lets the authors call the signal intrinsic to the text rather than an artifact of the measuring model. The paper is also a stress-test: it reports that Schatten Norm and a moment-based intrinsic-dimension estimator mainly track output length, that geometric metrics add modest information beyond text statistics (78% versus 69% accuracy for generator identification), and that the most credible near-term use is failure detection rather than absolute quality scoring.

What carries the argument

The workhorse is the singular-value decomposition of the hidden-state matrix $X^{(l)} \in \mathbb{R}^{n \times d}$ of a tester model's layer $l$, turned into a layer-averaged score $s^R(X_g) = (1/L)\sum_{l=1}^{L} R(X_g^{(l)})$. The metrics doing the work are Effective Rank, the exponential of the entropy of normalized singular values; Intrinsic Dimensionality, the estimated manifold dimension of the representations; Maximum Explainable Variance, the share of variance carried by the top singular value; Resultant Length, the norm of the mean normalized token embedding; Schatten norms; and MAUVE. The identity that carries the argument is agreement: because the resulting rankings of generators are nearly identical across architecturally diverse testers, the paper concludes that the geometric signal belongs to the text, not to any single model.

What would settle it

Generate rewrites of the same reviews with token counts matched across all eight generators, recompute layer-averaged ERank, MEV, and CorrInt, and check whether human-vs-synthetic separation and the generator ranking survive; if the rankings collapse or reverse, the signal is length, not naturalness.

Watch

Extended reading notes

Core claim

The central claim is that Intrinsic Dimensionality and Effective Rank, averaged over the layers of any capable tester model, measure inherent properties of the text itself, not properties of the tester. Human-written reviews show higher Effective Rank and lower Maximum Explainable Variance than LLM rewrites, and the same ordering of generators appears whether the tester is a 0.5B model or an 8B diffusion model. The paper reads this consistency as evidence that the geometric scores capture text naturalness: Effective Rank correlates negatively with GPT perplexity ($\rho=-0.76$) and positively with BLEURT ($\rho=0.40$), while anisotropy measures MEV and Resultant Length correlate positively with perplexity and length variability. The proposed practical conclusion is to use ERank, MEV, and CorrInt as efficient, reference-free proxies for generation quality, with a small tester model standing in for human annotation.

Load-bearing premise

For the central claim to hold, the near-identical rankings produced by different tester models must be evidence about text quality and not about a property all testers share, such as output length.

Editorial extensions

If this is right

  • Text quality can be scored by running a small tester model over candidate outputs, with no reference text or human labels, using ERank, MEV, or CorrInt.
  • The ranking transfers across model architectures, so diffusion-based language models can serve as testers just as autoregressive models do.
  • Schatten Norm and MOM should be dropped as quality proxies when output length varies, since they mostly reflect length rather than naturalness.
  • Pairing geometric scores with ordinary text statistics improves generator identification from 69% to 78% accuracy, suggesting the geometry adds signal rather than replacing statistics.
  • For Russian and German, the gap between human and synthetic text is smaller than for English, so cross-lingual quality claims need further validation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The agreement test should be rerun on length-matched outputs: if ERank and MEV stop separating generators once token counts are equalized, the 'text-intrinsic' interpretation collapses to a length effect.
  • Cross-tester Spearman correlation could be used as a cheap screening gate for any new geometric metric proposed as a quality proxy, before human evaluation is spent.
  • Because Effective Rank is an entropy over singular values, it may partially encode tokenization and vocabulary richness; per-token normalization could separate a genuine naturalness signal from verbosity.
  • The failure-detection application suggests a production pattern: monitor geometric scores of streaming generations and flag sudden shifts, an operational use the paper identifies but does not benchmark.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper studies eight geometric metrics derived from LLM internal representations (e.g., Maximum Explainable Variance, Effective Rank, Intrinsic Dimensionality, Schatten norms, CorrInt) as candidate reference-free quality measures. Using six tester models and eight generator models on a paraphrase/rewrite task in English, German, and Russian, it reports that tester models produce consistent rankings of generators, that some geometric metrics correlate with established text-quality metrics (BLEURT, MAUVE, GPT perplexity, compression ratio), and it recommends ERank, MEV, and CorrInt as efficient reference-free quality proxies. The full-text abstract additionally claims that Intrinsic Dimensionality and Effective Rank are universal assessments of text naturalness and quality, while the official arXiv abstract promises findings on length effects and a generator-classification experiment, neither of which appears in the body.

Significance. If the universal-quality claim were supported, the contribution would be practically important: a reference-free, annotation-free evaluation of generated text using small tester models. The paper has notable strengths: it evaluates a diverse set of tester models including a diffusion-based LLM, covers three languages, presents precise definitions for several metrics, and reports an interesting empirical regularity of high cross-tester ranking agreement (Spearman minimum 0.947). However, the evidence falls far short of the claim. The key correlation analysis uses about nine aggregated data points without p-values; no human quality judgments are reported; the full text contains no length-matched or partial-correlation analysis for the recommended metrics; and the official abstract describes length-control and classifier results that are absent from the body. The central inference from 'testers agree' to 'metrics measure text quality' is load-bearing and unsupported.

major comments (4)
  1. [Abstract (arXiv) vs. full-text body] The official arXiv abstract states that the work separates 'genuine geometric signal from text-length effects,' reports that Schatten Norm and MOM mainly reflect output length and lose discriminative power once length is controlled, and gives a classifier result (78% versus 69% accuracy on generator identification). None of these length-controlled analyses or classifier experiments appears in Sections 3–6 of the full text, and the full-text abstract instead makes the stronger claim that Intrinsic Dimensionality and Effective Rank are universal assessments of text quality. This abstract-body inconsistency is not a presentation issue: it directly affects which claims the paper is entitled to make, and the official abstract itself qualifies the universal-quality claim by showing that some geometric metrics are confounded by length.
  2. [Section 3.4 and Table 3] Every geometric metric in Section 3.5 is computed on a token-representation matrix X^(l)_g of size n×d, where n is the sequence length, so singular-value spectra and correlation-dimension estimates are structurally sensitive to n. Table 3 shows that despite the length-matching prompt of Section 3.2, average output lengths range from 16.18 to 22.22 tokens, with Deepseek-R1 showing a standard deviation of 11.51 tokens. No length-matched comparison or partial-correlation analysis controlling for length is reported for the recommended metrics (ERank, MEV, CorrInt). Under these conditions, the consistent cross-tester ranking of generators reported in Section 4.1 may reflect shared length differences rather than 'inherent text characteristics,' and the central claim is therefore threatened by a confound that the paper itself identifies in the official abstract but does not address in the body.
  3. [Section 4.4 and Figure 4] The only direct evidence linking geometric metrics to text quality is the Spearman correlation matrix in Figure 4, computed over aggregated scores for eight generator models plus the original text, i.e., nine points. The text itself states that p-values are not reported because 'more observations would be required.' With n=9, correlations such as ρ=0.81 (MEV vs. GPT-PPL) and ρ=−0.76 (ERank vs. GPT-PPL) have very wide confidence intervals, and no measure of uncertainty is given. Section 4.4 nevertheless concludes that ERank, MEV, and CorrInt are 'efficient, reference-free proxies for generation quality.' This conclusion is load-bearing for the paper's universal-quality claim and is not supported by the statistical evidence presented. The paper's own limitation section (Section 5) concedes that absolute reliability requires further validation.
  4. [Section 4.4 and Table 1] The recommended metric subset (ERank, MEV, CorrInt) is selected from the same correlation and ranking tables that are then used to justify the recommendation, without any hold-out evaluation, cross-validation, or external validation. Since the selection criterion and the supporting evidence are the same data, the claim that these particular metrics 'work' as quality proxies is an in-sample selection result. This does not make the paper circular in the sense of fitting parameters to labels, but it means the recommendation is not tested against data not used in its formation.
minor comments (5)
  1. [Section 3.1] The model names are inconsistent: Section 3.1 lists 'Gemma-1-7b,' while Section 4.1 and Figure 16 use 'Gemma-1-2B'; please reconcile the naming.
  2. [Section 3.5] The metrics MOM and MADA are used in the tables and figures but are never defined in Section 3.5 or Table 2; please provide definitions or explicit references.
  3. [Section 3.5] CorrInt is named in Table 2 and used in the analysis but no formula or estimation description is given in the main text; a precise definition is needed for reproducibility.
  4. [Table 1] The 'Average' column contains a tie (Mistral-7b-it and Gemma-2b-it both have 3.0), but the rule for aggregating the metric-specific ranks is not described; please specify the averaging procedure.
  5. [Figure 3 caption] The caption for Figure 3 says 'This Spearman correlation demonstrates similarity among different geometric R scores,' but the main text refers to this figure as the pairwise correlation matrix; the wording should be aligned with the figure's actual content.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: geometric metrics are defined independently of quality labels, and the central rankings are empirical rather than constructed from the conclusions.

full rationale

The paper's derivation chain is not circular. All geometric metrics (MEV, ERank, Schatten, Resultant Length, CorrInt, MLE, MOM, MADA) are defined by explicit formulas in Section 3.5 on token-representation matrices and do not incorporate text-quality labels, human judgments, or generator identity. The claim that tester models consistently rank generators (Section 4.1) is an empirical correlation observation (Appendix Figure 16), not a mathematical consequence of the metric definitions; no parameter is fitted to the quality table and then renamed as a prediction. The use of Tulchinskii et al. (2023) as related work shares an author with the present paper, but the paper also provides its own independent measurements, so the citation is not load-bearing. The main legitimate concerns are validity threats rather than circularity: the recommendation of ERank, MEV, and CorrInt in Section 4.4 is selected from the same aggregated nine-point correlation table used as evidence, p-values are not reported for Figure 4, and the metrics are computed on matrices whose row count equals sequence length, so length confounding is not formally excluded for the recommended metrics. The paper itself concedes in Section 5 that absolute reliability requires further validation and that the aggregate correlation analysis has limited statistical power. These are limitations of evidence strength and external validity, not self-definitional reductions; therefore the appropriate circularity score is 0.

Assumptions & free parameters 3 free parameters · 5 assumptions · 0 invented entities

The ledger records the design choices and assumptions the central claim rests on: proxy metrics as quality ground truth, cross-tester consistency as evidence of text-intrinsic signal, the fixed extraction layer, and the small generator set. No new entities are introduced.

free parameters (3)
  • ID estimator configuration
    MLE, MOM, MADA, and CorrInt require neighborhood or binning choices; none are reported, so results may shift with these choices.
  • Layer averaging scheme
    Equation 1 averages all layers; the paper does not justify this against layer-specific or last-layer schemes.
  • Recommended metric subset
    ERank, MEV, and CorrInt are selected from observed correlations on the same data in Figure 4, without held-out validation.
assumptions (5)
  • domain assumption The movie-review rewriting task and proxy metrics (GPT perplexity, BLEURT, MAUVE, compression ratio) capture text naturalness and quality.
    Section 3.2 and Section 4.4 treat these as quality ground truth; no human evaluation is included.
  • domain assumption Consistent ranking across tester models implies the geometric metrics reflect intrinsic text properties rather than model artifacts.
    Section 4.1 interprets Spearman correlations this way, but shared sensitivity to length could produce the same consistency.
  • ad hoc to paper Representations after MLP activation and before residual connection are the right measurement point.
    Section 3.4 fixes this extraction point without comparison to other layer or block choices.
  • domain assumption Eight generator models provide enough variation to estimate stable correlations.
    Section 5 acknowledges the small generator set limits statistical power; Figure 4 uses about eight points.
  • standard math Singular value decomposition and entropy-based rank are standard mathematical tools.
    Used in Equations 2 through 6 for MEV, resultant length, Schatten norm, and effective rank.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Geometric Metrics and LLMs: What They Measure and When They Work." pith.science (2026). https://pith.science/paper/FH3PEACH

@misc{pith2026250925359,
  author       = {Pith},
  title        = {Pith review of: Geometric Metrics and LLMs: What They Measure and When They Work},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FH3PEACH}},
  note         = {Machine review of arXiv:2509.25359}
}
read the original abstract

We present a systematic stress-test of geometric metrics for LLM evaluation. Rank-based geometric properties of internal representations have shown promise as reference-free quality signals, but the conditions under which they are reliable remain unclear. We evaluate eight commonly-used metrics: intrinsic-dimensionality estimators, spectral norms, and related quantities across six tester models (0.5-8B) and eight generators on contrasting tasks, separating genuine geometric signal from text-length effects and from what standard text statistics already capture. Three findings emerge. First, some metrics (notably Schatten Norm and MOM) mainly reflect output length, and their apparent discriminative power collapses once length is controlled. Second, geometric metrics add modest but real information beyond text statistics: combined with them, a classifier reaches 78% accuracy on 6-way generator identification versus 69% for text statistics alone. Third, rather than tracking a general notion of text quality, the metrics demonstrate only moderate association between the intrinsic-dimensionality and lexical diversity (RTTR). We give use-case-specific recommendations and identify failure detection as the most promising near-term application.

Figures

Figures reproduced from arXiv: 2509.25359 by the authors.

Figure 1
Figure 1. The ranking of eight generators G via four tester models T with different sizes from 0.5B to 8B (Qwen2 0.5B, Gemma 2B, Llama3.1 8B Instruct and diffusion LLaDA 8B) and three geometric metrics (Resultant Length, Effective Rank and CorrInt). As could be seen, the rankings of the generators models are similar. 3 METHODS 3.1 MODELS For our experiments, we utilized six tester models (T ) to evaluate text from eight gener… view at source ↗
Figure 2
Figure 2. The average across layers (left two columns) and layer-wise (right two columns) metrics: [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. This Spearman correlation demon￾strates similarity among different geometric R scores in terms of ranking texts generated by var￾ious models. Results are aggregated across both tester and generator models. Asterisk indicates FDR-corrected p-value ≤ 0.05. CR ROUGEL BLUERT GPT PPL MAUVE AVG.Len. STD Len. Schatten MEV ERank Resultant MAUVE MLE MOM MADA CorrInt -0.595 0.024 0.310 -0.524 -0.108 0.262 -0.286 0.786 -0.071 … view at source ↗
Figures from the paper (12 more)
Figure 5
Figure 5. Figure 5: The comparison of Original and generated by Qwen2.5 7B synthetic texts on Russian (Ru), [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: The ranking of eight generators models via tester models (Qwen2 0.5B, Qwen2.5 7B [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: The ranking of eight generators models via tester models (Gemma 2B, Gemma 7B and [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: The layerwize ranking of ten generators models via tester models (Qwen2 0.5B, Qwen2.5 [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 9
Figure 9. Figure 9: The layerwize ranking of ten generators models via tester models (Gemma 2B, Gemma [PITH_FULL_IMAGE:figures/full_fig_p016_9.png]
Figure 10
Figure 10. Figure 10: The comparison of Original and Synthetic Russian and English texts generated by [PITH_FULL_IMAGE:figures/full_fig_p017_10.png]
Figure 11
Figure 11. Figure 11: The comparison of Original and Synthetic Russian and English texts generated by [PITH_FULL_IMAGE:figures/full_fig_p018_11.png]
Figure 12
Figure 12. Figure 12: The comparison of Original and Synthetic Russian and English texts generated by [PITH_FULL_IMAGE:figures/full_fig_p019_12.png]
Figure 13
Figure 13. Figure 13: The comparison of Original and Synthetic Russian and English texts generated by [PITH_FULL_IMAGE:figures/full_fig_p020_13.png]
Figure 14
Figure 14. Figure 14: The comparison of Original and Synthetic Russian and English texts generated by [PITH_FULL_IMAGE:figures/full_fig_p021_14.png]
Figure 15
Figure 15. Figure 15: The comparison of Original and Synthetic Russian and English texts generated by [PITH_FULL_IMAGE:figures/full_fig_p022_15.png]
Figure 16
Figure 16. Figure 16: Spearman correlation among all T models for all geometric R scores. 23 [PITH_FULL_IMAGE:figures/full_fig_p023_16.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

20 extracted references · 6 canonical work pages

  1. [6]

    Kristian Kuznetsov, Eduard Tulchinskii, Laida Kushnareva, German Magai, Serguei Barannikov, Sergey Nikolenko, and Irina Piontkovskaya

    URLhttps://www.kaggle.com/ datasets/mikhailklemin/kinopoisks-movies-reviews. Kristian Kuznetsov, Eduard Tulchinskii, Laida Kushnareva, German Magai, Serguei Barannikov, Sergey Nikolenko, and Irina Piontkovskaya. Robust ai-generated text detection by restricted embeddings.arXiv preprint arXiv:2410.08113,

  2. [7]

    Feature-level insights into artifi- cial text detection with sparse autoencoders.arXiv preprint arXiv:2503.03601,

    Kristian Kuznetsov, Laida Kushnareva, Polina Druzhinina, Anton Razzhigaev, Anastasia V oznyuk, Irina Piontkovskaya, Evgeny Burnaev, and Serguei Barannikov. Feature-level insights into artifi- cial text detection with sparse autoencoders.arXiv preprint arXiv:2503.03601,

  3. [11]

    The shape of learning: Anisotropy and intrinsic dimensions in transformer- based models.arXiv preprint arXiv:2311.05928,

    Anton Razzhigaev, Matvey Mikhalchuk, Elizaveta Goncharova, Ivan Oseledets, Denis Dimitrov, and Andrey Kuznetsov. The shape of learning: Anisotropy and intrinsic dimensions in transformer- based models.arXiv preprint arXiv:2311.05928,

  4. [13]

    Advancing Decoding Strategies: Enhancements in Locally Typical Sampling for LLMs

    Jaydip Sen, Saptarshi Sengupta, and Subhasis Dasgupta. Advancing decoding strategies: Enhance- ments in locally typical sampling for llms.arXiv preprint arXiv:2506.05387,

  5. [14]

    The geometry of tokens in internal representations of large language models.arXiv preprint arXiv:2501.10573,

    Karthik Viswanathan, Yuri Gardinazzi, Giada Panerai, Alberto Cazzaniga, and Matteo Biagetti. The geometry of tokens in internal representations of large language models.arXiv preprint arXiv:2501.10573,

  6. [15]

    Automated evaluation of personalized text generation using large language models.arXiv preprint arXiv:2310.11593,

    Yaqing Wang, Jiepu Jiang, Mingyang Zhang, Cheng Li, Yi Liang, Qiaozhu Mei, and Michael Ben- dersky. Automated evaluation of personalized text generation using large language models.arXiv preprint arXiv:2310.11593,

  7. [16]

    Ground every sentence: Improving retrieval-augmented llms with interleaved reference- claim generation.arXiv preprint arXiv:2407.01796,

    Sirui Xia, Xintao Wang, Jiaqing Liang, Yifei Zhang, Weikang Zhou, Jiaji Deng, Fei Yu, and Yanghua Xiao. Ground every sentence: Improving retrieval-augmented llms with interleaved reference- claim generation.arXiv preprint arXiv:2407.01796,

  8. [17]

    BLEURT Has Universal Translations: An Analysis of Automatic Metrics by Minimum Risk Training

    Yiming Yan, Tao Wang, Chengqi Zhao, Shujian Huang, Jiajun Chen, and Mingxuan Wang. Bleurt has universal translations: An analysis of automatic metrics by minimum risk training.arXiv preprint arXiv:2307.03131,

Show all 20 references
  1. [18]

    Characterizing truthfulness in large language model generations with local intrinsic dimension.arXiv preprint arXiv:2402.18048,

    Fan Yin, Jayanth Srinivasa, and Kai-Wei Chang. Characterizing truthfulness in large language model generations with local intrinsic dimension.arXiv preprint arXiv:2402.18048,

  2. [19]

    Mover- score: Text generation evaluating with contextualized embeddings and earth mover distance

    Wei Zhao, Maxime Peyrard, Fei Liu, Yang Gao, Christian M Meyer, and Steffen Eger. Mover- score: Text generation evaluating with contextualized embeddings and earth mover distance. arXiv preprint arXiv:1909.02622,

  3. [20]

    • The Spearman correlation among allTmodels for all geometricRscores (Figure 16). 12 Preprint 1500 1550 1600 1650 Schatten Norm Qwen2 0.5B 8750 9000 9250 9500 9750 Qwen2.5 7B Instruct 1150 1200 1250 1300 Llama3.1 8B Instruct 0.40 0.42 0.44 0.46 MEV 0.34 0.36 0.26 0.28 0.30 135...

  4. [1997]

    Scaling parameter-constrained language models with quality data.arXiv preprint arXiv:2410.03083,

    Ernie Chang, Matteo Paltenghi, Yang Li, Pin-Jie Lin, Changsheng Zhao, Patrick Huber, Zechun Liu, Rastislav Rabatin, Yangyang Shi, and Vikas Chandra. Scaling parameter-constrained language models with quality data.arXiv preprint arXiv:2410.03083,

  5. [2007]

    Anisotropy is inherent to self-attention in transformers.arXiv preprint arXiv:2401.12143,

    Nathan Godey, ´Eric de la Clergerie, and Beno ˆıt Sagot. Anisotropy is inherent to self-attention in transformers.arXiv preprint arXiv:2401.12143,

  6. [2011]

    URLhttp: //www.aclweb.org/anthology/P11-1015

    Association for Computational Linguistics. URLhttp: //www.aclweb.org/anthology/P11-1015. 10 Preprint Shiwen Ni, Guhong Chen, Shuaimin Li, Xuanang Chen, Siyi Li, Bingli Wang, Qiyao Wang, Xingjian Wang, Yifan Zhang, Liyang Fan, et al. A survey on large language model benchmarks....

  7. [2018]

    How contextual are contextualized word representations? comparing the geom- etry of bert, elmo, and gpt-2 embeddings

    Kawin Ethayarajh. How contextual are contextualized word representations? comparing the geom- etry of bert, elmo, and gpt-2 embeddings. InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natura...

  8. [2020]

    URLhttps://www.aclweb.org/ anthology/2020.lrec-1.202/

    European Language Resources Association. URLhttps://www.aclweb.org/ anthology/2020.lrec-1.202/. Syed Zohaib Hassan, Pierre Lison, and P ˚al Halvorsen. Enhancing naturalness in llm-generated utterances through disfluency insertion.arXiv preprint arXiv:2412.12710,

  9. [2021]

    Human perception of llm-generated text content in social media environments.arXiv preprint arXiv:2409.06653,

    Kristina Radivojevic, Matthew Chou, Karla Badillo-Urquiola, and Paul Brenner. Human perception of llm-generated text content in social media environments.arXiv preprint arXiv:2409.06653,

  10. [2023]

    The shape of learning: Anisotropy and intrinsic dimensions in transformer- based models

    Anton Razzhigaev, Matvey Mikhalchuk, Elizaveta Goncharova, Ivan Oseledets, Denis Dimitrov, and Andrey Kuznetsov. The shape of learning: Anisotropy and intrinsic dimensions in transformer- based models. InFindings of the Association for Computational Linguistics: EACL 2024, pp....

  11. [2024]

    Unveiling llm evaluation focused on metrics: Challenges and solutions.arXiv preprint arXiv:2404.09135,

    Taojun Hu and Xiao-Hua Zhou. Unveiling llm evaluation focused on metrics: Challenges and solutions.arXiv preprint arXiv:2404.09135,

  12. [2025]

    Large language diffusion models.arXiv preprint arXiv:2502.09992,

    Shen Nie, Fengqi Zhu, Zebin You, Xiaolu Zhang, Jingyang Ou, Jun Hu, Jun Zhou, Yankai Lin, Ji-Rong Wen, and Chongxuan Li. Large language diffusion models.arXiv preprint arXiv:2502.09992,

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.