Commodius vici of recirculation: the real problem with Syuzhet

Apr 03 2015

Practically everyone in Digital Humanities has been posting increasingly epistemological reflections on Matt Jockers Syuzhet package since Annie Swafford posted a set of critiques of its assumptions. Ive been drafting and redrafting one myself. One of the major reasons I havent is that the obligatory list of links keeps growing. Suffice it to say that this here is not a broad methodological disputation, but rather a single idea crystallized after reading Scott Enderle on sine waves of sentiment.” Ill say what this all means for the epistemology of the Digital Humanities in a different post, to the extent that thats helpful.

Here I want to say something much more specific: that Fourier transforms are the wrong smoothing function” (insofar as that is the appropriate term to use) to choose for plots, because they assume plot arcs are periodic functions in which the beginning must align with the end. Im pretty sure Im right about this, but as usual Im relying on an intuitive understanding of the techniques under discussion here rather than a deeply mathematical one. So let me know if Im making a total ass of myself, and Ill withdraw my statements here.

Even before Swafford posted her critique, I felt like there was something quite wrong about using the Fourier transform as a smoothing” mechanism. Fourier transforms, in my experience with them, are bad at dealing with humanities data, because they rely on a very precise definition of signal.” Ive had to use wavelets instead of the Fourier transform in the past even to extract obviously periodic data from time series, because the assumptions of regularity in the fourier transform are so strong that some periods are simply missed.

As I was reading Enderles post, it occurred to me that weve been graphing these fourier transformed waves with the x axis reading 1 to 100, as if it was a closed domain. But, in fact, if plot is a sum of sine waves, that domain should actually read from 0 to 2*pi. (Or, if youre so inclined, from 0 to tau). The difference being that waveforms are _cyclical_this is the fundamental assumption of fourier transforms, whence all of the ringing artifacts that Swafford usefully points out come. After 100 comes 101: but 2 pi is the same as zero. This assumption is true only for novels whose last sentence is aligned to feed back into their first, a rare breed indeed. (Although ironically, given the primacy that _Portrait of the Artist _has played in this debate, Joyce wrote one.)

To put that graphically: this cyclicality means that syuzhet imposes an assumption that the start of plot lines up with the end of a plot. If you generate an artificial plot that starts with sentiment -5” and ends with sentiment 5”, it looks like this with normal smoothing methods. (Rolling average or loess).

 

 

 

But if you try to use syuzhets filter, it comes up looking completely different: wavy.

 

This holds true on real documents. I ran it on every state of the union address since 1960. Ive added dashed lines to show the overall sentiment movement in the address. Blue shows loess smoothing from beginning to end, and red shows the fourier transform. As you can see, loess allows plots to get happier or sadder: fourier forces them to return almost to their starting place.

All the code for this is online here: you can try it on your own plots as desired.

 

 

I can see no sound reason to do this. Plots can start sad and get happy. But if you look at Jockers six fundamental plots,” all start and end in the same approximate emotional register. This, I think, is an artifact of the assumptions of periodicity built into the Fourier transform, not the underlying plots. Theres no room in this world for Vonneguts From bad to worse,” or for any sort of rags to riches. It treats plot as a zero-sum game.

If Im not misunderstanding something here, this should convince Jockers to retire the waveform assumptions in favor of something like Loess smoothing or moving averages, so digital humanists can move on to talking about something other than ringing artifacts.” I dont think this devastating for the Syuzhet package as a whole: it has absolutely nothing to do with the suitability of sentiment analysis for determining plot, which is a much more interesting question others are contributing to. (I am still undecided whether I think my own method of plotting arcs through multidimensional topic spaces, which I originally came up from my misunderstanding something Jockers said to me a year ago about his idea for syuzhet, is better: I do think it adds something to the conversation.) One of the broader points my unfinished post makes is that we shouldnt be taking failures in one component of a chain to mean the rest is unsound: thats an oddly out-of-domain application of falsifiability.