Full Paper

Does AI-Encoded Meaning Align with Human Meaning?

  • Zhenhua Wang ORCID
  • Aixin Yao ORCID
  • Ming Ren ORCID
  • School of Information Resource Management, Renmin University of China, CN
Available
Access and licence
Open access CC BY 4.0
Download PDF
Contents

Abstract

AIs are increasingly used to support metadata processing and investigation, which depends on whether AI-encoded meaning aligns with human meaning. However, AI encodes word meaning through distributional and contextual representations, and it remains unclear whether such representations preserve the meaning value of human system. We answer this question through Zipf’s meaning law, which links word frequency to number of word meanings. We compare multiple AI-induced meaning estimates with human-measured meaning. To quantify alignment, we propose Meaning-Zipf Deviation (MZD), which covers continuous meaning distributions and measures their divergence with reliability adjustment. Extensive experiments show that human words consistently follow Zipf’s meaning law. AI-encoded meanings also exhibit Zipfian regularities, inheriting part of the statistical structure of human language. However, AI meaning distributions remain flatter than human distributions, with lower scaling exponents and non-negligible MZD values. Larger models do not reduce this gap. AI tends to bind words to context-conditioned senses rather than preserve their broader polysemous potential.

1 Introduction

Large language model-based AIs are increasingly used in knowledge organization and metadata applications, including subject metadata creation, keyword recommendation, semantic enrichment, vocabulary mapping, and metadata quality control. These tasks require AI systems to recognize what a document is about, distinguish domain-specific meanings of terms, and connect textual expressions with human-curated semantic structures such as dictionaries, lexical resources, authority files, controlled vocabularies, and knowledge organization systems. A key foundation of these capabilities lies in the computational representation of linguistic meaning. Word meaning is, at least partially, embodied in usage patterns, and thus can be inferred from large-scale textual regularities[12, 13, 18]. However, AI-encoded meaning and human-perceived lexical meaning may follow different organizational principles. Human lexical meaning is grounded in embodied experience, cognitive constraints, social interaction, and curated semantic conventions[26], whereas AI-derived meaning is learned primarily from statistical regularities such as co-occurrence patterns, see Appendix A.1. Although the two may yield consistent performance on specific tasks, such behavioral convergence does not entail that AIs and humans organize or quantify word meaning in an identical manner. This leaves a core research question yet to be fully addressed: does AI-encoded meaning align with human lexical meaning, especially when AI is used to support metadata creation and semantic organization? This question is critical to evaluating AI "understanding", ensuring interpretable human-AI collaboration, and defining AI's application boundaries in knowledge production, metadata generation, and semantic interoperability[27, 28].

To address this question, an analytical framework is needed that connects word use with word meaning. Zipf's meaning law provides such a framework, see Appendix A.2. This law describes a power-law relationship between word frequency and the number of meanings associated with a word, and has been widely regarded as one of the characteristic regularities of human language[1517, 24]. Its significance goes beyond the direct enumeration of senses. Under limited cognitive resources, human communication tends to use economical linguistic forms to carry rich expressive functions, leading high-frequency words to accumulate greater semantic load. Although meaning itself is difficult to observe directly, the long-term organization of language, where fewer forms are used to convey richer content, leaves an identifiable scaling relationship between frequency and number of meanings[29]. Therefore, Zipf's meaning law offers an opportunity to assess whether AI-encoded meaning can support human-centered metadata work.

We examine AI's capacity for meaning encoding by comparing the Zipfian structure of AI-induced word meanings with that of human lexical meanings. Zipf's meaning law is then modelled through the log-linear regression framework. To quantify the degree of alignment between AI-encoded and human-measured meaning, we further propose Meaning-Zipf Deviation. This metric covers continuous meaning distributions, and then measures their discrepancy through an integral form of the Jensen–Shannon distance.

Our experiments across multiple corpora, and with language model families, yield some findings. First, human-measured meanings consistently conform to Zipf's meaning law under literary, encyclopedic, general, and academic lexical systems. Second, AI-encoded meanings display Zipfian regularities, but AI's distributions are systematically flatter than human distributions. AI tends to underestimate the semantic expansion of high-frequency words and produces a more conservative allocation of meaning. Third, increasing model scale does not reduce this deviation, suggesting that larger AIs do not necessarily yield more human-like lexical meaning structures.

