scenarios
收藏ISD Agent Benchmark Scenarios 数据集概述
数据集基本信息
- 名称:ISD Agent Benchmark Scenarios
- 主要用途:用于教学系统设计(Instructional Systems Design)AI代理评估的基准测试场景数据集。
- 支持语言:韩语(ko)、英语(en)
- 许可协议:Apache 2.0
- 任务类别:文本生成(text-generation)
- 标签:教学系统设计(instructional-design)、教育(education)、基准测试(benchmark)、ISD、ADDIE
- 数据规模:10K < n < 100K
数据规模与构成
- 总场景数:25,795个
- IDLD 对齐场景:8,842个
- 上下文变体场景:16,953个
数据结构
数据集文件结构如下:
scenarios/ ├── idld_aligned/ # 包含8,842个场景 │ └── scenario_idld_*.json ├── context_variant/ # 包含16,953个场景 │ ├── part1/ # 9,000个文件 │ └── part2/ # 7,953个文件 ├── source_mapping.json # 场景-原始数据映射文件 └── IDLD.xlsx - sheet1.csv # 原始IDLD数据
上下文矩阵分布
年龄分布
| 年龄段 | 比例 |
|---|---|
| 10대 | ~20% |
| 20대 | ~35% |
| 30대 | ~25% |
| 40대 이상 | ~20% |
学习者规模分布
| 规模 | 人数 | 比例 |
|---|---|---|
| 小规模 | 1-15人 | ~40% |
| 中规模 | 16-30人 | ~30% |
| 大规模 | 30人以上 | ~30% |
授课方式分布
| 方式 | 比例 |
|---|---|
| 线下 | ~25% |
| 在线实时 | ~20% |
| 在线异步 | ~20% |
| 混合式 | ~15% |
| 自主学习 | ~15% |
| 其他(PBL、VR等) | ~5% |
机构类型分布
| 类型 | 比例 |
|---|---|
| 中小学 | ~20% |
| 大学 | ~25% |
| 企业 | ~25% |
| 职业培训机构 | ~15% |
| 公共/非营利机构 | ~15% |
领域分类
学科领域
- 语言(~25%)
- 数学(~25%)
- 科学(~25%)
- 社会(~25%)
职业领域
- 软件/IT开发
- AI/数据科学
- 医疗/护理
- 管理/人力资源
- 教育
- 服务/客户应对
场景数据模式
每个场景数据遵循以下JSON模式: json { "scenario_id": "IDLD-0001", "variant_type": "idld_aligned", "title": "场景标题", "context": { "target_audience": "20대 대학", "prior_knowledge": "先验知识水平", "duration": "中期课程(2-4周)", "learning_environment": "混合式", "class_size": 25, "institution_type": "大学(本科)", "additional_context": "附加上下文信息" }, "learning_goals": [ "学习目标1", "学习目标2" ], "constraints": { "budget": "medium", "resources": ["资源列表"], "accessibility": null, "language": "ko", "tech_requirements": "技术要求" }, "difficulty": "普通", "domain": "科学" }
使用方法
通过 Hugging Face Datasets 加载
python from datasets import load_dataset dataset = load_dataset("upstage-isd-agent/scenarios") scenario = dataset[train][0]
直接下载
python from huggingface_hub import snapshot_download snapshot_download( repo_id="upstage-isd-agent/scenarios", repo_type="dataset", local_dir="./scenarios" )
引用信息
如需引用本数据集,请使用以下BibTeX格式: bibtex @dataset{upstage_isd_agent_2025, title={ISD Agent Benchmark Scenarios}, author={Upstage ISD Agent Team}, year={2025}, publisher={Hugging Face}, url={https://huggingface.co/datasets/upstage-isd-agent/scenarios} }
相关链接
- GitHub项目地址:https://github.com/blackdew/upstage_isd_agent




