paper-with-me

홈 › Papers

QUIET: A Multi-Blank Cascaded Story Cloze Benchmark for LLM Creative Generation Capability

2026-05-25 · Bo Zou, Chao Xu arxiv

Large language models (LLMs) face a dual challenge in creative capability evaluation: existing benchmarks (e.g., Story Cloze Test, HellaSwag) measure models' discriminative ability over narrative continuation using multiple-choice recognition paradigms, rather than directly measuring creative generation capability; rubric-based scoring and LLM-as-Judge methods rely on subjective dimension assessment or natural language model outputs, and cannot provide objective, automated scoring mechanisms. This paper proposes QUIET (Quality Understanding via Interlocked Evaluation Testing), a diagnostic benchmark for LLM creative capability based on multi-blank cascaded story cloze. QUIET sets N blanks (10-20) in a story with complete structure, with each blank accompanied by an explicit content constraint, and cascade dependency relationships between blanks -- the content filled into earlier blanks constrains the feasible solution space for later blanks. The evaluated model (or human participants) fills all blanks in open-ended generation mode; the results are scored by an information-theoretic automated scoring protocol without human grading. The scoring protocol directly operationalizes the "calibrated surprise" theoretical framework (Zou & Xu, 2026a). For each blank k, a composite score is computed: score = satisfy * (1 + lambda * surprise), where lambda = 1.0. Here, "satisfy" measures how well the blank filling satisfies the content constraint (objective logical reasoning judgment, not subjective aesthetic scoring), and "surprise" measures the degree of surprise given that the constraint is satisfied. Creative answers that do not satisfy the constraint score zero; answers that satisfy the constraint but are mediocre score low; answers that satisfy the constraint and are surprising score high.

📄 PDF Abstract BibTeX arXiv:2605.25955

Code (0)

등록된 구현이 없습니다.

Tasks

Logical ReasoningCloze Test

Similar Papers 제목 키워드 기반

SCDE: Sentence Cloze Dataset with High Quality Distractors From Examinations

2020-04-27 · ACL 2020 6 · Xiang Kong, Varun Gangal, Eduard Hovy

We introduce SCDE, a dataset to evaluate the performance of computational models through sentence prediction. SCDE is a human-created sentence cloze dataset, collected from public school English examinations. Our task re…

Question AnsweringSentenceVocal Bursts Intensity Prediction

Correcting the Misuse: A Method for the Chinese Idiom Cloze Test

2020-11-01 · EMNLP (DeeLIO) 2020 11 · Xinyu Wang, Hongsheng Zhao, Tan Yang, Hongbo Wang

The cloze test for Chinese idioms is a new challenge in machine reading comprehension: given a sentence with a blank, choosing a candidate Chinese idiom which matches the context. Chinese idiom is a type of Chinese idiom…

AttributeCloze TestMachine Reading ComprehensionReading Comprehension+2

Improving Factual Error Correction for Abstractive Summarization via Data Distillation and Conditional-generation Cloze

2024-02-13 · Yiyang Li, Lei LI, Dingxin Hu, Xueyi Hao 외

Improving factual consistency in abstractive summarization has been a focus of current research. One promising approach is the post-editing method. However, previous works have yet to make sufficient use of factual facto…

Abstractive Text Summarization

ChID: A Large-scale Chinese IDiom Dataset for Cloze Test

2019-06-04 · ACL 2019 7 · Chujie Zheng, Minlie Huang, Aixin Sun

Cloze-style reading comprehension in Chinese is still limited due to the lack of various corpora. In this paper we propose a large-scale Chinese cloze test dataset ChID, which studies the comprehension of idiom, a unique…

Cloze TestReading Comprehension

Large-scale Cloze Test Dataset Created by Teachers

2017-11-09 · EMNLP 2018 10 · Qizhe Xie, Guokun Lai, Zihang Dai, Eduard Hovy

Cloze tests are widely adopted in language exams to evaluate students' language proficiency. In this paper, we propose the first large-scale human-created cloze test dataset CLOTH, containing questions used in middle-sch…

Cloze TestLanguage ModelingLanguage Modelling