Originality → Novelty
Originality reflects how uncommon or distinctive an idea is. CLiN captures this with a novelty score that combines global statistical rarity with topic-relative uniqueness.
Can increasingly sophisticated LLM judges reliably evaluate creativity? We systematically test that assumption and introduce a simple, interpretable alternative for three structured TTCT-derived dimensions.
Accepted to Findings of EMNLP 2026. The arXiv preprint is available now; the ACL Anthology link will be added when available.
Across zero-shot, few-shot, reference-based, ensemble, and multi-agent settings, LLM judgments remain prompt-sensitive and are weakest on highly subjective dimensions. This motivates an alternative for the more structured TTCT-derived dimensions.
CLiN evaluates each TTCT-derived dimension separately with a dedicated, interpretable proxy. It does not collapse the dimensions into a single creativity score.
Originality reflects how uncommon or distinctive an idea is. CLiN captures this with a novelty score that combines global statistical rarity with topic-relative uniqueness.
Fluency reflects the production of multiple ideas. CLiN approximates idea count by clustering contextual token representations into semantically related groups.
Elaboration reflects the amount of detail used to develop an idea. CLiN uses lexical diversity as a simple proxy, counting unique content-bearing units.
Each card pairs the human-rated TTCT dimension with its corresponding CLiN proxy and visualizes the computation used by that proxy. Spearman correlations are computed against the corresponding human ratings across all 200 texts.
The experiments separate two questions: how well LLMs judge creativity, and whether transparent objective proxies can recover structured human judgments.
On human-authored texts, the paired item-level bootstrap comparison against Claude 3.7 Sonnet finds no significant difference for originality or fluency, while CLiN significantly outperforms it on elaboration.
Correlation with the baseline can fall to ρ = 0.33 for fluency under paraphrased prompting, illustrating substantial sensitivity to formulation.
LLM–human alignment is consistently weaker for emotion and attractiveness than for the structured TTCT-derived dimensions.
Spearman correlation by model and evaluation dimension.
Structured dimensions are comparatively stable across human-authored and model-generated text, while holistic creativity and emotion decline on model-generated text.
| Dimension | Human | Model-generated | Δ |
|---|---|---|---|
| Originality | 0.396 | 0.401 | +0.006 |
| Fluency | 0.296 | 0.364 | +0.069 |
| Elaboration | 0.347 | 0.333 | −0.014 |
| Emotion | 0.196 | 0.089 | −0.107 |
| Creativity | 0.339 | 0.196 | −0.143 |
| Attractiveness | 0.073 | 0.073 | 0.000 |
The study pairs human and model-generated literary text with multi-dimensional human ratings to evaluate both LLM judges and objective proxies.
Browse released data →The repository preserves the original research notebooks and score exports, with a cleaned directory structure and documentation for each component.
Evaluating creativity in large language model (LLM) outputs remains challenging because creativity is multidimensional and human-centered. We examine how reliably LLMs evaluate short literary text in Persian, a low-resource language, across multiple evaluation strategies and prompt formulations. We find that LLM–human agreement varies substantially across dimensions: alignment is stronger for structured TTCT-derived properties such as Originality, Fluency, and Elaboration, but considerably weaker for more subjective dimensions, particularly Emotion and Attractiveness. Judgments are also sensitive to prompt formulation, while few-shot prompting, ensembling, and multi-agent debate provide no consistent improvement. Motivated by this dimension-dependent behavior, we investigate whether structured creativity dimensions can instead be approximated using simple, interpretable proxy metrics. We introduce CLIN, which evaluates three TTCT-derived dimensions separately using topic-aware novelty for Originality, contextual lexical clustering for Fluency, and lexical diversity for Elaboration. These proxies achieve human alignment comparable to or better than the strongest zero-shot LLM judge in our setting while requiring substantially lower evaluation cost.