Pith. sign in

REVIEW 4 major objections 4 minor 43 references

Towards Fundamental Language Models: Does Linguistic Competence Scale with Model Size?

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

Pith's one-line read The paper claims that as language models grow, their memorized factual knowledge improves roughly twice as fast as their core linguistic competence, making small language-first models a viable design.

desk verdict Useful broad empirical sweep, but the central slope comparison is not statistically established; the paper deserves revision, not publication as is. read the letter →

arxiv 2509.02225 v1 pith:63O25YZO submitted 2025-09-02 cs.CL

classification cs.CL
keywords linguisticcompetencefundamentallanguagemodelsmodelscalingfactualknowledgeCEFRzero-shotevaluationLLMretrievalaugmentation
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 linguistic competence and factual memorization scale differently with model size, and that this difference justifies a modular architecture called the Fundamental Language Model (FLM). Across 23 models ranging from 135M to 32B parameters, the authors find that internal factual knowledge grows about twice as fast as linguistic competence when scores are regressed against log parameter count. If true, this means a relatively small model can carry the grammar, vocabulary, and meaning needed for fluent language, while external retrieval tools supply facts. That would make language systems cheaper, easier to update, and less prone to hallucinated memorized content.

What carries the argument

The central object is the Fundamental Language Model (FLM) paradigm: a proposed modular architecture in which a compact model handles lexical, grammatical, and semantic competence while factual retrieval is delegated to external tools. The empirical machinery is a comparison of scaling slopes: average zero-shot benchmark scores for each competence are regressed against log parameter count, and the slopes and R² values are compared, with Mann-Whitney U tests on size quartiles providing significance checks.

What would settle it

Run the same size sweep on a linguistic battery designed to exclude factual confounds, using models matched for training-token counts; if linguistic performance keeps climbing past 10B parameters with a slope comparable to factual recall, the FLM claim would collapse.

Watch

Extended reading notes

Core claim

The paper's central claim is that internal factual knowledge scales significantly faster with model size than linguistic competence. Using zero-shot evaluation across seven model families and benchmarks for lexical, grammatical, and semantic competence, external factual knowledge, and internal factual knowledge, the authors fit linear regressions of score against log parameter count. The fitted slope for internal factual knowledge is 0.059, more than double the 0.029 slope for linguistic competence, and model size explains 81% of internal-knowledge variance but only about 50% of linguistic variance. Quartile-based Mann-Whitney U tests show significant gains from small to medium and small to

Load-bearing premise

The claim depends on the chosen benchmarks being clean measures of grammar, vocabulary, and semantics that do not secretly rely on world knowledge, and on zero-shot performance being a fair proxy for core linguistic competence.

Editorial extensions

If this is right

  • If the claim is correct, models in the 3–7B parameter range can serve as linguistic cores without losing most language ability.
  • Factual recall, not language, is what drives the demand for very large monolithic models, so external retrieval can carry that load.
  • A modular FLM design would let developers update factual knowledge without retraining the language component.
  • The non-significant medium-to-large performance step implies diminishing returns beyond roughly 10B parameters on these linguistic benchmarks.

Reading between the lines

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

  • The apparent gap could partly be a benchmark artifact: WiC, BLiMP, MNLI, and similar tasks may saturate at moderate sizes, so a less saturated linguistic battery might show steeper scaling.
  • Because model size often correlates with training-token volume, the steeper factual-knowledge slope may reflect greater data exposure rather than parameter count alone; matching token budgets across sizes would test this.
  • A multilingual extension could reveal that morphologically rich languages need larger models for the same grammatical competence, which would shift the practical FLM size estimate upward.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 4 minor

Summary. The paper introduces the Fundamental Language Model (FLM) paradigm, arguing that linguistic competence should be decoupled from factual memorization. It evaluates 23 models (135M–32B) from seven families on three composite scores: linguistic competence (WiC, BLiMP, RTE, MNLI, QQP), external factual knowledge (LAMBADA, BoolQ, COPA, MultiRC, ReCoRD), and internal factual knowledge (TriviaQA, TruthfulQA). Based on regression slopes of composites against log(size) and Mann-Whitney tests, it claims internal factual knowledge grows significantly faster than linguistic competence, and concludes compact FLMs with external retrieval are viable.

