Pith. sign in

REVIEW 3 major objections 5 minor 89 references

On the Compatibility of Generative AI and Generative Linguistics

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper argues that neural language models are not a break from Chomsky's generative linguistics but a continuation of it, because they are formal generative models, can serve as discovery procedures, and can advance the Minimalist…

desk verdict A well-organized position paper whose three-part compatibility argument is undercut by an unvalidated 'derivational likelihood' construct—absent for transformers and untested for grammar induction models. read the letter →

arxiv 2411.10533 v2 pith:WBFVYOOO submitted 2024-11-15 cs.CL

classification cs.CL
keywords languagemodelsgenerativelinguisticsChomskyhierarchydiscoveryproceduresgrammarinductionderivationallikelihoodMinimalistProgramacquisition
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

This paper argues that the current wave of neural language models is not a break from Chomsky's generative linguistics but a continuation of it. The authors claim that LMs are formal generative models in Chomsky's original sense, that they can serve as discovery procedures which induce grammars from data, and that they can support the Minimalist Program's search for what must be innate in language. If the argument holds, the common opposition between statistical language models and rule-based generative grammar dissolves, and each side becomes a tool for the other. The argument turns on the claim that some LMs track derivational likelihood—a model-internal probability of a sentence given latent grammatical structure—and not just surface string frequency.

What carries the argument

The central object is derivational likelihood: the probability that a string is derived given the model's full latent state and weights, as opposed to string likelihood, which is computed by sequential Markovian sampling from the final layer. The distinction lets the authors answer the charge that LMs are only observationally adequate—the paper argues the problem is not that derivational likelihood does not exist but that it is not always easy to extract. The surrounding machinery is Chomsky's hierarchy of formal languages, the three levels of adequacy, and the discovery/decision/evaluation procedure trichotomy, which together locate LMs within generative linguistics rather than outside it.

What would settle it

Train a grammar induction language model on a corpus and test it on the pair 'Colorless green ideas sleep furiously' versus 'Furiously sleep ideas green colorless.' If the model's derivational likelihood ranks the grammatical sentence above the ungrammatical one while its string likelihood does not, the distinction is real; if no accessible internal quantity separates them, the discovery-procedure claim collapses.

Watch

Extended reading notes

Core claim

The paper's central claim is that LMs are formal generative models as Chomsky originally defined them: devices that generate a set of sentences and are evaluated by observational, descriptive, and explanatory adequacy. Against the objection that LMs only provide string likelihood and therefore cannot distinguish grammaticality from probability, the paper asserts that LMs can in principle learn grammars and some decidedly do—specifically grammar induction LMs, which learn distributions over explicit syntactic rules and make derivational likelihood directly accessible. This makes LMs usable as discovery procedures of the kind Syntactic Structures described, and as computational implementations of the Minimalist Program's third-factor methodology, where whatever cannot be learned from data plus general learning principles is a candidate for innate endowment.

Load-bearing premise

The argument stands or falls on the premise that language models contain an internal score for how a sentence is derived grammatically, distinct from how likely the surface string is—a score the paper concedes we often cannot currently extract.

Editorial extensions

If this is right

  • LMs can be used as discovery procedures that induce grammatical categories and rules directly from corpora, without a pre-specified grammar.
  • Grammar induction LMs can simulate language acquisition and be checked against children's developmental milestones, giving explanatory adequacy an empirical handle.
  • LMs' systematic failures under data-driven and third-factor assumptions become hypotheses about which aspects of language are innate.
  • Chomsky's levels of adequacy provide a scientific evaluation standard for LMs distinct from engineering metrics.
  • Multimodal versions of these models may bring linguistics closer to the full multimodal experience of human language learning.

Reading between the lines

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

  • If derivational likelihood is real but only readily accessible in grammar induction LMs, the strongest empirical case for the paper rests on that niche class; a natural extension is to probe transformer hidden states for a recoverable analogue.
  • The paper's framework predicts that adding multimodal grounding and child-scale data to grammar induction LMs should narrow the explanatory-adequacy gap with human learners—a concrete direction for testing the Minimalist claim.
  • The compatibility argument also recasts benchmark evaluation: if descriptive adequacy is the target, tests of structural ambiguity like 'pancakes or bacon and eggs' become more diagnostic than perplexity or accuracy scores.
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

3 major / 5 minor

Summary. This conceptual position paper argues that neural language models are compatible with, and indeed reinforce, Chomskyan generative linguistics in three ways: (1) LMs are formal generative models in the sense of Chomsky's formal language theory; (2) LMs can serve as discovery procedures in the sense of Syntactic Structures; and (3) LMs can contribute to the Minimalist Program's 'bottom-up' identification of what must be attributed to genetic endowment. The central sub-claim, developed in Section 3, is that LMs can in principle learn grammars and that some 'decidedly do so', thereby distinguishing string likelihood from derivational likelihood, which is equated with grammaticality. The paper is a position piece and contains no new experiments, derivations, or code.

Significance. If the central sub-claim could be made precise and empirically supported, the paper would provide a genuinely useful bridge between computational linguistics and generative linguistics. It is strongest where it connects Chomsky's levels of adequacy to the evaluation of LMs, and where it draws attention to grammar induction models as transparent, underused discovery procedures. The paper does not ship machine-checked proofs, reproducible code, or falsifiable quantitative predictions, so its contribution is conceptual rather than evidential. Those strengths are real, but the argument currently rests on an unformalized construct and on evidence that is not actually presented in the manuscript. As a research agenda the paper is promising; as a demonstration of compatibility it is not yet conclusive.

