paper-with-me

홈 › Papers

Beyond Rephrasing: Book-Level Organization Improves Synthetic Textbook Data for Mid-Training

2026-07-30 · Jiawen Tao, Miao Peng, Yaoming Li, Xiaokun Yuan, Mengzhou Wu, Wenhan Yu, Guoan Wang, Nuo Chen, Tong Yang, Maxm Pan arxiv

Synthetic textbook data has improved language model pre-training, but prior work largely treats the benefit as a property of generated content or local rewriting style. We study a different factor: whether related content is organized into coherent book-level documents. We contribute both a scalable synthesis pipeline and controlled evidence that this organization matters. The pipeline retrieves source material from a pre-training corpus, clusters it into topical units, plans hierarchical tables of contents, and assembles source-grounded sections into complete books (our Full setting), yielding 686K textbooks (32B tokens) across 15,000+ disciplines. Replacing natural books in a mid-training mix with this corpus improves downstream performance by +1.09 on average. Controlled comparisons then disentangle the relevant design factors. A content-matched Split condition holds generated text and tokens fixed but treats each section as an independent document; Full's +1.02 mean gain isolates document packaging. A length-matched RandomConcat control that joins sections from different books remains below Full, ruling out document length alone. A retrieval-pool-matched Rephrase condition independently rewrites individual retrieved documents under the same audience-by-style scheme, without clustering, TOC planning, or book assembly; Full's +1.17 gain demonstrates the value of structured synthesis. On Llama3-8B, Full likewise outperforms both RandomConcat and Natural Books, supporting book-level organization as a useful axis for synthetic pre-training data design.

📄 PDF Abstract BibTeX arXiv:2607.28109

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sentence Rephrasing for Parsing Sentences with OOV Words

2014-05-01 · LREC 2014 5 · Hen-Hsen Huang, Huan-Yuan Chen, Chang-Sheng Yu, Hsin-Hsi Chen 외

This paper addresses the problems of out-of-vocabulary (OOV) words, named entities in particular, in dependency parsing. The OOV words, whose word forms are unknown to the learning-based parser, in a sentence may decreas…

Dependency ParsingDomain AdaptationInformation RetrievalMachine Translation+3

Transformation-Augmented GRPO for Enhancing Exploration in Reasoning of Large Language Models

2026-01-30 · Khiem Le, Phuc Nguyen, Youssef Mroueh, Chi-Heng Lin 외 arxiv

Group Relative Policy Optimization (GRPO) has become the dominant method for reinforcement learning with verifiable rewards in large language models, but it suffers from two critical limitations: gradient vanishing and d…

Reinforcement Learning

Analysing Python Machine Learning Notebooks with Moose

2025-09-15 · Marius Mignard, Steven Costiou, Nicolas Anquetil, Anne Etien arxiv

Machine Learning (ML) code, particularly within notebooks, often exhibits lower quality compared to traditional software. Bad practices arise at three distinct levels: general Python coding conventions, the organizationa…

REAL-MM-RAG: A Real-World Multi-Modal Retrieval Benchmark

2025-02-17 · Navve Wasserman, Roi Pony, Oshri Naparstek, Adi Raz Goldfarb 외

Accurate multi-modal document retrieval is crucial for Retrieval-Augmented Generation (RAG), yet existing benchmarks do not fully capture real-world challenges with their current design. We introduce REAL-MM-RAG, an auto…

RAGRetrievalRetrieval-augmented Generation

Rephrasing natural text data with different languages and quality levels for Large Language Model pre-training

2024-10-28 · Michael Pieler, Marco Bellagente, Hannah Teufel, Duy Phung 외

Recently published work on rephrasing natural text data for pre-training LLMs has shown promising results when combining the original dataset with the synthetically rephrased data. We build upon previous work by replicat…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model