Pith. sign in

REVIEW 3 major objections 6 minor 2 cited by

This paper claims that an LLM can be trained to 'study' a closed corpus by generating its own diverse learning strategies—timelines, rhymes, analogies, recall drills—and that this Active Reading pipeline lifts factual recall far beyond vani

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

Training LLMs on self-generated, diverse 'active reading' materials improves factual recall by 160-312% and scales to a 1T-token Wikipedia expert model.

T0 review reviewed 2026-08-05 challenge →

load-bearing objection A real empirical result with a conceptually overreaching claim; worth engaging, but the distinctive 'self-generation' ingredient is not actually isolated. the 3 major comments →

arxiv 2508.09494 v1 pith:U2YE56HV submitted 2025-08-13 cs.CL cs.AI

Learning Facts at Scale with Active Reading

classification cs.CL cs.AI
keywords Active Readingfactual recallsynthetic data generationknowledge injectioncontinued pretrainingtail factsSimpleQAlearning strategies
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

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 is trying to establish that how a model studies a text matters more than how many times it sees it. Its method, Active Reading, asks the model to propose a set of learning strategies for each source document and then applies those strategies to generate many diverse synthetic documents; training on those documents is claimed to absorb far more knowledge than repeated reading, paraphrasing, or synthetic question-answer generation. On a Wikipedia-grounded subset of SimpleQA, an 8B model trained this way reaches 66% accuracy versus 16% for vanilla finetuning; on FinanceBench it reaches 26% versus 10%. The same recipe, scaled to 1 trillion tokens of synthetic Wikipedia, produces an 8B model that answers more SimpleQA facts than models hundreds of billions of parameters larger. If true, the paper gives practitioners a scalable, domain-agnostic way to make models reliably learn a specified body of knowledge without retrieval.

Core claim

Active Reading is a two-stage synthetic-data generation framework. In the first stage, the model reads a source document and proposes context-specific study strategies—for example, creating a timeline of award recipients, composing a rhyme of names, or linking facts to familiar associations. In the second stage, each strategy is applied to the document to generate a distinct long-form 'study' text. Training on this mixed corpus yields substantially better fact recall than training on the raw documents, on paraphrases, or on synthetic question-answer pairs: 66% versus 16% on SimpleWikiQA and 26% versus 10% on FinanceBench's overall set. The authors argue the advantage comes from data diversit

What carries the argument

The central mechanism is the two-stage Active Reading loop: a strategy-generation prompt (task-agnostic or task-specific) and a strategy-application prompt. The model first writes several markdown-prefixed study strategies tailored to the particular document, then uses each strategy as an instruction to generate a fresh synthetic document. The work this machinery does is to force many distinct re-encodings of the same facts, which the paper measures as higher diversity (lower self-BLEU) than paraphrase or synthetic QA; the paper argues that this diversity, not answer coverage, is what lets the model internalize facts in a form that transfers to unseen questions.

Load-bearing premise

The central claim assumes the benefit comes from the diversity of self-generated study strategies, not from the task-specific prompt producing training questions that look like the evaluation benchmark; if benchmark-style leakage drives the gains, generality to unseen fact distributions is not established.

What would settle it

Run Active Reading with the task-specific trivia prompt on a closed corpus, evaluate on a held-out benchmark whose fact distribution the prompt never sees (e.g., legal or medical QA), and compare against task-agnostic Active Reading and paraphrasing; if the task-specific advantage disappears, the result is prompt-to-benchmark leakage rather than general learning. Alternatively, remove or mask training examples that n-gram-overlap SimpleQA test questions and check whether the 66% score collapses.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • Training on Active Reading data improves factual recall on a closed corpus by 160–312% relative over vanilla finetuning, matching an oracle retrieval baseline on SimpleWikiQA.
  • Active Reading scales better than paraphrase and synthetic QA: gains continue as synthetic data grows to 4B words, while the baselines plateau.
  • At pre-training scale, 1T tokens of Active Reading-augmented Wikipedia produce an 8B base model that beats much larger models on SimpleQA and improves NaturalQuestions and TriviaQA.
  • The method subsumes prior augmentation strategies—paraphrase, synthetic QA, concept maps—so practitioners can replace them with one pipeline that generates all of them.
  • A task-specific strategy prompt (e.g., 'study for a trivia competition') yields the best tail-fact recall, suggesting the strategy can be steered toward a target task.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: the task-specific prompt may be generating training examples that resemble the SimpleQA benchmark distribution; until the method is evaluated on corpora and query styles unrelated to the prompt (e.g., legal or medical QA), the diversity explanation is not fully separated from benchmark leakage.
  • Editorial inference: the result that an 8B model learns better from its own generated data than from 70B-generated data suggests the synthetic curriculum should be matched to the learner's current abilities; a direct test would vary generation model, temperature, and strategy count while holding data volume fixed.
  • Editorial inference: the observed recovery of target-task performance when pretraining data is mixed in hints that diverse background data acts as a plasticity regularizer; varying the pretraining mix with AR data fixed would make the mechanism testable.
  • Editorial inference: if diversity is the active ingredient, the framework should transfer to structured knowledge such as tables or knowledge graphs, where strategy count and strategy orthogonality should predict recall better than raw token count.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 6 minor