major comments (3)
  1. [Section 3] The load-bearing notion of 'derivational likelihood' is asserted but not formally defined. The text defines string likelihood as a Markov product over next-token distributions and says derivational likelihood is 'the probability that a string be derived given all relevant model weights and states' without the Markov assumption. For a standard autoregressive transformer there is no latent derivation or grammar variable in the inference computation: the sequential next-token distribution fully determines the string's probability, and the paper specifies no additional quantity that would count as 'derivational'. The paper concedes that extraction is not currently possible, but the deeper problem is that the quantity itself is left undefined for the model class that motivates the debate. Without a formal definition, the claim that LMs can distinguish grammaticality from string likelihood is unsupported.
  2. [Section 3] Even for grammar induction LMs, where a derivational likelihood is well-defined relative to an induced grammar, the paper does not validate that this quantity tracks grammaticality. A PCFG can assign low probability to rare but grammatical sentences and high probability to ungrammatical ones; the paper proposes no threshold, normalization, or calibration that would identify grammaticality. The sentence 'making a clear distinction between string likelihood and derivational likelihood, or grammaticality' conflates a model-internal score with a human linguistic judgment. The authors should either provide empirical evidence (for example, correlation with human acceptability judgments on minimal pairs) or explicitly mark the identification of derivational likelihood with grammaticality as a hypothesis to be tested.
  3. [Section 3] The empirical support for the claim that some LMs 'decidedly do' learn grammars is not presented in the manuscript. The only concrete demonstration cited is Portelance et al. (2024), a preprint by the first author; the paper provides no experimental details, no summary of results, and no independent confirmation. Because this claim is needed for the argument that grammar induction LMs already constitute successful discovery procedures, the manuscript should at minimum summarize the supporting evidence and its quality, or weaken the claim to a statement about what these models 'may' achieve.
minor comments (5)
  1. [Abstract] The abstract contains a typo: 'wonder about the the compatibility' should read 'wonder about the compatibility'.
  2. [Section 2] The phrase 'rules that transformed them into the output s(Chomsky, 1957, 1965)' appears to have a missing word or formatting error; it should likely be 'the output sentences (Chomsky, 1957, 1965)'.
  3. [Section 3] The sentence 'making derivational likelihood easily accessible, see Figure 4' likely refers to the wrong figure; Figure 4 depicts discovery/decision/evaluation procedures, while the comparison of transformer-based and grammar induction LMs is in Figure 6.
  4. [References] Several references contain formatting errors, notably 'The range of aadequacy' (Chomsky 1956b) and the author fields 'Feiman, R., Mody, S., Sanborn, S., & and, S. C.' and 'Liu, Z., & and, M. J.' in which author names appear to be missing.
  5. [Section 2] The 'cognitive duck test' is introduced as a framing device, but its role could be clarified: it is an analogy for levels of adequacy, not itself an argument or a methodological criterion.

Circularity Check

0 steps flagged · score 2.0 of 10

No definitional circularity in the three compatibility theses; one minor self-citation supports an empirical subclaim about acquisition modeling but is not load-bearing for the central argument.

full rationale

The paper's central claims are conceptual: (1) LMs are formal generative models under Chomsky's original formalization, (2) grammar induction LMs can serve as discovery procedures, and (3) LMs can aid the Minimalist Program. None of these claims is derived from a fitted parameter or an equation whose output is its input. The central bridge in Section 3 is the asserted existence of 'derivational likelihood' distinct from string likelihood; the paper defines this as the probability that a string is derived given all relevant model weights and states, but it concedes that for transformer LMs there is no clear way to extract it. This is an unvalidated premise rather than a circular step: the paper does not define grammaticality as model-internal derivational likelihood, and the claim that this quantity tracks grammaticality is an empirical or interpretive assertion, not a tautology. The only notable self-citation is Portelance, Reddy, and O'Donnell (2024), used to support the claim that grammar induction LMs 'have already been used' to model the acquisition process. That citation supports an empirical subclaim and is not the sole basis for the grammar-induction argument, which also cites independent work (Kim, Dyer, and Rush 2019; Drozdov et al. 2019; Zhu, Bisk, and Neubig 2020). The 'cognitive duck test' is introduced as the authors' own framing device, but it is not used as a premise that presupposes the conclusion; it merely restates the levels of adequacy. Overall, no prediction reduces to an input by construction, and the self-citation is minor rather than load-bearing.

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

No free parameters are present. The argument rests on four background assumptions: an interpretive reading of Chomsky's grammar definition, the existence and extractability of derivational likelihood, the representativeness of grammar induction LMs, and the applicability of adequacy levels to LMs. Two invented concepts are introduced: 'derivational likelihood' and the 'cognitive duck test'.

assumptions (4)
  • domain assumption LMs are formal generative models in Chomsky's original sense.
    The paper interprets Chomsky's definition of a grammar as any device that generates a language, and applies it to LMs. This is an interpretive premise about how to read the classical definitions, Section 2.
  • ad hoc to paper Derivational likelihood exists and is in-principle extractable from LMs.
    The paper defines derivational likelihood but admits there is no clear way to extract it from current transformer LMs, Section 3. This is a postulate specific to this paper's argument.
  • domain assumption Grammar induction LMs are representative of LMs and serve as discovery procedures.
    The paper presents grammar induction LMs as 'the best of both worlds' and cites Portelance et al. (2024) as evidence, Section 3. This assumes such models are a reliable class for the claim.
  • domain assumption Chomsky's three levels of adequacy apply to LMs as scientific models.
    The paper extends observational, descriptive, and explanatory adequacy to LMs, Section 2. This is a background assumption about how to evaluate computational models of language.
