论文

研究评估预训练模型对 AI 生成教育题目的布鲁姆分类效果

Evaluation of pre-trained models for pedagogical assessment of novel AI-assisted educational questions

精选理由

想做 AI 出题自动质检的可以看看:论文实测了 LLM、BERT、传统 ML 在布鲁姆分类上的 OOD 表现,LLM 拿到 0.79 的 F1,还给了几个低成本补救手段。

arXiv 论文研究了 Bloom 层级分类模型在分布外(OOD)数据上的表现退化问题。基线测试中 TFPOS-IDF 传统机器学习模型 OOD Macro F1-score 仅 0.48,BERT 为 0.55,LLM 达到 0.79。文本拼接(text splicing)可将 ML 和 BERT 的 Macro F1-score 提升至 0.59 和 0.62。研究还测试了附加学习目标、NLP 特征工程等策略,并发现模型重训练带来的改进最大。

原文 · arXiv cs.AI

Evaluation of pre-trained models for pedagogical assessment of novel AI-assisted educational questions

The surge in AI-assisted generation of educational materials has outpaced our capacity to validate their pedagogical quality. Automated evaluation using Bloom Classifier models is a promising approach to assess educational materials at scale. These models show high accuracy within-distribution dataset (IID Dataset). However, applying the same models to new out-of-distribution (OOD) datasets such as AI-assisted generated questions could show performance degradation. To identify robust classifiers under dataset shift, we evaluated traditional Machine Learning (ML), transformer, and Large Language models on the Bloom level classification task. We also explored feature-engineering strategies incorporating NLP metrics, appending the learning objectives as part of the input, and text splicing to stabilize OOD performance. Our baseline tests show that TFPOS-IDF ML models perform poorly on OOD (Macro F1-score 0.48) compared to BERT (0.55) and LLMs (0.79). Text splicing improved macro F1-score performance of ML and BERT models (0.59 and 0.62, respectively). Appending the learning objectives with the input increased model performance on specific dataset. Model retraining provided the largest improvement across models and datasets. Overall, these findings highlight the trade-off on the use of pre-trained models with novel AI-assisted educational questions and how strategic feature enhancements help address loss in performance.