feilin-must commited on
Commit
c562bdd
·
verified ·
1 Parent(s): ad99b12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -96,8 +96,8 @@ The molecular toxicity repair task requires models to:
96
  ### Task Overview
97
  | Dataset | Task Type | # Molecules | Description |
98
  |---------|-----------|-------------|-------------|
99
- | **Ames** | Binary Classification | 50 | Mutagenicity testing |
100
- | **Carcinogens_Lagunin** | Binary Classification | 50 | Carcinogenicity prediction |
101
  | **ClinTox** | Binary Classification | 50 | Clinical toxicity data |
102
  | **DILI** | Binary Classification | 50 | Drug-induced liver injury |
103
  | **hERG** | Binary Classification | 50 | hERG channel inhibition |
@@ -165,12 +165,14 @@ Our systematic evaluation of ~30 mainstream MLLMs reveals:
165
  If you use this dataset in your research, please cite:
166
 
167
  ```bibtex
168
- @article{lin2025breaking,
169
- title={Breaking Bad Molecules: Are MLLMs Ready for Structure-Level Molecular Detoxification?},
170
- author={Fei Lin and Ziyang Gong and Cong Wang and Yonglin Tian and Tengchao Zhang and Xue Yang and Gen Luo and Fei-Yue Wang},
171
- journal={arXiv preprint},
172
- year={2025},
173
- note={Paper submitted to arXiv}
 
 
174
  }
175
  ```
176
 
 
96
  ### Task Overview
97
  | Dataset | Task Type | # Molecules | Description |
98
  |---------|-----------|-------------|-------------|
99
+ | **AMES** | Binary Classification | 50 | Mutagenicity testing |
100
+ | **Carcinogens** | Binary Classification | 50 | Carcinogenicity prediction |
101
  | **ClinTox** | Binary Classification | 50 | Clinical toxicity data |
102
  | **DILI** | Binary Classification | 50 | Drug-induced liver injury |
103
  | **hERG** | Binary Classification | 50 | hERG channel inhibition |
 
165
  If you use this dataset in your research, please cite:
166
 
167
  ```bibtex
168
+ @misc{lin2025breakingbadmoleculesmllms,
169
+ title={Breaking Bad Molecules: Are MLLMs Ready for Structure-Level Molecular Detoxification?},
170
+ author={Fei Lin and Ziyang Gong and Cong Wang and Yonglin Tian and Tengchao Zhang and Xue Yang and Gen Luo and Fei-Yue Wang},
171
+ year={2025},
172
+ eprint={2506.10912},
173
+ archivePrefix={arXiv},
174
+ primaryClass={cs.AI},
175
+ url={https://arxiv.org/abs/2506.10912},
176
  }
177
  ```
178