Summary. The paper introduces Active Reading, a two-stage synthetic-data pipeline in which a language model first proposes study strategies for a given document and then applies those strategies to generate diversified training text. The authors evaluate the method in two regimes: (i) expert-domain fine-tuning of Llama-3.1-8B on Wikipedia documents relevant to SimpleWikiQA and on FinanceBench source documents, comparing against repetition, paraphrasing, and synthetic QA under a fixed ~4B-token budget; and (ii) continued pre-training at Wikipedia scale, where they train and release Meta WikiExpert-8B on 1T generated tokens and report gains on SimpleQA, NaturalQuestions, and TriviaQA. The paper's central claim is that self-generated learning strategies — not the specific documents and not simple augmentation — drive the observed gains, and that Active Reading scales better than previous fixed augmentation strategies.

Significance. If the result holds, Active Reading is a practically valuable method for fact-level knowledge injection. The paper's strengths are substantial: the main comparison is internally controlled (same base model, token budget, grading protocol, and 10% DCLM mix), the authors release both the WikiExpert model and the 1T-token dataset, and the coverage/diversity analysis in §5.1 is a good-faith attempt to explain the mechanism. The scaling demonstration to 1T tokens is also noteworthy. However, the central attribution to self-generation is not yet isolated: all baselines are single fixed transformations, so the evidence is equally consistent with a weaker alternative in which any sufficiently diverse set of fixed strategies would perform as well. In addition, the scaling recipe is tuned on a benchmark that is a subset of the final evaluation set. These are fixable but load-bearing gaps.

major comments (3)
  1. [§4.1, Table 1; §5.1] The central claim that 'self-generated' strategies, rather than strategy diversity per se, drive the gains is not isolated by the current experiments. The baselines (repeat, paraphrase, synth QA) are each single fixed transformations; the only combined baseline 'paraphrase + synth QA + AR' contains Active Reading itself. §5.1's diversity analysis (Figure 6) attributes AR's advantage to lower Self-BLEU, which is consistent with the alternative that any sufficiently diverse set of fixed, human-authored study strategies applied to the same documents would perform as well. The paper needs a control that applies a fixed bank of diverse strategies (e.g., the strategies illustrated in Figure 1 or sampled from the generation outputs) to the same source documents under the same 4B-token budget, with the strategies cycled in a fixed order. Without this control, the abstract-level attribution to se
  2. [§4.2.1, Figures 3–4; §4.2.2, Table 2] The scaling recipe is selected against the target benchmark. The learning rate change (1e-5 to 3e-4), the pretraining-data mixing ratio (10% DCLM to the 1:1 mix), and the relative weight of SimpleWikiQA data are all tuned using SimpleWikiQA accuracy in Figures 3 and 4. The final WikiExpert model is then evaluated on SimpleQA, the benchmark from which SimpleWikiQA was subsampled. The headline SimpleQA gain in Table 2 is therefore not out-of-sample with respect to hyperparameter selection. The paper should either hold out a portion of SimpleWikiQA for final evaluation, choose hyperparameters on an unrelated fact benchmark and transfer, or explicitly report a sensitivity analysis showing that the conclusions are robust to reasonable variations in the selected hyperparameters. This is necessary to support the general scaling claim beyond the specific configuration chosen for the released mod
  3. [§4.1, Table 1; §5.2] No seed variation or error bars are reported for any of the main results. The difference between task-agnostic and task-specific AR is 2.9 points (63.33 vs 66.25), and the difference between task-specific AR and the 'paraphrase + synth QA + AR' combination is 2.4 points (66.25 vs 66.66). Given that every run uses a single training run and a single generation seed, it is unclear which of these small differences are meaningful. Adding at least 2–3 seeds for the central comparisons in Table 1 and for the scaling curves in Figure 2 would substantially increase confidence in the method-level conclusions.
