--- tags: - chemistry --- ## Reaction Graph Data Place the contents of this folder under the `datasets` folder. Here is an example of the directory structure: ``` Reaction-Graph/ ├── analysts ├── ...... ├── dataloaders ├── datasets/ │ ├── hte/ │ │ ├── buchwald_hartwig │ │ └── ...... │ ├── uspto_condition │ ├── uspto_tpl │ └── uspto_yield ├── encoders └── ...... ```