The main contributions are as follows. First, it reframes Zipf's meaning law as a new method for comparing human and AI meaning. Second, the Meaning-Zipf Deviation is introduced as a potential diagnostic tool for AI-assisted metadata quality assessment. Finally, it reveals that current language models can reproduce certain Zipfian regularities but still fail to match the human allocation of lexical meaning.

2 Method

2.1 Zipf's law modelling

Let f and m denote the occurrence frequency of a word and the number of its meanings, respectively. Zipf's meaning–frequency law can be formulated as: mfα.

Following representative studies[1], this relationship is examined through regression analysis, where f and m serve as the explanatory and dependent variables, respectively. To support robust linear estimation, we have log10(m)=αlog10(f)+β, where β is a constant that depends, in part, on the size and composition of the corpus.

Consistent with common practice in previous studies, the regression is conducted using the mean values of m and f within frequency-based bins. Specifically, all word types are sorted in descending order by frequency, and a fixed bin size λ is adopted, such as λ=100. For the j-th bin, word types satisfy: λ(j1)+1iλj, where j=1,2,3,,round(nλ). The coefficient of determination, R2, is used to evaluate the extent to which the meaning–frequency law holds. In addition, a Student's t-test is applied to examine whether the exponent α is significantly different from zero.

2.1.1 AI-encoded meaning

The quantification of AI-based word meaning is inspired by three streams of research. Şahinuç and Koç[2] suggest that the variance of Gaussian embeddings can be interpreted as a representation of semantic breadth or semantic uncertainty: a larger variance indicates a broader, more generalized, and potentially richer semantic scope. Sun and Platoš[3] construct word sense embeddings from contextual features extracted by bidirectional LSTM and self-attention mechanisms, where clustering centers correspond to induced word senses. Nagata and Tanaka-Ishii[1] argue that each occurrence of the same word in a different context can be regarded as a meaning instance, and that the directional dispersion of these instances in the vector space can be used to measure the contextual diversity of word meaning.

Inspired by these approaches, we propose three refined methods for estimating number of AI-encoded meanings: embedded variance-based uncertainty (EVU), context representation-based clustering (CRC), and contextual direction-based discrepancy (CDD).

EVU. Let word w have nw contextual instances extracted from the corpus. Their AI-generated contextualized representations, obtained for example from Qwen3-8B, are denoted as: E(w)={ew,1,ew,2,,ew,nw}d. For each embedding dimension, we compute the sample variance across all contextual instances and then take the average over all dimensions. The EVU-based number of meanings is obtained as: mEVU=1dj=1dVar(ew,1(j),ew,2(j),,ew,nw(j)).

CRC. For w, we first collect its set of contextualized instance representations E(w). We then apply DPC-KMeans clustering to partition these representations into: E(w)=C1C1Ckw, where each cluster Cj corresponds to a latent word sense. The center of cluster Cj is calculated as: cw,j=1|Cj|eCje, and is treated as the j-th sense embedding of word w. Accordingly, the CRC-based number of meanings is obtained as: mCRC=kw.

CDD. Let the representations of word w be: E(w)={ew,1,ew,2,,ew,nw}d. Each instance vector is first normalized to unit length: e~w,i=ew,iew,i2. The mean normalized vector of w is then computed as: e¯w=1nwi=1nwe~w,i,lw=e¯w2. The CDD-based number of meanings is obtained as: mCDD=1lw2lw(dlw2).

2.1.2 Human-measured meaning

To obtain a reliable measure of human word meaning, we draw on manually curated dictionary and lexical knowledge systems. Such resources provide explicitly defined senses, reflect established linguistic conventions and socially shared semantic distinctions, and are grounded in expert annotation. They therefore offer a suitable gold standard.