Significance. If the empirical dissociation were established, the FLM proposal would be a useful contribution to model design and to the scaling-law literature. The paper uses standard benchmarks, public models, and reports per-task results in appendices, which is commendable. However, the central finding rests entirely on a statistically fragile comparison of slopes on arbitrary composite scales. The significance of the FLM proposal therefore depends on the re-analysis suggested below.

major comments (4)
  1. [§4.1.1 and Figure 2] The central claim is based on comparing regression slopes of two composite scores (0.059 vs 0.029). These composites are not on a common scale: LC is an average of accuracies from WiC, BLiMP, RTE, MNLI, QQP, while IFK averages TriviaQA accuracy, TruthfulQA_gen BLEU/ROUGE values, MC1 accuracy, and MC2 normalized probabilities. A slope in composite units is not interpretable across composites; a monotone rescaling of one component (e.g., using percentages instead of fractions for BLEU) changes the slope ratio. The paper also reports no standard errors, confidence intervals, or significance test for the slope difference. The claim that knowledge grows 'significantly faster' is therefore not supported by the reported statistics.
  2. [§4.1.1, Table 1] The regression uses log(Size) pooled across seven model families, confounding size with architecture, token budget, and data mix. Table 1 shows large family effects: Qwen2.5-32B has IFK 0.4288, lower than OLMo-2-1124-13B (0.4799) and OLMo-2-0325-32B (0.5784). Without a within-family analysis or a mixed-effects model with family as a random effect, the reported slopes may be artifacts of which families are included at each size.
  3. [§4.1.2, Table 2] The Mann-Whitney tests do not directly test the paper's comparative claim. They test, for each competence separately, whether score distributions differ between size bins; they never compare LC versus IFK scaling. The result that Medium vs Large is non-significant even for IFK (p=0.078) is hard to reconcile with the claim that IFK continues to scale steeply. The median-split gaps in §4.2 (39.5% vs 18.3%) are descriptive and inherit the same composite-scale problem. A direct interaction test or a joint model of standardized scores is needed.
  4. [§3, §3.1, Limitations] The linguistic benchmarks are assumed to isolate CEFR-style competence from factual knowledge, but no evidence is given that RTE, MNLI, or QQP are free of world-knowledge/commonsense confounds, and the paper's Limitations section acknowledges that language understanding often requires world knowledge. Moreover, BLiMP scores in Appendix A are near ceiling (0.69–0.83), which compresses the LC scale and can manufacture a slower slope. Per-benchmark scaling analyses (or at least ceiling diagnostics) are needed before the dissociation can be attributed to linguistic competence as opposed to benchmark saturation.
minor comments (4)
  1. [§4.1.1] Report the exact R² for linguistic competence and external factual knowledge, not just 'about 50%'. Also provide the fitted intercepts and model counts.
  2. [Table 2] The text says the table reports U statistics and p-values, but only p-values and significance are shown. Include the U statistics and sample sizes.
  3. [Figure 2] Add confidence bands to the regression lines and use distinct markers/colors for model families so the reader can see the family-level structure that the pooled regression ignores.
  4. [§4.2] For the median-split comparison, state the median size, the number of models in each group, and the standard errors of the mean scores. The phrase 'only shows' should be 'shows only'.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper is an empirical evaluation with external benchmarks; the central slope comparison is a statistical summary, not a derivation from its own inputs.

full rationale

