paper-with-me

홈 › Papers

Automatic Generation and Evaluation of Reading Comprehension Test Items with Large Language Models

2024-04-11 · Andreas Säuberli, Simon Clematide

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.

📄 PDF Abstract BibTeX arXiv:2404.07720

Code (2)

saeub/dwlg 공식 구현
saeub/item-evaluation 공식 구현

Tasks

Multiple-choiceReading Comprehension

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

JEFF - Just Another EFFicient Reading Comprehension Test Generation

2022-01-16 · ACL ARR January 2022 1 · Anonymous

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 Comprehension

Automatically generating question-answer pairs for assessing basic reading comprehension in Swedish

2022-11-28 · Dmytro Kalpakchi, Johan Boye

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 Comprehension

A Chinese Machine Reading Comprehension Dataset Automatic Generated Based on Knowledge Graph

2021-08-01 · CCL 2021 8 · Zhao Hanyu, Yuan Sha, Leng Jiahong, Pan Xiang 외

“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 Comprehension

ChatPRCS: A Personalized Support System for English Reading Comprehension based on ChatGPT

2023-09-22 · Xizhe Wang, Yihua Zhong, Changqin Huang, Xiaodi Huang

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 Comprehension

Identifying Where to Focus in Reading Comprehension for Neural Question Generation

2017-09-01 · EMNLP 2017 9 · Xinya Du, Claire Cardie

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