Pith. sign in

REVIEW 4 major objections 5 minor 34 references

MKB is an 11-billion-parameter model that puts DNA, RNA, proteins, small molecules, weather fields, and medical images into one shared Transformer sequence and can emit each modality's native output format.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-01 21:44 UTC pith:F7KRDPZH

load-bearing objection Serious engineering with strong biology numbers, but cross-modal generation and weather claims outrun the evidence. the 4 major comments →

arxiv 2607.20557 v1 pith:F7KRDPZH submitted 2026-07-17 cs.LG cs.AI

Monkey King Bang: A Unified Scientific Multimodal Foundation Model

classification cs.LG cs.AI
keywords scientific multimodal foundation modelshared Transformer backbonemodality-native generationtwo-stage trainingbiological sequencesweather forecastingmedical image segmentationcross-modal understanding
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper aims to establish that a single mid-sized model with one shared Transformer backbone can both understand and generate six kinds of scientific data: DNA, RNA, proteins, small molecules, Earth-system fields, and medical images. The route is to keep each modality's native structure in its own encoder, compress or preserve it into tokens the backbone can read, and decode outputs through modality-specific heads instead of forcing everything through text. A two-stage curriculum first aligns each modality with the frozen backbone, then unfreezes the backbone to consolidate all scientific modalities with general text and vision data. The reported results support the feasibility claim: competitive biological and molecular understanding, native weather forecasting and segmentation outputs, and general capabilities close to the starting backbone. If this holds, scientific AI would no longer need a separate specialist per discipline.

Core claim

MKB's central claim is that heterogeneous scientific data can be mapped into one shared representation space and decoded back into native formats by a single autoregressive language backbone. Sequence and graph modalities (DNA, RNA, proteins, molecules) are compressed by Perceiver-style resamplers into 64 backbone tokens each; Earth-system fields keep a dense latitude-longitude grid; medical images use a dual semantic-plus-spatial path. The shared Transformer contextualises whichever modalities appear in a task, and target-modality hidden states are routed to dedicated decoders for RNA sequences, SMILES strings, meteorological fields, and segmentation masks. On the paper's own evidence this

What carries the argument

The load-bearing mechanism is a shared autoregressive Transformer backbone flanked by modality-tailored encoders, adapters, and decoders. For sequence-like and graph-like inputs, a Perceiver-style resampler plus an MLP projector turns variable-length encoder features into a fixed 64-token interface; for dense fields, a Swin-style encoder keeps a full 120 by 240 latitude-longitude token grid; and for medical images a dual path combines instruction-conditioned hidden states with dense spatial features from a segmentation vision tower. The two-stage curriculum is the training mechanism: Stage 1 trains each modality's components against the frozen backbone, and Stage 2 unfreezes only the backbon

Load-bearing premise

The two-stage curriculum's load-bearing premise is that modality components trained against the frozen backbone in Stage 1 stay correctly aligned after the backbone is unfrozen in Stage 2; the paper states this design but reports no comparison of Stage-1-only versus Stage-2 performance, so a hidden representation shift would go undetected.

What would settle it

