🤖 AI Summary
Current large language models (LLMs) lack education-specific benchmarks and evaluation frameworks tailored to real-world pedagogical contexts.
Method: This paper introduces EduBench, the first comprehensive, education-oriented benchmark dataset, encompassing nine authentic teaching scenarios and over 4,000 educationally grounded prompts, supporting dual-perspective (teacher and student) evaluation. We propose a novel 12-dimensional educational evaluation framework integrating synthetic data generation, a multi-dimensional automated assessment pipeline, human validation, and supervised fine-tuning.
Contribution/Results: Experimental results demonstrate that compact, educationally specialized models—trained on EduBench—achieve performance on par with state-of-the-art large models (e.g., DeepSeek-V3, Qwen-Max). To foster reproducibility and community advancement, we fully open-source the dataset, evaluation code, and framework.
📝 Abstract
As large language models continue to advance, their application in educational contexts remains underexplored and under-optimized. In this paper, we address this gap by introducing the first diverse benchmark tailored for educational scenarios, incorporating synthetic data containing 9 major scenarios and over 4,000 distinct educational contexts. To enable comprehensive assessment, we propose a set of multi-dimensional evaluation metrics that cover 12 critical aspects relevant to both teachers and students. We further apply human annotation to ensure the effectiveness of the model-generated evaluation responses. Additionally, we succeed to train a relatively small-scale model on our constructed dataset and demonstrate that it can achieve performance comparable to state-of-the-art large models (e.g., Deepseek V3, Qwen Max) on the test set. Overall, this work provides a practical foundation for the development and evaluation of education-oriented language models. Code and data are released at https://github.com/ybai-nlp/EduBench.