SciSafeEval: A Comprehensive Benchmark for Safety Alignment of Large Language Models in Scientific Tasks
6
19 commits
2 linked in READMEs
updated Jun 24, 2025
SciSafeEval is a comprehensive benchmark designed to assess the safety alignment of Large Language Models (LLMs) in scientific tasks. The benchmark comprises 31,840 harmful queries spanning four major scientific domains: chemistry, biology, medicine, and physics, encompass textual, molecular, protein, and genomic languages.
This dataset is organized into multiple configurations due to different schema structures across scientific domains:
sequence fieldsmiles and selfies fieldsTo load a specific configuration:
from datasets import load_dataset
# Load the biology configuration
dataset = load_dataset("Tianhao0x01/SciSafeEval", "biology")
# Load the chemistry configuration
dataset = load_dataset("Tianhao0x01/SciSafeEval", "chemistry")



19 commits
SciSafeEval: A Comprehensive Benchmark for Safety Alignment of Large Language Models in Scientific Tasks
6
19 commits
2 linked in READMEs
updated Jun 24, 2025
SciSafeEval is a comprehensive benchmark designed to assess the safety alignment of Large Language Models (LLMs) in scientific tasks. The benchmark comprises 31,840 harmful queries spanning four major scientific domains: chemistry, biology, medicine, and physics, encompass textual, molecular, protein, and genomic languages.
This dataset is organized into multiple configurations due to different schema structures across scientific domains:
sequence fieldsmiles and selfies fieldsTo load a specific configuration:
from datasets import load_dataset
# Load the biology configuration
dataset = load_dataset("Tianhao0x01/SciSafeEval", "biology")
# Load the chemistry configuration
dataset = load_dataset("Tianhao0x01/SciSafeEval", "chemistry")



19 commits