AI safety, governance & narrative
Two threads, one practice: evaluating and governing frontier AI, and reading culture computationally. Both treat the humanities as a source of method, not decoration.
AI safety & governance
As co-founder and technical lead of the team representing the Modern Language Association at NIST CAISI (the Center for AI Standards and Innovation), Jon works on LLM evaluation, red-teaming, and ethical auditing. The team's ethics-based audit results were presented during the opening keynote at the consortium's first plenary at the University of Maryland. With collaborators at Oxford and elsewhere he co-authored a comparative study of global AI regulation across the EU, China, and the US (doi:10.48550/arXiv.2410.21279), and was among the authors of the open-source generative-AI position paper accepted as an ICML 2024 oral presentation.
Computational narrative & digital humanities
One question runs through this thread: what would it take to measure the shape of a story reliably enough to argue about it? The answer has been a decade of building the instruments that make computational reading of narrative testable. “Middle reading” (2019) named a position between distant and close reading; SentimentArcs (2021) replaced the single trusted model with an ensemble and brought dynamic time warping to diachronic sentiment analysis of narrative, so arcs of unequal length could be compared by distance; eXplainable AI with GPT-4 (2023) made story trajectories explainable and extended that comparability to sentence-level sequences; MultiSentimentArcs (2024) carried the method across modalities, from text to film.
Jon and Katherine Elkins were also among the first to empirically evaluate GPT-3 for creative writing, and have written on what AI means for Narrative studies and on a human-centered AI curriculum. The work pairs real model evaluation with literary and ethical questions. Several of these threads are co-authored with Elkins, whose complementary program asks what stays the same and what changes when stories travel across languages, cultures, and time; see her research page.
What the work established, and when
Firsts are stated flatly; the dates carry the priority, and the Reception page documents the uptake that followed.
- 2019: “Middle reading.” “Can Sentiment Analysis Reveal Structure in a Plotless Novel?” named a third position between distant reading (pure computation) and close reading (pure interpretation), and was the first to ask whether sentiment methods survive nonlinear narrative, the question computational literary studies still benchmarks against.
- 2021: Ensembles, and arcs you can measure the distance between. SentimentArcs established that diachronic sentiment analysis of narrative needs an ensemble: dozens of models weighed against one another, with smoothing and model selection treated as interpretive choices rather than neutral preprocessing. It brought dynamic time warping into diachronic sentiment analysis, using DTW to compute the distance between two whole arcs while absorbing the temporal shifts and stretches that separate otherwise similar story shapes. Paired with LTTB downsampling, which normalizes every arc to the same number of points while keeping its peaks and valleys, this is the step that lets arcs of unequal length be compared and clustered by distance. The paper also reported that state-of-the-art transformers can struggle to find narrative arcs, a limit of scale, not of tuning.
- 2023: Explainability and comparability. eXplainable AI with GPT-4 for Story Analysis and Generation brought XAI to narrative, where the technique had been largely confined to image classifiers, and supplied the sentence-level story-trajectory methodology together with the agglomeration and comparability solutions that let narratives of unequal length be compared on shared coordinates.
- 2024: Across modalities. MultiSentimentArcs made cross-modal coherence measurable: whether the arc a film’s dialogue traces and the arc its images trace are in fact the same arc.
Together these make the trajectory of a story something you can measure and reproduce, including in later work comparing stories across languages and cultures.
Field-founding priority
Katherine Elkins and Jon Chun founded the world's first human-centered AI curriculum and lab at Kenyon College in 2016. Dates establish priority; the Reception page traces how the research that followed is cited across fields, and Human-Centered AI gives the definition and Stanford comparison.
Methods & instruments
SentimentArcs (arXiv:2110.09454) is the open-source ensemble the method runs on: dozens of sentiment models passed over the same narrative and weighed against one another, rather than a single model trusted on faith. Maintained since 2019 at jon-chun/sentiment_arcs, it is the technical foundation of The Shapes of Stories (Cambridge University Press, 2022).
Its time-series pipeline is where the ensemble becomes measurable. Arcs are standardized, smoothed with a 10% moving average, and reduced by LTTB downsampling to a common number of points that preserves peaks, valleys, and endpoints. Dynamic time warping then computes the distance between two whole arcs, absorbing the temporal shifts and stretches that separate otherwise similar story shapes, and those distances drive hierarchical clustering. The corpora range from roughly 1,400 to 13,000 data points per novel, so this is what makes arcs of unequal length comparable at all.
Narrative translation, cultural transmission, and computational philology → · The full technical lineage →
MultiSentimentArcs, in Frontiers in Computer Science, extends the method from text to film. The multimodal approach measures whether the sentiment arc recovered from a film’s dialogue and the arc recovered from its images are in fact the same arc, making cross-modal coherence a quantity that can be measured rather than asserted.
AI-LIT is the companion open repository for literary AI workflows. Katherine Elkins used it for text processing and visualization in In Search of a Translator (Frontiers in Computer Science 6:1444021, 13 August 2024; doi:10.3389/fcomp.2024.1444021), which develops an AI-assisted method for comparing a literary original with multiple translations across whole-narrative time, asking which dimensions of style and reading experience persist and which are altered or lost in translation.
Research threads
- NIST CAISI evaluation. LLM evaluation and red-teaming for standards-facing work, with ethical auditing as the through-line.
- Comparative AI regulation. Mapping policy approaches across the EU, China, and the US with Christian Schroeder de Witt and Katherine Elkins.
- Computational narrative. From the GPT-3 Writer's Turing Test article to narrative theory, sentiment arcs, and AI-assisted interpretation.
- Open-source generative AI. Risks and opportunities of open-source generative AI, including the ICML 2024 position paper.
- Archival Intelligence. Applied humane-studies methods for cultural archives, multilingual newspapers, and early jazz artifacts.
Selected publications
- Elkins, K.; Chun, J. (2020). “Can GPT-3 Pass a Writer's Turing Test?” Journal of Cultural Analytics. (Related: AI creativity & co-creation; reception.)
- Chun, J. (2021). “SentimentArcs: A Novel Method for Self-Supervised Sentiment Analysis of Time Series Shows SOTA Transformers Can Struggle Finding Narrative Arcs.” arXiv:2110.09454. A self-supervised ensemble method for diachronic sentiment analysis of narrative; introduces dynamic time warping to diachronic sentiment analysis of narrative, so that arcs of unequal length can be compared and clustered by distance; reports that state-of-the-art transformers can struggle to find narrative arcs. Its open-source implementation is the technical foundation of The Shapes of Stories (Cambridge University Press, 2022). (Reception.)
- Chun, J.; Elkins, K. (2022). “What the Rise of AI Means for Narrative Studies: A Response to “Why Computers Will Never Read (or Write) Literature” by Angus Fletcher.” Narrative 30(1), 104–113. (Related: sentiment analysis & narrative intelligence.)
- Chun, J.; Elkins, K. (2023). “The Crisis of Artificial Intelligence: A New Digital Humanities Curriculum for Human-Centred AI.” IJHAC 17(2). (Related: AI in higher education & curriculum; reception.)
- Chun, J.; Elkins, K. (2023). “eXplainable AI with GPT4 for story analysis and generation: A novel framework for diachronic sentiment analysis.” Int. J. Digital Humanities 5(2-3), 507–532. Brings explainable AI to narrative, where the technique had been largely confined to image classifiers; develops the sentence-level story-trajectory methodology together with the agglomeration and comparability solutions that let narratives of unequal length be compared on shared coordinates. (Related: sentiment analysis & narrative intelligence; reception.)
- Chun, J. (2024). “MultiSentimentArcs: a novel method to measure coherence in multimodal sentiment analysis for long-form narratives in film.” Frontiers in Computer Science 6:1444549. Extends narrative trajectory analysis from text to film, making cross-modal coherence (whether a film’s dialogue and its images trace the same arc) measurable rather than asserted. (Reception.)
- Eiras, F.; et al. incl. Chun, J., Elkins, K. (2024). “Position: Near to Mid-term Risks and Opportunities of Open-Source Generative AI.” ICML (oral). (Related: AI governance & public AI; reception.)
- Chun, J.; Schroeder de Witt, C.; Elkins, K. (2024). “Comparative Global AI Regulation: Policy Perspectives from the EU, China, and the US.” DOI:10.48550/arXiv.2410.21279. (Related: AI governance & public AI; reception.)
Reception
The reception is strongest when described as specific scholarly uptake rather than as a generic citation count:
- The GPT-3 creative-writing paper was cited by Floridi and Chiriatti in Minds and Machines, by Spitale and co-authors in Science Advances, and by Mei and co-authors in PNAS.
- The Narrative article on AI and narrative studies was later discussed by James Phelan in Poetics Today.
- The human-centered AI curriculum article was cited by Jaramillo and Chiappe in Prospects, and by Tanya Klowden and the mathematician Terence Tao in a 2026 preprint.
- The ICML open-source generative-AI position paper was cited by Taeihagh in Policy and Society.
- The comparative AI regulation paper was cited by Floridi and Ascani in Minds and Machines, by Perboli and co-authors in Economic and Political Studies, and by Olugbade in Global Public Policy and Governance.
What does Jon Chun research?
AI safety, governance, and evaluation (LLM red-teaming and ethical auditing at NIST CAISI, and comparative global AI regulation), alongside computational narrative across the humanities.
What is his role at NIST CAISI?
He is co-founder and technical lead of the team representing the Modern Language Association at the NIST Center for AI Standards and Innovation, working on LLM evaluation and red-teaming.
Where has the research appeared?
Venues including ICML (a 2024 oral presentation), the Journal of Cultural Analytics, Narrative, and the International Journal of Humanities and Arts Computing.
Who founded Kenyon's human-centered AI curriculum and lab?
Katherine Elkins and Jon Chun founded the world's first human-centered AI curriculum and lab at Kenyon College in 2016. See how the work is cited across fields →