ChemVLM: an open-source vision+LLM tuned for chemical images, exams, and property prediction

August 14, 20246 min

Overview

Decision SnapshotNeeds Validation

ChemVLM shows consistent gains on curated multimodal chemistry benchmarks; results are promising but tied to the provided datasets and heavy compute.

Citations3

Evidence Strength0.70

Confidence0.80

Risk Signals9

Trust Signals

Findings with numeric evidence: 4/4

Findings with evidence refs: 4/4

Results with explicit delta: 6/6

Reproducibility

Status: Code + data available

Open source: Yes

At A Glance

Cost impact: 50%

Production readiness: 60%

Novelty: 60%

Authors

Junxian Li, Di Zhang, Xunzhi Wang, Zeying Hao, Jingdi Lei, Qian Tan, Cai Zhou, Wei Liu, Yaotian Yang, Xinrui Xiong, Weiyun Wang, Zhe Chen, Wenhai Wang, Wei Li, Shufei Zhang, Mao Su, Wanli Ouyang, Yuqiang Li, Dongzhan Zhou

Links

Abstract / PDF / Code / Data

Why It Matters For Business

ChemVLM reduces manual image-to-structure work and improves multimodal chemistry question answering; it can speed tasks that mix diagrams and text, but requires substantial compute.

Who Should Care

Summary TLDR

ChemVLM is an open-source multimodal model (vision encoder + chemical LLM) trained and finetuned to read chemical images, answer multimodal chemistry exam questions, and predict molecular properties. It outperforms general-purpose multimodal LLMs on the authors' Chemical OCR, MMCR-Bench, and MMChemBench datasets and matches or surpasses GPT-4V on several chemistry tasks. Specialized OCR tools still give higher pure SMILES accuracy. Code and data links are provided.

Problem Statement

Text-only chemical LLMs miss structure and reaction images. Existing image->SMILES tools convert modality but do not perform deeper multimodal reasoning. Chemists spend time manually redrawing images; a chemistry-focused multimodal LLM could read images and reason jointly with text.

Main Contribution

ChemVLM: an open-source multimodal chemistry model that pairs a ViT-based image encoder with ChemLLM-20B and an MLP projector.

Three new evaluation datasets: ChemOCR (SMILES OCR), MMCR-Bench (exam-style multimodal chemistry Q&A), and MMChemBench (molecule caption + property prediction).

Key Findings

ChemVLM achieves strong chemical OCR quality among multimodal LLMs.

NumbersAvg Tanimoto similarity 71% on ChemOCR

Practical UseIf you need an all-in-one model that both reasons and extracts SMILES, ChemVLM gives far better OCR than general MLLMs; but use MolScribe/Decimer when pure highest SMILES accuracy is required.

Evidence RefTable 1

ChemVLM produces many exact SMILES matches compared to general MLLMs.

NumbersTanimoto@1.0 = 42.9% vs GPT-4V 2.1%

Practical UseExact structure recovery is feasible in many cases; include model outputs in a verification step before using for downstream chemistry.

Evidence RefTable 1

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Avg Tanimoto similarity (ChemOCR)71%MolScribe 92%−21 pp vs MolScribeChemOCR (1000 pairs)Table 1: ChemVLM-26B Avg Sim 71%Table 1
Tanimoto@1.0 (ChemOCR)42.9%GPT-4V 2.1%+40.8 pp vs GPT-4VChemOCRTable 1: Tani@1.0 42.9%Table 1

What To Try In 7 Days

Clone the repo and run the provided inference on a small ChemOCR sample to compare outputs.

Test ChemVLM on your molecule images to see gains in property prediction vs text-only models.

Use LoRA finetuning on a small in-house dataset to adapt the model to your lab's image styles.

Agent Features

Tool Use
RDKit for SMILES validationDeepspeed for training
Frameworks
LoRADeepSpeed ZeRO-3
Architectures
ViT-MLP-LLMVision Transformer (InternViT-6B)ChemLLM-20B as LLM backbone

Optimization Features

Token Efficiency
Context length 2048 tokens to allow long responses
Infra Optimization
Trained on 16× A100 (80GB) GPUs
Model Optimization
LoRA
System Optimization
Gradient accumulation and small per-GPU batch sizes
Training Optimization
Two-stage training: align projector then full finetuneUse of DeepSpeed bf16 and ZeRO-3 for memory efficiency

Reproducibility

Risks & Boundaries

Limitations

Only image and text modalities supported; no molecular-graph or time-series inputs.

Training was done for one epoch on large infra; generalization beyond reported datasets is unproven.

When Not To Use

When you need highest-possible SMILES extraction accuracy (use MolScribe/Decimer).

In low-resource settings where running large ViT+LLM models is infeasible.

Failure Modes

Hallucinated reasoning or incorrect chemical statements on complex questions.

Incorrect SMILES output in cases with noisy or stylized images.

Core Entities

Models

ChemVLM-26BChemLLM-20BInternViT-6BGPT-4VQwen-VL-ChatLLaVA-v1.5-13BInternVL-v1.5Yi-VL-PlusDecimerMolScribe

Metrics

Avg Tanimoto similarity (%)Tanimoto@1.0 (%)AccuracyTotal score (%)

Datasets

ChemOCRMMCR-BenchMMChemBenchCMMUScienceQAChemBenchScibenchDECIMER HDMPEACEUSPTO-50KOpenDataLab

Benchmarks

ChemOCRMMCR-BenchMMChemBenchCMMUScienceQAScibench