yrshi commited on
Commit
eb2b1e5
·
verified ·
1 Parent(s): 97258aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -47
README.md CHANGED
@@ -12,50 +12,4 @@ pinned: false
12
 
13
  # ReactXT: Understanding Molecular “Reaction-ship” via Reaction-Contextualized Molecule-Text Pretraining
14
 
15
- ## Comparison to previous molecule-text generative modeling methods
16
-
17
- ![fig1](./figures/comparison.pdf)
18
-
19
-
20
- ## Framework of ReactXT
21
-
22
- ![fig1](./figures/frameworks.pdf)
23
-
24
-
25
- ## Requirements
26
-
27
- Our environment is detailed in `environment.yml`. To create a new environment `reactxt`, run the following command:
28
-
29
- ```bash
30
- conda env create -f environment.yml
31
- ```
32
-
33
-
34
- ## Reproduce the results
35
-
36
- ### Reaction-Contextualized Molecule-Text Pretraining
37
-
38
- ```bash
39
- bash scripts/run_pretrain.sh
40
- ```
41
-
42
- ### Finetuning on downstream tasks
43
-
44
- 1. Experimental Procedure Prediction on OpenExp
45
-
46
- ```bash
47
- bash scripts/run_action.sh
48
- ```
49
-
50
- 2. Molecule Captioning on PubChem324k and CheBI-20
51
-
52
- ```bash
53
- bash scripts/run_caption.sh
54
- bash scripts/run_chebi.sh
55
- ```
56
-
57
- 3. Retro-synthesis Prediction on USPTO-50k
58
-
59
- ```bash
60
- bash scripts/run_retro.sh
61
- ```
 
12
 
13
  # ReactXT: Understanding Molecular “Reaction-ship” via Reaction-Contextualized Molecule-Text Pretraining
14
 
15
+ This repo is the demo of our ACL 2024 paper. Check out the full paper at arxiv.org/abs/2405.14225.