minor comments (6)
  1. [Figure 3] Figure 3's y-axis is labeled 'F1 score on SimpleQA' while the text and surrounding figures refer to SimpleWikiQA. If the subset was used, the label should be corrected.
  2. [Table 3] The column header in Table 3 says 'SimpleQA' but the values (66.25, 62.26, etc.) match SimpleWikiQA accuracy from Table 1. Please clarify.
  3. [Appendix D.3.2] Only the 'trivia competition' task-specific prompt is shown. The paper mentions a finance-specific task prompt for FinanceBench, but no such prompt appears in the appendix. Please include it or state explicitly if the same prompt was used for both domains.
  4. [References] There are two separate reference entries with the same title 'Scaling laws for fact memorization of large language models' (Lu et al. 2024a and Lu et al. 2024b). These appear to be duplicates; please merge or disambiguate.
  5. [Appendix C] The guardrail table shows non-trivial degradation on MMLU (-0.9), GSM8K (-5.8), and MBPP (-8.6) relative to Llama-3.1-8B. This trade-off is not discussed in the main text. A sentence acknowledging this degradation and its implications for the 'more factual base model' claim would be helpful.
  6. [Abstract] The abstract reports '+313% relative over vanilla finetuning'; Table 1's repeat baseline gives 15.92 → 66.25, which is ~316% relative. The text in §1 says '312% relative.' Minor rounding is fine, but the values should be consistent.

Circularity Check

0 steps flagged

No significant circularity: empirical comparisons are budget-matched and benchmark overlap is the intended closed-corpus task.

full rationale

This is an empirical systems paper with no formal derivation chain whose conclusions reduce to its inputs by construction. Active Reading is evaluated against budget-matched baselines (repeat, paraphrase, synthetic QA) on QA benchmarks derived from the same source documents used for training; that overlap is the intended closed-corpus knowledge-internalization task, not a circular reduction. The task-specific prompt in Appendix D.3.2 uses a trivia-competition framing that resembles SimpleQA, but the paper also reports task-agnostic Active Reading (63.33% vs 66.25% on SimpleWikiQA), so no result is statistically forced by construction. All methods are compared at the same ~4B-word data budget, and the scale-up run that produces WikiExpert does not upweight SimpleWikiQA documents and is additionally evaluated on NaturalQuestions and TriviaQA. Hyperparameter choices for the scale-up runs (learning rate and data-mix proportions) are made using SimpleWikiQA performance in Figures 3-4; this is model selection risk, not circularity, because the final model is also checked against external guardrail benchmarks. The only self-citations (Berges et al. 2024; Oğuz in Piktus et al. 2022) are incidental future-work mentions rather than load-bearing evidence. No equation defines a predicted quantity in terms of a fitted quantity, and no uniqueness claim is imported from the authors' prior work. Therefore no circular step is identified.

Axiom & Free-Parameter Ledger

6 free parameters · 6 axioms · 0 invented entities

The central claim is empirical; it rests on training and benchmarking assumptions and on hand-selected hyperparameters rather than mathematical axioms. No new physical entities are introduced.

free parameters (6)
  • Learning rate for fine-tuning experiments = 1e-5
    Chosen by hand (Appendix A) for all Table 1 methods.
  • Learning rate for continued pretraining scaling = 3e-4
    Increased from 1e-5 because 1e-5 caused degradation when scaling data (Section 4.2.1, Figure 4).
  • Pretraining data mixing ratio = 1:1 Active Reading Wikipedia to pretraining; target data downweighted to 2.5%
    Selected via SimpleWikiQA scaling curves (Appendix B, Figure 4).
  • DCLM pretraining mix in small runs = 10%
    Added to prevent model degradation; authors note it is not strictly necessary (Appendix A).
  • Synthetic token budget per method = ~4 billion words
    Fixed across baselines for the main comparison (Section 4.1, Appendix A).
  • SimpleWikiQA construction threshold = at least one reference document from Wikipedia
    Author-created subset of SimpleQA; used to define train and test (Section 4.1).