invented entities (2)
  • Derivational likelihood
    purpose: To distinguish grammaticality from string probability in LMs.
    Introduced in Section 3 as the probability of a string given all relevant model weights and states, but with no current method of extraction and no falsifiable prediction.
  • Cognitive duck test
    purpose: To illustrate the three levels of adequacy using the metaphor of a mechanical duck.
    Defined in Section 2 by the authors as a heuristic; it has no empirical content.

how reviews work

0 comments
Cite this review

Pith. "Pith review of On the Compatibility of Generative AI and Generative Linguistics." pith.science (2026). https://pith.science/paper/WBFVYOOO

@misc{pith2026241110533,
  author       = {Pith},
  title        = {Pith review of: On the Compatibility of Generative AI and Generative Linguistics},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WBFVYOOO}},
  note         = {Machine review of arXiv:2411.10533}
}
read the original abstract

In mid-20th century, the linguist Noam Chomsky established generative linguistics, and made significant contributions to linguistics, computer science, and cognitive science by developing the computational and philosophical foundations for a theory that defined language as a formal system, instantiated in human minds or artificial machines. These developments in turn ushered a wave of research on symbolic Artificial Intelligence (AI). More recently, a new wave of non-symbolic AI has emerged with neural Language Models (LMs) that exhibit impressive linguistic performance, leading many to question the older approach and wonder about the the compatibility of generative AI and generative linguistics. In this paper, we argue that generative AI is compatible with generative linguistics and reinforces its basic tenets in at least three ways. First, we argue that LMs are formal generative models as intended originally in Chomsky's work on formal language theory. Second, LMs can help develop a program for discovery procedures as defined by Chomsky's "Syntactic Structures". Third, LMs can be a major asset for Chomsky's minimalist approach to Universal Grammar and language acquisition. In turn, generative linguistics can provide the foundation for evaluating and improving LMs as well as other generative computational models of language.

Figures

Figures reproduced from arXiv: 2411.10533 by the authors.

