paper-with-me

홈 › Papers

FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale

2026-01-29 · Ajay Patel, Colin Raffel, Chris Callison-Burch arxiv

Due to limited supervised training data, large language models (LLMs) are typically pre-trained via a self-supervised "predict the next word" objective on a vast amount of unstructured text data. To make the resulting model useful to users, it is further trained on a far smaller amount of "instruction-tuning" data comprised of supervised training examples of instructions and responses. To overcome the limited amount of supervised data, we propose a procedure that can transform the knowledge in internet-scale pre-training documents into billions of synthetic instruction and answer training pairs. The resulting dataset, called FineInstructions, uses ~18M instruction templates created from real user-written queries and prompts. These instruction templates are matched to and instantiated with human-written source documents from unstructured pre-training corpora. With "supervised" synthetic training data generated at this scale, an LLM can be pre-trained from scratch solely with the instruction-tuning objective, which is far more in-distribution with the expected downstream usage of LLMs (responding to user prompts). We conduct controlled token-for-token training experiments and find pre-training on FineInstructions outperforms standard pre-training and other proposed synthetic pre-training techniques on standard benchmarks measuring free-form response quality. Our resources can be found at https://huggingface.co/fineinstructions .

📄 PDF Abstract BibTeX arXiv:2601.22146

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A New Path: Scaling Vision-and-Language Navigation with Synthetic Instructions and Imitation Learning

2022-10-06 · CVPR 2023 1 · Aishwarya Kamath, Peter Anderson, Su Wang, Jing Yu Koh 외

Recent studies in Vision-and-Language Navigation (VLN) train RL agents to execute natural-language navigation instructions in photorealistic environments, as a step towards robots that can follow human instructions. Howe…

Imitation LearningInstruction FollowingVision and Language Navigation

Genetic Instruct: Scaling up Synthetic Generation of Coding Instructions for Large Language Models

2024-07-29 · Somshubra Majumdar, Vahid Noroozi, Mehrzad Samadi, Sean Narenthiran 외

Large Language Models (LLMs) require high quality instruction data for effective alignment, particularly in code generation tasks where expert curated datasets are expensive to produce. We present Genetic-Instruct, a sca…

Code Generation

MUFFIN: Curating Multi-Faceted Instructions for Improving Instruction-Following

2023-12-05 · Renze Lou, Kai Zhang, Jian Xie, Yuxuan Sun 외

In the realm of large language models (LLMs), enhancing instruction-following capability often involves curating expansive training data. This is achieved through two primary schemes: i) Scaling-Inputs: Amplifying (input…

Instruction Following

Scaling Synthetic Data Creation with 1,000,000,000 Personas

2024-06-28 · Tao Ge, Xin Chan, Xiaoyang Wang, Dian Yu 외

We propose a novel persona-driven data synthesis methodology that leverages various perspectives within a large language model (LLM) to create diverse synthetic data. To fully exploit this methodology at scale, we introd…

Language ModelingLanguage ModellingLarge Language ModelLogical Reasoning+1

Scaling Verification Can Be More Effective than Scaling Policy Learning for Vision-Language-Action Alignment

2026-02-12 · Jacky Kwok, Xilun Zhang, Mengdi Xu, Yuejiang Liu 외 arxiv

The long-standing vision of general-purpose robots hinges on their ability to understand and act upon natural language instructions. Vision-Language-Action (VLA) models have made remarkable progress toward this goal, yet…

Instruction Following