CoolFace
Datasetpublic

dmis-lab/ToxReason

ToxReason ๐Ÿš€ Accepted at ACL 2026 Findings ToxReason is a benchmark dataset for mechanistic chemical toxicity reasoning based on Adverse Outcome Pathways (AOPs). The dataset is designed to evaluate whether large language models can generate biologically interpretable toxicity reasoning trajectories that connect molecular structures, Molecular Initiating Events (MIEs), pathway perturbations, and organ-level adverse outcomes. Dataset Overview ToxReason consists ofโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/dmis-lab/ToxReason.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes68downloads
Dataset Card

ToxReason

๐Ÿš€ Accepted at ACL 2026 Findings

ToxReason is a benchmark dataset for mechanistic chemical toxicity reasoning based on Adverse Outcome Pathways (AOPs).

The dataset is designed to evaluate whether large language models can generate biologically interpretable toxicity reasoning trajectories that connect molecular structures, Molecular Initiating Events (MIEs), pathway perturbations, and organ-level adverse outcomes.

Dataset Overview

ToxReason consists of three splits:

SplitDescription
MIE_matchedLarge-scale silver training data constructed by matching chemicals with experimentally supported MIE bioactivity data from ChEMBL.
MIE_AO_matchedHigher-quality training data linking MIEs and curated adverse outcomes through biologically related AOP trajectories.
evaluationEvaluation data for assessing mechanistic toxicity reasoning performance.

The benchmark focuses on three major organ toxicity categories:

  • โ€”Liver Toxicity
  • โ€”Cardiotoxicity
  • โ€”Kidney Toxicity

Task Description

Given a molecular structure represented as a SMILES string, models are expected to generate mechanistic toxicity reasoning trajectories.

The expected reasoning may include:

  • โ€”Molecular Initiating Events (MIEs)
  • โ€”Biological pathway perturbations
  • โ€”Adverse Outcome Pathway information
  • โ€”Organ-level adverse outcomes
  • โ€”Stepwise mechanistic toxicity explanations

Intended Use

ToxReason is intended for:

  • โ€”Toxicity reasoning evaluation
  • โ€”Mechanistic toxicity generation
  • โ€”LLM reasoning benchmark research
  • โ€”AI-assisted drug safety assessment
  • โ€”Explainable AI for toxicology

Limitations

  • โ€”The dataset includes reasoning trajectories derived from curated biological knowledge and rule-based construction.
  • โ€”Biological mechanisms may not fully represent all real-world causal toxicity pathways.
  • โ€”The current benchmark focuses on liver, heart, and kidney toxicities.
  • โ€”This dataset should be used for research purposes and should not be considered a substitute for expert toxicological evaluation.

License

This dataset is released under the CC BY 4.0 license.

Citation

If you use this dataset, please cite:

bibtex
@article{park2026toxreason,
  title={ToxReason: A Benchmark for Mechanistic Chemical Toxicity Reasoning via Adverse Outcome Pathway},
  author={Park, Jueon and Jang, Wonjune and Kim, Chanhwi and Park, Yein and Kang, Jaewoo},
  journal={arXiv preprint arXiv:2604.06264},
  year={2026}
}