We first use WordNet, a widely used large-scale lexical database for English[9]. For word w, the number of synsets associated with it in WordNet can be regarded as the number of senses assigned to that word in a manually curated lexical system. Specifically, for w, we retrieve its sense set: S(w)={s1,s2,,skw}.

To obtain a more stable estimate of human-measured number of meanings, we further incorporate BabelNet and Wikidata Lexemes as complementary lexical resources. BabelNet is a large-scale lexical-semantic resource with both lexicographic and encyclopedic coverage, connecting common words, concepts, and named entities[10]. For w, we retrieve its corresponding BabelNet sense set: B(w)={b1,b2,,brw}.

Wikidata Lexemes is a large open lexical knowledge base that describes lexical items, word forms, and word senses through the structure of Lexeme, Form, and Sense[11]. For d w, we retrieve its corresponding Wikidata Lexeme sense set: D(w)={d1,d2,,dqw}.

Finally, to integrate the complementary coverage of the three resources, we merge and deduplicate the sense sets: U(w)=Dedup(S(w)B(w)D(w)). The human-measured number of meanings of w is therefore defined as: mH=|U(w)|.

2.2 Meaning-Zipf Deviation

For the human-measured meaning distribution H and the AI-encoded meaning distribution AI, we fit Zipf's meaning law: m^S(f)=10βSfαS,S{H,AI}.

To transform the law into a continuous meaning distribution, let x=log10(f), and the fitted Zipf curve is rewritten as: m^S(x)=10αSx+βS. On the common domain [xmin,xmax], we normalize the fitted curve into a continuous probability density: pS(x)=m^S(x)xminxmaxm^S(t)dt.

Thus, xminxmaxpS(x)dx=1. Here, pS(x) represents how the Zipf meaning law allocates meaning mass over the logarithmic frequency space. After normalization, the scale effect of β is removed; the comparison therefore focuses mainly on the distributional shape of the two Zipf laws, especially the allocation tendency determined by the α.

To quantify the discrepancy between the two distributions, we present calculus-based Jensen–Shannon distance. Let q(x)=pH(x)+pAI(x)2, and we have:

JS(pH,pAI)=12xminxmaxpH(x)logpH(x)q(x)dx+12xminxmaxpAI(x)logpAI(x)q(x)dx

We normalize it to the [0,1]: DJS(H,AI)=JS(pH,pAI)log2. DJS=0 → distributions are identical; DJS=1 → maximum possible divergence between them.

If either side has a low R2, it suggests that the corresponding distribution substantially deviates from Zipf's meaning law. Therefore, R2 is introduced as a reliability penalty. Let ε be a small positive constant to avoid division by zero, and let γ[0,1] control the strength of the penalty. The reliability weight is: WR2(H,AI)=(max(ε,RH2)max(ε,RAI2))γ/2.

The Meaning-Zipf Deviation is then defined as:

MZD(H,AI)=1(1DJS(H,AI))WR2(H,AI)

MZD lies in the interval [0,1]. If the two meaning distributions are identical and both fitted Zipf laws have perfect goodness of fit, then MZD = 0. If the two distributions are highly divergent, or if either fitted law has a low R2, then MZD → 1. Therefore, MZD jointly captures two aspects: whether the Zipfian structure encoded by the AI resembles the human-measured distribution, and whether the two fitted laws themselves are statistically reliable.

3 Experiment and Result

3.1 Data and Setting

We use four representative corpora covering distinct language settings: Project Gutenberg for literary texts[5], WikiText for encyclopedic writing[6], Brown Corpus for balanced general English[7], and arXiv for academic papers[4]. These corpora differ in style, topical structure, domain specificity, and lexical distribution, providing a heterogeneous basis for examining meaning–frequency relationships. All texts are lowercased, and English word types are extracted using regular expressions by retaining only alphabetic tokens. Special symbols are removed, and spaCy lemmatization is applied to reduce inflectional variants to lemma forms. Table 1 reports the statistics of the cleaned corpora, where Hapax type share denotes the proportion of word types that occur only once.

