nach0: Multimodal Natural and Chemical Languages Foundation Model
Micha Livne, Zulfat Miftahutdinov, Elena Tutubalina, Maksim Kuznetsov, Daniil Polykovskiy, Annika Brundyn, Aastha Jhunjhunwala, Anthony Costa, Alex Aliper, Alán Aspuru-Guzik, Alex Zhavoronkov
TL;DR
nach0 presents a multimodal foundation model that unifies natural language and chemical representations within a single encoder-decoder architecture. Trained with a text-to-text, instruction-tuned regime on large NL and chemical data using the NeMo framework, nach0 demonstrates competitive performance on both single-domain NLP/chemistry tasks and cross-domain tasks such as description-guided molecule design and retrosynthesis. The work provides extensive benchmarks across NLP datasets, MoleculeNet, and Mol-Instructions, showing strong generation, property prediction, and cross-domain reasoning capabilities, and it includes two practical case studies: end-to-end drug discovery and cross-domain molecule generation. While achieving notable gains, the authors acknowledge limitations in chemist-level reasoning, SMILES-only representations, and the need for future extensions to 3D molecular data and knowledge-graph integration to reach expert performance at scale.
Abstract
Large Language Models (LLMs) have substantially driven scientific progress in various domains, and many papers have demonstrated their ability to tackle complex problems with creative solutions. Our paper introduces a new foundation model, nach0, capable of solving various chemical and biological tasks: biomedical question answering, named entity recognition, molecular generation, molecular synthesis, attributes prediction, and others. nach0 is a multi-domain and multi-task encoder-decoder LLM pre-trained on unlabeled text from scientific literature, patents, and molecule strings to incorporate a range of chemical and linguistic knowledge. We employed instruction tuning, where specific task-related instructions are utilized to fine-tune nach0 for the final set of tasks. To train nach0 effectively, we leverage the NeMo framework, enabling efficient parallel optimization of both base and large model versions. Extensive experiments demonstrate that our model outperforms state-of-the-art baselines on single-domain and cross-domain tasks. Furthermore, it can generate high-quality outputs in molecular and textual formats, showcasing its effectiveness in multi-domain setups.
