ConQuer: A Framework for Concept-Based Quiz Generation
Yicheng Fu, Zikui Wang, Liuxin Yang, Meiqing Huo, Zhongdongming Dai
TL;DR
ConQuer addresses the quality gap in AI-generated quizzes by grounding content in external knowledge through concept extraction and retrieval from sources such as Wikipedia and ConceptNet. The framework integrates retrieval-augmented generation, summarization of retrieved material, and a concept-aware quiz generator, with evaluation by a large language model. It demonstrates a 4.8% improvement in quiz quality and a 77.52% win rate in pairwise comparisons against baselines, with ablation studies confirming the importance of each component. The work provides an open-source pipeline and dataset, enabling scalable, pedagogically grounded quiz generation across diverse subjects and education levels.
Abstract
Quizzes play a crucial role in education by reinforcing students' understanding of key concepts and encouraging self-directed exploration. However, compiling high-quality quizzes can be challenging and require deep expertise and insight into specific subject matter. Although LLMs have greatly enhanced the efficiency of quiz generation, concerns remain regarding the quality of these AI-generated quizzes and their educational impact on students. To address these issues, we introduce ConQuer, a concept-based quiz generation framework that leverages external knowledge sources. We employ comprehensive evaluation dimensions to assess the quality of the generated quizzes, using LLMs as judges. Our experiment results demonstrate a 4.8% improvement in evaluation scores and a 77.52% win rate in pairwise comparisons against baseline quiz sets. Ablation studies further underscore the effectiveness of each component in our framework. Code available at https://github.com/sofyc/ConQuer.
