cheminformatics

NISPO: Open-source IUPAC name generation tool

arXiv:2607.26113

summary

The paper presents NISPO, an open-source Python package built on RDKit that automatically generates IUPAC names for chemical structures, trained via a self-improving loop with a large language model and achieving over 98% round‑trip accuracy.

Abstract

Systematic International Union of Pure and Applied Chemistry (IUPAC) names are standard for communicating molecular structures in chemical literature, patents, and databases. We introduce NISPO, an open-source RDKit-based Python package for IUPAC name generation. NISPO was developed by an agentic self-improvement loop using OpenAI's Codex with the GPT-5.5 model. A generated name was considered correct if the open-source OPSIN tool parsed it back to the input structure. Guided by this objective, the agent implemented and refined NISPO against 2.68 million molecules from SureChEMBL, resulting in the tool achieving 98.1% round-trip accuracy on a held-out set of 103 million PubChem molecules. NISPO is freely available at https://github.com/oxpig/nispo.

Topics & keywords