bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Small molecule foundation models
Small moleculeLanguage model

OCSRGlyph

Edison Scientific

Optical chemical structure recognition model that turns molecule images into SMILES, reaching 93.8% exact match on USPTO with full stereochemistry.

Released: July 2026
Parameters: 94 Million

Chemistry is published as pictures. Patents and journal figures encode molecules as line drawings, and any programmatic use of that chemistry — indexing a patent corpus, assembling a training set for a property model — first requires converting the drawing back into a machine-readable string. Optical chemical structure recognition (OCSR) is the single-molecule version of that task: image in, SMILES out. It is a mature area with a decade of published systems, and accuracies on the standard USPTO benchmark had converged in the low 90s.

OCSRGlyph, released by Edison Scientific in July 2026, is built around a diagnosis of what the residual errors actually were. Analysis of early training runs traced them not to connectivity but to stereochemistry: the model recovered the correct molecular graph and then mis-assigned the configuration at a stereocenter. Since stereoisomers sharing a connectivity graph can be distinct compounds with distinct pharmacology, those errors matter disproportionately downstream.

The fix was not a new architecture. OCSRGlyph is a conventional image-to-sequence transformer; what changed was the training curriculum, which deliberately oversamples chiral molecules and other stereochemically difficult motifs. Edison credits Kosmos, its AI-scientist system, with proposing that oversampling strategy, and frames the work as an instance of what the company calls autoresearch — automating the creation and training of predictive models. OCSRGlyph was released alongside MarkushGlyph, a companion vision-language model for the harder Markush case, in which a single drawing stands for a whole family of molecules.

#Key Features

  • Stereochemistry-enriched training curriculum: Two stereochemistry-rich sources are oversampled on top of the standard OCSR pools, raising full-stereochemistry accuracy without degrading accuracy on non-chiral molecules.
  • Compact encoder-decoder: At roughly 94 million parameters it is about 20 times smaller than its 2B-parameter sibling, and runs on a single GPU or on CPU.
  • Reported under three stereochemistry conventions: Accuracy is given for canonical (all stereochemistry correct), chirality-kept (tetrahedral chirality only), and graph (connectivity only) exact match, so results are comparable to prior papers that each adopted a different convention.
  • Deterministic postprocessing: Isolated explicit-hydrogen fragments that the decoder occasionally hallucinates are stripped and the prediction is re-canonicalized with RDKit, yielding 99.6% molecule validity.
  • Released artifacts with mixed licensing: Training code, configs, and frozen self-contained benchmark files are Apache-2.0, while the published checkpoint carries no declared license — its model card lists one as pending.

#Technical Details

OCSRGlyph pairs a Swin-B Transformer encoder at 384-pixel resolution, initialized from ImageNet-pretrained weights, with a six-layer Transformer decoder trained from scratch that emits a bare SMILES string one character at a time over a character-level vocabulary. Decoding is greedy. Training runs 100,000 steps at an effective batch size of 256 with a cosine learning-rate schedule peaking at 4e-4 and label smoothing of 0.1. The base data pool is the PubChem-1M and USPTO-680K OCSR sets distributed together by MolNexTR, with PubChem images rendered on the fly by EPAM Indigo and RDKit canonical SMILES as targets. The enrichment consists of Stereo-200K, preprocessed to a white background and a tight crop, plus a 64,752-molecule subset of PubChem-1M mined for adjacent-ring stereocenters — a motif the authors identified as especially difficult — with each enrichment source sampled twice as often as the base pool.

On the 5,719-image USPTO OCSR benchmark, OCSRGlyph reaches 93.8% exact match under the strictest canonical convention, 93.9% chirality-kept, and 96.2% graph, with 99.6% molecule validity. An ablation varying only the data mixture, with the architecture, objective, optimizer, and schedule held fixed, isolates the source of those gains: the base pools alone plateau near 90% canonical exact match, oversampling a 50,000-molecule stereo-rich subset alone reaches 93.5%, and the full mixture reaches 93.8%.

#Applications

The immediate use is bulk digitization of chemical drawings: converting structure images in patents, journal articles, and internal documents into SMILES for database indexing, prior-art search, and the construction of training sets for downstream property and reaction models. Because stereochemistry is where the model's gains sit, it is particularly relevant to medicinal-chemistry and intellectual-property workflows where a single stereocenter distinguishes a claimed compound from an unclaimed one. The small footprint lets large corpora be processed on modest hardware, and the released training code and configs let groups retrain on their own drawing conventions.

#Impact

OCSRGlyph advances a benchmark that had largely stopped moving, showing that targeted data curation, not a larger model or a new architecture, was what the remaining accuracy gap required. It is also a counterpoint to the scale-up trend in molecular image understanding, where systems such as MolSight attach graph-topology modules to 8B-parameter vision-language backbones. The authors are candid about what remains: with stereochemistry errors largely addressed, wrong connectivity is now the largest residual error class, and stereochemistry-focused curation does not touch it. The work is a July 2026 arXiv preprint awaiting peer review, and while code, datasets, and weights are all public, the checkpoint's licensing status is unresolved.

Citation

MarkushGlyph and OCSRGlyph: Improved Chemical Structure Recognition

Preprint

Andonian, A., et al. (2026) MarkushGlyph and OCSRGlyph: Improved Chemical Structure Recognition.

DOI: 10.48550/arXiv.2607.28532

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Where to run OCSRGlyph

Providers that host OCSRGlyph for inference, fine-tuning, or weight download.

No providers recorded yet. Browse all providers

Related models

Models with similar goals, methods, or subject matter.

  • MarkushGlyph

    Edison Scientific

    Vision-language model that parses Markush structures from patents in a single stage, turning whole-image drawings into machine-readable CXSMILES.

    Small moleculeLanguage model
  • MolSight

    Renmin University of China

    Vision-language model that reads molecular structure images, translating them to SMILES, captions, and properties via chemical-bond topology.

    Small moleculeLanguage model
  • SpectraLLM

    Chinese Academy of Sciences / The Hong Kong Polytechnic University / Tianjin University

    Molecular structure elucidation model that reads IR, Raman, UV-Vis, NMR, and mass spectra as text and generates SMILES end to end.

    Small moleculeLanguage model
  • MoLFormer-XL

    IBM Research

    Large-scale chemical language model trained on 1.1 billion SMILES strings using linear attention transformers for molecular property prediction.

    Small molecule
  • SynCoGen

    University of Toronto / The Hospital for Sick Children / University of Cambridge / ETH Zurich / Vector Institute / Mila / McGill University / Caltech

    Synthesizable 3D molecule generation that jointly samples building blocks, reactions, and atomic coordinates, returning a synthesis route per design.

    Small molecule

Citations

Total Citations0
Influential0
References34

GitHub

Stars8
Forks0
Open Issues0
Contributors1
Last Push5d ago
LanguagePython
LicenseApache-2.0

HuggingFace

Downloads0
Likes0
Last Modified12d ago
Pipelineimage-to-text

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
83Open
Usability — can I run it?70
Reproducibility — can I retrain it?92

Tags

optical_chemical_structure_recognitionsupervisedtransformervision_transformer

Resources

GitHub RepositoryResearch PaperOfficial WebsiteHuggingFace ModelDataset