Tina: Tiny Reasoning Models via LoRA
Shangshang Wang, Julian Asilis, Ömer Faruk Akgül, Enes Burak Bilgin, Ollie Liu, Willie Neiswanger
TL;DR
Tina investigates how to instill robust, multi-step reasoning in language models at minimal cost by applying LoRA-based RL updates to a compact 1.5B base model. The approach trains only low-rank adapters within a GRPO-style RL framework, achieving competitive or superior reasoning performance on six benchmarks (e.g., AIME, AMC, MATH500, GPQA, Minerva) with an estimated post-training cost around $9. The authors provide extensive open-source data, logs, and checkpoints, and report that smaller, high-quality datasets can outperform larger ones, highlighting rapid format adaptation as the key mechanism behind the efficiency gains. This work suggests that efficient RL reasoning can be democratized for broader participation, though it acknowledges limitations in base-model scale, domain generalization, and the potential for further tuning. Overall, Tina demonstrates that tiny, cost-efficient RL pipelines can approach or exceed the performance of larger models trained with full parameters, with meaningful implications for accessible AI research and reproducibility.
Abstract
How cost-effectively can strong reasoning abilities be achieved in language models? Driven by this fundamental question, we present Tina, a family of tiny reasoning models achieved with high cost-efficiency. Notably, Tina demonstrates that substantial reasoning performance can be developed using only minimal resources, by applying parameter-efficient updates during reinforcement learning (RL), using low-rank adaptation (LoRA), to an already tiny 1.5B parameter base model. This minimalist approach produces models that achieve reasoning performance which is competitive with, and sometimes surpasses, SOTA RL reasoning models built upon the same base model. Crucially, this is achieved at a tiny fraction of the computational post-training cost employed by existing SOTA models. In fact, the best Tina model achieves a >20\% reasoning performance increase and 43.33\% Pass@1 accuracy on AIME24, at only \$9 USD post-training and evaluation cost (i.e., an estimated 260x cost reduction). Our work reveals the surprising effectiveness of efficient RL reasoning via LoRA. We validate this across multiple open-source reasoning datasets and various ablation settings starting with a single, fixed set of hyperparameters. Furthermore, we hypothesize that this effectiveness and efficiency stem from LoRA rapidly adapting the model to the structural format of reasoning rewarded by RL, while largely preserving the base model's underlying knowledge. In service of accessibility and open research, we fully open-source all code, training logs, and model weights \& checkpoints.