The paper's central claim—that internal factual knowledge scales more steeply with model size than linguistic competence—is an empirical finding obtained by running external benchmarks (WiC, BLiMP, RTE, MNLI, QQP, LAMBADA, BoolQ, COPA, MultiRC, ReCoRD, TriviaQA, TruthfulQA) on off-the-shelf models and then regressing averaged scores against log(size). No parameter is fitted to a subset of data and then reported as a prediction of a closely related quantity; the composites are simple means of externally defined benchmark scores, not quantities defined in terms of the conclusion. The FLM paradigm is a framing device articulated in the introduction, not an input to the measurement, and the paper does not invoke any self-citation, uniqueness theorem, or ansatz smuggled in through prior work by the same authors. The slope comparison in §4.1.1 is a legitimate (if statistically fragile) description of the collected data; concerns about commensurability of composite scales, missing confidence intervals, and confounds between model family and training data are threats to validity and interpretation, not circularity. The paper's own Limitations section explicitly acknowledges that separating linguistic competence from factual knowledge is difficult, which further indicates that the benchmark choices are assumptions rather than disguised conclusions. Under the stated rules, where no specific equation reduces to an input by construction and no fitted input is renamed as a prediction, the honest finding is no significant circularity.

Assumptions & free parameters 0 free parameters · 4 assumptions · 0 invented entities

The paper introduces the FLM paradigm as a conceptual proposal, but it does not postulate new physical entities, forces, or conserved quantities. The main analytical assumptions are about benchmark validity, evaluation comparability, and statistical modeling, all of which are domain assumptions rather than invented entities. No free parameters are fitted to produce the central claim beyond the regression slopes, which are themselves the result rather than an input.

assumptions (4)
  • domain assumption The selected benchmarks (WiC, BLiMP, RTE, MNLI, QQP) validly operationalize CEFR lexical, grammatical, and semantic competence independent of factual knowledge.
    Section 3.1 states these benchmarks 'minimize the influence of external factual knowledge', but no evidence is given that they are not confounded. This is load-bearing for separating linguistic from factual scaling.
  • domain assumption Zero-shot evaluation with the LM Evaluation Harness is a reliable and comparable measure of each competence across heterogeneous model families.
    The paper uses default harness protocols (Section 3) but does not control for differences in prompting, tokenization, or training objectives across models, which could affect scores independently of true competence.
  • domain assumption log(Size) is the correct functional form for comparing scaling slopes across competences.
    Section 4.1.1 assumes logarithmic scaling based on prior scaling law references (Kaplan et al., 2020), but no model comparison or residual analysis is performed to justify this choice for these particular tasks.
  • standard math The Mann-Whitney U test assumptions (independent samples, comparable distributions) are satisfied by grouping 23 models into three size quartiles.
    The test is applied in Section 4.1.2, but with small group sizes (around 5-6 models per extreme quartile) and multiple comparisons without correction, the statistical conclusions are fragile.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Towards Fundamental Language Models: Does Linguistic Competence Scale with Model Size?." pith.science (2026). https://pith.science/paper/63O25YZO

@misc{pith2026250902225,
  author       = {Pith},
  title        = {Pith review of: Towards Fundamental Language Models: Does Linguistic Competence Scale with Model Size?},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/63O25YZO}},
  note         = {Machine review of arXiv:2509.02225}
}
read the original abstract

Large Language Models offer impressive language capabilities but suffer from well-known limitations, including hallucinations, biases, privacy concerns, and high computational costs. These issues are largely driven by the combination of linguistic competence and factual memorization within a single monolithic model. This paper introduces and empirically supports the Fundamental Language Model (FLM) paradigm, which advocates for smaller, linguistically competent models that offload factual retrieval to external tools. We evaluate models ranging from 135M to 32B parameters across three dimensions: linguistic competence, external factual knowledge, and internal factual knowledge. Our findings reveal that while both linguistic competence and factual knowledge improve with scale, internal factual knowledge grows significantly faster, suggesting that model size is more closely tied to memorization than to core language ability. These results support a modular approach to language modeling, where compact, linguistically proficient models serve as the foundation for tool-augmented systems. The FLM paradigm offers a path toward more efficient, interpretable, and sustainable NLP solutions.

Figures

Figures reproduced from arXiv: 2509.02225 by the authors.

