DirectionAI/EduBench 已完整同步
EduBench
here is the data repo for EduBench
1. Evaluation Scenarios
I. Student-Oriented Scenarios
- Question Answering (Q&A)
- The ability of an AI system to accurately solve questions posed by students across various subjects and difficulty levels.
- Error Correction (EC)
- The capacity to identify and correct student errors in assignments, exams, or daily exercises. Errors can range from obvious mistakes to subtle issues such as variable misuse in code or logical flaws in mathematical reasoning.
- Idea Provision (IP)
- This includes answering student queries about knowledge points, homework guidance, or exam preparation. It is subdivided into basic factual explanations, step-by-step solution analysis, and general academic advice.
- Personalized Learning Support (PLS)
- Based on student profiles (e.g., skill level, learning goals), the system recommends learning paths, exercises, or reading materials tailored to individual needs.
- Emotional Support (ES)
- This involves detecting a student’s emotional state (e.g., anxiety before exams) from text and offering appropriate supportive feedback or suggestions. Scenarios include pre-exam stress, post-exam frustration, or social isolation.
II. Teacher-Oriented Scenarios
- Question Generation (QG)
- : Generating questions based on specified topics, difficulty levels, and knowledge scopes. This includes both single-topic and multi-topic (comprehensive) question generation. Advanced requirements involve generating explanations and formatting full exams.
- Automatic Grading (AG)
- Supporting grading of objective questions (e.g., multiple-choice, fill-in-theblank) and subjective tasks (e.g., project reports) based on scoring rubrics. Feedback generation is also supported. Metrics include scoring accuracy, reasonableness, and feedback informativeness.
- Teaching Material Generation (TMG)
- Automatically generating educational content such as slides, teaching plans, and lecture notes. This includes content structuring and supplementing with relevant external materials like images or references.
- Personalized Content Creation (PCC)
- Generating differentiated content for students based on their learning levels or personal profiles. This includes both individualized assignments and tiered content design (e.g., differentiated learning objectives, teaching strategies, and assessments for varying student levels).
2. Statistics of EduBench
3. Data Format
Each JSONL file contains the following key fields:
-
information: Metadata describing scenario attributes, such as subject domain and task difficulty level. -
prompt: The input text prompt used for model evaluation -
model_predictions: System responses from multiple LLMs, specifically including qwen2.5-7b-instruct, qwen2.5-14b-instruct, qwen-max, deepseek-v3, and deepseek-r1.
4. Human Annotated Data
If you need to obtain the human-annotated data for EduBench, please fill out the table below and send it to directionai@163.com
Human Annotated Data
🫣Citation
If you find our benchmark or evaluation pipeline useful or interesting, please cite our paper.
@misc{xu2025edubenchcomprehensivebenchmarkingdataset,
title={EduBench: A Comprehensive Benchmarking Dataset for Evaluating Large Language Models in Diverse Educational Scenarios},
author={Bin Xu and Yu Bai and Huashan Sun and Yiguan Lin and Siming Liu and Xinyue Liang and Yaolin Li and Yang Gao and Heyan Huang},
year={2025},
eprint={2505.16160},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.16160},
}
20 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3046_c3433a328f --revision 4e24dc659a17535460d57839ab5ec02c0a4ed6d0 --output ./ds_ext_3046_c3433a328f
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3046_c3433a328f --revision 4e24dc659a17535460d57839ab5ec02c0a4ed6d0 --output ./ds_ext_3046_c3433a328f
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3046_c3433a328f --revision 4e24dc659a17535460d57839ab5ec02c0a4ed6d0 --output ./ds_ext_3046_c3433a328f --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3046_c3433a328f --revision 4e24dc659a17535460d57839ab5ec02c0a4ed6d0 --output ./ds_ext_3046_c3433a328f --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3046_c3433a328f --revision 4e24dc659a17535460d57839ab5ec02c0a4ed6d0 --output ./ds_ext_3046_c3433a328f --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3046_c3433a328f --revision 4e24dc659a17535460d57839ab5ec02c0a4ed6d0 --output ./ds_ext_3046_c3433a328f --jobs 8
完整帮助:wehub datasets download --help