Table 1. Description of corpus
CorpusCharacter countWord countSentence countTop100 word shareHapax type share
arxiv14,169,879,3582,226,885,777172,766,6860.4750.399
brown60707661005968585110.4790.425
gutenberg25,317,305,8554,421,317,699305,063,9700.4970.463
wiki558,215,50988,972,4724,559,0930.4390.391

To examine the effect of model choice on AI-based meaning estimation, we evaluate 3 model families: BERT (small, base, large), GPT-2 (small, medium, large), and Qwen3 models ranging from 0.6B to 8B parameters. For each model, contextualized word representations are obtained by averaging hidden states from the final several layers. We use the same occurrence-level extraction strategy across models, with batch size and maximum input length adjusted according to model scale. Corpus frequency is computed at the word level rather than the token or subword level, so frequency and meaning count share the same unit. Each experiment is repeated 5 times, and mean values are reported.

3.2 Human-measured meaning and Zipf's meaning law

We first examine whether human-measured meaning conforms to Zipf's meaning law. Figure B1 (Appendix B) shows that human lexical meanings consistently exhibit a Zipfian meaning–frequency pattern. The estimated scaling exponent αis positive in all corpora, with all p < 10−4. The goodness of fit is also high: R2 = 0.870 for arXiv, 0.916 for Brown, 0.931 for Gutenberg, and 0.926 for Wiki. These results confirm the robustness of Zipf's meaning law in human lexical systems.

The α varies across corpora, suggesting that meaning allocation is shaped by corpus type. To interpret this variation, we divide each corpus into 500 fixed-length chunks and compute lexical indicators including MSTTR, normalized lexical entropy, top-100 word share, low-frequency word share, Gini coefficient, long-word proportion, top-50 bigram share, corpus-specific log-odds, and cross-entropy relative to Brown. Kruskal–Wallis tests show significant cross-corpus differences for all indicators, with all p < 10−4 (Figure B2 in Appendix B), confirming that the corpora differ substantially in lexical organization.

arXiv has the lowest exponent, α = 0.173, together with the highest domain log-odds, cross-entropy to Brown, long-word proportion, top-100 word share, and Gini coefficient. This indicates a highly specialized and concentrated vocabulary structure. Brown has the highest exponent, α = 0.343, along with the highest MSTTR and normalized lexical entropy, and the lowest concentration and domain-shift indicators, reflecting balanced and dispersed general-language usage. Gutenberg shows an intermediate exponent, α = 0.283, with high lexical diversity but the lowest long-word proportion, suggesting that literary diversity mainly arises from stylistic and narrative variation rather than technical terminology. Wiki has a lower exponent, α = 0.229, and high cross-entropy to Brown and top-50 bigram share, consistent with standardized encyclopedic writing and recurrent knowledge expressions.

Overall, human-measured meanings robustly follow Zipf's meaning law, but the strength and interpretation of the scaling relationship vary with corpus type. This establishes a necessary human baseline for comparing AI-encoded meaning distributions.

3.3 AI-encoded meaning and Zipf's meaning law

Figure B3Figure B5 (Appendix B) show that AI-based meaning estimates can also exhibit Zipfian meaning–frequency patterns: more frequent words generally receive higher estimated meaning quantities. However, the strength of this relationship varies substantially across measurement methods, which is expected given that different operationalizations capture different aspects of AI-encoded meaning.

Clear differences emerge among the three AI-based meaning measures. The EVU- and CRC-based measures are relatively stable, often reaching good (R2 > 0.8) or even excellent (R2 > 0.9) goodness of fit, and the CDD-based measure shows weaker fitting performance. This suggests that language models, after being trained on large-scale human-generated corpora, can inherit certain structural regularities of human lexical meaning. Nevertheless, the degree to which such regularities are expressed depends strongly on how model-based number of meanings is defined.

Although larger AIs are often associated with stronger general intelligence and broader semantic understanding[8], our results indicate that this assumption does not straightforwardly hold for number of word meanings. Larger models do not necessarily conform more closely to Zipf's meaning law. In the BERT series, some corpora and measurement settings show improved fitting performance as model size increases. In the GPT-2 series, GPT-2-large tends to be more stable than the small and medium variants. However, in the Qwen series, larger models do not consistently produce higher slopes or better R2 values; in some cases, both even declines. These results indicate that greater model scale does not automatically translate into a meaning structure that more closely resembles the human lexical system.