Figure 1
Figure 1. Scores achieved against model size in million parameters. [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. Linear regressions for each competence against [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

43 extracted references · 19 canonical work pages

  1. [1]

    Deepak Bhaskar Acharya, Karthigeyan Kuppan, and B Divya. 2025. Agentic ai: Autonomous intelligence for complex goals--a comprehensive survey. IEEE Access

  2. [2]

    01. AI. 2025. https://arxiv.org/abs/2403.04652 Yi: Open foundation models by 01.ai . Preprint, arXiv:2403.04652

  3. [3]

    Loubna Ben Allal, Anton Lozhkov, Elie Bakouch, Gabriel Martín Blázquez, Guilherme Penedo, Lewis Tunstall, Andrés Marafioti, Hynek Kydlíček, Agustín Piqueres Lajarín, Vaibhav Srivastav, Joshua Lochner, Caleb Fahlgren, Xuan-Son Nguyen, Clémentine Fourrier, Ben Burtenshaw, Hugo Larcher, Haojun Zhao, Cyril Zakka, Mathieu Morlon, Colin Raffel, Leandro von Werr...

  4. [4]

    Nathan Atox and Mason Clark. 2024. Evaluating large language models through the lens of linguistic proficiency and world knowledge: A comparative study. Authorea Preprints

  5. [5]

    Yoshua Bengio, Sören Mindermann, Daniel Privitera, Tamay Besiroglu, Rishi Bommasani, Stephen Casper, and Yejin Choi. 2025. https://arxiv.org/abs/2501.17805 International ai safety report . Preprint, arXiv:2501.17805

  6. [6]

    Yupeng Chang, Xu Wang, Jindong Wang, Yuan Wu, Linyi Yang, Kaijie Zhu, Hao Chen, Xiaoyuan Yi, Cunxiang Wang, Yidong Wang, et al. 2024. A survey on evaluation of large language models. ACM Transactions on Intelligent Systems and Technology, 15(3):1--45

  7. [7]

    Christopher Clark, Kenton Lee, Ming-Wei Chang, Tom Kwiatkowski, Michael Collins, and Kristina Toutanova. 2019. Boolq: Exploring the surprising difficulty of natural yes/no questions. In NAACL

  8. [8]

    Ido Dagan, Oren Glickman, and Bernardo Magnini. 2005. https://api.semanticscholar.org/CorpusID:8587959 The pascal recognising textual entailment challenge . In Machine Learning Challenges Workshop

Show all 43 references
  1. [9]

    Vittoria Dentella, Fritz Guenther, and Evelina Leivada. 2024. https://arxiv.org/abs/2404.14883 Language in vivo vs. in silico: Size matters but larger language models still do not comprehend language on a par with humans . Preprint, arXiv:2404.14883

  2. [10]

    Jianmei Dong. 2022. https://doi.org/10.47852/bonviewGHSS2022030313 A study on the relationship between language and thought based on sapir-whorf . Journal of Global Humanities and Social Sciences, 3(3):83–85

  3. [11]

    Ronen Eldan and Yuanzhi Li. 2023. Tinystories: How small can language models be and still speak coherent english? arXiv preprint arXiv:2305.07759

  4. [12]

    Shangbin Feng, Wenxuan Ding, Alisa Liu, Zifeng Wang, Weijia Shi, Yike Wang, Zejiang Shen, Xiaochuang Han, Hunter Lang, Chen-Yu Lee, et al. 2025. When one llm drools, multi-llm collaboration rules. arXiv preprint arXiv:2502.04506

  5. [13]

    Leo Gao, Jonathan Tow, Baber Abbasi, Stella Biderman, Sid Black, Anthony DiPofi, Charles Foster, Laurence Golding, Jeffrey Hsu, Alain Le Noac'h, Haonan Li, Kyle McDonell, Niklas Muennighoff, Chris Ociepa, Jason Phang, Laria Reynolds, Hailey Schoelkopf, Aviya Skowron, Lintang S...

  6. [14]

    J \'e r \^o me Garnier-Brun, Marc M \'e zard, Emanuele Moscato, and Luca Saglietti. 2024. How transformers learn structured data: insights from hierarchical filtering. arXiv preprint arXiv:2408.15138

  7. [15]

    Thomas Mesnard Gemma Team, Cassidy Hardin, Robert Dadashi, Surya Bhupatiraju, Laurent Sifre, Morgane Rivière, Mihir Sanjay Kale, Juliette Love, Pouya Tafti, Léonard Hussenot, and et al. 2024. https://doi.org/10.34740/KAGGLE/M/3301 Gemma

  8. [16]

    Gordon, Zornitsa Kozareva, and Melissa Roemmele

    Andrew S. Gordon, Zornitsa Kozareva, and Melissa Roemmele. 2011. https://api.semanticscholar.org/CorpusID:434646 Choice of plausible alternatives: An evaluation of commonsense causal reasoning . In AAAI Spring Symposium: Logical Formalizations of Commonsense Reasoning

  9. [17]

    Susan J Hespos and Elizabeth S Spelke. 2004. Conceptual precursors to language. Nature, 430(6998):453--456

  10. [18]

    Hu, Aaron Mueller, Candace Ross, Adina Williams, Tal Linzen, Chengxu Zhuang, Ryan Cotterell, Leshem Choshen, Alex Warstadt, and Ethan Gotlieb Wilcox

    Michael Y. Hu, Aaron Mueller, Candace Ross, Adina Williams, Tal Linzen, Chengxu Zhuang, Ryan Cotterell, Leshem Choshen, Alex Warstadt, and Ethan Gotlieb Wilcox. 2024. https://arxiv.org/abs/2412.05149 Findings of the second babylm challenge: Sample-efficient pretraining on deve...

  11. [19]

    Weld, and Luke Zettlemoyer

    Mandar Joshi, Eunsol Choi, Daniel S. Weld, and Luke Zettlemoyer. 2017. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension. In Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics, Vancouver, Canada. Assoc...

  12. [20]

    Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei

    Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B. Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. 2020. https://arxiv.org/abs/2001.08361 Scaling laws for neural language models . Preprint, arXiv:2001.08361

  13. [21]

    Daniel Khashabi, Snigdha Chaturvedi, Michael Roth, Shyam Upadhyay, and Dan Roth. 2018. Looking beyond the surface:a challenge set for reading comprehension over multiple sentences. In Proceedings of North American Chapter of the Association for Computational Linguistics (NAACL)

  14. [22]

    u ttler, Mike Lewis, Wen-tau Yih, Tim Rockt \

    Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich K \"u ttler, Mike Lewis, Wen-tau Yih, Tim Rockt \"a schel, et al. 2020. Retrieval-augmented generation for knowledge-intensive nlp tasks. Advances in neural information proc...

  15. [23]

    Bill Yuchen Lin, Ronan Le Bras, Kyle Richardson, Ashish Sabharwal, Radha Poovendran, Peter Clark, and Yejin Choi. 2025. Zebralogic: On the scaling limits of llms for logical reasoning. arXiv preprint arXiv:2502.01100

  16. [24]

    Stephanie Lin, Jacob Hilton, and Owain Evans. 2022. https://doi.org/10.18653/v1/2022.acl-long.229 T ruthful QA : Measuring how models mimic human falsehoods . In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pa...

  17. [25]

    Jiaheng Liu, Chenchen Zhang, Jinyang Guo, Yuanxing Zhang, Haoran Que, Ken Deng, Zhiqi Bai, Jie Liu, Ge Zhang, Jiakai Wang, Yanan Wu, Congnan Liu, Wenbo Su, Jiamang Wang, Lin Qu, and Bo Zheng. 2024. https://arxiv.org/abs/2407.16154 Ddk: Distilling domain knowledge for efficient...

  18. [26]

    AI @ Meta Llama Team. 2024. https://arxiv.org/abs/2407.21783 The llama 3 herd of models . Preprint, arXiv:2407.21783

  19. [27]

    Diego Marconi. 1997. Lexical competence. MIT press

  20. [28]

    Diego Marconi. 2020. Semantic competence. In The Routledge Handbook of Philosophy of Skill and Expertise, pages 409--418. Routledge

  21. [29]

    Radislav Millrood. 2014. https://doi.org/10.1016/j.sbspro.2014.10.147 Cognitive models of grammatical competence of students . Procedia - Social and Behavioral Sciences, 154:259--262. THE XXV ANNUAL INTERNATIONAL ACADEMIC CONFERENCE, LANGUAGE AND CULTURE, 20-22 October 2014

  22. [30]

    Vivi Nastase and Paola Merlo. 2024. Tracking linguistic information in transformer-based sentence embeddings through targeted sparsification. In Proceedings of the 9th Workshop on Representation Learning for NLP (RepL4NLP-2024), pages 203--214

  23. [31]

    Team OLMo. 2024. https://arxiv.org/abs/2501.00656 2 OLMo 2 Furious . Preprint, arXiv:2501.00656

  24. [32]

    Denis Paperno, Germán Kruszewski, Angeliki Lazaridou, Quan Ngoc Pham, Raffaella Bernardi, Sandro Pezzelle, Marco Baroni, Gemma Boleda, and Raquel Fernández. 2016. https://arxiv.org/abs/1606.06031 The lambada dataset: Word prediction requiring a broad discourse context . Prepri...

  25. [33]

    Julia M Penn. 2014. Linguistic relativity versus innate ideas: The origins of the Sapir-Whorf hypothesis in German thought, volume 120. Walter de Gruyter

  26. [34]

    Mohammad Taher Pilehvar and Jose Camacho-Collados. 2019. https://doi.org/10.18653/v1/N19-1128 W i C : the word-in-context dataset for evaluating context-sensitive meaning representations . In Proceedings of the 2019 Conference of the North A merican Chapter of the Association ...

  27. [35]

    David Premack. 1959. Toward empirical behavior laws: I. positive reinforcement. Psychological review, 66(4):219

  28. [36]

    Anna Rogers, Olga Kovaleva, and Anna Rumshisky. 2021. A primer in bertology: What we know about how bert works. Transactions of the Association for Computational Linguistics, 8:842--866

  29. [37]

    Rylan Schaeffer, Brando Miranda, and Sanmi Koyejo. 2023. Are emergent abilities of large language models a mirage? Advances in Neural Information Processing Systems, 36:55565--55581

  30. [38]

    Julius Steuer, Marius Mosbach, and Dietrich Klakow. 2023. Large gpt-like models are bad babies: A closer look at the relationship between linguistic competence and psycholinguistic measures. In Proceedings of the BabyLM Challenge at the 27th Conference on Computational Natural...

  31. [39]

    Falcon-LLM Team. 2024 a . https://huggingface.co/blog/falcon3 The falcon 3 family of open models

  32. [40]

    Qwen Team. 2024 b . https://qwenlm.github.io/blog/qwen2.5/ Qwen2.5: A party of foundation models

  33. [41]

    Alex Warstadt, Alicia Parrish, Haokun Liu, Anhad Mohananey, Wei Peng, Sheng-Fu Wang, and Samuel R. Bowman. 2020. https://doi.org/10.1162/tacl\_a\_00321 Blimp: The benchmark of linguistic minimal pairs for english . Transactions of the Association for Computational Linguistics,...

  34. [42]

    Adina Williams, Nikita Nangia, and Samuel Bowman. 2018. http://aclweb.org/anthology/N18-1101 A broad-coverage challenge corpus for sentence understanding through inference . In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computationa...

  35. [43]

    Sheng Zhang, Xiaodong Liu, Jingjing Liu, Jianfeng Gao, Kevin Duh, and Benjamin Van Durme. 2018. https://arxiv.org/abs/1810.12885 Record: Bridging the gap between human and machine commonsense reading comprehension . CoRR, abs/1810.12885

Pith tools

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