Stereo-200k
收藏资源简介:
Stereo-200k是由华中科技大学研究团队构建的专门针对立体异构分子的光学化学结构识别数据集。该数据集包含20万条精心标注的立体异构分子图像,涵盖楔形键、虚线键等关键立体化学特征,数据来源于易混淆的立体异构分子集合。数据集通过专业化学标注流程构建,确保每个样本都包含精确的立体构型信息。该数据集主要应用于药物发现和化学信息学领域,旨在解决传统光学化学结构识别系统在立体化学信息准确识别方面的核心挑战,为三维分子空间构型识别提供关键训练资源。
Stereo-200k is an optical chemical structure recognition dataset focused on stereoisomeric molecules, developed by the research team at Huazhong University of Science and Technology. This dataset contains 200,000 meticulously annotated stereoisomeric molecular images, covering key stereochemical features such as wedge-shaped bonds and dashed bonds, and is sourced from a collection of confusable stereoisomeric molecules. The dataset is constructed via a professional chemical annotation pipeline, ensuring that each sample contains accurate stereoconfiguration information. Primarily applied in the fields of drug discovery and chemoinformatics, this dataset aims to address the core challenge faced by traditional optical chemical structure recognition systems in accurately identifying stereochemical information, serving as a critical training resource for three-dimensional molecular spatial configuration recognition.
MolSight数据集概述
项目简介
MolSight是一个用于光学化学结构识别(OCSR)的综合学习框架,通过三阶段训练方法提升模型性能,特别针对立体异构分子。
核心特性
- 采用预训练、多粒度微调和强化学习后训练的三阶段训练方法
- 首个集成强化学习方法的OCSR系统
- 使用Group Relative Policy Optimization(GRPO)算法优化化学语义正确性
- 专门针对易混淆的立体异构分子设计
数据集信息
- 构建了新的标注分子图像数据集Stereo-200k
- 数据集完全由具有挑战性的立体异构分子组成
- 支持MolSight的强化学习训练过程
- 将向研究社区公开
实验成果
- 在准确性、相似性和鲁棒性方面达到最先进性能
- 在大多数场景中优于经典方法和基于学习的方法
- 展现出广泛的下游应用潜力
当前状态
- 代码已发布
- Stereo-200k数据集待发布
- 模型权重待发布
快速开始
安装步骤
bash git clone https://github.com/hustvl/MolSight cd MolSight pip install -r requirements.txt
训练命令
bash
SFT训练
bash train.sh
训练额外坐标预测器
bash train_loc_predictor.sh
强化学习后训练
bash post_train.sh
技术贡献
- 克服了标记级准确性的限制
- 直接优化化学语义正确性
- 有效提高立体异构分子的识别准确率




