Exploring Iterative Enhancement for Improving Learnersourced Multiple-Choice Question Explanations with Large Language Models
Qiming Bao, Juho Leinonen, Alex Yuxuan Peng, Wanjun Zhong, Ga\"el, Gendron, Timothy Pistotti, Alice Huang, Paul Denny, Michael Witbrock and, Jiamou Liu

TL;DR
This paper introduces ILearner-LLM, an iterative framework utilizing large language models to generate and improve student-aligned explanations for multiple-choice questions, enhancing learnersourcing in education.
Contribution
The paper presents a novel iterative framework that combines explanation generation and evaluation models to produce higher quality educational explanations using LLMs.
Findings
ILearner-LLM improves explanation quality on five datasets.
Higher similarity to student-written explanations achieved.
Framework effective with LLaMA2-13B and GPT-4 models.
Abstract
Large language models exhibit superior capabilities in processing and understanding language, yet their applications in educational contexts remain underexplored. Learnersourcing enhances learning by engaging students in creating their own educational content. When learnersourcing multiple-choice questions, creating explanations for the solution of a question is a crucial step; it helps other students understand the solution and promotes a deeper understanding of related concepts. However, it is often difficult for students to craft effective solution explanations, due to limited subject understanding. To help scaffold the task of automated explanation generation, we present and evaluate a framework called "ILearner-LLM", that iteratively enhances the generated explanations for the given questions with large language models. Comprising an explanation generation model and an explanation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Online Learning and Analytics · Explainable Artificial Intelligence (XAI)
MethodsAttention Is All You Need · Softmax · Dense Connections · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Residual Connection · Adam · Linear Layer · Multi-Head Attention · Dropout