Run the Stage-1-only checkpoint and the Stage-2 unified checkpoint on the same biological, molecular, weather, and segmentation benchmarks and compare; if Stage-2 numbers drop substantially on any modality, or if the adapter outputs for identical inputs drift far in representation space after the backbone is unfrozen, the central alignment assumption fails.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • On the reported 20-task biology suite the model takes a top-two finish on 17 tasks, surpassing the 16 top-two finishes of a trillion-parameter scientific LLM despite being roughly 100 times smaller.
  • The same checkpoint can deliver native outputs, including RNA sequences, SMILES strings, global weather fields, and segmentation masks, so tasks that need dense predictions no longer require an external specialist model.
  • In weather forecasting, the model's 10-day RMSE and anomaly correlation beat the operational high-resolution numerical weather-prediction system for 500-hPa geopotential, 2-metre temperature, and mean sea-level pressure, with the advantage growing at longer lead times.
  • On pooled medical-image segmentation it reaches 91.20 average Dice, ahead of a leading text-grounded segmentation model (90.73) and far above the raw segmentation backbone (35.40).
  • General capability checks show the model matches or exceeds its starting vision-language backbone on 7 of 11 evaluated tasks, with most differences within seed-level variation and only icon reasoning dropping by about three percentage points.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If the two-stage recipe generalises, adding a new scientific modality could become plug-and-play: train a new encoder-adapter against a frozen backbone, then run a short consolidation pass, which would change how scientific AI systems are extended.
  • The paper does not report a Stage-1-only versus Stage-2 ablation, so the strongest test of the curriculum is to compare adapter outputs and per-modality task metrics before and after consolidation; a large drift would reveal that the frozen interfaces no longer match the unfrozen backbone.
  • The acknowledged weakness on scalar regression (ADMET and some RNA/protein properties) suggests the fixed 64-token bottleneck is well matched to categorical and structural signals but may need a continuous regression head or finer token allocation for precise numbers.
  • The enzyme-conditioned generation examples are only two curated cases; a systematic evaluation on held-out enzyme reactions would show whether cross-modal generation generalises beyond memorised chemistry.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper presents MKB, an 11B scientific multimodal foundation model built on a Qwen3-VL-8B backbone, with modality-specific encoders, adapters, and decoders for DNA, RNA, proteins, small molecules, Earth-system data, and medical images. Training uses a two-stage curriculum: Stage 1 aligns each modality pathway with the frozen backbone, and Stage 2 unfreezes the language backbone and mixes scientific and general data. The central claim is that a single shared-backbone model can both understand and natively generate across these six scientific domains while largely retaining general-purpose capabilities. Evidence includes strong biology-understanding numbers (macro-average 60.11 vs 51.97 for Intern-S1-Pro), best pooled Dice on BiomedParse (91.20), molecule generation results comparable to LlaSMol, and some improvement over ECMWF HRES in medium-range weather forecasting.

Significance. If the central claims hold, the paper demonstrates an impressive and useful result: a compact 11B model can jointly handle biological sequences, molecular graphs, dense weather fields, and medical images, and can generate modality-native outputs, while keeping most of its general VLM ability. The public release of code and checkpoints is a concrete contribution. However, the strength of the paper is uneven. The biology and medical-segmentation results are the most convincing; the macro-average gain over a 1T-parameter model is substantial, and the segmentation comparison includes several strong baselines. The cross-modal generation claim, which is the model's main differentiation from text-centric scientific LLMs, rests on only two hand-picked qualitative examples. The weather evaluation compares only to HRES and lacks error bars and data-driven baselines. These gaps are load-bearing for the paper's strongest claims, and the benchmark provenance for Biology-Instructions needs explicit clarification.

major comments (4)
  1. [§5.2.2, Figure 3] Cross-modal native generation, the paper's central differentiator, is evaluated only by two qualitative examples. The text explicitly says 'we report representative cases rather than model-versus-model scores' and provides no aggregate validity, exact-match, Tanimoto, or held-out success-rate numbers on the reserved enzyme-catalysis split. Since the model's claimed advantage over text-centric scientific LLMs is precisely native cross-modal generation, this is load-bearing. The authors should report quantitative metrics on the full reserved split (e.g., RDKit-canonical exact match, validity, Tanimoto similarity) and, where possible, compare with a text-serialisation baseline.
  2. [§5.2.3, Figure 4] The weather-forecast claim 'better medium-range forecasts than HRES' is based only on a comparison to ECMWF HRES. Figure 4 reports no error bars, no statistical significance, and no data-driven baselines such as Pangu-Weather, GraphCast, or FourCastNet. Given the paper's emphasis on high-fidelity native Earth-system output, a single NWP baseline is insufficient. The authors should add standard data-driven baselines and report uncertainty or at least multiple initialisation dates, so the reader can judge whether the apparent advantage is robust.
  3. [§3.1, §5.1.2, Table 6] Biology-Instructions is used both as training data ('DNA, RNA, protein, and RNA–protein tasks are primarily drawn from Biology-Instructions') and as the evaluation benchmark for the main biology table. The paper does not state explicitly how the benchmark split was constructed or whether any Biology-Instructions training samples overlap the reported test tasks. Without a clear leakage-control statement, the macro-average improvement over Intern-S1-Pro could be inflated. The authors must specify the exact split protocol for each of the 20 tasks and confirm that no task-level training examples appear in the evaluation set.
  4. [§4.2, Table 3] The two-stage curriculum is a key design claim, but no ablation isolates the contribution of Stage 2. The paper says Stage 2 unfreezes the LLM backbone while freezing Stage-1 components, yet it never reports Stage-1-only numbers. The reader's concern that unfreezing the backbone could miscalibrate the frozen adapters is real; the reported results suggest this did not happen catastrophically, but the contribution of Stage 2 to the final numbers is unquantified. A Stage-1-only vs Stage-2 comparison for at least one biology, one molecule, and one dense-output task would support the curriculum claim.
