arXiv:2601.22146cs.CLcs.LG2026-01

用1800万条指令模板生成百亿级合成数据,让大模型仅靠指令训练就能更好理解用户提问。

FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale

  • 用真实用户问题模板匹配预训练文本,自动生成海量指令-回答对。
  • 在标准评测中,纯指令预训练模型表现优于传统预训练方法。
  • 适合想提升模型对话能力的研究者和开发者使用。

由于监督数据有限,大语言模型通常在大量无结构文本上通过自监督的“预测下一个词”目标进行预训练。为使模型更实用,还需在少量指令微调数据上进一步训练。为克服监督数据不足的问题,本文提出一种将互联网规模预训练文档中的知识转化为数十亿条合成指令与回答训练对的方法。生成的数据集名为FineInstructions,使用约1800万条来自真实用户查询的指令模板,与未结构化预训练语料中的人类撰写原文匹配并实例化。通过如此规模的“监督式”合成数据,可实现仅以指令微调目标从零开始预训练大模型,该目标更符合下游实际使用场景(响应用户提示)。控制变量的逐标记训练实验表明,基于FineInstructions的预训练在衡量自由文本生成质量的标准基准上优于标准预训练及其他合成预训练方法。相关资源可在https://huggingface.co/fineinstructions 获取。

原文摘要 · Abstract (English)

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 .

指令训练合成数据大模型预训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。