Jiaxin commited on
Commit
18cf7f1
·
verified ·
1 Parent(s): 2b93c89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -56,18 +56,4 @@ Key Contributions:
56
 
57
  - **Better Metrics:** We introduce a comprehensive evaluation scheme that directly quantifies manual correction costs, with Perfectly-Matched Annotation Accuracy (PMAA) as the most stringent metric, ensuring exact alignment between model outputs and input images, including atom text, coordinates, and bond types.
58
  - **Better Data:** We construct the largest and most accurately annotated real-world patent dataset, comprising 2,504,937 chemical structure images. Additionally, we introduce an independent test set, Annotated-USPTO (1,325 images), which covers a diverse range of structural patterns, providing a rigorous benchmark for evaluating model reliability.
59
- - **Better Reconstruction:** We develop MolA, an end-to-end OCSR model optimized for higher recognition accuracy and reduced manual intervention. Experimental results show that MolA significantly improves PMAA from 3.85\% (prior state-of-the-art) to 89.74\%, drastically reducing manual corrections and setting a new standard for reliable OCSR.
60
-
61
- The code are publicly available for research purposes at https://github.com/Zhenger959/MolA.
62
-
63
- If you use this dataset in your research, please cite the following paper:
64
-
65
- ```
66
- @article{zheng2025mola,
67
- title = {Towards Reliable Optical Chemical Structure Recognition: Better Metrics, Better Data and Better Reconstruction},
68
- author = {Jiaxin Zheng and Rong Ma and Cuinan Yu and Xu Wang and Fengfeng Zhou and Jianyang Zeng},
69
- journal = {Preprint},
70
- year = {2025},
71
- url = {https://github.com/Zhenger959/MolA}
72
- }
73
- ```
 
56
 
57
  - **Better Metrics:** We introduce a comprehensive evaluation scheme that directly quantifies manual correction costs, with Perfectly-Matched Annotation Accuracy (PMAA) as the most stringent metric, ensuring exact alignment between model outputs and input images, including atom text, coordinates, and bond types.
58
  - **Better Data:** We construct the largest and most accurately annotated real-world patent dataset, comprising 2,504,937 chemical structure images. Additionally, we introduce an independent test set, Annotated-USPTO (1,325 images), which covers a diverse range of structural patterns, providing a rigorous benchmark for evaluating model reliability.
59
+ - **Better Reconstruction:** We develop MolA, an end-to-end OCSR model optimized for higher recognition accuracy and reduced manual intervention. Experimental results show that MolA significantly improves PMAA from 3.85\% (prior state-of-the-art) to 89.74\%, drastically reducing manual corrections and setting a new standard for reliable OCSR.