build-small-hackathon/PaperProf-traces
收藏资源简介:
PaperProf Agent Trace 是一个数据集,记录了PaperProf(一个AI学习伙伴)的逐步追踪过程,该工具将课程PDF转换为交互式测验会话。数据集包含每次LLM调用的详细记录,每行数据包括会话ID、步骤索引、类型(如问题生成、答案评估等)、主题领域、输入数据(如文本块、问题、学生答案等)、原始模型输出、推理时间和使用的模型ID。每个会话由4个步骤组成:开放问题生成、正确答案的结构化反馈评估、错误答案的结构化反馈评估以及带选项解释的多选题生成。数据集涵盖三个主题领域:操作系统、机器学习和网络。使用的模型是build-small-hackathon/MiniCPM4.1-8B-PaperProf,专为2026年6月的Build Small Hackathon开发。
PaperProf Agent Trace is a dataset containing step-by-step traces of PaperProf, an AI study buddy that turns course PDFs into interactive quiz sessions. Each row in the dataset represents one LLM call, with fields including session_id, step index, type (such as question_generation, answer_evaluation, mcq_generation), topic domain, input (e.g., chunk, question, student answer), raw model output, wall-clock inference time, and model ID used. Each session consists of 4 steps on one text chunk: open question generation, structured tutor feedback on a good answer, structured tutor feedback on a bad answer, and MCQ generation with per-option explanations. The dataset includes three sessions covering Operating Systems, Machine Learning, and Networking. The model used is build-small-hackathon/MiniCPM4.1-8B-PaperProf, built for the Build Small Hackathon in June 2026.
- 数据集名称: PaperProf Agent Trace
- 数据集地址: https://hf-mirror.com/datasets/build-small-hackathon/PaperProf-traces
- 任务: 问答、文本生成
- 模态: 表格、文本
- 格式: JSON
- 语言: 英语
- 规模: 小于 1K 行(实际为 12 行)
- 标签: agent-trace, education, paperprof, build-small-hackathon
- 库: Datasets, pandas, Polars, 以及另一个附加库
- 许可证: Apache-2.0
- 数据集描述: 该数据集包含了 PaperProf(一个 AI 学习助手)的逐步执行轨迹,用于将课程 PDF 转换为交互式测验会话。每个 JSON 行记录了一次 LLM 调用,涵盖从问题生成到学生答案评估再到选择题生成的完整流程。
- 数据集结构:
- 数据字段:
session_id: 会话 ID,用于将同一会话的步骤分组。step: 会话内的步骤索引(范围 1-4)。type: 步骤类型,包括question_generation(开放问题生成)、answer_evaluation(答案评估)和mcq_generation(选择题生成)。topic: 源文本块的学科领域。input: 发送给模型的精确输入。output: 模型的原始输出。duration_s: 推理耗时(秒)。model: 所使用的模型 ID。timestamp: 时间戳。
- 会话结构: 每个会话对一个文本块执行 4 个步骤:
- Open question generation: 模型编写一个有针对性的考试问题。
- Correct answer evaluation: 针对正确回答的结构化导师反馈。
- Wrong answer evaluation: 针对错误回答的结构化导师反馈。
- MCQ generation: 生成包含 4 个选项及每个选项解释的选择题。
- 数据内容: 包含 3 个会话,总共有 12 行数据,覆盖操作系统(虚拟内存)、机器学习(梯度下降)和网络(TCP 三次握手)这三个主题。
- 使用的模型:
build-small-hackathon/MiniCPM4.1-8B-PaperProf - 数据集大小: 总文件大小为 21.8 kB。
- 数据拆分: 仅包含训练集(12 行)。
- 数据字段:




