Datasets:

ArXiv:
License:

You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

You agree to not use the dataset to conduct experiments that cause harm to human subjects.

Log in or Sign Up to review the conditions and access this dataset content.


πŸ“š SafeTutors Benchmarking Pedagogical Safety in AI Tutoring Systems

arXiv License Python Status

Rima Hazra  Β·  Bikram Ghuku  Β·  Ilona Marchenko  Β·  Yaroslava Tokarieva  Β·  Sayan Layek  Β·  Somnath Banerjee  Β·  Julia Stoyanovich  Β·  Mykola Pechenizkiy

EMNLP 2026 Β· March 2026


πŸ” Overview

Large language models are rapidly being deployed as AI tutors, yet current evaluation paradigms assess problem-solving accuracy and generic safety in isolation β€” failing to capture whether a model is simultaneously pedagogically effective and safe during real student–tutor interaction.

Core Idea: Tutoring safety is fundamentally different from conventional LLM safety. The primary risk is not toxic content, but the quiet erosion of learning through answer over-disclosure, misconception reinforcement, and the abdication of scaffolding.

SafeTutors is a benchmark that jointly evaluates safety and pedagogy across mathematics, physics, and chemistry, grounded in a theoretically motivated risk taxonomy from the learning-science literature.


🚨 Key Findings

Finding Detail
πŸ”΄ No model is universally safe Every evaluated model exceeds 60% harm rate on β‰₯5 harm categories (single-turn) and β‰₯6 (multi-turn)
πŸ“ Scale doesn't reliably help Larger models do not consistently reduce pedagogical harms
πŸ’¬ Multi-turn dialogue worsens behavior Pedagogical failure rates rise from 17.7% β†’ 77.8% as conversations extend
πŸ”¬ Subject-dependent harms Harm profiles differ across subjects β€” mitigations must be discipline-aware
⚠️ Single-turn results are misleading "Safe/helpful" single-turn scores mask systematic failure over extended interactions

Risk Taxonomy

11 Harm Dimensions
└── 48 Sub-risks (grounded in learning-science literature)
    β”œβ”€β”€ Epistemic harms
    β”œβ”€β”€ Informational harms
    β”œβ”€β”€ Instructional harms
    β”œβ”€β”€ Metacognitive harms
    β”œβ”€β”€ Reflective harms
    β”œβ”€β”€ Pedagogical relationship harms
    └── ... (5 more dimensions)

Dataset Statistics

Split Instances Construction Method
Single-turn 3,135 Curated student–tutor scenarios
Multi-turn sequences 2,820 Crescendo-based escalation
Total 5,955

Subjects: Mathematics  Β·  Physics  Β·  Chemistry

Models Evaluated

11 LLMs evaluated (10 open-weight + 1 closed-weight), ranging from 3.8B to 72B parameters.


πŸ“• Cite us

If you use SafeTutors in your research, please cite:

@article{hazra2026safetutors,
  title   = {SafeTutors: Benchmarking Pedagogical Safety in AI Tutoring Systems},
  author  = {Hazra, Rima and Ghuku, Bikram and Marchenko, Ilona and
             Tokarieva, Yaroslava and Layek, Sayan and Banerjee, Somnath and
             Stoyanovich, Julia and Pechenizkiy, Mykola},
  journal = {arXiv preprint arXiv:2603.17373},
  year    = {2026},
  url     = {https://arxiv.org/abs/2603.17373}
}

πŸ“¬ Contact

For questions or issues, please open a GitHub Issue or reach out to Rima Hazra via the contact on the arXiv page.


πŸ“œ License

This project is licensed under the MIT License β€” see the LICENSE file for details.


⭐ If you find this work useful, consider starring the repository.
Downloads last month
18

Paper for SoftMINER-Group/SafeTutors