paper-with-me

Papers

Tina: Tiny Reasoning Models via LoRA

2025-04-22 · Shangshang Wang, Julian Asilis, Ömer Faruk Akgül, Enes Burak Bilgin, Ollie Liu, Willie Neiswanger

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.

📄 PDF Abstract BibTeX arXiv:2504.15777

Code (1)

shangshang-wang/tina 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
BASE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Objective-Dependent Uncertainty Driven Retinal Vessel Segmentation

2021-04-17 · Suraj Mishra, Danny Z. Chen, X. Sharon Hu

From diagnosing neovascular diseases to detecting white matter lesions, accurate tiny vessel segmentation in fundus images is critical. Promising results for accurate vessel segmentation have been known. However, their e…

DecoderRetinal Vessel SegmentationSegmentation

TinyLLaVA-Video-R1: Towards Smaller LMMs for Video Reasoning

2025-04-13 · Xingjian Zhang, Siwei Wen, Wenjun Wu, Lei Huang

Recently, improving the reasoning ability of large multimodal models (LMMs) through reinforcement learning has made great progress. However, most existing works are based on highly reasoning-intensive datasets such as ma…

Question Answeringreinforcement-learningReinforcement LearningVideo Understanding

A Deep Retinal Image Quality Assessment Network with Salient Structure Priors

2020-12-31 · Ziwen Xu, Beiji Zou, Qing Liu

Retinal image quality assessment is an essential prerequisite for diagnosis of retinal diseases. Its goal is to identify retinal images in which anatomic structures and lesions attracting ophthalmologists' attention most…

Image Quality Assessment

Reasoning Under 1 Billion: Memory-Augmented Reinforcement Learning for Large Language Models

2025-04-03 · Hung Le, Dai Do, Dung Nguyen, Svetha Venkatesh

Recent advances in fine-tuning large language models (LLMs) with reinforcement learning (RL) have shown promising improvements in complex reasoning tasks, particularly when paired with chain-of-thought (CoT) prompting. H…

GSM8KReinforcement Learning (RL)

Tiny-Critic RAG: Empowering Agentic Fallback with Parameter-Efficient Small Language Models

2026-03-01 · Yichao Wu, Penghao Liang, Yafei Xiang, Mengwei Yuan 외 arxiv

Retrieval-Augmented Generation (RAG) grounds Large Language Models (LLMs) to mitigate factual hallucinations. Recent paradigms shift from static pipelines to Modular and Agentic RAG frameworks, granting models autonomy f…