Corpus type also plays an important role. AI's Zipfian behaviour is not constant across corpora. In knowledge-oriented or literary corpora, the relationship between number of AI-estimated meanings and word frequency is more likely to display a stable Zipfian pattern. By contrast, balanced general corpora, such as Brown, can be more difficult for some models to capture consistently.

3.4 Alignment between AI-encoded and human-measured meaning

Figure B6 (Appendix B) visualizes the Meaning-Zipf Deviation (MZD) between AI-encoded and human-measured meaning distributions. Across the 120 model–corpus combinations, the mean MZD is 0.331 and the median is 0.246, indicating a substantial deviation between AI and human meaning structures.

At the corpus level, Wiki has the lowest average MZD, 0.284, suggesting that AI-encoded meaning structures are relatively closer to human-measured meaning in encyclopedic texts. Brown has the highest average MZD, 0.365, indicating that balanced general-language corpora place stronger demands on AI–human meaning alignment. The average MZD values for arXiv and Gutenberg are 0.341 and 0.336, respectively, falling between Wiki and Brown. These results suggest that the alignment between AI and human meaning systems is shaped by the way words are used across different textual environments.

4 Conclusion

This study examines whether AI-encoded word meaning aligns with human meaning using Zipf's meaning law. We compare multiple AI-induced meaning measures with human meaning quantities from curated lexical resources, and propose MZD to quantify the distributional gap between the two systems. Across four corpora, human meanings consistently follow Zipf's meaning law, and AI meanings also show Zipfian regularities. However, this does not imply alignment. AI meaning distributions are systematically flatter than human distributions, with lower scaling exponents and non-negligible MZD values. This suggests that AI underestimates the semantic expansion of high-frequency words and allocates meaning more conservatively. Larger models do not necessarily reduce this gap, indicating that scale alone does not recover the human allocation of lexical meaning.

These findings are relevant to metadata studies. Subject metadata, vocabulary mapping, and semantic enrichment depend on the ability to preserve the semantic breadth of frequent, polysemous, and domain-sensitive terms. If AI encodes high-frequency terms in flatter and more context-bound ways, AI-generated metadata may overlook broader, narrower, or related meanings, leading to semantic compression, incomplete subject description, and weaker interoperability across collections and domains. MZD can therefore serve as a diagnostic signal for metadata quality assessment. Terms, corpora, or domains with high MZD values may require stronger support from controlled vocabularies, lexical resources, provenance documentation, and human review. These results suggest that reliable AI-assisted metadata work should consider meaning alignment in addition to model scale, embedding quality, or surface-level lexical diversity.

