Assessing the Quality and Consistency of Automated Knowledge Component Generation using Instructor-generated Questions and LLMs
Summary
The paper "Assessing the Quality and Consistency of Automated Knowledge Component Generation using Instructor-generated Questions and LLMs" by Esiason et al., presented at BEA 2026, introduces a pipeline built upon the ExplainIt classroom response system. This system utilizes large language models (LLMs) to process student self-explanations and automatically generate knowledge components, aiming to enhance student engagement and provide real-time instructor feedback in postsecondary education. The research evaluates this pipeline's consistency and quality using both a large closed-weight LLM and a smaller open-weight LLM, with and without retrieval-augmented generation (RAG). Findings indicate small, statistically significant performance differences between RAG conditions. LLM-generated knowledge components show higher quality when relevant course material is provided for RAG, though consistency does not improve. Both model types demonstrate promise, suggesting fine-tuning could further enhance performance.
Key takeaway
For educational technology developers considering LLM integration, this research indicates that both proprietary and open-source models can effectively generate knowledge components from student explanations. You should prioritize implementing retrieval-augmented generation (RAG) to enhance output quality, even if consistency remains a challenge. Explore fine-tuning specific models to optimize performance for your unique pedagogical needs and student data privacy requirements.
Key insights
LLMs can automate knowledge component generation from student explanations, improving quality with RAG.
Principles
- RAG improves LLM-generated knowledge component quality.
- Open-weight LLMs can match closed-weight LLMs for this task.
- Fine-tuning is crucial for further performance gains.
Method
A pipeline built on the ExplainIt classroom response system processes student self-explanations using LLMs to automatically generate knowledge components for real-time feedback.
In practice
- Integrate RAG with LLMs for better output quality.
- Consider open-source LLMs for student data control.
- Plan for fine-tuning LLMs in educational applications.
Topics
- Automated Knowledge Component Generation
- Large Language Models
- Retrieval-Augmented Generation
- ExplainIt System
- Educational Technology
- NLP for Education
Best for: AI Scientist, Research Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.