The year/Independent research

Paper 2508.15763

Intern-S1: A Scientific Multimodal Foundation Model

Published
Aug 2025
Research lab
Independent
Citations
13
GitHub
842 stars

01 In brief

Summary

Intern-S1 is a multimodal Mixture-of-Experts (MoE) foundation model with 28 billion activated parameters (241B total), designed to bridge the gap between open-source and closed-source models in scientific domains.

It was continually pre-trained on 5T tokens, including over 2.5T scientific tokens, using pipelines for PDF parsing, domain-centric web data, and scientific data recall/filtering.

The model uses a dynamic tokenizer for scientific formats (e.g., SMILES) and a time-series encoder.

Post-training includes offline RL (SFT) and online RL using the Mixture-of-Rewards (MoR) framework, which harmonizes rewards from over 1000 tasks.

Intern-S1 achieves top-tier performance on general reasoning benchmarks among open-source models and surpasses closed-source models on scientific tasks like molecular synthesis planning, reaction condition prediction, and crystal stability prediction.

A smaller version, Intern-S1-mini, also shows strong results.

The model is open-sourced on Hugging Face.

02 From the paper

Abstract

In recent years, a plethora of open-source foundation models have emerged, achieving remarkable progress in some widely attended fields, with performance being quite close to that of closed-source models. However, in high-value but more challenging scientific professional fields, either the fields still rely on expert models, or the progress of general foundation models lags significantly compared to those in popular areas, far from sufficient for transforming scientific research and leaving substantial gap between open-source models and closed-source models in these scientific domains. To mitigate this gap and explore a step further toward Artificial General Intelligence (AGI), we introduce Intern-S1, a specialized generalist equipped with general understanding and reasoning capabilities with expertise to analyze multiple science modal data. Intern-S1 is a multimodal Mixture-of-Experts (MoE) model with 28 billion activated parameters and 241 billion total parameters, continually pre-trained on 5T tokens, including over 2.5T tokens from scientific domains. In the post-training stage, Intern-S1 undergoes offline and then online reinforcement learning (RL) in InternBootCamp, where we propose Mixture-of-Rewards (MoR) to synergize the RL training on more than 1000 tasks simultaneously. Through integrated innovations in algorithms, data, and training systems, Intern-S1 achieved top-tier performance in online RL training. On comprehensive evaluation benchmarks, Intern-S1 demonstrates competitive performance on general reasoning tasks among open-source models and significantly outperforms open-source models in scientific domains, surpassing closed-source state-of-the-art models in professional tasks, such as molecular synthesis planning, reaction condition prediction, predicting thermodynamic stabilities for crystals. Our models are available at https://huggingface.co/internlm/Intern-S1.