Preprint
Machine Learning

Fathom R1

May 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

A 14B parameter reasoning language model, derived from Deepseek-R1-Distilled-Qwen-14B, trained using supervised fine-tuning (SFT) on curated datasets and model merging, and the models, post-training recipes, and datasets are open-sourced.

Analysis

Why This Paper Matters

This paper presents Fathom R1, a 14B parameter reasoning language model that builds upon the established Deepseek-R1-Distilled-Qwen-14B architecture. The significance lies in its comprehensive open-source release, including not only the model weights but also the post-training recipes and curated datasets. For AI practitioners, this transparency enables direct replication, customization, and further innovation without the typical black-box constraints of proprietary models. The focus on reasoning capabilities addresses a critical need in the field: developing models that can perform logical deduction, multi-step inference, and problem-solving, which are essential for applications in education, research, and complex decision-making.

Technical Contributions

  • Model Derivation: The model is derived from Deepseek-R1-Distilled-Qwen-14B, a distilled version of the larger Deepseek-R1, ensuring a strong foundation for reasoning tasks.
  • Training Approach: Combines supervised fine-tuning (SFT) on curated datasets with model merging, a technique that blends multiple fine-tuned models to enhance performance without additional training.
  • Open-Source Release: All components—model weights, training recipes, and datasets—are made publicly available, promoting reproducibility and community-driven improvements.

Results

The abstract does not provide quantitative results such as accuracy on benchmarks (e.g., GSM8K, MATH, or MMLU). The primary outcome is the release of a functional reasoning model at the 14B scale. Practitioners can evaluate its performance on their own tasks, but without reported metrics, direct comparison to other models (e.g., Llama-3-8B, Mistral-7B, or the original Deepseek-R1) is not possible from this paper alone.

Significance

Fathom R1 contributes to the democratization of advanced reasoning AI by open-sourcing a complete pipeline. This lowers the entry barrier for researchers and developers who lack resources to train large models from scratch. The use of model merging as a post-training technique is a practical innovation that can be adopted in other domains. However, the lack of empirical validation in the abstract limits immediate impact; the community will need to independently verify its reasoning capabilities. If successful, this work could inspire more open-source initiatives focused on reasoning, shifting the field away from proprietary, closed models.