axioms (6)
  • domain assumption Self-generated learning strategies produce more effective training data than fixed augmentations.
    Core hypothesis of Active Reading, Section 3.
  • domain assumption The data-generating model (Llama 3.1 8B or 70B) can propose useful study strategies from the prompt.
    Required for both stages of the pipeline; evaluated indirectly in Section 5.2.
  • domain assumption SimpleQA, FinanceBench, NaturalQuestions, and TriviaQA measure factual knowledge as intended.
    Used as the evaluation instruments; no independent validation provided.
  • domain assumption GPT-4o model grading approximates human correctness for short-form answers.
    All Table 1 numbers are model-graded (Section 4.1).
  • domain assumption Wikipedia is the correct grounding source for SimpleWikiQA and for the WikiExpert corpus.
    Defines both the training corpus and the evaluation subset (Sections 4.1, 4.2.2).
  • domain assumption Continued pretraining on 8T tokens does not undermine the comparison to base models.
    Guardrail metrics (Appendix C) show some degradation on several tasks, but the paper treats the model as comparable.

reviewed 2026-08-05 · how reviews work

0 comments
Cite this review

Pith. "Pith review of Learning Facts at Scale with Active Reading." pith.science (2026). https://pith.science/paper/U2YE56HV

@misc{pith2026250809494,
  author       = {Pith},
  title        = {Pith review of: Learning Facts at Scale with Active Reading},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/U2YE56HV}},
  note         = {Machine review of arXiv:2508.09494}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

LLMs are known to store vast amounts of knowledge in their parametric memory. However, learning and recalling facts from this memory is known to be unreliable, depending largely on the prevalence of particular facts in the training data and other factors which are poorly understood. Practitioners are lacking tools which will allow them to ensure that the models learn a given body of knowledge reliably and consistently. To this end, we propose Active Reading: a framework where we train models to study a given set of material with self-generated learning strategies. First, we demonstrate models trained with Active Reading on expert domains absorb significantly more knowledge than vanilla finetuning and other data augmentations. We train expert 8B models that achieve 66% on a Wikipedia-grounded subset of SimpleQA (+313% relative over vanilla finetuning) and 26% on FinanceBench (+160% relative over vanilla finetuning) by applying Active Reading to the source documents for each benchmark. Finally, we show that Active Reading can be utilized at pre-training scale to build more factual models. As a demonstration of this, we release Meta WikiExpert-8B, a Wikipedia-expert model trained on 1 trillion generated tokens, which outcompetes models with hundreds of billions of parameters on factual QA.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Self-Study Reconsidered: The Hidden Fragility of Learning from Self-Generated QA

    cs.AI 2026-06 unverdicted novelty 7.0

    Self-generated QA supervision for language models is fragile due to non-uniform question selection and instruction compliance during answering, with mitigations that reduce compliance from 88% to 13%.

  2. EVE: A Domain-Specific LLM Framework for Earth Intelligence

    cs.CL 2026-03 unverdicted novelty 6.0

    EVE is the first open-source end-to-end system with a domain-adapted 24B LLM that outperforms peers on new Earth Intelligence benchmarks while adding RAG and hallucination detection in a production deployment.

Reference graph

Works this paper leans on

