linfei-mise
commited on
Commit
·
80b7184
1
Parent(s):
9fc8243
Update README.md and add MIT License: simplified title/overview, added TDC hyperlink, updated dataset descriptions, removed Authors/Related Work sections, added MIT License file
Browse files
LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MIT License
|
2 |
+
|
3 |
+
Copyright (c) 2025 ToxiMol
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this software and associated documentation files (the "Software"), to deal
|
7 |
+
in the Software without restriction, including without limitation the rights
|
8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9 |
+
copies of the Software, and to permit persons to whom the Software is
|
10 |
+
furnished to do so, subject to the following conditions:
|
11 |
+
|
12 |
+
The above copyright notice and this permission notice shall be included in all
|
13 |
+
copies or substantial portions of the Software.
|
14 |
+
|
15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21 |
+
SOFTWARE.
|
README.md
CHANGED
@@ -1,19 +1,17 @@
|
|
1 |
-
# ToxiMol:
|
2 |
|
3 |
[](https://arxiv.org)
|
4 |
[](https://huggingface.co/datasets/DeepYoke/ToxiMol-benchmark)
|
5 |
|
6 |
## Overview
|
7 |
|
8 |
-
**ToxiMol** is the first comprehensive benchmark for **molecular toxicity repair** tailored to general-purpose **Multimodal Large Language Models (MLLMs)**. This
|
9 |
-
|
10 |
-
Toxicity remains a leading cause of early-stage drug development failure, with approximately 90% of candidate compounds failing due to poor ADMET properties. Traditional toxicity mitigation strategies rely heavily on expert knowledge and extensive iterative experimentation. ToxiMol evaluates whether general-purpose MLLMs possess the capacity to recognize and repair toxic molecules, supporting the "detoxification" objectives of molecular design.
|
11 |
|
12 |
## Key Features
|
13 |
|
14 |
### 🧬 Comprehensive Dataset
|
15 |
- **560 representative toxic molecules** spanning diverse toxicity mechanisms and varying granularities
|
16 |
-
- **11 primary toxicity repair tasks** based on Therapeutics Data Commons (TDC) platform
|
17 |
- **Multi-granular coverage**: Tox21 (12 sub-tasks), ToxCast (10 sub-tasks), and 9 additional datasets
|
18 |
- **Multimodal inputs**: SMILES strings + 2D molecular structure images rendered using RDKit
|
19 |
|
@@ -39,12 +37,12 @@ The molecular toxicity repair task requires models to:
|
|
39 |
| **ClinTox** | Binary Classification | 50 | Clinical toxicity data |
|
40 |
| **DILI** | Binary Classification | 50 | Drug-induced liver injury |
|
41 |
| **hERG** | Binary Classification | 50 | hERG channel inhibition |
|
42 |
-
| **hERG_Central** | Binary Classification | 50 |
|
43 |
| **hERG_Karim** | Binary Classification | 50 | hERG data from Karim et al. |
|
44 |
| **LD50_Zhu** | Regression (log(LD50) < 2) | 50 | Acute toxicity |
|
45 |
| **Skin_Reaction** | Binary Classification | 50 | Adverse skin reactions |
|
46 |
-
| **Tox21** | Binary Classification (12 sub-tasks) | 60 | Nuclear
|
47 |
-
| **ToxCast** | Binary Classification (10 sub-tasks) | 50 |
|
48 |
|
49 |
### Data Structure
|
50 |
Each entry contains:
|
@@ -112,24 +110,6 @@ If you use this dataset in your research, please cite:
|
|
112 |
}
|
113 |
```
|
114 |
|
115 |
-
## Authors
|
116 |
-
|
117 |
-
**Fei Lin**¹†, **Ziyang Gong**²⁵†, **Cong Wang**³⁴†, **Yonglin Tian**³,
|
118 |
-
**Tengchao Zhang**¹, **Xue Yang**², **Gen Luo**⁵, **Fei-Yue Wang**¹³⁴*
|
119 |
-
|
120 |
-
¹MUST, ²SJTU, ³CASIA, ⁴UCAS, ⁵Shanghai AI Lab
|
121 |
-
|
122 |
-
† Equal Contribution
|
123 |
-
\* Corresponding author: [email protected]
|
124 |
-
|
125 |
## License
|
126 |
|
127 |
-
|
128 |
-
|
129 |
-
## Related Work
|
130 |
-
|
131 |
-
This work contributes to the intersection of:
|
132 |
-
- **Multimodal Large Language Models** in scientific domains
|
133 |
-
- **Molecular toxicity prediction** and **ADMET modeling**
|
134 |
-
- **Structure-based drug design** and **molecular optimization**
|
135 |
-
- **Automated evaluation frameworks** for molecular generation tasks
|
|
|
1 |
+
# ToxiMol: A Benchmark for Structure-Level Molecular Detoxification
|
2 |
|
3 |
[](https://arxiv.org)
|
4 |
[](https://huggingface.co/datasets/DeepYoke/ToxiMol-benchmark)
|
5 |
|
6 |
## Overview
|
7 |
|
8 |
+
**ToxiMol** is the first comprehensive benchmark for **molecular toxicity repair** tailored to general-purpose **Multimodal Large Language Models (MLLMs)**. This is the dataset repository for the paper "Breaking Bad Molecules: Are MLLMs Ready for Structure-Level Molecular Detoxification?".
|
|
|
|
|
9 |
|
10 |
## Key Features
|
11 |
|
12 |
### 🧬 Comprehensive Dataset
|
13 |
- **560 representative toxic molecules** spanning diverse toxicity mechanisms and varying granularities
|
14 |
+
- **11 primary toxicity repair tasks** based on [Therapeutics Data Commons (TDC) platform](https://tdcommons.ai/single_pred_tasks/tox/)
|
15 |
- **Multi-granular coverage**: Tox21 (12 sub-tasks), ToxCast (10 sub-tasks), and 9 additional datasets
|
16 |
- **Multimodal inputs**: SMILES strings + 2D molecular structure images rendered using RDKit
|
17 |
|
|
|
37 |
| **ClinTox** | Binary Classification | 50 | Clinical toxicity data |
|
38 |
| **DILI** | Binary Classification | 50 | Drug-induced liver injury |
|
39 |
| **hERG** | Binary Classification | 50 | hERG channel inhibition |
|
40 |
+
| **hERG_Central** | Binary Classification | 50 | Large-scale hERG database with integrated cardiac safety profiles |
|
41 |
| **hERG_Karim** | Binary Classification | 50 | hERG data from Karim et al. |
|
42 |
| **LD50_Zhu** | Regression (log(LD50) < 2) | 50 | Acute toxicity |
|
43 |
| **Skin_Reaction** | Binary Classification | 50 | Adverse skin reactions |
|
44 |
+
| **Tox21** | Binary Classification (12 sub-tasks) | 60 | Nuclear receptors, stress response pathways, and cellular toxicity mechanisms (ARE, p53, ER, AR, etc.) |
|
45 |
+
| **ToxCast** | Binary Classification (10 sub-tasks) | 50 | Diverse toxicity pathways including mitochondrial dysfunction, immunosuppression, and neurotoxicity |
|
46 |
|
47 |
### Data Structure
|
48 |
Each entry contains:
|
|
|
110 |
}
|
111 |
```
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
## License
|
114 |
|
115 |
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|