--- license: mit task_categories: - tabular-classification - tabular-regression task_ids: - multi-class-classification - tabular-single-column-regression multilinguality: - monolingual size_categories: - 1K ## Available Subdatasets ```python subdatasets = [ "ames", "carcinogens_lagunin", "clintox", "dili", "herg", "herg_central", "herg_karim", "ld50_zhu", "skin_reaction", "tox21", "toxcast" ] # Load all datasets datasets = {} for name in subdatasets: datasets[name] = load_dataset("DeepYoke/ToxiMol-benchmark", data_dir=name) ``` ## Experimental Results Our systematic evaluation of ~30 mainstream MLLMs reveals: - **Current limitations**: Overall success rates remain relatively low across models - **Emerging capabilities**: Models demonstrate initial potential in toxicity understanding, semantic constraint adherence, and structure-aware molecule editing - **Key challenges**: Structural validity, multi-dimensional constraint satisfaction, and failure mode attribution ## Citation If you use this dataset in your research, please cite: ```bibtex @misc{lin2026breakingbadmoleculesmllms, title={Breaking Bad Molecules: Are MLLMs Ready for Structure-Level Molecular Detoxification?}, author={Fei Lin and Ziyang Gong and Cong Wang and Tengchao Zhang and Yonglin Tian and Yining Jiang and Ji Dai and Chao Guo and Xiaotong Yu and Xue Yang and Gen Luo and Fei-Yue Wang}, year={2026}, eprint={2506.10912}, archivePrefix={arXiv}, primaryClass={cs.AI}, url={https://arxiv.org/abs/2506.10912}, } ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.