File size: 1,291 Bytes
3f6add4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
license: mit
tags:
- chemistry
---

# OpenChemIE Data

Complete instructions for running OpenChemIE can be found at this [github repository](https://github.com/CrystalEye42/OpenChemIE).
Additionally, the web interface is located at [https://mit.openchemie.info/](https://mit.openchemie.info/). 

The images associated with the annotated dataset for R-group resolution can be downloaded [here](r_group_resolution_diagrams.zip) and the annotations are located at
[r_group_resolution_data.json](r_group_resolution_data.json). 

The annotations take the following format: 
```python
[
  {
    "file_name": "acs.joc.2c00176 example 1.png",
    "reaction_template": {
      "reactants": [
        "*C(=O)NN=CC(F)(F)F",
        "N#CN"
      ],
      "products": [
        "*C(=O)N1NC(C(F)(F)F)N=C1N"
      ]
    },
    "detailed_reactions": {
      "a": {
        "reactants": [
          "O=C(NN=CC(F)(F)F)c1ccccc1",
          "N#CN"
        ],
        "products": [
          "NC1=NC(C(F)(F)F)NN1C(=O)c1ccccc1"
        ]
      },
      # more reactions
    }
  },
  # more diagrams
]
```

Additionally, notebooks that aided the annotation process can be accessed [here](r_group_annotation_notebooks.zip). 

Data and diagrams used in the comparison against Reaxys are also in this repository.