References

  1. [1] R. Nagata and K. Tanaka-Ishii, A new formulation of Zipf's meaning-frequency law through contextual diversity. in Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp. 15323-15335, 2025.
  2. [2] F. Şahinuç and A. Koç, Zipfian regularities in "non-point" word representations. in Information Processing & Management, vol. 58, 2021.
  3. [3] Y. Sun and J. Platoš, A method for constructing word sense embeddings based on word sense induction. in Scientific Reports, vol. 13, 2023.
  4. [4] A. Cohan, F. Dernoncourt, D. S. Kim, T. Bui, S. Kim, W. Chang, and N. Goharian, A discourse-aware attention model for abstractive summarization of long documents. in Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics. Volume 2 (Short Papers), pp. 615-621, 2018.
  5. [5] J. Brooke, A. Hammond, and G. Hirst, GutenTag: an NLP-driven tool for digital humanities research in the Project Gutenberg corpus. in Proceedings of the Fourth Workshop on Computational Linguistics for Literature, pp. 42-47, 2015.
  6. [6] A. Baevski and M. Auli, Adaptive input representations for neural language modeling. in International Conference on Learning Representations, 2019.
  7. [7] N. Ide and C. Macleod, The American National Corpus: A standardized resource of American English. in Proceedings of Corpus Linguistics, vol. 3, pp. 1-7, 2001.
  8. [8] A. Singh, A. Fry, A. Perelman, A. Tart, A. Ganesh, A. El-Kishky, and F. Song, OpenAI GPT-5 system card. 2025. arXiv preprint arXiv:2601.03267
  9. [9] R. H. Maudslay, S. Teufel, F. Bond, and J. Pustejovsky, ChainNet: Structured metaphor and metonymy in WordNet. in Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024), pp. 2984-2996, 2024.
  10. [10] R. Navigli, M. Bevilacqua, S. Conia, D. Montagnini, and F. Cecconi, Ten years of BabelNet: A survey. in Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence, pp. 4559-4567, 2021.
  11. [11] C. Möller, J. Lehmann, and R. Usbeck, Survey on English entity linking on Wikidata: Datasets and approaches. in Semantic Web, vol. 13, pp. 925-966, 2022.
  12. [12] K. Ethayarajh, How contextual are contextualized word representations? Comparing the geometry of BERT, ELMo, and GPT-2 embeddings. in Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pp. 55-65, 2019.
  13. [13] A. Garí Soler and M. Apidianaki, Let's play mono-poly: BERT can reveal words' polysemy level and partitionability into senses. in Transactions of the Association for Computational Linguistics, vol. 9, pp. 825-844, 2021.
  14. [14] S. Nair, M. Srinivasan, and S. Meylan, Contextualized word embeddings encode aspects of human-like word sense knowledge. in Proceedings of the Workshop on the Cognitive Aspects of the Lexicon, pp. 129-141, 2020.
  15. [15] F. Bond, A. Janz, M. Maziarz, and E. Rudnicka, Testing Zipf's meaning-frequency law with wordnets as sense inventories. in Proceedings of the 10th Global WordNet Conference, pp. 342-352, 2019.
  16. [16] B. Casas, A. Hernández-Fernández, N. Català, R. Ferrer-i-Cancho, and J. Baixeries, Polysemy and brevity versus frequency in language. in Computer Speech & Language, vol. 58, pp. 19-50, 2019.
  17. [17] A. Koshevoy, I. Dautriche, and O. Morin, Why do some words have more meanings than others? A true neutral model for the meaning-frequency correlation. in Proceedings of the Annual Meeting of the Cognitive Science Society, vol. 45, 2023.
  18. [18] S. Trott and B. Bergen, Languages are efficient, but for whom?. in Cognition, vol. 225, 2022.
  19. [19] Z. Wang, M. Ren, D. Gao, and Z. Li, A Zipf's law-based text generation approach for addressing imbalance in entity extraction. in Journal of Informetrics, vol. 17, 2023.
  20. [20] Z. Wang, S. He, G. Xu, and M. Ren, Will sentiment analysis need subculture? A new data augmentation approach. in Journal of the Association for Information Science and Technology, vol. 75, pp. 655-670, 2024.
  21. [21] Z. Wang, H. Chen, G. Xu, and M. Ren, A novel large-language-model-driven framework for named entity recognition. in Information Processing & Management, vol. 62, 2025.
  22. [22] Z. Wang, G. Xu, and M. Ren, Data augmentation with large language models: A scaling law-guided approach. in ACM Transactions on Knowledge Discovery from Data, vol. 36, pp. 1-37, 2026.
  23. [23] Z. Wang, A. Yao, and M. Ren, AI-generated text detection via multilevel Zipf's law. in Journal of Informetrics, vol. 20, 2026.
  24. [24] R. Ferrer-i-Cancho and M. S. Vitevitch, The origins of Zipf's meaning-frequency law. in Journal of the Association for Information Science and Technology, vol. 69, pp. 1369-1379, 2018.
  25. [25] V. C. Storey, O. Pastor, G. Guizzardi, S. W. Liddle, W. Maaß, J. Parsons, and M. Y. Santos, Large language models for conceptual modeling: Assessment and application potential. in Data & Knowledge Engineering, vol. 160, 2025.
  26. [26] B. M. Lake and G. L. Murphy, Word meaning in minds and machines. in Psychological Review, vol. 130, 2023.
  27. [27] M. R. Qorib, G. Moon, and H. T. Ng, Are decoder-only language models better than encoder-only language models in understanding word meaning?. in Findings of the Association for Computational Linguistics: ACL 2024, pp. 16339-16347, 2024.
  28. [28] D. Loureiro, K. Rezaee, M. T. Pilehvar, and J. Camacho-Collados, Analysis and evaluation of language models for word sense disambiguation. in Computational Linguistics, vol. 47, pp. 387-443, 2021.
  29. [29] S. Thurner, R. Hanel, B. Liu, and B. Corominas-Murtra, Understanding Zipf's law of word frequencies through sample-space collapse in sentence formation. in Journal of the Royal Society Interface, vol. 12, 2015.
  30. [30] S. Teglia, S. Tedeschi, and R. Navigli, How much do encoder models know about word senses?. in Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics, pp. 2266-2277, 2025.

