How to predict creativity ratings from written narratives: A comparison of co-occurrence and textual forma mentis networks
Roberto Passaro, Edith Haim, Massimo Stella
TL;DR
The paper addresses predicting creativity ratings from short narratives by comparing two semantic-network representations: surface-based co-occurrence networks and dependency-based textual forma mentis networks (TFMNs). It provides a step-by-step workflow to preprocess text, construct networks, extract structural, spreading-activation, and emotion features, and train regression models with cross-validation. Empirical results on 1029 stories show that TF MNs consistently outperform co-occurrence models, with network structural features driving predictive power and emotions offering modest improvements; spreading-activation adds little beyond topology. The study delivers practical, open, and interpretable methods for applying network-based text analysis in creativity research and related cognitive domains, with broad implications for reproducible workflow design and AI-assisted narrative analysis.
Abstract
This tutorial paper provides a step-by-step workflow for building and analysing semantic networks from short creative texts. We introduce and compare two widely used text-to-network approaches: word co-occurrence networks and textual forma mentis networks (TFMNs). We also demonstrate how they can be used in machine learning to predict human creativity ratings. Using a corpus of 1029 short stories, we guide readers through text preprocessing, network construction, feature extraction (structural measures, spreading-activation indices, and emotion scores), and application of regression models. We evaluate how network-construction choices influence both network topology and predictive performance. Across all modelling settings, TFMNs consistently outperformed co-occurrence networks through lower prediction errors (best MAE = 0.581 for TFMN, vs 0.592 for co-occurrence with window size 3). Network-structural features dominated predictive performance (MAE = 0.591 for TFMN), whereas emotion features performed worse (MAE = 0.711 for TFMN) and spreading-activation measures contributed little (MAE = 0.788 for TFMN). This paper offers practical guidance for researchers interested in applying network-based methods for cognitive fields like creativity research. we show when syntactic networks are preferable to surface co-occurrence models, and provide an open, reproducible workflow accessible to newcomers in the field, while also offering deeper methodological insight for experienced researchers.
