jiangg commited on
Commit
6764448
1 Parent(s): 3a7c973

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is the pre-trained model presented in [Automated Chemical Reaction Extraction from Scientific Literature](https://pubs.acs.org/doi/pdf/10.1021/acs.jcim.1c00284), which is a BERT model trained on chemical literature data.
2
+
3
+
4
+
5
+ The training corpus was taken from ~200K ACS publications, more details can be found in the paper.
6
+
7
+
8
+
9
+ If using these models, please cite the following paper:
10
+
11
+ ```latex
12
+ @article{guo2021automated,
13
+ title={Automated Chemical Reaction Extraction from Scientific Literature},
14
+ author={Guo, Jiang and Ibanez-Lopez, A Santiago and Gao, Hanyu and Quach, Victor and Coley, Connor W and Jensen, Klavs F and Barzilay, Regina},
15
+ journal={Journal of Chemical Information and Modeling},
16
+ year={2021},
17
+ publisher={ACS Publications}
18
+ }
19
+ ```
20
+