paper-with-me

홈 › Papers

MetaSynth: Meta-Prompting-Driven Agentic Scaffolds for Diverse Synthetic Data Generation

2025-04-17 · Haris Riaz, Sourav Bhabesh, Vinayak Arannil, Miguel Ballesteros, Graham Horwood

Recent smaller language models such Phi-3.5 and Phi-4 rely on synthetic data generated using larger Language models. Questions remain about leveraging synthetic data for other use cases, such as adapting LLMs to specific domains. A key limitation of synthetic data is low diversity, which negatively impacts its downstream applicability for improving other models. To address this, we propose MetaSynth, a method for generating synthetic data that enhances diversity through meta-prompting, where a language model orchestrates multiple "expert" LLM agents to collaboratively generate data. Using only 25 million tokens of synthetic data generated with MetaSynth, we successfully adapt a well-trained LLM (Mistral-7B-v0.3) to two specialized domains-Finance and Biomedicine-without compromising the capabilities of the resulting model in general tasks. In addition, we evaluate the diversity of our synthetic data using seven automated metrics, and find that it approaches the diversity of LLM pre-training corpora. Continually pre-training Mistral-7B-v0.3 with MetaSynth notably outperforms the base LLM, showing improvements of up to 4.08% in Finance and 13.75% in Biomedicine. The same model shows degraded performance when trained on data generated using a template prompt, even when the template includes prior generations and varying In-Context exemplars of real data. Our findings suggest that a few million tokens of diverse synthetic data without mixing any real data, is sufficient for effective domain adaptation when using MetaSynth.

📄 PDF Abstract BibTeX arXiv:2504.12563

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDomain AdaptationSynthetic Data Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

From Intention to Text: AI-Supported Goal Setting in Academic Writing

2026-04-17 · Yueling Fan, Richard Lee Davis, Olga Viberg arxiv

This study presents WriteFlow, an AI voice-based writing assistant designed to support reflective academic writing through goal-oriented interaction. Academic writing involves iterative reflection and evolving goal regul…

Putting It All into Context: Simplifying Agents with LCLMs

2025-05-12 · Mingjian Jiang, Yangjun Ruan, Luis Lastras, Pavan Kapanipathi 외

Recent advances in language model (LM) agents have demonstrated significant potential for automating complex real-world tasks. To make progress on these difficult tasks, LM agent architectures have become increasingly co…

AllLanguage ModelingLanguage Modelling

Deep Reasoning in General Purpose Agents via Structured Meta-Cognition

2026-05-12 · Dean Light, Michael Theologitis, Kshitish Ghate, Shuyue Stella Li 외 arxiv

Humans intuitively solve complex problems by flexibly shifting among reasoning modes: they plan, execute, revise intermediate goals, resolve ambiguity through associative judgment, and apply formal procedures to well-spe…

Question Answering

Simple Baselines are Competitive with Code Evolution

2026-02-18 · Yonatan Gideoni, Sebastian Risi, Yarin Gal arxiv

Code evolution is a family of techniques that rely on large language models to search through possible computer programs by evolving or mutating existing code. Many proposed code evolution pipelines show impressive perfo…

Self-Compacting Language Model Agents

2026-06-22 · Tianjian Li, Jingyu Zhang, William Jurayj, Xi Wang 외 arxiv

Long agent traces composed of chains of thought and tool calls accumulate stale content that anchor subsequent generations, and eventually outgrow the context window. Existing scaffolds mitigate it with fixed-interval co…