Modelspublished

GPT-BERT Beats Llama 2 70B on One Grammar Test With 100 Million Words

The narrow result does not make child-scale models competitive with frontier chatbots. It does show that massive pretraining corpora do not settle every language-learning test.

By 3 min read
GPT-BERT Beats Llama 2 70B on One Grammar Test With 100 Million Words

Listen to this story

The audio brief

About 1:42
0:001:42
Read transcript
A model trained on about 100 million words beat Meta’s Llama 2 70B on one grammar benchmark, even though Llama 2 used roughly 15,000 times more pretraining data. The smaller system, GPT-BERT, won the 2024 BabyLM competition, but the result is much narrower than the headline suggests. BabyLM is built around a basic puzzle: toddlers often begin producing grammatical sentences after hearing around 10 million words, while a linguistically rich preteen may have heard about 100 million. The competition therefore limits training data to developmentally plausible amounts, drawn from storybooks, dialogue, subtitles, Wikipedia, and transcripts of speech directed at children. The benchmark is not a general intelligence test. Models receive grammatical and ungrammatical sequences, and researchers measure surprisal—how unexpected each sequence is to the model. GPT-BERT combines next-token prediction with masked-language modeling, which means it also learns to fill in missing parts of a sentence. That distinction matters. Many BabyLM models cannot generate text, and GPT-BERT is described as clunky beside modern commercial systems. These models also learn from text alone, unlike children, who learn through hearing, vision, and other sensory input. Curriculum learning, another popular approach, performed below organizers’ expectations. The broader question is whether language systems can become more data-efficient, perhaps helping minority-language tools or future video-trained AI. But for now, the key constraint is clear: one grammar score does not settle how language is learned, or whether less data can produce broadly capable systems.

Story brief

3 key points

The 2024 BabyLM competition produced a striking efficiency result: GPT-BERT, trained on roughly 100 million words, beat Meta’s Llama 2 70B on a single grammar benchmark, despite Llama 2 using about 15,000 times more data. The result could inform efforts to reduce training data requirements, support minority-language systems, and test theories of language acquisition. It does not establish broad capability parity:...

  1. 01

    GPT-BERT combined next-token prediction with masked-language modeling rather than using a standard generative setup.

  2. 02

    BabyLM’s corpus includes storybooks, dialogue, subtitles, Wikipedia, and child-directed speech transcripts.

  3. 03

    Curriculum learning was popular among entrants but performed below organizers’ expectations.

Language models were built on the premise that enormous text corpora can produce fluent systems. BabyLM’s 2024 result complicates that story: GPT-BERT, pretrained on about 100 million words, beat Meta’s Llama 2 70B on one grammar benchmark despite the larger model having roughly 15,000 times more pretraining data. The result is a data-efficiency signal, not evidence that small models match commercial systems or children.

The contest targets a striking mismatch in language learning. Toddlers typically begin producing grammatically correct sentences after hearing about 10 million words, with estimates as high as 30 million. A linguistically rich preteen may have heard about 100 million words; with literacy, cumulative exposure could reach roughly 300 million by age 20.

BabyLM asks teams to train models on developmentally plausible corpora of 100 million words, or 10 million in its toddler-scale track. The data draws from storybooks, dialogue, subtitles, two forms of Wikipedia, and transcripts of speech directed at children. Its tests adapt human psycholinguistics: models receive grammatical and ungrammatical sequences, and surprisal measures how unexpected each sequence is to the model.

GPT-BERT is a transformer trained partly to predict the next token and partly as a masked language model that fills gaps in token sequences. Its setup differs sharply from a child’s: BabyLM systems learn from written text, while children take in the world through their senses, especially vision and hearing.

What the score leaves open

  • It does not show broad capability parity. Many BabyLM models cannot generate text, and the source describes GPT-BERT as clunky beside modern commercial models.
  • It does not confirm that a baby-like training sequence is best. Curriculum learning, which moves from simple inputs to more complex ones, was the most popular first-round approach but performed less well than organizers expected.

For the past decade, language models have largely improved by scaling up. Meta’s Llama 3.1 was pretrained on 15 trillion tokens, and Georgetown cognitive scientist Ethan Gotlieb Wilcox estimates that frontier systems could be using 10 times more data. Researchers hope more efficient learning could help train AI on video and support chatbots for minority language communities.

BabyLM is also a way to test theories of how people acquire language. Researchers still disagree over the roles of innate grammatical knowledge, experience, and universal constraints on what languages can be learned. Testing such hypotheses in machine models could help address those questions, but the competition’s current result is one benchmark outcome rather than a resolution of that debate.

Sources

  1. technologyreview.comKids outlearn AI—and we still don’t know why