Appendix B Experimental Result

A two-by-two grid of scatter plots, one per corpus (arXiv, Brown, Gutenberg, Wiki), with log10(f) on the x-axis and log10(m) on the y-axis. Each panel shows the binned data points and a fitted red regression line, annotated with the scaling exponent α, the coefficient of determination R², and p < 1e-4. All four panels show a positive upward-sloping fit.
Figure B1. Zipfian fitting of human-measured meaning quantities.
A grid of density plots comparing the four corpora (arXiv, Brown, Gutenberg, Wiki) across lexical indicators such as MSTTR, normalized lexical entropy, top-100 word share, low-frequency word share, Gini coefficient, long-word proportion, top-50 bigram share, corpus-specific log-odds, and cross-entropy relative to Brown. Each panel overlays the per-corpus density curves with their mean values μ marked.
Figure B2. Corpus effects on the interpretation of Zipf's meaning law. The y-axis represents density, and, μ denotes the mean value. All p < 10−4.
A grid of scatter plots showing the Zipfian fitting of AI-encoded meaning estimated by the EVU method, with one row per model family and one column per corpus, log10(f) against log10 of the EVU meaning estimate, each panel annotated with its fitted α and R².
Figure B3. Zipfian fitting based on mEVU. All estimations are statistically significant, p < 10−4.
A grid of scatter plots showing the Zipfian fitting of AI-encoded meaning estimated by the CRC clustering method, arranged by model and corpus, log10(f) against the CRC meaning estimate, each panel annotated with its fitted α and R².
Figure B4. Zipfian fitting based on mCRC. All estimations are statistically significant, p < 10−4.
A grid of scatter plots showing the Zipfian fitting of AI-encoded meaning estimated by the CDD directional-discrepancy method, arranged by model and corpus, log10(f) against the CDD meaning estimate, each panel annotated with its fitted α and R²; the fits are visibly weaker than the EVU and CRC panels.
Figure B5. Zipfian fitting based on mCDD. All estimations are statistically significant, p < 10−4.
A three-by-four grid of bar charts of Meaning-Zipf Deviation (MZD). Rows correspond to the three AI meaning measures (m_CDD, m_EVU, m_CRC) and columns to the four corpora (arXiv, Brown, Gutenberg, Wiki). Within each panel, the nine evaluated models (qwen and gpt-2 and bert variants) are sorted by descending MZD, with bars coloured by model family. MZD values range from near 0 to about 0.95.
Figure B6. Distribution of Meaning-Zipf Deviation.

Article details

Available
Section
Full Papers
DOI
10.23106/dcmi.952623932
License
CC BY 4.0 · open access

Described in Dublin Core

This article's metadata, in the vocabulary these proceedings are about.

dcterms:title
Does AI-Encoded Meaning Align with Human Meaning?
dcterms:creator
Wang, Zhenhua
Yao, Aixin
Ren, Ming
dcterms:available
2026-08-01
dcterms:identifier
doi:10.23106/dcmi.952623932
dcterms:publisher
Dublin Core Metadata Initiative
dcterms:type
Text
dcterms:language
en
dcterms:rights
CC BY 4.0