Automatic Generation and Evaluation of Reading Comprehension Test Items with Large Language Models
Reading comprehension tests are used in a variety of applications, reaching from education to assessing the comprehensibility of simplified texts. However, creating such tests manually and ensuring their quality is difficult and time-consuming. In this paper, we explore how large language models (LLMs) can be used to generate and evaluate multiple-choice reading comprehension items. To this end, we compiled a dataset of German reading comprehension items and developed a new protocol for human and automatic evaluation, including a metric we call text informativity, which is based on guessability and answerability. We then used this protocol and the dataset to evaluate the quality of items generated by Llama 2 and GPT-4. Our results suggest that both models are capable of generating items of acceptable quality in a zero-shot setting, but GPT-4 clearly outperforms Llama 2. We also show that LLMs can be used for automatic evaluation by eliciting item reponses from them. In this scenario, evaluation results with GPT-4 were the most similar to human annotators. Overall, zero-shot generation with LLMs is a promising approach for generating and evaluating reading comprehension test items, in particular for languages without large amounts of available data.
Code (2)
Tasks
Multiple-choiceReading ComprehensionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
JEFF - Just Another EFFicient Reading Comprehension Test Generation
We introduce a method for generating vocabulary questions on reading comprehension of a given English article. In our approach, the method involves selecting target words in the given English article, finding synonyms as…
Question GenerationQuestion-GenerationReading ComprehensionAutomatically generating question-answer pairs for assessing basic reading comprehension in Swedish
This paper presents an evaluation of the quality of automatically generated reading comprehension questions from Swedish text, using the Quinductor method. This method is a light-weight, data-driven but non-neural method…
Question GenerationQuestion-GenerationReading ComprehensionA Chinese Machine Reading Comprehension Dataset Automatic Generated Based on Knowledge Graph
“Machine reading comprehension (MRC) is a typical natural language processing (NLP)task and has developed rapidly in the last few years. Various reading comprehension datasets have been built to support MRC studies. Howe…
Dataset GenerationMachine Reading ComprehensionReading ComprehensionChatPRCS: A Personalized Support System for English Reading Comprehension based on ChatGPT
As a common approach to learning English, reading comprehension primarily entails reading articles and answering related questions. However, the complexity of designing effective exercises results in students encounterin…
ArticlesQuestion GenerationQuestion-GenerationReading ComprehensionIdentifying Where to Focus in Reading Comprehension for Neural Question Generation
A first step in the task of automatically generating questions for testing reading comprehension is to identify \textit{question-worthy} sentences, i.e. sentences in a text passage that humans find it worthwhile to ask q…
Dependency ParsingMachine TranslationNamed Entity Recognition (NER)Question Generation+6