Identifying Narrative Patterns and Outliers in Holocaust Testimonies Using Topic Modeling
Maxim Ifergan, Renana Keydar, Omri Abend, Amit Pinchevski
TL;DR
This paper tackles the challenge of analyzing a large corpus of Holocaust survivor testimonies by applying contextualized topic modeling (BERTopic) to structured question–answer sections. The authors align testimonies into a fixed 15-part narrative to uncover a typical narrative schema and to compare narrative trajectories across age and gender groups. They introduce a novel outlier-detection method for divergent narratives using a score $S(t, C_A, C_B) = R_B - R_A$, with $R_B = \sum_{(i,j)∈C_B} t_i[j] · |Tvalue_B(i,j)|$ and $R_A = \sum_{(i,j)∈C_A} t_i[j] · |Tvalue_A(i,j)|$, selecting testimonies via $\arg\max_{t∈A} S(t, C_A, C_B)$. The findings illustrate a common narrative structure and meaningful differences by age and gender, demonstrating NLP’s potential to illuminate historical discourse and identify deviations in survivor narratives.
Abstract
The vast collection of Holocaust survivor testimonies presents invaluable historical insights but poses challenges for manual analysis. This paper leverages advanced Natural Language Processing (NLP) techniques to explore the USC Shoah Foundation Holocaust testimony corpus. By treating testimonies as structured question-and-answer sections, we apply topic modeling to identify key themes. We experiment with BERTopic, which leverages recent advances in language modeling technology. We align testimony sections into fixed parts, revealing the evolution of topics across the corpus of testimonies. This highlights both a common narrative schema and divergences between subgroups based on age and gender. We introduce a novel method to identify testimonies within groups that exhibit atypical topic distributions resembling those of other groups. This study offers unique insights into the complex narratives of Holocaust survivors, demonstrating the power of NLP to illuminate historical discourse and identify potential deviations in survivor experiences.