minor comments (5)
  1. [§3.5] Stage-2 mixture down-sampling ratios are described only qualitatively. Since the mixture composition can affect both scientific and general performance, reporting the actual ratios (or a table of source sizes) would improve reproducibility.
  2. [§2.5, §5.2.2] The RNA generation result (BLEU 99.996, recovery 99.998%) is described as 'near-saturated' and largely deterministic. This should be stated more prominently in the results section; otherwise the reader may mistake this for a challenging generative benchmark.
  3. [Figure 4 and Table 10] The weather curves in Figure 4 would benefit from shading or confidence bands, and Table 10 should state the variance across the 102,855 test pairs. Even a single standard-deviation column would help assess whether the small gaps to BiomedParse on several modalities are meaningful.
  4. [§5.1.4] The relationship between Suiren (the molecule encoder used by MKB), the MoleHB benchmark, and the Suiren baseline in Table 7 should be clarified. Since both the encoder and benchmark are attributed to the same technical report, a reader needs to know whether the comparison is independent or partially circular.
  5. [Global] Minor typographical and formatting issues: 'Intern-S1-Pro' is spelled 'Intern-S1-Pro' in the text but the abstract/reference use 'Intern-S1-Pro'; a citation for the official split of Biology-Instructions (e.g., a URL or version) is missing; and the GitHub/HuggingFace links should include commit hashes to support reproducibility.

Circularity Check

1 steps flagged

Substrate-to-product cross-modal generation is circular: the Rhea reaction ID supplied in the prompt is the database key whose definition is the output; the rest of the paper is largely independent empirical evaluation.

specific steps
  1. self definitional [Section 5.2.2 (Scientific Generation Results), Figure 3(b); task constructed in Section 3.3, Table 2 (enzyme_substrate2product)]
    "substrate-to-product prediction conditioned on enzyme sequence, substrate molecules, and a curated Rhea reaction identifier. ... This enzyme is annotated with Rhea:38488. For this specific Rhea reaction, predict the product molecule(s) from the substrate set. ... Matches the curated Rhea:38488 product exactly."

    A Rhea identifier uniquely denotes one curated reaction, including its product set. The prompt gives the model Rhea:38488 as an input and asks for the products of 'this specific Rhea reaction'; the reference answer is the curated product set attached to that identifier. The 'prediction' is therefore not derived from the enzyme sequence and substrate by cross-modal reasoning; it reduces to retrieving/recalling the database entry named by the input. Correctness is scored as exact match to the same database record, so success on this representative case is forced by construction rather than evidence of joint protein-molecule generation. This is load-bearing because the same subsection is the only evidence for the enzyme-to-molecule cross-modal generation claim.

full rationale