Figure 1
Figure 1. Example of a simple context-free generative grammar and derived sentence, based on a corpus [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Chomsky-Schützenberger hierarchy Networks (RNNs), Transformer-based LMs, and versions augmented with classical stack or tape memory such as stack-RNN and tape-RNN. They grouped their language recognition tasks based on the Chomsky￾Schützenberger hierarchy to test whether different neural architectures are able to generalize to out-of distri￾bution inputs. They showed that RNNs and Transformers models fail to general… view at source ↗
Figure 3
Figure 3. The structural ambiguity in the phrase “pancakes or bacon and eggs" captured by a context free [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Procedures for linguistic theory development. Inspired by the original figure from [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: The relative positions of both linguistic and neural network based generative theories of language [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: The differences between transformer-based LMs and grammar induction LMs in terms of their [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

89 extracted references · 64 canonical work pages

  1. [1]

    APACrefauthors \ 1968 10

    Aho1968 APACrefauthors Aho, A V. APACrefauthors \ 1968 10 . Indexed Grammars—An Extension of Context-Free Grammars Indexed grammars—an extension of context-free grammars . J. ACM 15 4 647–671 . APACrefURL https://doi.org/10.1145/321479.321488 APACrefURL APACrefDOI doi:10.1145/321479.321488 APACrefDOI

  2. [2]

    , Alshammari, S

    alhamoudEtal2025 APACrefauthors Alhamoud, K. , Alshammari, S. , Tian, Y. , Li, G. , Torr, P. , Kim, Y. \ Ghassemi, M. APACrefauthors \ 2025 . Vision-Language Models Do Not Understand Negation. Vision-language models do not understand negation. APACrefURL https://arxiv.org/abs/2501.09425 APACrefURL

  3. [3]

    , Gaifman, C

    BarHillel1964 APACrefauthors Bar-Hillel, Y. , Gaifman, C. \ Shamir, E. APACrefauthors \ 1964 . Language and Information Language and information . ( \ On categorial and phrase structure grammars). Addison-Wesley, Reading, MA

  4. [4]

    APACrefauthors \ 2022

    baroni2022proper APACrefauthors Baroni, M. APACrefauthors \ 2022 . On the proper role of linguistically oriented deep net analysis in linguistic theorising On the proper role of linguistically oriented deep net analysis in linguistic theorising . Algebraic structures in natural language Algebraic structures in natural language \ ( \ 1--16). CRC Press

  5. [5]

    , Gebru, T

    bender2021dangers APACrefauthors Bender, E M. , Gebru, T. , McMillan-Major, A. \ Shmitchell, S. APACrefauthors \ 2021 . On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency . Proceeding...

  6. [6]

    \ Chomsky, N

    berwick2016only APACrefauthors Berwick, R C. \ Chomsky, N. APACrefauthors \ 2016 . Why only us: Language and evolution Why only us: Language and evolution . MIT press

  7. [7]

    APACrefauthors \ 1953

    chomsky1953systems APACrefauthors Chomsky, N. APACrefauthors \ 1953 . Systems of syntactic analysis Systems of syntactic analysis . Journal of Symbolic Logic 18 242--265

  8. [8]

    APACrefauthors \ 1956 1

    Chomsky1956MITreportFSAs APACrefauthors Chomsky, N. APACrefauthors \ 1956 1 . On The Limits Of Finite-State Description On the limits of finite-state description \ . MIT RLE Quarterly Progress Report . APACrefURL https://dspace.mit.edu/bitstream/handle/1721.1/51970/RLE_QPR_042_XIII.pdf?sequence=1 APACrefURL

Show all 89 references
  1. [9]

    APACrefauthors \ 1956 2

    Chomsky1956MITreportAdequacy APACrefauthors Chomsky, N. APACrefauthors \ 1956 2 . The Range of Aadequacy of Various Types of Grammars The range of aadequacy of various types of grammars \ . MIT RLE Quarterly Progress Report . APACrefURL https://dspace.mit.edu/bitstream/handle/...

  2. [10]

    APACrefauthors \ 1956 3

    chomsky1956threeModels APACrefauthors Chomsky, N. APACrefauthors \ 1956 3 . Three models for the description of language Three models for the description of language . IRE Transactions on Information Theory 2 3 113--124

  3. [11]

    APACrefauthors \ 1957

    chomsky1957ss APACrefauthors Chomsky, N. APACrefauthors \ 1957 . Syntactic Structures Syntactic structures . Berlin, Boston De Gruyter Mouton

  4. [12]

    APACrefauthors \ 1958

    Chomsky1958MITreportPSGs APACrefauthors Chomsky, N. APACrefauthors \ 1958 . Some properties of phrase structure grammars Some properties of phrase structure grammars \ . MIT RLE Quarterly Progress Report . APACrefURL https://dspace.mit.edu/bitstream/handle/1721.1/51946/RLE_QPR...

  5. [13]

    APACrefauthors \ 1959

    chomsky1959formal APACrefauthors Chomsky, N. APACrefauthors \ 1959 . On certain formal properties of grammars On certain formal properties of grammars . Information and Control 2 2 137-167 . APACrefURL https://www.sciencedirect.com/science/article/pii/S0019995859903626 APACref...

  6. [14]

    APACrefauthors \ 1962

    Chomsky1962MITreportCFGs APACrefauthors Chomsky, N. APACrefauthors \ 1962 . Context-Free Grammars and Pushdown Storage Context-free grammars and pushdown storage \ . MIT RLE Quarterly Progress Report

  7. [15]

    APACrefauthors \ 1963

    Chomsky1963FormalGrammars APACrefauthors Chomsky, N. APACrefauthors \ 1963 . Formal Properties of Language Formal properties of language . R. Lace, R R. Bush \ E. Galanter\ ( ), Handbook of Mathematical Psychology Handbook of mathematical psychology \ ( 2). John Wiley & Sons

  8. [16]

    APACrefauthors \ 1964

    Chomsky1964CurrentIssues APACrefauthors Chomsky, N. APACrefauthors \ 1964 . Current Issues in Linguistic Theory Current issues in linguistic theory . Mouton & Co

  9. [17]

    APACrefauthors \ 1965

    chomsky1965aspects APACrefauthors Chomsky, N. APACrefauthors \ 1965 . Aspects of the Theory of Syntax Aspects of the theory of syntax . MIT press

  10. [18]

    APACrefauthors \ 1966

    Chomsky1966Cartesian APACrefauthors Chomsky, N. APACrefauthors \ 1966 . Cartesian Linguistics: A Chapter in the History of Rationalist Thought Cartesian linguistics: A chapter in the history of rationalist thought . New York and London Cambridge University Press

  11. [19]

    APACrefauthors \ 1967

    Chomsky1967innateIdeas APACrefauthors Chomsky, N. APACrefauthors \ 1967 . Recent Contributions to the Theory of Innate Ideas: Summary of Oral Presentation Recent contributions to the theory of innate ideas: Summary of oral presentation . Synthese 17 1 2--11 . APACrefURL [ 2024...

  12. [20]

    APACrefauthors \ 1975

    chomsky1975lslt APACrefauthors Chomsky, N. APACrefauthors \ 1975 . The Logical Structure of Linguistic Theory The logical structure of linguistic theory . Plenum

  13. [21]

    APACrefauthors \ 1980

    Chomsky1980 APACrefauthors Chomsky, N. APACrefauthors \ 1980 . Principles and parameters in syntactic theory Principles and parameters in syntactic theory . N. Hornstein\ D. Lightfoot\ ( ), Explanation in linguistics : The logical problem of language acquisition Explanation in...

  14. [22]

    APACrefauthors \ 1981

    Chomsky1981 APACrefauthors Chomsky, N. APACrefauthors \ 1981 . Lectures on Government and Binding: The Pisa Lectures Lectures on government and binding: The pisa lectures . Berlin, New York Foris Publications

  15. [23]

    APACrefauthors \ 1995

    chomsky1995minimalist APACrefauthors Chomsky, N. APACrefauthors \ 1995 . The minimalist program The minimalist program . MIT press

  16. [24]

    APACrefauthors \ 2001

    chomsky2001minimalist APACrefauthors Chomsky, N. APACrefauthors \ 2001 . The minimalist program The minimalist program . MIT press

  17. [25]

    APACrefauthors \ 2005 01

    Chomsky2005 APACrefauthors Chomsky, N. APACrefauthors \ 2005 01 . Three Factors in Language Design Three factors in language design . Linguistic Inquiry 36 1 1-22 . APACrefURL https://doi.org/10.1162/0024389052993655 APACrefURL APACrefDOI doi:10.1162/0024389052993655 APACrefDOI

  18. [26]

    APACrefauthors \ 2007

    Chomsky2007 APACrefauthors Chomsky, N. APACrefauthors \ 2007 . Approaching UG from below Approaching ug from below . U. Sauerland\ H M. Gärtner\ ( ), In Interfaces + Recursion = Language? Chomsky’s minimalism and the view from syntax-semantics. In interfaces + recursion = lang...

  19. [27]

    \ Miller, G

    ChomskyMiller1963MathHandbook APACrefauthors Chomsky, N. \ Miller, G. APACrefauthors \ 1963 . Introduction to the Formal Analysis of Natural Languages Introduction to the formal analysis of natural languages . R D. Luce, R. Bush \ E. Galanter\ ( ), Handbook of Mathematical Psy...

  20. [28]

    \ Miller, G A

    ChomskyMiller1958 APACrefauthors Chomsky, N. \ Miller, G A. APACrefauthors \ 1958 . Finite state languages Finite state languages . Information and Control 1 2 91-112 . APACrefURL https://www.sciencedirect.com/science/article/pii/S0019995858900822 APACrefURL APACrefDOI doi:htt...

  21. [29]

    , Roberts, I

    chomsky2023noam APACrefauthors Chomsky, N. , Roberts, I. \ Watumull, J. APACrefauthors \ 2023 . Noam chomsky: The false promise of chatgpt Noam chomsky: The false promise of chatgpt . The New York Times 8

  22. [30]

    \ Sch \"u tzenberger, M P

    chomsky1959algebraic APACrefauthors Chomsky, N. \ Sch \"u tzenberger, M P. APACrefauthors \ 1959 . The algebraic theory of context-free languages The algebraic theory of context-free languages . Studies in Logic and the Foundations of Mathematics Studies in logic and the found...

  23. [31]

    \ Schützenberger, M

    ChomskySchutzenberger1963 APACrefauthors Chomsky, N. \ Schützenberger, M. APACrefauthors \ 1963 . The Algebraic Theory of Context-Free Languages The algebraic theory of context-free languages . P. Braffort\ D. Hirschberg\ ( ), Computer Programming and Formal Systems Computer p...

  24. [32]

    , Seely, T D

    ChomskyEtal2023 APACrefauthors Chomsky, N. , Seely, T D. , Berwick, R C. , Fong, S. , Huybregts, M A C. , Kitahara, H. Sugimoto, Y. APACrefauthors \ 2023 . Merge and the Strong Minimalist Thesis Merge and the strong minimalist thesis . Cambridge University Press

  25. [33]

    \ Schilperoord, J

    cohn2024multimodal APACrefauthors Cohn, N. \ Schilperoord, J. APACrefauthors \ 2024 . A Multimodal Language Faculty: A Cognitive Framework for Human Communication A multimodal language faculty: A cognitive framework for human communication . Bloomsbury Publishing

  26. [34]

    \ Dautriche, I

    DeCarvalhoEtal2025 APACrefauthors de Carvalho , A. \ Dautriche, I. APACrefauthors \ 2025 . 20-month-olds can use negative evidence while learning word meanings 20-month-olds can use negative evidence while learning word meanings . Cognition 262 106171 . APACrefURL https://www....

  27. [35]

    , Ruoss, A

    deletang2023 APACrefauthors Deletang, G. , Ruoss, A. , Grau-Moya, J. , Genewein, T. , Wenliang, L K. , Catt, E. Ortega, P A. APACrefauthors \ 2023 . Neural Networks and the Chomsky Hierarchy Neural networks and the chomsky hierarchy . The Eleventh International Conference on L...

  28. [36]

    , Chang, M W

    devlin-etal-2019-bert APACrefauthors Devlin, J. , Chang, M W. , Lee, K. \ Toutanova, K. APACrefauthors \ 2019 . BERT : Pre-training of Deep Bidirectional Transformers for Language Understanding BERT : Pre-training of deep bidirectional transformers for language understanding ....

  29. [37]

    , Kouwenhoven, T

    dijk2023large APACrefauthors Dijk, B V. , Kouwenhoven, T. , Spruit, M. \ van Duijn, M J. APACrefauthors \ 2023 . Large Language Models: The Need for Nuance in Current Debates and a Pragmatic Perspective on Understanding Large language models: The need for nuance in current deb...

  30. [38]

    APACrefauthors \ 2019

    dressman2019multimodality APACrefauthors Dressman, M. APACrefauthors \ 2019 . Multimodality and Language Learning Multimodality and language learning . The Handbook of Informal Language Learning The handbook of informal language learning \ ( 39-55). John Wiley & Sons . APACref...

  31. [39]

    , Verga, P

    drozdov-etal-2019-unsupervised-latent APACrefauthors Drozdov, A. , Verga, P. , Yadav, M. , Iyyer, M. \ McCallum, A. APACrefauthors \ 2019 . Unsupervised Latent Tree Induction with Deep Inside-Outside Recursive Auto-Encoders Unsupervised latent tree induction with deep inside-o...

  32. [40]

    No” and “Not

    FeimanEtal2017 APACrefauthors Feiman, R. , Mody, S. , Sanborn, S. \ and, S C. APACrefauthors \ 2017 . What Do You Mean, No? Toddlers’ Comprehension of Logical “No” and “Not” What do you mean, no? toddlers’ comprehension of logical “no” and “not” . Language Learning and Develop...

  33. [41]

    APACrefauthors \ 2023

    Frank2023gap APACrefauthors Frank, M C. APACrefauthors \ 2023 . Bridging the data gap between children and large language models Bridging the data gap between children and large language models . Trends in Cognitive Sciences 27 11 990-992 . APACrefURL https://www.sciencedirect...

  34. [42]

    \ Mahowald, K

    futrellMahowald2025 APACrefauthors Futrell, R. \ Mahowald, K. APACrefauthors \ 2025 . How Linguistics Learned to Stop Worrying and Love the Language Models. How linguistics learned to stop worrying and love the language models. APACrefURL https://arxiv.org/abs/2501.17047 APACrefURL

  35. [43]

    APACrefauthors \ 1988

    Gazdar1988 APACrefauthors Gazdar, G. APACrefauthors \ 1988 . Applicability of Indexed Grammars to Natural Languages Applicability of indexed grammars to natural languages . U. Reyle\ C. Rohrer\ ( ), Natural Language Parsing and Linguistic Theories Natural language parsing and ...

  36. [44]

    , Klein, E

    GazdarEtal1985 APACrefauthors Gazdar, G. , Klein, E. , Pullum, G K. \ Sag, I A. APACrefauthors \ 1985 . Generalized Phrase Structure Grammars Generalized phrase structure grammars . Blackwell Publishing, Oxford

  37. [45]

    \ Wexler, K

    GibsonWexler1994 APACrefauthors Gibson, E. \ Wexler, K. APACrefauthors \ 1994 . Triggers Triggers . Linguistic inquiry 25 3 407--454

  38. [46]

    APACrefauthors \ 1967

    gold1967language APACrefauthors Gold, E M. APACrefauthors \ 1967 . Language identification in the limit Language identification in the limit . Information and control 10 5 447--474

  39. [47]

    \ Wexler, K

    HamburgerWexler1975 APACrefauthors Hamburger, H. \ Wexler, K. APACrefauthors \ 1975 . A mathematical theory of learning transformational grammar A mathematical theory of learning transformational grammar . Journal of Mathematical Psychology 12 2 137-177 . APACrefURL https://ww...

  40. [48]

    \ Wexler, K N

    HamburgerWexler1973 APACrefauthors Hamburger, H. \ Wexler, K N. APACrefauthors \ 1973 . Identifiability of a Class of Transformational Grammars Identifiability of a class of transformational grammars . K J J. Hintikka, J M E. Moravcsik \ P. Suppes\ ( ), Approaches to Natural L...

  41. [49]

    APACrefauthors \ 1951

    harris1951methods APACrefauthors Harris, Z S. APACrefauthors \ 1951 . Methods in structural linguistics. Methods in structural linguistics. University of Chicago Press

  42. [50]

    , Chomsky, N

    HauserChomskyFitch2002 APACrefauthors Hauser, M D. , Chomsky, N. \ Fitch, W T. APACrefauthors \ 2002 . The Faculty of Language: What Is It, Who Has It, and How Did It Evolve? The faculty of language: What is it, who has it, and how did it evolve? Science 298 5598 1569-1579 . A...

  43. [51]

    \ Manning, C D

    hewitt2019structural APACrefauthors Hewitt, J. \ Manning, C D. APACrefauthors \ 2019 . A structural probe for finding syntax in word representations A structural probe for finding syntax in word representations . Proceedings of the 2019 Conference of the North American Chapter...

  44. [52]

    u tzenberger hierarchy Calibrating generative models: The probabilistic chomsky--sch \

    icard2020calibrating APACrefauthors Icard, T F. APACrefauthors \ 2020 . Calibrating generative models: The probabilistic Chomsky--Sch \"u tzenberger hierarchy Calibrating generative models: The probabilistic chomsky--sch \"u tzenberger hierarchy . Journal of Mathematical Psych...

  45. [53]

    \ Schuler, W

    jin-schuler-2020-grounded APACrefauthors Jin, L. \ Schuler, W. APACrefauthors \ 2020 12 . Grounded PCFG Induction with Images Grounded PCFG induction with images . Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics an...

  46. [54]

    , Levy, L S

    JoshiEtal1975 APACrefauthors Joshi, A K. , Levy, L S. \ Takahashi, M. APACrefauthors \ 1975 . Tree adjunct grammars Tree adjunct grammars . Journal of Computer and System Sciences 10 1 136-163 . APACrefURL https://www.sciencedirect.com/science/article/pii/S0022000075800195 APA...

  47. [55]

    , Vijay-Shanker, K

    JoshiEtal1991 APACrefauthors Joshi, A K. , Vijay-Shanker, K. \ Weir, D J. APACrefauthors \ 1991 . The convergence of mildly contextsensitive grammar formalisms The convergence of mildly contextsensitive grammar formalisms . P. Sells, S M. Shieber \ T. Wasow\ ( ), Foundational ...

  48. [56]

    APACrefauthors \ 2023

    katzir2023large APACrefauthors Katzir, R. APACrefauthors \ 2023 . Why large language models are poor theories of human linguistic cognition: A reply to Piantadosi Why large language models are poor theories of human linguistic cognition: A reply to piantadosi . Biolinguistics ...

  49. [57]

    , Dyer, C

    kim-etal-2019-compound APACrefauthors Kim, Y. , Dyer, C. \ Rush, A. APACrefauthors \ 2019 . Compound Probabilistic Context-Free Grammars for Grammar Induction Compound probabilistic context-free grammars for grammar induction . A. Korhonen, D. Traum \ L. M \`a rquez\ ( ), Proc...

  50. [58]

    , Payne, S

    kodner2023linguistics APACrefauthors Kodner, J. , Payne, S. \ Heinz, J. APACrefauthors \ 2023 . Why linguistics will thrive in the 21st century: A reply to Piantadosi (2023) Why linguistics will thrive in the 21st century: A reply to piantadosi (2023) . arXiv preprint arXiv:2308.03228

  51. [59]

    APACrefauthors \ 2024

    lappin2024assessing APACrefauthors Lappin, S. APACrefauthors \ 2024 . Assessing the strengths and weaknesses of Large Language Models Assessing the strengths and weaknesses of large language models . Journal of Logic, Language and Information 33 1 9--20

  52. [60]

    \ and, M J

    LiuJasbi2025 APACrefauthors Liu, Z. \ and, M J. APACrefauthors \ 2025 . The development of English negative constructions and communicative functions The development of english negative constructions and communicative functions . Language Learning and Development 0 0 1--35 . A...

  53. [61]

    , Ivanova, A A

    mahowald2023dissociating APACrefauthors Mahowald, K. , Ivanova, A A. , Blank, I A. , Kanwisher, N. , Tenenbaum, J B. \ Fedorenko, E. APACrefauthors \ 2024 . Dissociating language and thought in large language models Dissociating language and thought in large language models . ...

  54. [62]

    , Chomsky, N

    marcolliChomskyBerwick2025 APACrefauthors Marcolli, M. , Chomsky, N. \ Berwick, R. APACrefauthors \ 2025 . Mathematical Structure of Syntactic Merge: An Algebraic Model for Generative Linguistics Mathematical structure of syntactic merge: An algebraic model for generative ling...

  55. [63]

    APACrefauthors \ 2022 August

    markus2022deep APACrefauthors Marcus, G. APACrefauthors \ 2022 August . Deep learning alone isn’t getting us to human-like AI Deep learning alone isn’t getting us to human-like AI . Noema 112022 . APACrefURL https://www.noemamag.com/deep-learning-alone-isnt-getting-us-to-human...

  56. [64]

    APACrefauthors \ 2001

    Michaelis2001 APACrefauthors Michaelis, J. APACrefauthors \ 2001 . Derivational Minimalism Is Mildly Context--Sensitive Derivational minimalism is mildly context--sensitive . M. Moortgat\ ( ), Logical Aspects of Computational Linguistics Logical aspects of computational lingui...

  57. [65]

    , de Jongh, D

    osherson1997formal APACrefauthors Osherson, D. , de Jongh, D. , Martin, E. \ Weinstein, S. APACrefauthors \ 1997 . Formal learning theory Formal learning theory . Handbook of logic and language Handbook of logic and language \ ( \ 737--775). Elsevier

  58. [66]

    , Stob, M

    oshersonEtal1990 APACrefauthors Osherson, D N. , Stob, M. \ Weinstein, S. APACrefauthors \ 1990 . Fundamentals of Learning Theory Fundamentals of learning theory . Systems That Learn: An Introduction to Learning Theory for Cognitive and Computer Scientists Systems that learn: ...

  59. [67]

    \ Weinstein, S

    Osherson1984 APACrefauthors Osherson, D N. \ Weinstein, S. APACrefauthors \ 1984 . Formal Learning Theory Formal learning theory . M S. Gazzaniga\ ( ), Handbook of Cognitive Neuroscience Handbook of cognitive neuroscience \ ( \ 275--292). Boston, MA Springer US . APACrefURL ht...

  60. [68]

    APACrefauthors \ 2019

    pater2019generative APACrefauthors Pater, J. APACrefauthors \ 2019 . Generative linguistics and neural networks at 60: Foundation, friction, and fusion Generative linguistics and neural networks at 60: Foundation, friction, and fusion . Language 95 1 e41--e74

  61. [69]

    APACrefauthors \ 2018

    perniss2018we APACrefauthors Perniss, P. APACrefauthors \ 2018 . Why we should study multimodal language Why we should study multimodal language . Frontiers in psychology 9 1109

  62. [70]

    \ Ritchie, R

    PetersRitchie1973 APACrefauthors Peters, P. \ Ritchie, R. APACrefauthors \ 1973 . On the generative power of transformational grammars On the generative power of transformational grammars . Information Sciences 6 49-83 . APACrefURL https://www.sciencedirect.com/science/article...

  63. [71]

    APACrefauthors \ 2023

    piantadosi2023modern APACrefauthors Piantadosi, S. APACrefauthors \ 2023 . Modern language models refute Chomsky’s approach to language Modern language models refute chomsky’s approach to language . Lingbuzz Preprint: 7180 . APACrefURL https://lingbuzz.net/lingbuzz/007180 APACrefURL

  64. [72]

    , Reddy, S

    portelance2024reframing APACrefauthors Portelance, E. , Reddy, S. \ O'Donnell, T J. APACrefauthors \ 2024 . Reframing linguistic bootstrapping as joint inference using visually-grounded grammar induction models Reframing linguistic bootstrapping as joint inference using visual...

  65. [73]

    APACrefauthors \ 2018

    potts2018case APACrefauthors Potts, C. APACrefauthors \ 2018 . A case for deep learning in semantics A case for deep learning in semantics . arXiv preprint:1809.03068

  66. [74]

    radford2019language APACrefauthors Radford, A. , Wu, J. , Child, R. , Luan, D. , Amodei, D. \ Sutskever, I. APACrefauthors \ 2019 . Language Models are Unsupervised Multitask Learners. Language models are unsupervised multitask learners. APACrefURL https://cdn.openai.com/bette...

  67. [75]

    \ Cline, A K

    RichCline2014 APACrefauthors Rich, E. \ Cline, A K. APACrefauthors \ 2014 . Reasoning: An Introduction to Logic, Sets, and Functions Reasoning: An introduction to logic, sets, and functions . APACrefURL https://www.cs.utexas.edu/ dnp/frege/subsection-178.html APACrefURL

  68. [76]

    APACrefauthors \ 2003

    riskin2003defecating APACrefauthors Riskin, J. APACrefauthors \ 2003 . The defecating duck, or, the ambiguous origins of artificial life The defecating duck, or, the ambiguous origins of artificial life . Critical inquiry 29 4 599--633

  69. [77]

    \ Fodor, J D

    sakasFodor2012 APACrefauthors Sakas, W G. \ Fodor, J D. APACrefauthors \ 2012 . Disambiguating syntactic triggers Disambiguating syntactic triggers . Language Acquisition 19 2 83--143

  70. [78]

    APACrefauthors \ 1951

    shannon1951prediction APACrefauthors Shannon, C E. APACrefauthors \ 1951 . Prediction and entropy of printed English Prediction and entropy of printed english . Bell system technical journal 30 1 50--64

  71. [79]

    , Mao, J

    shi-etal-2019-visually APACrefauthors Shi, H. , Mao, J. , Gimpel, K. \ Livescu, K. APACrefauthors \ 2019 . Visually Grounded Neural Syntax Acquisition Visually grounded neural syntax acquisition . Proceedings of the 57th Annual Meeting of the Association for Computational Ling...

  72. [80]

    , Rastogi, A

    srivastava2023beyond APACrefauthors Srivastava, A. , Rastogi, A. , Rao, A. , Shoeb, A A M. , Abid, A. , Fisch, A. Wu, Z. APACrefauthors \ 2023 . Beyond the Imitation Game: Quantifying and extrapolating the capabilities of language models Beyond the imitation game: Quantifying ...

  73. [81]

    APACrefauthors \ 2011 03

    Stabler2011 APACrefauthors Stabler, E P. APACrefauthors \ 2011 03 . 617 Computational Perspectives on Minimalism 617 computational perspectives on minimalism . The Oxford Handbook of Linguistic Minimalism. The oxford handbook of linguistic minimalism. Oxford University Press ....

  74. [82]

    \ Trautwein, M

    TorenvelietTrautwein1995 APACrefauthors Torenvliet, L. \ Trautwein, M. APACrefauthors \ 1995 . A note on the complexity of restricted attribute-value grammars A note on the complexity of restricted attribute-value grammars . M. Moll\ A. Nijholt\ ( ), In Proceedings of Computat...

  75. [83]

    , Baldwin, T

    truong-etal-2023 APACrefauthors Truong, T H. , Baldwin, T. , Verspoor, K. \ Cohn, T. APACrefauthors \ 2023 07 . Language models are not naysayers: an analysis of language models on negation benchmarks Language models are not naysayers: an analysis of language models on negatio...

  76. [84]

    , Han, W

    wan2022unsupervised APACrefauthors Wan, B. , Han, W. , Zheng, Z. \ Tuytelaars, T. APACrefauthors \ 2022 . Unsupervised Vision-Language Grammar Induction with Shared Structure Modeling Unsupervised vision-language grammar induction with shared structure modeling . International...

  77. [85]

    \ Hamburger, H

    WexlerHamburger1973 APACrefauthors Wexler, K N. \ Hamburger, H. APACrefauthors \ 1973 . On the Insufficiency of Surface Data for the Learning of Transformational Languages On the insufficiency of surface data for the learning of transformational languages . K J J. Hintikka, J ...

  78. [86]

    APACrefauthors \ 1999

    Yang1999 APACrefauthors Yang, C. APACrefauthors \ 1999 . A selectionist theory of language acquisition A selectionist theory of language acquisition . Proceedings of the 37th Annual Meeting of the Association for Computational Linguistics on Computational Linguistics Proceedin...

  79. [87]

    APACrefauthors \ 2000

    Yang2000 APACrefauthors Yang, C. APACrefauthors \ 2000 . \ Knowledge and Learning in Natural Language Knowledge and learning in natural language \ . \ MIT

  80. [88]

    \ Titov, I

    zhao-titov-2020-visually APACrefauthors Zhao, Y. \ Titov, I. APACrefauthors \ 2020 . Visually Grounded Compound PCFG s Visually grounded compound PCFG s . Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP) Proceedings of the 2020 con...

  81. [89]

    , Bisk, Y

    zhu-etal-2020-return APACrefauthors Zhu, H. , Bisk, Y. \ Neubig, G. APACrefauthors \ 2020 . The Return of Lexical Dependencies: Neural Lexicalized PCFG s The return of lexical dependencies: Neural lexicalized PCFG s . Transactions of the Association for Computational Linguisti...

Pith tools

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