Smaller, Weaker, Yet Better: Training LLM Reasoners via Compute-Optimal Sampling
FreeAbout Smaller, Weaker, Yet Better: Training LLM Reasoners via Compute-Optimal Sampling
This research paper, titled 'Smaller, Weaker, Yet Better: Training LLM Reasoners via Compute-Optimal Sampling,' challenges the common practice of using stronger, more expensive language models (SE) to generate synthetic training data for improving LLM reasoning. The authors propose and evaluate a compute-optimal approach that instead leverages weaker but cheaper (WC) models for synthetic data generation. Through systematic analysis of coverage, diversity, and false positive rates in generated data, combined with fine-tuning experiments in knowledge distillation, self-improvement, and a novel weak-to-strong improvement setup, the paper demonstrates that models trained on WC-generated data consistently outperform those trained on SE-generated data across multiple benchmarks. This work suggests a more efficient and effective strategy for training advanced LLM reasoners under fixed inference budgets.
Key Features
Pros & Cons
- Proposes a more compute-efficient alternative to using very large teacher models
- Backed by empirical results across multiple benchmarks
- Introduces a novel weak-to-strong improvement setup not previously explored
- Provides clear metrics (coverage, diversity, false positive rate) to evaluate synthetic data
- Open access on arXiv with full paper and code availability implied
- Research paper only, not a ready-to-use tool or library
- Findings may not generalize to all reasoning tasks or model architectures
- Higher false positive rates in WC-generated data require careful filtering
- Limited to reasoning benchmarks; other domains not explored