MKB is primarily an empirical systems paper, and the bulk of its results are measured on external benchmarks (Biology-Instructions, SMolInstruct, MoleculeNet/TDC, BiomedParse, ERA5, MMLU/MMMU-Pro), so the default non-circularity verdict would be low. The identified circular step is confined to the substrate-to-product evaluation in Section 5.2.2/Figure 3(b): the input includes a curated Rhea reaction ID, and the output is the curated product set for that same ID, making the example a database lookup rather than a prediction from enzyme+substrate context. Because this example is one of only two supports for the paper's cross-modal native-generation claim, the circularity is partial but material. The cofactor prediction example, RNA generation, text-to-SMILES generation, weather forecasting, and medical segmentation do not exhibit this reduction. The MoleHB/Suiren overlap is a self-citation/provenance concern, but the paper is transparent that Suiren is used as a fixed encoder and is also a baseline; there is no demonstrated reduction, so it does not add to the score by itself. Overall: 6.

Axiom & Free-Parameter Ledger

3 free parameters · 3 axioms · 0 invented entities

The central empirical claims rest on pretrained encoders and a hand-designed two-stage curriculum. The weather loss weights and latent token count are free parameters that affect results. The paper does not release the internal cross-modal datasets or full Stage-2 mixture, which limits independent verification.

free parameters (3)
  • Weather loss channel weights (alpha_hum, alpha_sur, alpha_upper) = 0.3, 0.5, 1.0
    Hand-chosen in Section 2.5 to reweight variables in the latitude-weighted Charbonnier loss; changing these weights changes forecast RMSE/ACC, so the weather result depends on them.
  • Latent token count K for sequence/graph adapters = 64
    Set to 64 for all sequence and graph pathways (Section 2.2); determines the capacity of the compressed modality representation and is not derived from data.
  • Stage-2 mixture down-sampling ratios = unspecified
    Section 3.5 says high-volume general corpora are down-sampled 'relative to scientific data' but does not give exact ratios; these ratios control the general-capability retention vs scientific performance trade-off.
axioms (3)
  • domain assumption Pretrained ESM2, Suiren, and SAM3 representations are sufficiently rich and transferable to serve as encoders for the unified backbone.
    Sections 2.3.1-2.3.4 rely on these pretrained models; if they fail to capture domain structure, MKB's understanding and generation results would degrade independently of the shared-backbone design.
  • domain assumption Two-stage modality-then-language curriculum prevents cross-modality interference and preserves Stage-1 alignment after unfreezing the backbone.
    Section 4 asserts this stability but provides no ablation of Stage-1-only vs Stage-2; the central unified-model claim depends on this transfer assumption.
  • domain assumption Causal attention over 28,800 dense weather tokens with reserved placeholder positions preserves spatial information needed for field decoding.
    Sections 2.3.3 and 2.4 insert dense latitude-longitude tokens into the shared sequence; the weather forecasting results depend on this spatial-preservation assumption.

pith-pipeline@v1.3.0-alltime-deepseek · 21152 in / 10310 out tokens · 108522 ms · 2026-08-01T21:44:22.830129+00:00 · methodology

0 comments
read the original abstract

Scientific discovery is increasingly shifting from isolated disciplines to multi-domain reasoning, and AI for science faces a similar transition. Existing systems are either specialised for individual domains or unify scientific data mainly through text tokenisation and prompt-based interfaces, limiting their ability to handle diverse scientific inputs, produce modality-native outputs, and support joint understanding, reasoning, and generation across scientific domains. We introduce MKB, a unified scientific multimodal model for both understanding and generation, built around a shared Transformer backbone and modality-tailored encoders, adapters, and decoders. MKB covers six scientific branches, including DNA, RNA, proteins, small molecules, earth science, and medical images, and supports native outputs such as biological sequences, molecular strings, meteorological fields, and segmentation masks. Training follows a two-stage modality-then-language curriculum: Stage 1 aligns modality-specific components with the frozen backbone, and Stage 2 consolidates them with the language backbone using mixed scientific and general corpora. Experiments show that MKB achieves competitive scientific understanding across biological and molecular benchmarks, produces high-fidelity native outputs for weather forecasting, biological generation, and medical-image segmentation, and largely retains the general capabilities of its Qwen3-VL backbone. These results demonstrate the feasibility of the proposed paradigm, suggesting that shared-backbone models with modality-tailored components can provide a promising foundation for future cross-domain scientific multimodal exploration. The model and code are publicly available at https://github.com/Shanghai-Academy-of-AI-For-Science/MKB and https://huggingface.co/sais-org/MKB.

