math-classification-finetuned-results
收藏资源简介:
该数据集包含189个样本,仅包含训练集。每个样本包含六个字段:question(问题)、reponse_eleve(学生回答)、label_reel(真实标签)、label_predit(预测标签)、explication(解释)以及correct(正确性布尔值)。数据集主要用于评估学生回答的正确性,可应用于教育问答系统、错误分析或自动批改等场景。字段为法语,表明数据集面向法语教育或学习环境。
The dataset contains 189 samples, only the training set. Each sample includes six fields: question, student answer (reponse_eleve), real label (label_reel), predicted label (label_predit), explanation (explication), and correctness boolean (correct). It is primarily used to evaluate the correctness of student answers, and can be applied to educational Q&A systems, error analysis, or automatic grading. The fields are in French, indicating that the dataset is oriented towards French education or learning environments.
数据集详情总结
该数据集名为 BERRAMOU/math-classification-finetuned-results,位于 Hugging Face 平台。该数据集主要用于数学问题分类微调结果的记录与分析。
数据集基本信息
- 数据集名称:math-classification-finetuned-results
- 所有者:BERRAMOU
- 数据集大小:68,396 字节(约 66.8 KB)
- 下载大小:16,298 字节(约 15.9 KB)
数据特征
该数据集包含以下 6 个字段,均为文本类型或布尔类型:
| 字段名 | 类型 | 说明 |
|---|---|---|
| question | 字符串 | 数学问题题干 |
| reponse_eleve | 字符串 | 学生的回答 |
| label_reel | 字符串 | 真实标签(正确分类) |
| label_predit | 字符串 | 模型预测的标签 |
| explication | 字符串 | 对分类结果的解释说明 |
| correct | 布尔值 | 是否正确(预测与真实标签是否一致) |
数据划分
- 数据集仅包含训练集(train),共 189 个样本。
- 训练集占据全部数据,大小为 68,396 字节。
配置文件
- 配置名称:default
- 数据文件路径:
data/train-*(包含通配符,指向训练集的分片数据文件)
用途概述
该数据集记录了学生数学问题回答的分类结果,包括模型预测结果与真实标签的对比,以及判断是否正确(correct 字段)。该数据可用于分析模型在数学问题分类任务上的表现,或用于进一步微调模型、评估模型性能等。数据集中还包含"explication"字段,提供了对每个分类结果的解释说明,有助于理解模型决策的过程。





