arXiv:2509.25144cs.CLcs.AI2025-09EMNLP被引 1

用教师模型生成配对数据,让小模型在低资源下也能高质量文本生成。

Paired by the Teacher: Turning Unpaired Data into High-Fidelity Pairs for Low-Resource Text Generation

  • 教师压缩单向数据为中间表示,学生反向重建输入以生成配对数据。
  • 8B小模型仅用合成数据就接近人工标注效果,比大模型合成数据还优。
  • 适合低资源场景,能生成符合目标风格的精准文本,避免风格错配。

我们提出配对由教师(PbT),一种两阶段师生框架,无需人工标注或平行语料即可合成准确的输入-输出对。在许多低资源自然语言生成任务中,研究者通常仅有原始输出(如摘要、问答)或原始输入(如文章、对话),但很少同时拥有两者。这种不匹配迫使小模型依赖极少数样本或昂贵的大模型合成数据。PbT通过让教师大模型将每个非配对样本压缩为简洁的中间表示(IR),再训练学生模型从IR重建输入,从而实现输出与学生生成的输入配对,生成高质量合成数据。我们在五个基准上评估:文档摘要(XSum, CNNDM)、对话摘要(SAMSum, DialogSum)和问题生成(SQuAD),以及在SwitchBoard上的非配对设置(与DialogSum摘要配对)。仅使用PbT数据训练的8B学生模型优于基于70B教师生成语料的模型及其他无监督基线,ROUGE-L得分仅比人工标注低1.2,且达到原理想差距的82%,标注成本仅为直接合成的三分之一。人类评估显示,只有PbT生成的摘要简明且忠实于目标风格,证明其能生成领域内源数据,有效避免风格错配。

原文摘要 · Abstract (English)

We present Paired by the Teacher (PbT), a two-stage teacher-student pipeline that synthesizes accurate input-output pairs without human labels or parallel data. In many low-resource natural language generation (NLG) scenarios, practitioners may have only raw outputs, like highlights, recaps, or questions, or only raw inputs, such as articles, dialogues, or paragraphs, but seldom both. This mismatch forces small models to learn from very few examples or rely on costly, broad-scope synthetic examples produced by large LLMs. PbT addresses this by asking a teacher LLM to compress each unpaired example into a concise intermediate representation (IR), and training a student to reconstruct inputs from IRs. This enables outputs to be paired with student-generated inputs, yielding high-quality synthetic data. We evaluate PbT on five benchmarks-document summarization (XSum, CNNDM), dialogue summarization (SAMSum, DialogSum), and question generation (SQuAD)-as well as an unpaired setting on SwitchBoard (paired with DialogSum summaries). An 8B student trained only on PbT data outperforms models trained on 70 B teacher-generated corpora and other unsupervised baselines, coming within 1.2 ROUGE-L of human-annotated pairs and closing 82% of the oracle gap at one-third the annotation cost of direct synthesis. Human evaluation on SwitchBoard further confirms that only PbT produces concise, faithful summaries aligned with the target style, highlighting its advantage of generating in-domain sources that avoid the mismatch, limiting direct synthesis.

低资源生成无监督学习数据合成师生框架

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