Figures

Figures reproduced from arXiv: 2607.20557 by Fenglei Cao, Hao Li, Hesen Chen, Junyi An, Libo Wu, Xiaomeng Yang, Xinyu Su, Yifeng Jiao, Yuan Cheng, Yuan Qi, Yuetan Lin, Yunqi Zhang, Zhiyu Tan, Zixiong Yang.

Figure 1
Figure 1. Figure 1: Podium coverage on the Biology-Instructions understanding suite. For each biological category and the 20-task overall, bars stack first-place (solid) on second-place (hatched) finishes, and the top-of-bar number is their sum. MKB (11B) reaches 17/20 top-two, ahead of Intern-S1-Pro (1T, 16/20) and far above Biology-Instructions (8B, 7/20). 2 Architecture 2.1 Overview We propose MKB, a unified scientific mul… view at source ↗
Figure 2
Figure 2. Figure 2: Overview of MKB. MKB consists of general and domain-specific encoders, adapters, and decoders [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Representative native molecular generation cases. (a) Enzyme sequence to cofactor SMILES. (b) [PITH_FULL_IMAGE:figures/full_fig_p019_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: MKB vs. ECMWF HRES on global ERA5 forecasting. [PITH_FULL_IMAGE:figures/full_fig_p020_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Qualitative text-prompted segmentation comparison between MKB and BiomedParse across the [PITH_FULL_IMAGE:figures/full_fig_p020_5.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

34 extracted references · 1 canonical work pages

  1. [1]

    Flamingo: a visual language model for few-shot learning

    Jean-Baptiste Alayrac, Jeff Donahue, Pauline Luc, Antoine Miech, Iain Barr, Yana Hasson, Karel Lenc, Arthur Mensch, Katherine Millican, Malcolm Reynolds, et al. Flamingo: a visual language model for few-shot learning. Advances in neural information processing systems , 35:23716–23736, 2022

  2. [2]

    Suiren-1.0 technical report: A family of molecular foundation models

    Junyi An, Xinyu Lu, Yun-Fei Shi, Li-Cheng Xu, Nannan Zhang, Chao Qu, Yuan Qi, and Fenglei Cao. Suiren-1.0 technical report: A family of molecular foundation models. arXiv preprint arXiv:2603.21942 , 2026

  3. [3]

    Axelsen, Venkatesh Muthukrishnan, Elisabeth Coudert, Lucila Aimo, Nevila Hyka-Nouspikel, Elisabeth Gasteiger, Arnaud Kerhornou, Teresa B

    Parit Bansal, Anne Morgat, Kristian B. Axelsen, Venkatesh Muthukrishnan, Elisabeth Coudert, Lucila Aimo, Nevila Hyka-Nouspikel, Elisabeth Gasteiger, Arnaud Kerhornou, Teresa B. Neto, Monica Poz- zato, Marie-Claude Blatter, Alan Ignatchenko, Nicole Redaschi, and Alan Bridge. Rhea, the reaction knowledgebase in 2022. Nucleic Acids Research, 50(D1):D693–D700...

  4. [4]

    Accurate medium-range global weather forecasting with 3d neural networks

    Kaifeng Bi, Lingxi Xie, Hengheng Zhang, Xin Chen, Xiaotao Gu, and Qi Tian. Accurate medium-range global weather forecasting with 3d neural networks. Nature, 619(7970):533–538, 2023

  5. [5]

    Sam 3: Segment anything with concepts

    Nicolas Carion, Laura Gustafson, Yuan-Ting Hu, Shoubhik Debnath, Ronghang Hu, Didac Suris, Chai- tanya Ryali, Kalyan Vasudev Alwala, Haitham Khedr, Andrew Huang, et al. Sam 3: Segment anything with concepts. arXiv preprint arXiv:2511.16719 , 2025

  6. [6]

    Fuxi: A cascade machine learning forecasting system for 15-day global weather forecast

    Lei Chen, Xiaohui Zhong, Feng Zhang, Yuan Cheng, Yinghui Xu, Yuan Qi, and Hao Li. Fuxi: A cascade machine learning forecasting system for 15-day global weather forecast. npj climate and atmospheric science, 6(1):190, 2023

  7. [7]

    Nucleotide transformer: building and evaluating robust foundation models for human genomics

    Hugo Dalla-Torre, Liam Gonzalez, Javier Mendoza-Revilla, Nicolas Lopez Carranza, Adam Henryk Grzywaczewski, Francesco Oteri, Christian Dallago, Evan Trop, Bernardo P De Almeida, Hassan Sirelkhatim, et al. Nucleotide transformer: building and evaluating robust foundation models for human genomics. Nature Methods, 22(2):287–297, 2025. 22

  8. [8]

    Translation between molecules and natural language

    Carl Edwards, Tuan Lai, Kevin Ros, Garrett Honke, Kyunghyun Cho, and Heng Ji. Translation between molecules and natural language. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing (EMNLP) , pages 375–413, Abu Dhabi, United Arab Emirates, 2022. Association for Computational Linguistics. doi: 10.18653/v1/2022.emnlp-main.26

  9. [9]

    Gilson, Tiqing Liu, Michael Baitaluk, George Nicola, Linda Hwang, and Jenny Chong

    Michael K. Gilson, Tiqing Liu, Michael Baitaluk, George Nicola, Linda Hwang, and Jenny Chong. BindingDB in 2015: A public database for medicinal chemistry, computational chemistry and systems pharmacology. Nucleic Acids Research , 44(D1):D1045–D1053, 2016. doi: 10.1093/nar/gkv1072

  10. [10]

    Evaluation of ECMWF forecasts, including the 2021 upgrade

    Thomas Haiden, Martin Janousek, Frederic Vitart, Zied Ben Bouallegue, Laura Ferranti, and Fernando Prates. Evaluation of ECMWF forecasts, including the 2021 upgrade. Technical Report 884, European Centre for Medium-Range Weather Forecasts, 2021. URL https://www.ecmwf.int/en/elibrary/ 81235-evaluation-ecmwf-forecasts-including-2021-upgrade

  11. [11]

    Evaluation of ecmwf forecasts, including the 2021 upgrade, 09/2021 2021

    Thomas Haiden, Martin Janousek, Frédéric Vitart, Zied Ben Bouallègue, Laura Ferranti, and Fernando Prates. Evaluation of ecmwf forecasts, including the 2021 upgrade, 09/2021 2021. URL &nbsp

  12. [12]

    ChEBI in 2016: Improved services and an expanding collection of metabolites

    Janna Hastings, Gareth Owen, Adriano Dekker, Marcus Ennis, Namrata Kale, Venkatesh Muthukrish- nan, Steve Turner, Neil Swainston, Pedro Mendes, and Christoph Steinbeck. ChEBI in 2016: Improved services and an expanding collection of metabolites. Nucleic Acids Research , 44(D1):D1214–D1219,

  13. [13]

    Biology-instructions: A dataset and benchmark for multi-omics sequence understanding capability of large language models

    Haonan He, Yuchen Ren, Yining Tang, Ziyang Xu, Junxian Li, Minghao Yang, Di Zhang, Yuan Dong, Tao Chen, Shufei Zhang, Yuqiang Li, Nanqing Dong, Wanli Ouyang, Dongzhan Zhou, and Peng Ye. Biology-instructions: A dataset and benchmark for multi-omics sequence understanding capability of large language models. In Findings of the Association for Computational ...

  14. [14]

    Hans Hersbach, Bill Bell, Paul Berrisford, Shoji Hirahara, András Horányi, Joaquín Muñoz-Sabater, Julien Nicolas, Carole Peubey, Raluca Radu, Dinand Schepers, Adrian Simmons, Cornel Soci, Saleh Abdalla, Xavier Abellan, Gianpaolo Balsamo, Peter Bechtold, Gionata Biavati, Jean Bidlot, Massimo Bonavita, Giovanna De Chiara, Per Dahlgren, Dick Dee, Michail Dia...

  15. [15]

    Coley, Cao Xiao, Jimeng Sun, and Marinka Zitnik

    Kexin Huang, Tianfan Fu, Wenhao Gao, Yue Zhao, Yusuf Roohani, Jure Leskovec, Connor W. Coley, Cao Xiao, Jimeng Sun, and Marinka Zitnik. Therapeutics data commons: Machine learning datasets and tasks for drug discovery and development. In Advances in Neural Information Processing Systems (NeurIPS) Track on Datasets and Benchmarks , 2021

  16. [16]

    Berg, Wan-Yen Lo, Piotr Dollár, and Ross Girshick

    Alexander Kirillov, Eric Mintun, Nikhila Ravi, Hanzi Mao, Chloe Rolland, Laura Gustafson, Tete Xiao, Spencer Whitehead, Alexander C. Berg, Wan-Yen Lo, Piotr Dollár, and Ross Girshick. Segment anything. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pages 3992–4003, 2023. doi: 10.1109/ICCV51070.2023.00371

  17. [17]

    Learning skillful medium-range global weather forecasting

    Remi Lam, Alvaro Sanchez-Gonzalez, Matthew Willson, Peter Wirnsberger, Meire Fortunato, Ferran Alet, Suman Ravuri, Timo Ewalds, Zach Eaton-Rosen, Weihua Hu, et al. Learning skillful medium-range global weather forecasting. Science, 382(6677):1416–1421, 2023

  18. [18]

    Evolutionary-scale prediction of atomic-level protein structure with a language model

    Zeming Lin, Halil Akin, Roshan Rao, Brian Hie, Zhongkai Zhu, Wenting Lu, Nikita Smetanin, Robert Verkuil, Ori Kabeli, Yaniv Shmueli, et al. Evolutionary-scale prediction of atomic-level protein structure with a language model. Science, 379(6637):1123–1130, 2023. 23

  19. [19]

    Segment anything in medical images

    Jun Ma, Yuting He, Feifei Li, Lin Han, Chenyu You, and Bo Wang. Segment anything in medical images. Nature communications, 15(1):654, 2024

  20. [20]

    Language mod- els enable zero-shot prediction of the effects of mutations on protein function

    Joshua Meier, Roshan Rao, Robert Verkuil, Jason Liu, Tom Sercu, and Alex Rives. Language mod- els enable zero-shot prediction of the effects of mutations on protein function. Advances in neural information processing systems , 34:29287–29303, 2021

  21. [21]

    Dinov2: Learning robust visual features without supervision

    Maxime Oquab, Timothée Darcet, Théo Moutakanni, Huy Vo, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel Haziza, Francisco Massa, Alaaeldin El-Nouby, et al. Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193 , 2023

  22. [22]

    DeepDTA: deep drug–target binding affinity prediction

    Hakime Öztürk, Arzucan Özgür, and Elif Ozkirimli. DeepDTA: deep drug–target binding affinity prediction. Bioinformatics, 34(17):i821–i829, 2018. doi: 10.1093/bioinformatics/bty593

  23. [23]

    FourCast- Net: A global data-driven high-resolution weather model using adaptive Fourier neural operators

    Jaideep Pathak, Shashank Subramanian, Peter Harrington, Sanjeev Raja, Ashesh Chattopadhyay, Morteza Mardani, Thorsten Kurth, David Hall, Zongyi Li, Kamyar Azizzadenesheli, et al. FourCast- Net: A global data-driven high-resolution weather model using adaptive Fourier neural operators. arXiv preprint arXiv:2202.11214 , 2022

  24. [24]

    Qwen3-VL technical report

    Qwen Team. Qwen3-VL technical report. arXiv preprint arXiv:2511.21631 , 2025

  25. [25]

    MMLU-Pro: A more robust and challenging multi-task language understanding benchmark

    Yubo Wang, Xueguang Ma, Ge Zhang, Yuansheng Ni, Abhranil Chandra, Shiguang Guo, Weiming Ren, Aaran Arulraj, Xuan He, Ziyan Jiang, Tianle Li, Max Ku, Kai Wang, Alex Zhuang, Rongqi Fan, Xiang Yue, and Wenhu Chen. MMLU-Pro: A more robust and challenging multi-task language understanding benchmark. In Advances in Neural Information Processing Systems 37 (Neur...

  26. [26]

    Feinberg, Joseph Gomes, Caleb Geniesse, Aneesh S

    Zhenqin Wu, Bharath Ramsundar, Evan N. Feinberg, Joseph Gomes, Caleb Geniesse, Aneesh S. Pappu, Karl Leswing, and Vijay Pande. MoleculeNet: a benchmark for molecular machine learning. Chemical Science, 9(2):513–530, 2018. doi: 10.1039/C7SC02664A

  27. [27]

    Nature language model: deciphering the language of nature for scientific discovery

    Yingce Xia, Peiran Jin, Shufang Xie, Liang He, Chuan Cao, Renqian Luo, Guoqing Liu, Yue Wang, Zequn Liu, Yuan-Jyue Chen, et al. Nature language model: deciphering the language of nature for scientific discovery. arXiv preprint arXiv:2502.07527 , 2025

  28. [28]

    Baker, Ziqi Chen, Xia Ning, and Huan Sun

    Botao Yu, Frazier N. Baker, Ziqi Chen, Xia Ning, and Huan Sun. LlaSMol: Advancing large lan- guage models for chemistry with a large-scale, comprehensive, high-quality instruction tuning dataset. In Conference on Language Modeling (COLM) , 2024. Introduces the SMolInstruct dataset; preprint arXiv:2402.09391

  29. [29]

    MMMU-Pro: A more robust multi-discipline multimodal understanding benchmark

    Xiang Yue, Tianyu Zheng, Yuansheng Ni, Yubo Wang, Kai Zhang, Shengbang Tong, Yuxuan Sun, Botao Yu, Ge Zhang, Huan Sun, Yu Su, Wenhu Chen, and Graham Neubig. MMMU-Pro: A more robust multi-discipline multimodal understanding benchmark. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (ACL) , 2025. Preprint: arXiv:2409.02813

  30. [30]

    A foundation model for joint segmentation, detection and recognition of biomedical objects across nine modalities

    Theodore Zhao, Yu Gu, Jianwei Yang, Naoto Usuyama, Ho Hin Lee, Sid Kiblawi, Tristan Naumann, Jianfeng Gao, Angela Crabtree, Jacob Abel, Christine Moung-Wen, Brian Piening, Carlo Bifulco, Mu Wei, Hoifung Poon, and Sheng Wang. A foundation model for joint segmentation, detection and recognition of biomedical objects across nine modalities. Nature Methods , ...

  31. [31]

    Uni-Mol: A universal 3d molecular representation learning framework

    Gengmo Zhou, Zhifeng Gao, Qiankun Ding, Hang Zheng, Hongteng Xu, Zhewei Wei, Linfeng Zhang, and Guolin Ke. Uni-Mol: A universal 3d molecular representation learning framework. ChemRxiv, 2022. doi: 10.26434/chemrxiv-2022-jjm0j-v4

  32. [32]

    DNABERT- 2: Efficient foundation model and benchmark for multi-species genome

    Zhihan Zhou, Yanrong Ji, Weijian Li, Pratik Dutta, Ramana Davuluri, and Han Liu. DNABERT- 2: Efficient foundation model and benchmark for multi-species genome. In The Twelfth International Conference on Learning Representations (ICLR) , 2024. URL https://openreview.net/forum?id= oMLQB4EZE1. 24

  33. [33]

    Intern-s1-pro: Scientific multimodal foundation model at trillion scale

    Yicheng Zou, Dongsheng Zhu, Lin Zhu, Tong Zhu, Yunhua Zhou, Peiheng Zhou, Xinyu Zhou, Dongzhan Zhou, Zhiwang Zhou, Yuhao Zhou, et al. Intern-s1-pro: Scientific multimodal foundation model at trillion scale. arXiv preprint arXiv:2603.25040 , 2026. 25

  34. [2016]

    doi: 10.1093/nar/gkv1031