SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2603.02215 · 2026

RxnNano:Training Compact LLMs for Chemical Reaction and Retrosynthesis Prediction via Hierarchical Curriculum Learning

Lei Chen, Ran Li, Shimin Di, Jiachuan Wang, Wangze Ni, Haowei Li, Luanshi Bu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 9 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
rlisml/RxnNano canonical 0 of 9
FunctionStatusWhere it lives
extract_xml_answer Not yet run rlisml/RxnNano/src/evaluation/metrics.py
code served (permissive licence) · get_code("697299f1698779c5")
extract_xml_think Not yet run rlisml/RxnNano/src/evaluation/metrics.py
code served (permissive licence) · get_code("d94252f4313ad6f5")
format_forward_prediction_prompt Not yet run rlisml/RxnNano/src/evaluation/prompt_formatters.py
code served (permissive licence) · get_code("2da18d96fac26140")
format_retrosynthesis_class_prompt Not yet run rlisml/RxnNano/src/train/prompts.py
code served (permissive licence) · get_code("95b985f0d0f23cdb")
format_retrosynthesis_prompt Not yet run rlisml/RxnNano/src/evaluation/prompt_formatters.py
code served (permissive licence) · get_code("fceff4a42399383b")
get_dataset_suffix Not yet run rlisml/RxnNano/src/train/dataset.py
code served (permissive licence) · get_code("81b9ce93e87e4851")
get_prompt_formatter Not yet run rlisml/RxnNano/src/evaluation/prompt_formatters.py
code served (permissive licence) · get_code("53c12de50a01ee84")
get_system_prompt Not yet run rlisml/RxnNano/src/config/prompts.py
code served (permissive licence) · get_code("6d32fa4e45923284")
normalize_smiles Not yet run rlisml/RxnNano/src/evaluation/metrics.py
code served (permissive licence) · get_code("1fbd49dc8520706d")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Chemical reaction prediction is pivotal for accelerating drug discovery and synthesis planning. Despite advances in data-driven models, current approaches are hindered by an overemphasis on parameter and dataset scaling. Some methods coupled with evaluation techniques that bypass fundamental challenges in reaction representation and fail to capture deep chemical intuition like reaction common sense and topological atom mapping logic. We argue that the core challenge lies in instilling these knowledge into the models. To this end, we propose a unified framework that prioritizes chemical understanding over scale through three key innovations: (1) a Latent Chemical Consistency objective that models reactions as movements on a continuous chemical manifold, ensuring reversible and physically plausible transformations; (2) a Hierarchical Cognitive Curriculum that trains the model through progressive stages, from syntax mastery to semantic reasoning, building robust chemical intuition; (3) Atom-Map Permutation Invariance (AMPI), which force the model to learn invariant relational topology and balance multi-task learning. (4)and structured plan-based reasoning to improve the performance of the LLMs. Our compact 0.5B-parameter model, RxnNano significantly outperforms fine-tuned LLMs ten times larger (>7B) and all the domain baselines, achieving a 23.5% Top-1 accuracy improvement on rigorous benchmarks without testtime augmentation. https://github.com/rlisml/RxnNano.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2603.02215")
get_code_for_paper("2603.02215")
have("2603.02215")

Connect an agent — have() is free.