Predicting Item Difficulty and Generating Reading Comprehension Items via an Annotated Repository

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A study developed a penalized regression model to predict item difficulty for reading comprehension passages, recovering IRT-based difficulty from p-values. The model utilizes an annotated repository of reading passages and student data from US standardized tests (New York and Texas, grades 3-8, 2018-23). This repository includes meta-data on linguistic, test, and context features. The model achieved an RMSE of 0.59, significantly outperforming a 0.92 baseline, and demonstrated a 0.77 correlation between true and predicted difficulty. Evaluation of LLM embeddings (ModernBERT, BERT, and LLaMA) showed marginal performance improvements, but confirmed their effectiveness as standalone alternatives to traditional linguistic features. This difficulty prediction model now powers a publicly available, human-in-the-loop tool for generating reading comprehension items.

Key takeaway

For educational technologists or NLP engineers developing assessment tools, this research indicates that robust item difficulty prediction is achievable using annotated historical test data. You should consider implementing penalized regression models, potentially integrating LLM embeddings like ModernBERT or LLaMA as efficient feature sets. This approach can power automated, human-in-the-loop systems to generate more precisely calibrated reading comprehension items, enhancing test development efficiency and quality.

Key insights

A penalized regression model accurately predicts reading comprehension item difficulty using annotated test data and powers an item generation tool.

Principles

Method

Item difficulty is modeled using a penalized regression on an annotated repository of reading passages and student data, incorporating linguistic, test, and context features.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.