23 extracted references · 5 canonical work pages · cited by 2 Pith papers

  1. [1]

    Phi-3 technical report: A highly capable language model locally on your phone.arXiv preprint arXiv:2404.14219, 2024a

    Marah Abdin, Jyoti Aneja, Hany Awadalla, Ahmed Awadallah, Ammar Ahmad Awan, Nguyen Bach, Amit Bahree, Arash Bakhtiari, Jianmin Bao, Harkirat Behl, et al. Phi-3 technical report: A highly capable language model locally on your phone.arXiv preprint arXiv:2404.14219, 2024a. Marah Abdin, Jyoti Aneja, Harkirat Behl, Sébastien Bubeck, Ronen Eldan, Suriya Gunase...

  2. [6]

    Xinya Du, Junru Shao, and Claire Cardie

    https://papers.nips.cc/paper/2024/file/ 6fdf57c71bc1f1ee29014b8dc52e723f-Paper-Conference.pdf . Xinya Du, Junru Shao, and Claire Cardie. Learning to ask: Neural question generation for reading comprehension. arXiv preprint arXiv:1705.00106,

  3. [9]

    Neel Guha, Julian Nyarko, Daniel Ho, Christopher Ré, Adam Chilton, Alex Chohlas-Wood, Austin Peters, Brandon Waldon, Daniel Rockmore, Diego Zambrano, et al

    https://arxiv.org/abs/2406.14785. Neel Guha, Julian Nyarko, Daniel Ho, Christopher Ré, Adam Chilton, Alex Chohlas-Wood, Austin Peters, Brandon Waldon, Daniel Rockmore, Diego Zambrano, et al. Legalbench: A collaboratively built benchmark for measuring legal reasoning in large language models.Advances in Neural Information Processing Systems, 36:44123–44279,

  4. [11]

    Financebench: A new benchmark for financial question answering.arXiv preprint arXiv:2311.11944,

    Pranab Islam, Anand Kannappan, Douwe Kiela, Rebecca Qian, Nino Scherrer, and Bertie Vidgen. Financebench: A new benchmark for financial question answering.arXiv preprint arXiv:2311.11944,

  5. [12]

    doi: 10.18653/v1/P17-1147

    Association for Computational Linguistics. doi: 10.18653/v1/P17-1147. https://aclanthology.org/P17-1147/. Nikhil Kandpal, Haikang Deng, Adam Roberts, Eric Wallace, and Colin Raffel. Large language models struggle to learn long-tail knowledge. InInternational Conference on Machine Learning, pages 15696–15707. PMLR,

  6. [14]

    Jiyeon Kim, Hyunji Lee, Hyowon Cho, Joel Jang, Hyeonbin Hwang, Seungpil Won, Youbin Ahn, Dohaeng Lee, and Minjoon Seo

    https://arxiv.org/abs/2403.05612. Jiyeon Kim, Hyunji Lee, Hyowon Cho, Joel Jang, Hyeonbin Hwang, Seungpil Won, Youbin Ahn, Dohaeng Lee, and Minjoon Seo. Knowledge entropy decay during language model pretraining hinders new knowledge acquisition

  7. [15]

    Large language models in finance: A survey

    Yinheng Li, Shaofei Wang, Han Ding, and Hang Chen. Large language models in finance: A survey. InProceedings of the fourth ACM international conference on AI in finance, pages 374–382, 2023a. Yuanzhi Li, Sébastien Bubeck, Ronen Eldan, Allie Del Giorno, Suriya Gunasekar, and Yin Tat Lee. Textbooks are all you need ii: phi-1.5 technical report.arXiv preprin...

  8. [16]

    Fingpt: Democratizing internet-scale data for financial large language models

    Xiao-Yang Liu, Guoxuan Wang, Hongyang Yang, and Daochen Zha. Fingpt: Democratizing internet-scale data for financial large language models. InNeurIPS 2023 Workshop on Instruction Tuning and Instruction Following. Xiaonan Lu, Yaqing Li, Xing Lu, Yiming Ma, and Yilun Wang. Scaling laws for fact memorization of large language models. arXiv preprint arXiv:240...

  9. [17]

    How much do language models memorize?arXiv preprint arXiv:2505.24832,

    John X Morris, Chawin Sitawarin, Chuan Guo, Narine Kokhlikyan, G Edward Suh, Alexander M Rush, Kamalika Chaudhuri, and Saeed Mahloujifar. How much do language models memorize?arXiv preprint arXiv:2505.24832,

  10. [19]

    Transfer learning in biomedical natural language processing: An evaluation of bert and elmo on ten benchmarking datasets.BioNLP 2019, page 58,

    Yifan Peng, Shankai Yan, and Zhiyong Lu. Transfer learning in biomedical natural language processing: An evaluation of bert and elmo on ten benchmarking datasets.BioNLP 2019, page 58,

  11. [20]

    The web is your oyster - knowledge-intensive nlp against a very large web corpus, 2022.https://arxiv.org/abs/2112.09924

    Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Dmytro Okhonko, Samuel Broscheit, Gautier Izacard, Patrick Lewis, Barlas Oğuz, Edouard Grave, Wen tau Yih, and Sebastian Riedel. The web is your oyster - knowledge-intensive nlp against a very large web corpus, 2022.https://arxiv.org/abs/2112.09924. Ronak Pradeep, Kai Hui, Jai Gupta, Adam D. Lelkes, Ho...

  12. [22]

    Kai Sun, Yifan Xu, Hanwen Zha, Yue Liu, and Xin Luna Dong

    https://arxiv.org/abs/2504.09522. Kai Sun, Yifan Xu, Hanwen Zha, Yue Liu, and Xin Luna Dong. Head-to-tail: How knowledgeable are large language models (llms)? aka will llms replace knowledge graphs? InProceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Lo...

  13. [24]

    Crag-comprehensive rag benchmark.Advances in Neural Information Processing Systems, 37: 10470–10490, 2024a

    Xiao Yang, Kai Sun, Hao Xin, Yushi Sun, Nikita Bhalla, Xiangsen Chen, Sajal Choudhary, Rongze Gui, Ziran Jiang, Ziyu Jiang, et al. Crag-comprehensive rag benchmark.Advances in Neural Information Processing Systems, 37: 10470–10490, 2024a. Zitong Yang, Neil Band, Shuangping Li, Emmanuel Candès, and Tatsunori Hashimoto. Synthetic continued pretraining. arXi...

  14. [26]

    Yaoming Zhu, Sidi Lu, Lei Zheng, Jiaxian Guo, Weinan Zhang, Jun Wang, and Yong Yu

    https://arxiv.org/abs/2503.05919. Yaoming Zhu, Sidi Lu, Lei Zheng, Jiaxian Guo, Weinan Zhang, Jun Wang, and Yong Yu. Texygen: A benchmarking platform for text generation models.SIGIR,

  15. [2014]

    Language models are few-shot learners.Advances in neural information processing systems, 33:1877–1901,

    Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. Language models are few-shot learners.Advances in neural information processing systems, 33:1877–1901,

  16. [2017]

    Zorik Gekhman, Gal Yona, Roee Aharoni, Matan Eyal, Amir Feder, Roi Reichart, and Jonathan Herzig. Does fine-tuning LLMs on new knowledge encourage hallucinations? In Yaser Al-Onaizan, Mohit Bansal, and Yun-Nung Chen, editors, Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 7765–7784, Miami, Florida, USA, November

  17. [2018]

    Here ’ s t h e p a r a g r a p h

    13 Appendix A Training details The training runs from Table 1 and Figure 2 had the following hyperparameters: Trained for 20,000 steps, total batch size of 128 and sequence length of 4,096 with a constant learning rate of10−5. We report the performance of the best checkpoint after 20,000 steps, evaluating every 2,000 steps. The training data for therepeat...

  18. [2019]

    Memory layers at scale

    Vincent-Pierre Berges, Barlas Oğuz, Daniel Haziza, Wen-tau Yih, Luke Zettlemoyer, and Gargi Ghosh. Memory layers at scale. arXiv preprint arXiv:2412.09764,

  19. [2020]

    Legal-bert: The muppets straight out of law school

    Ilias Chalkidis, Manos Fergadiotis, Prodromos Malakasiotis, Nikolaos Aletras, and Ion Androutsopoulos. Legal-bert: The muppets straight out of law school. InFindings of the Association for Computational Linguistics: EMNLP 2020, pages 2898–2904,

  20. [2022]

    Will we run out of data? limits of llm scaling based on human-generated data, 2024.https://arxiv.org/abs/2211.04325

    Pablo Villalobos, Anson Ho, Jaime Sevilla, Tamay Besiroglu, Lennart Heim, and Marius Hobbhahn. Will we run out of data? limits of llm scaling based on human-generated data, 2024.https://arxiv.org/abs/2211.04325. Jason Wei, Karina Nguyen, Hyung Won Chung, Yunxin Joy Jiao, Spencer Papay, Amelia Glaese, John Schulman, and William Fedus. Measuring short-form ...

  21. [2023]

    Textbooks are all you need.arXiv preprint arXiv:2306.11644,

    Suriya Gunasekar, Yi Zhang, Jyoti Aneja, Caio César Teodoro Mendes, Allie Del Giorno, Sivakanth Gopi, Mojan Javaheripi, Piero Kauffmann, Gustavo de Rosa, Olli Saarikivi, et al. Textbooks are all you need.arXiv preprint arXiv:2306.11644,

  22. [2024]

    Finbert: Financial sentiment analysis with pre-trained language models

    Dogu Tan Araci. Finbert: Financial sentiment analysis with pre-trained language models. arXiv preprint arXiv:1908.10063,

  23. [2025]

    Fine-tuning or retrieval? comparing knowledge injection in llms

    Oded Ovadia, Menachem Brief, Moshik Mishaeli, and Oren Elisha. Fine-tuning or retrieval? comparing knowledge injection in llms. InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 237–250,

This paper was first reviewed by deepseek-v4-flash on August 5, 2026.