Making a synthetic dataset for fine-tuning
Summary
The author proposes a pipeline for generating diverse synthetic reasoning training data for LLMs using formal solvers, and asks for existing work and advice on avoiding repetitive templates.
Similar Articles
Structured Synthetic Reasoning Data for Arithmetic Fine-Tuning of Small Language Models
This paper investigates whether structured synthetic reasoning data can improve arithmetic reasoning in small language models under consumer-hardware constraints. Fine-tuning Qwen3-0.6B and Qwen3-1.7B with LoRA on a synthetic corpus derived from GSM8K improved exact-match accuracy by 12-13 percentage points, with strong transfer to related benchmarks.
Learning to Reason with Insight for Informal Theorem Proving
This paper proposes DeepInsightTheorem, a hierarchical dataset and Progressive Multi-Stage SFT training strategy to improve LLMs' informal theorem proving by teaching them to identify and apply core techniques through insight-aware reasoning.
@tom_doerr: Curated list of instruction and reasoning datasets for LLMs https://github.com/mlabonne/llm-datasets…
A curated list of instruction and reasoning datasets for LLMs, compiled by mlabonne, with details on dataset characteristics, licenses, and use cases.
Constructing Evaluation Datasets for Procedural Reasoning: Balancing Naturalness, Grounding, and Multi-Hop Coverage
This paper investigates how TMK-based question generation strategies affect dataset quality for procedural and multi-hop reasoning in AI learning systems, comparing strict TMK generation, transcript-first generation, and TMK-aware generation, and introduces a grounding validation framework.
Environment-free Synthetic Data Generation for API-Calling Agents
This paper proposes an environment-free synthetic data generation approach for training API-calling LLM agents, using LLMs as on-the-fly digital world models to generate trajectories, and shows significant performance gains on challenging benchmarks.