Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,374 Bytes
d0c63de
 
0f2d9e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d0c63de
df5c73d
 
 
 
 
 
 
 
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
49
50
51
52
53
54
55
56
57
58
59
60
---
license: cc-by-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: dosed_ingredient
    dtype: bool
  - name: indication_class
    dtype: string
  - name: molecule_chembl_id
    dtype: string
  - name: molecule_type
    dtype: string
  - name: oral
    dtype: bool
  - name: pref_name
    dtype: string
  - name: therapeutic_flag
    dtype: bool
  - name: usan_stem
    dtype: string
  - name: usan_stem_definition
    dtype: string
  - name: usan_year
    dtype: float64
  - name: withdrawn_flag
    dtype: bool
  - name: smiles
    dtype: string
  - name: inchikey
    dtype: string
  - name: slices
    dtype: string
  - name: morphing
    dtype: string
  - name: motif
    dtype: string
  - name: scaffold
    dtype: string
  - name: superstructure
    dtype: string
  splits:
  - name: train
    num_bytes: 12691
    num_examples: 26
  download_size: 18556
  dataset_size: 12691
---

# SAFE

Sequential Attachment-based Fragment Embedding (SAFE) is a novel molecular line notation that represents molecules as an unordered sequence of fragment blocks to improve molecule design using generative models.

This is the drugs dataset used for benchmarking.

Find the details and how to use at SAFE in the repo https://github.com/datamol-io/safe or the paper https://arxiv.org/pdf/2310.10773.pdf.