paper-with-me

홈 › Papers

TinyStories: How Small Can Language Models Be and Still Speak Coherent English?

2023-05-12 · Ronen Eldan, Yuanzhi Li

Language models (LMs) are powerful tools for natural language processing, but they often struggle to produce coherent and fluent text when they are small. Models with around 125M parameters such as GPT-Neo (small) or GPT-2 (small) can rarely generate coherent and consistent English text beyond a few words even after extensive training. This raises the question of whether the emergence of the ability to produce coherent English text only occurs at larger scales (with hundreds of millions of parameters or more) and complex architectures (with many layers of global attention). In this work, we introduce TinyStories, a synthetic dataset of short stories that only contain words that a typical 3 to 4-year-olds usually understand, generated by GPT-3.5 and GPT-4. We show that TinyStories can be used to train and evaluate LMs that are much smaller than the state-of-the-art models (below 10 million total parameters), or have much simpler architectures (with only one transformer block), yet still produce fluent and consistent stories with several paragraphs that are diverse and have almost perfect grammar, and demonstrate reasoning capabilities. We also introduce a new paradigm for the evaluation of language models: We suggest a framework which uses GPT-4 to grade the content generated by these models as if those were stories written by students and graded by a (human) teacher. This new paradigm overcomes the flaws of standard benchmarks which often requires the model's output to be very structures, and moreover provides a multidimensional score for the model, providing scores for different capabilities such as grammar, creativity and consistency. We hope that TinyStories can facilitate the development, analysis and research of LMs, especially for low-resource or specialized domains, and shed light on the emergence of language capabilities in LMs.

📄 PDF Abstract BibTeX arXiv:2305.07759

Code (8)

cg80499/kan-gpt-2 jax
danbraunai/simple_stories_train jax
lennart-finke/simple_stories_generate
noanabeshima/tinymodel pytorch
phixion/phixion pytorch
sri9s/tinystories-language-models pytorch
vizuaraai/tiny-stories-regional pytorch
zhaoolee/garss pytorch

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Multilingual TinyStories: A Synthetic Combinatorial Corpus of Indic Children's Stories for Training Small Language Models

2026-03-15 · Deepon Halder, Angira Mukherjee arxiv

The development of robust language models for low-resource languages is frequently bottlenecked by the scarcity of high-quality, coherent, and domain-appropriate training corpora. In this paper, we introduce the Multilin…

Prompt EngineeringTransfer Learning

Readability $\ne$ Learnability: Rethinking the Role of Simplicity in Training Small Language Models

2025-10-15 · Ivan Lee, Taylor Berg-Kirkpatrick arxiv

Recent studies suggest that very small language models (SLMs) can generate surprisingly coherent text when trained on simplified, child-directed corpora such as TinyStories. These findings have been interpreted as eviden…

BERTtime Stories: Investigating the Role of Synthetic Story Data in Language pre-training

2024-10-20 · Nikitas Theodoropoulos, Giorgos Filandrianos, Vassilis Lyberatos, Maria Lymperaiou 외

We describe our contribution to the Strict and Strict-Small tracks of the 2nd iteration of the BabyLM Challenge. The shared task is centered around efficient pre-training given data constraints motivated by human develop…

Language ModelingLanguage Modelling

What Should Baby Models Read? Exploring Sample-Efficient Data Composition on Model Performance

2024-11-11 · Hong Meng Yam, Nathan J Paek

We explore the impact of pre-training data composition on the performance of small language models in a sample-efficient setting. Using datasets limited to 10 million words, we evaluate several dataset sources, including…

Language ModelingLanguage Modelling

Regional Tiny Stories: Using Small Models to Compare Language Learning and Tokenizer Performance

2025-04-07 · Nirvan Patil, Malhar Abhay Inamdar, Agnivo Gosai, Guruprasad Pathak 외

Small Language Models (SLMs) offer efficient alternatives to LLMs for specific domains. The 2023 TinyStories study developed an English dataset that allows SLMs with 1 to 10 million parameters to produce coherent outputs…