paper-with-me

Papers

Towards Active Synthetic Data Generation for Finetuning Language Models

2025-11-30 · Samuel Kessler, Menglin Xia, Daniel Madrigal Diaz, Dongge Han, Helia Heshemi, Saravan Rajmohan, Victor Ruehle, Jordan T. Ash arxiv

A common and effective means for improving language model capabilities involves finetuning a `student'' language model's parameters on generations from a more proficient teacher'' model. Termed `synthetic data'', these generations are often produced before any student finetuning, but some work has considered generating new synthetic samples as training progresses. This paper studies and advocates for the latter case, where data are generated in an iterative, closed-loop fashion that is guided by the current state of the student model. For a fixed budget of generated samples, or a budget in terms of compute spent querying a teacher, we show that this curation of finetuning data affords improved student performance over static generation. Further, while there have been several LLM-specific methods proposed that operate in this regime, we find that simple, inexpensive selection criteria from the active learning literature tend to be most performant. We validate these claims across four mathematical and logical reasoning datasets using four different small language models.

📄 PDF Abstract BibTeX arXiv:2512.00884

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationLogical ReasoningActive Learning

Similar Papers 제목 키워드 기반

Synthetic QA Corpora Generation with Roundtrip Consistency

2019-06-12 · ACL 2019 7 · Chris Alberti, Daniel Andor, Emily Pitler, Jacob Devlin 외

We introduce a novel method of generating synthetic question answering corpora by combining models of question generation and answer extraction, and by filtering the results to ensure roundtrip consistency. By pretrainin…

Question AnsweringQuestion GenerationQuestion-GenerationSynthetic Data Generation

VeCAF: Vision-language Collaborative Active Finetuning with Training Objective Awareness

2024-01-15 · Rongyu Zhang, Zefan Cai, Huanrui Yang, Zidong Liu 외

Finetuning a pretrained vision model (PVM) is a common technique for learning downstream vision tasks. However, the conventional finetuning process with randomly sampled data points results in diminished training efficie…

Computational Efficiencyimage-classificationImage Classification

GenAug: Data Augmentation for Finetuning Text Generators

2020-10-05 · EMNLP (DeeLIO) 2020 11 · Steven Y. Feng, Varun Gangal, Dongyeop Kang, Teruko Mitamura 외

In this paper, we investigate data augmentation for text generation, which we call GenAug. Text generation and language modeling are important tasks within natural language processing, and are especially challenging for …

Data AugmentationDiversityLanguage ModelingLanguage Modelling+1

Power-Law Decay Loss for Large Language Model Finetuning: Focusing on Information Sparsity to Enhance Generation Quality

2025-05-22 · Jintian Shao, Hongyi Huang, Jiayi Wu, Beiwen Zhang 외

During the finetuning stage of text generation tasks, standard cross-entropy loss treats all tokens equally. This can lead models to overemphasize high-frequency, low-information tokens, neglecting lower-frequency tokens…

Abstractive Text SummarizationInformativenessLanguage ModelingLanguage Modelling+4

DP-RFT: Learning to Generate Synthetic Text via Differentially Private Reinforcement Fine-Tuning

2026-02-20 · Fangyuan Xu, Sihao Chen, Zinan Lin, Taiwei Shi 외 arxiv

Differentially private (DP) synthetic data generation plays a pivotal role in developing large language models (LLMs) on private data, where data owners cannot provide eyes-on access to individual examples. Generating DP…

Synthetic Data GenerationReinforcement Learning