| { |
| "paper_id": "P10-1015", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:19:56.170984Z" |
| }, |
| "title": "Extracting Social Networks from Literary Fiction", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [ |
| "K" |
| ], |
| "last": "Elson", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Columbia University", |
| "location": {} |
| }, |
| "email": "delson@cs.columbia.edu" |
| }, |
| { |
| "first": "Nicholas", |
| "middle": [], |
| "last": "Dames", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Columbia University", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Kathleen", |
| "middle": [ |
| "R" |
| ], |
| "last": "Mckeown", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Columbia University", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a method for extracting social networks from literature, namely, nineteenth-century British novels and serials. We derive the networks from dialogue interactions, and thus our method depends on the ability to determine when two characters are in conversation. Our approach involves character name chunking, quoted speech attribution and conversation detection given the set of quotes. We extract features from the social networks and examine their correlation with one another, as well as with metadata such as the novel's setting. Our results provide evidence that the majority of novels in this time period do not fit two characterizations provided by literacy scholars. Instead, our results suggest an alternative explanation for differences in social networks.", |
| "pdf_parse": { |
| "paper_id": "P10-1015", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a method for extracting social networks from literature, namely, nineteenth-century British novels and serials. We derive the networks from dialogue interactions, and thus our method depends on the ability to determine when two characters are in conversation. Our approach involves character name chunking, quoted speech attribution and conversation detection given the set of quotes. We extract features from the social networks and examine their correlation with one another, as well as with metadata such as the novel's setting. Our results provide evidence that the majority of novels in this time period do not fit two characterizations provided by literacy scholars. Instead, our results suggest an alternative explanation for differences in social networks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Literary studies about the nineteenth-century British novel are often concerned with the nature of the community that surrounds the protagonist. Some theorists have suggested a relationship between the size of a community and the amount of dialogue that occurs, positing that \"face to face time\" diminishes as the number of characters in the novel grows. Others suggest that as the social setting becomes more urbanized, the quality of dialogue also changes, with more interactions occurring in rural communities than urban communities. Such claims have typically been made, however, on the basis of a few novels that are studied in depth. In this paper, we aim to determine whether an automated study of a much larger sample of nineteenth century novels supports these claims.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The research presented here is concerned with the extraction of social networks from literature.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We present a method to automatically construct a network based on dialogue interactions between characters in a novel. Our approach includes components for finding instances of quoted speech, attributing each quote to a character, and identifying when certain characters are in conversation. We then construct a network where characters are vertices and edges signify an amount of bilateral conversation between those characters, with edge weights corresponding to the frequency and length of their exchanges. In contrast to previous approaches to social network construction, ours relies on a novel combination of patternbased detection, statistical methods, and adaptation of standard natural language tools for the literary genre. We carried out this work on a corpus of 60 nineteenth-century novels and serials, including 31 authors such as Dickens, Austen and Conan Doyle.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In order to evaluate the literary claims in question, we compute various characteristics of the dialogue-based social network and stratify these results by categories such as the novel's setting. For example, the density of the network provides evidence about the cohesion of a large or small community, and cliques may indicate a social fragmentation. Our results surprisingly provide evidence that the majority of novels in this time period do not fit the suggestions provided by literary scholars, and we suggest an alternative explanation for our observations of differences across novels.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In the following sections, we survey related work on social networks as well as computational studies of literature. We then present the literary hypotheses in more detail. We describe the methods we use to extract dialogue and construct conversational networks, along with our approach to analyzing their characteristics. After we present the statistical results, we analyze their significance from a literary perspective.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Computer-assisted literary analysis has typically occurred at the word level. This level of granularity lends itself to studies of authorial style based on patterns of word use (Burrows, 2004) , and researchers have successfully \"outed\" the writers of anonymous texts by comparing their style to that of a corpus of known authors (Mostellar and Wallace, 1984) . Determining instances of \"text reuse,\" a type of paraphrasing, is also a form of analysis at the lexical level, and it has recently been used to validate theories about the lineage of ancient texts (Lee, 2007) .", |
| "cite_spans": [ |
| { |
| "start": 177, |
| "end": 192, |
| "text": "(Burrows, 2004)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 330, |
| "end": 359, |
| "text": "(Mostellar and Wallace, 1984)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 560, |
| "end": 571, |
| "text": "(Lee, 2007)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Analysis of literature using more semanticallyoriented techniques has been rare, most likely because of the difficulty in automatically determining meaningful interpretations. Some exceptions include recent work on learning common event sequences in news stories (Chambers and Jurafsky, 2008) , an approach based on statistical methods, and the development of an event calculus for characterizing stories written by children (Halpin et al., 2004) , a knowledge-based strategy. On the other hand, literary theorists, linguists and others have long developed symbolic but non-computational models for novels. For example, Moretti (2005) has graphically mapped out texts according to geography, social connections and other variables.", |
| "cite_spans": [ |
| { |
| "start": 263, |
| "end": 292, |
| "text": "(Chambers and Jurafsky, 2008)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 425, |
| "end": 446, |
| "text": "(Halpin et al., 2004)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "While researchers have not attempted the automatic construction of social networks representing connections between characters in a corpus of novels, the ACE program has involved entity and relation extraction in unstructured text (Doddington et al., 2004) . Other recent work in social network construction has explored the use of structured data such as email headers (McCallum et al., 2007) and U.S. Senate bill cosponsorship (Cho and Fowler, 2010) . In an analysis of discussion forums, Gruzd and Haythornthwaite (2008) explored the use of message text as well as posting data to infer who is talking to whom. In this paper, we also explore how to build a network based on conversational interaction, but we analyze the reported dialogue found in novels to determine the links. The kinds of language that is used to signal such information is quite different in the two media. In discussion forums, people tend to use addresses such as \"Hi Tom,\" while in novels, a system must determine both the speaker of a quotation and then the intended recipient of the dialogue act. This is a significantly different problem.", |
| "cite_spans": [ |
| { |
| "start": 231, |
| "end": 256, |
| "text": "(Doddington et al., 2004)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 370, |
| "end": 393, |
| "text": "(McCallum et al., 2007)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 429, |
| "end": 451, |
| "text": "(Cho and Fowler, 2010)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 491, |
| "end": 523, |
| "text": "Gruzd and Haythornthwaite (2008)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "It is commonly held that the novel is a literary form which tries to produce an accurate representation of the social world. Within literary studies, the recurring problem is how that representation is achieved. Theories about the relation between novelistic form (the workings of plot, characters, and dialogue, to take the most basic categories) and changes to real-world social milieux abound. Many of these theories center on nineteenth-century European fiction; innovations in novelistic form during this period, as well as the rapid social changes brought about by revolution, industrialization, and transport development, have traditionally been linked. These theories, however, have used only a select few representative novels as proof. By using statistical methods of analysis, it is possible to move beyond this small corpus of proof texts. We believe these methods are essential to testing the validity of some core theories about social interaction and their representation in literary genres like the novel.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Major versions of the theories about the social worlds of nineteenth-century fiction tend to center on characters, in two specific ways: how many characters novels tend to have, and how those characters interact with one another. These two \"formal\" facts about novels are usually explained with reference to a novel's setting. From the influential work of the Russian critic Mikhail Bakhtin to the present, a consensus emerged that as novels are increasingly set in urban areas, the number of characters and the quality of their interaction change to suit the setting. Bakhtin's term for this causal relationship was chronotope: the \"intrinsic interconnectedness of temporal and spatial relationships that are artistically expressed in literature,\" in which \"space becomes charged and responsive to movements of time, plot, and history\" (Bakhtin, 1981, 84) . In Bakhtin's analysis, different spaces have different social and emotional potentialities, which in turn affect the most basic aspects of a novel's aesthetic technique.", |
| "cite_spans": [ |
| { |
| "start": 837, |
| "end": 856, |
| "text": "(Bakhtin, 1981, 84)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "After Bakhtin's invention of the chronotope, much literary criticism and theory devoted itself to filling in, or describing, the qualities of specific chronotopes, particularly those of the village or rural environment and the city or urban environment. Following a suggestion of Bakhtin's that the population of village or rural fictions is modeled on the world of the family, made up of an intimately related set of characters, many critics analyzed the formal expression of this world as constituted by a small set of characters who express themselves conversationally. Raymond Williams used the term \"knowable communities\" to describe this world, in which face-to-face relations of a restricted set of characters are the primary mode of social interaction (Williams, 1975, 166) . By contrast, the urban world, in this traditional account, is both larger and more complex. To describe the social-psychological impact of the city, Franco Moretti argues, protagonists of urban novels \"change overnight from 'sons' into 'young men': their affective ties are no longer vertical ones (between successive generations), but horizontal, within the same generation. They are drawn towards those unknown yet congenial faces seen in gardens, or at the theater; future friends, or rivals, or both\" (Moretti, 1999, 65) . The result is two-fold: more characters, indeed a mass of characters, and more interactions, although less actual conversation; as literary critic Terry Eagle-ton argues, the city is where \"most of our encounters consist of seeing rather than speaking, glimpsing each other as objects rather than conversing as fellow subjects\" (Eagleton, 2005, 145) . Moretti argues in similar terms. For him, the difference in number of characters is \"not just a matter of quantity... it's a qualitative, morphological one\" (Moretti, 1999, 68) . As the number of characters increases, Moretti argues (following Bakhtin in his logic), social interactions of different kinds and durations multiply, displacing the family-centered and conversational logic of village or rural fictions. \"The narrative system becomes complicated, unstable: the city turns into a gigantic roulette table, where helpers and antagonists mix in unpredictable combinations\" (Moretti, 1999, 68) . This argument about how novelistic setting produces different forms of social interaction is precisely what our method seeks to evaluate.", |
| "cite_spans": [ |
| { |
| "start": 760, |
| "end": 781, |
| "text": "(Williams, 1975, 166)", |
| "ref_id": null |
| }, |
| { |
| "start": 1289, |
| "end": 1308, |
| "text": "(Moretti, 1999, 65)", |
| "ref_id": null |
| }, |
| { |
| "start": 1639, |
| "end": 1660, |
| "text": "(Eagleton, 2005, 145)", |
| "ref_id": null |
| }, |
| { |
| "start": 1820, |
| "end": 1839, |
| "text": "(Moretti, 1999, 68)", |
| "ref_id": null |
| }, |
| { |
| "start": 2244, |
| "end": 2263, |
| "text": "(Moretti, 1999, 68)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our corpus of 60 novels was selected for its representativeness, particularly in the following categories: authorial (novels from the major canoni-cal authors of the period), historical (novels from each decade), generic (from the major sub-genres of nineteenth-century fiction), sociological (set in rural, urban, and mixed locales), and technical (narrated in first-person and third-person form). The novels, as well as important metadata we assigned to them (the perspective and setting), are shown in Table 1 . We define urban to mean set in a metropolitan zone, characterized by multiple forms of labor (not just agricultural). Here, social relations are largely financial or commercial in character. We conversely define rural to describe texts that are set in a country or village zone, where agriculture is the primary activity, and where land-owning, non-productive, rentcollecting gentry are socially predominant. Social relations here are still modeled on feudalism (relations of peasant-lord loyalty and family tie) rather than the commercial cash nexus. We also explored other properties of the texts, such as literary genre, but focus on the results found with setting and perspective. We obtained electronic encodings of the texts from Project Gutenberg. All told, these texts total more than 10 million words.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 505, |
| "end": 512, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We assembled this representative corpus in order to test two hypotheses, which are derived from the aforementioned theories:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1. That there is an inverse correlation between the amount of dialogue in a novel and the number of characters in that novel. One basic, shared assumption of these theorists is that as the network of characters expandsas, in Moretti's words, a quantitative change becomes qualitative-the importance, and in fact amount, of dialogue decreases. With a method for extracting conversation from a large corpus of texts, it is possible to test this hypothesis against a wide range of data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "2. That a significant difference in the nineteenth-century novel's representation of social interaction is geographical: novels set in urban environments depict a complex but loose social network, in which numerous characters share little conversational interaction, while novels set in rural environments inhabit more tightly bound social networks, with fewer characters sharing much more conversational interaction. This hypothesis is based on the contrast between Williams's rural \"knowable communities\" and the sprawling, populous, less conversational urban fictions or Moretti's and Eagleton's analyses. If true, it would suggest that the inverse relationship of hypothesis #1 (more characters means less conversation) can be correlated to, and perhaps even caused by, the geography of a novel's setting. The claims about novelistic geography and social interaction have usually been based on comparisons of a selected few novelists (Jane Austen and Charles Dickens preeminently).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Do they remain valid when tested against a larger corpus?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "4 Extracting Conversational Networks from Literature", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In order to test these hypotheses, we developed a novel approach to extracting social networks from literary texts themselves, building on existing analysis tools. We defined \"social network\" as \"conversational network\" for purposes of evaluating these literary theories. In a conversational network, vertices represent characters (assumed to be named entities) and edges indicate at least one instance of dialogue interaction between two characters over the course of the novel. The weight of each edge is proportional to the amount of interaction. We define a conversation as a continuous span of narrative time featuring a set of characters in which the following conditions are met:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "1. The characters are in the same place at the same time;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "2. The characters take turns speaking; and 3. The characters are mutually aware of each other and each character's speech is mutually intended for the other to hear.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In the following subsections, we discuss the methods we devised for the three problems in text processing invoked by this approach: identifying the characters present in a literary text, assigning a \"speaker\" (if any) to each instance of quoted speech from among those characters, and constructing a social network by detecting conversations from the set of dialogue acts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Hypotheses", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The first challenge was to identify the candidate speakers by \"chunking\" names (such as Mr. Holmes) from the text. We processed each novel with the Stanford NER tagger (Finkel et al., 2005) and extracted noun phrases that were categorized as persons or organizations. We then clustered the noun phrases into coreferents for the same entity (person or organization). The clustering process is as follows:", |
| "cite_spans": [ |
| { |
| "start": 168, |
| "end": 189, |
| "text": "(Finkel et al., 2005)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Character Identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "1. For each named entity, we generate variations on the name that we would expect to see in a coreferent. Each variation omits certain parts of multi-word names, respecting titles and first/last name distinctions, similar to work by Davis et al. (2003) . For example, Mr. Sherlock Holmes may refer to the same character as Mr. Holmes, Sherlock Holmes, Sherlock and Holmes.", |
| "cite_spans": [ |
| { |
| "start": 233, |
| "end": 252, |
| "text": "Davis et al. (2003)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Character Identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "2. For each named entity, we compile a list of other named entities that may be coreferents, either because they are identical or because one is an expected variation on the other.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Character Identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "3. We then match each named entity to the most recent of its possible coreferents. In aggregate, this creates a cluster of mentions for each character.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Character Identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "We also pre-processed the texts to normalize formatting, detect headings and chapter breaks, remove metadata, and identify likely instances of quoted speech (that is, mark up spans of text that fall between quotation marks, assumed to be a superset of the quoted speech present in the text).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Character Identification", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In order to programmatically assign a speaker to each instance of quoted speech, we applied a highprecision subset of a general approach we describe elsewhere (Elson and McKeown, 2010) . The first step of this approach was to compile a separate training and testing corpus of literary texts from British, American and Russian authors of the nineteenth and twentieth centuries. The training corpus consisted of about 111,000 words including 3,176 instances of quoted speech. To obtain goldstandard annotations, we conducted an online survey via Amazon's Mechanical Turk program. For each quote, we asked three annotators to independently choose a speaker from the list of contextual candidates-or, choose \"spoken by an unlisted character\" if the answer was not available, or \"not spoken by any character\" for non-dialogue cases such as sneer quotes.", |
| "cite_spans": [ |
| { |
| "start": 159, |
| "end": 184, |
| "text": "(Elson and McKeown, 2010)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Quoted Speech Attribution", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We divided this corpus into training and testing sets, and used the training set to develop a categorizer that assigned one of five syntactic categories to each quote. For example, if a quote is followed by a verb that indicates verbal expression (such as \"said\"), and then a character mention, a category called Character trigram is assigned to the quote. The fifth category is a catch-all for quotes that do not fall into the other four. In many cases, the answer can be reliably determined based solely on its syntactic category. For instance, in the Character trigram category, the mentioned character is the quote's speaker in 99% of both the training and testing sets.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Quoted Speech Attribution", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In all, we were able to determine the speaker of 57% of the testing set with 96% accuracy just on the basis of syntactic categorization. This is the technique we used to construct our conversational networks. In another study, we applied machine learning tools to the data (one model for each syntactic category) and achieved an overall accuracy of 83% over the entire test set (Elson and McKeown, 2010) . The other 43% of quotes are left here as \"unknown\" speakers; however, in the present study, we are interested in conversations rather than individual quotes. Each conversation is likely to consist of multiple quotes by each speaker, increasing the chances of detecting the interaction. Moreover, this design decision emphasizes the precision of the social networks over their recall. This tilts \"in favor\" of hypothesis #1 (that there are fewer social interactions in larger communities); however, we shall see that despite the emphasis of precision over recall, we identify a sufficient mass of interactions in the texts to constitute evidence against this hypothesis.", |
| "cite_spans": [ |
| { |
| "start": 378, |
| "end": 403, |
| "text": "(Elson and McKeown, 2010)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Quoted Speech Attribution", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We then applied the results from our character identification and quoted speech attribution methods toward the construction of conversational networks from literature. We derived one network from each text in our corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constructing social networks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We first assigned vertices to character entities that are mentioned repeatedly throughout the novel. Coreferents for the same name (such as Mr. Darcy and Darcy) were grouped into the same vertex. We found that a network that included incidental or single-mention named entities became too noisy to function effectively, so we filtered out the entities that are mentioned fewer than three times in the novel or are responsible for less than 1% of the named entity mentions in the novel.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constructing social networks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We assigned undirected edges between vertices that represent adjacency in quoted speech fragments. Specifically, we set the weight of each undirected edge between two character vertices to the total length, in words, of all quotes that either character speaks from among all pairs of adjacent quotes in which they both speak-implying face to face conversation. We empirically determined that the most accurate definition of \"adjacency\" is one where the two characters' quotes fall within 300 words of one another with no attributed quotes in between. When such an adjacency is found, the length of the quote is added to the edge weight, under the hypothesis that the significance of the relationship between two individuals is proportional to the length of the dialogue that they exchange. Finally, we normalized each edge's weight by the length of the novel.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constructing social networks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "An example network, automatically constructed in this manner from Jane Austen's Mansfield Park, is shown in Figure 1 . The width of each vertex is drawn to be proportional to the character's share of all the named entity mentions in the book (so that protagonists, who are mentioned frequently, appear in larger ovals). The width of each edge is drawn to be proportional to its weight (total conversation length).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 108, |
| "end": 116, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Constructing social networks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "We also experimented with two alternate methods for identifying edges, for purposes of a baseline: 1. The \"correlation\" method divides the text into 10-paragraph segments and counts the number of mentions of each character in each segment (excluding mentions inside quoted speech). It then computes the Pearson product-moment correlation coefficient for the distributions of mentions for each pair of characters. These coefficients are used for the edge weights. Characters that tend to appear together in the same areas of the novel are taken to be more socially connected, and have a higher edge weight.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constructing social networks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "2. The \"spoken mention\" method counts occurrences when one character refers to another in his or her quoted speech. These counts, normalized by the length of the text, are used as edge weights. The intuition is that characters who refer to one another are likely to be in conversation. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Constructing social networks", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "To check the accuracy of our method for extracting conversational networks, we conducted an evaluation involving four of the novels (The Sign of the Four, Emma, David Copperfield and The Portrait of a Lady). We did not use these texts when developing our method for identifying conversations. For each book, we randomly selected 4-5 chapters from among those with significant amounts of quoted speech, so that all excerpts from each novel amounted to at least 10,000 words. We then asked three annotators to identity all the conversations that occur in all 44,000 words. We requested that the annotators include both direct and indirect (unquoted) speech, and define \"conversation\" as in the beginning of Section 4, but exclude \"retold\" conversations (those that occur within other dialogue). We processed the annotation results by breaking down each multi-way conversation into all of its unique two-character interactions (for example, a conversation between four people indicates six bilateral interactions). To calculate inter-annotator agreement, we first compiled a list of all possible interactions between all characters in each text. In this model, each annotator contributed a set of \"yes\" or \"no\" decisions, one for every character pair. We then applied the kappa measurement for agreement in a binary classification problem (Co- Table 2 : Precision, recall, and F-measure of three methods for detecting bilateral conversations in literary texts.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1341, |
| "end": 1348, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "hen, 1960). In 95% of character pairs, annotators were unanimous, which is a high agreement of k = .82.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "The precision and recall of our method for detecting conversations is shown in Table 2 . Precision was .95; this indicates that we can be confident in the specificity of the conversational networks that we automatically construct. Recall was .51, indicating a sensitivity of slightly more than half. There were several reasons that we did not detect the missing links, including indirect speech, quotes attributed to anaphoras or coreferents, and \"diffuse\" conversations in which the characters do not speak in turn with one another.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 79, |
| "end": 86, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "To calculate precision and recall for the two baseline social networks, we set a threshold t to derive a binary prediction from the continuous edge weights. The precision and recall values shown for the baselines in Table 2 represent the highest performance we achieved by varying t between 0 and 1 (maximizing F-measure over t).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 216, |
| "end": 223, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "Both baselines performed significantly worse in precision and F-measure than our quoted speech adjacency method for detecting conversations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4.4" |
| }, |
| { |
| "text": "We extracted features from the conversational networks that emphasize the complexity of the social interactions found in each novel:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "1. The number of characters and the number of speaking characters 2. The variance of the distribution of quoted speech (specifically, the proportion of quotes spoken by the n most frequent speakers, for 1 \u2264 n \u2264 5)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "3. The number of quotes, and proportion of words in the novel that are quoted speech 4. The number of 3-cliques and 4-cliques in the social network 5. The average degree of the graph, defined as", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "v\u2208V |E v | |V | = 2|E| |V | (1)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "where |E v | is the number of edges incident on a vertex v, and |V | is the number of vertices. In other words, this determines the average number of characters connected to each character in the conversational network (\"with how many people on average does a character converse?\").", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "6. A variation on graph density that normalizes the average degree feature by the number of characters:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "v\u2208V |E v | |V |(|V | \u2212 1) = 2|E| |V |(|V | \u2212 1)", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "By dividing again by |V | \u2212 1, we use this as a metric for the overall connectedness of the graph: \"with what percent of the entire network (besides herself) does each character converse, on average?\" The weight of the edge, as long as it is greater than 0, does not affect either the network's average degree or graph density.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature extraction", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "We derived results from the data in two ways. First, we examined the strengths of the correlations between the features that we extracted (for example, between number of character vertices and the average degree of each vertex). We used Pearson's product-moment correlation coefficient in these calculations. Second, we compared the extracted features to the metadata we previously assigned to each text (e.g., urban vs. rural). Hypothesis #1, which we described in Section 3, claims that there is an inverse correlation between the amount of dialogue in a nineteenthcentury novel and the number of characters in that novel. We did not find this to be the case. Rather, we found a weak but positive correlation (r=.16) between the number of quotes in a novel and the number of characters (normalizing the quote count for text length). There was a stronger positive correlation (r=.50) between the number of unique speakers (those characters who speak at least once) and the normalized number of quotes, suggesting that larger networks have more conversations than smaller ones. But because the first correlation is weak, we investigated whether further analysis could identify other evidence that confirms or contradicts the hypothesis.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Another way to interpret hypothesis #1 is that social networks with more characters tend to break apart and be less connected. However, we found the opposite to be true. The correlation between the number of characters in each graph and the average degree (number of conversation partners) for each character was a positive, moderately strong r=.42. This is not a given; a network can easily, for example, break into minimally connected or mutually exclusive subnetworks when more characters are involved. Instead, we found that networks tend to stay close-knit regardless of their size: even the density of the graph (the percentage of the community that each character talks to) grows with the total population size at r=.30. Moreover, as the population of speakers grows, the density is likely to increase at r=.49. A higher number of characters (speaking or non-speaking) is also correlated with a higher rate of 3-cliques per character (r=.38), as well as with a more balanced distribution of dialogue (the share of dialogue spoken by the top three speakers decreases at r=\u2212.61). This evidence suggests that in nineteenth-century British literature, it is the small communities, rather than the large ones, that tend to be disconnected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Hypothesis #2, meanwhile, posited that a novel's setting (urban or rural) would have an effect on the structure of its social network. After defining \"social network\" as a conversational network, we did not find this to be the case. Surprisingly, the numbers of characters and speakers found in the urban novel were not significantly greater than those found in the rural novel. Moreover, each of the features we extracted, such as the rate of cliques, average degree, density, and rate of characters' mentions of other characters, did not change in a statistically significant manner between the two genres. For example, Figure 2 shows the mean over all texts of each network's average degree, with confidence intervals, separated by setting into urban and rural. The increase in degree seen in urban texts is not significant.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 622, |
| "end": 631, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Rather, the only type of metadata variable that did impact the average degree with any significance was the text's perspective. average degree measure. Stories told in the third person had much more connected networks than stories told in the first person: not only did the average degree increase with statistical significance (by the homoscedastic t-test to p < .005), so too did the graph density (p < .05) and the rate of 3-cliques per character (p < .05).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We believe the reason for this can be intuited with a visual inspection of a first-person graph. Figure 3 shows the conversational network extracted for Collins's The Woman in White, which is told in the first person. Not surprisingly, the most oft-repeated named entity in the text is I, referring to the narrator. More surprising is the lack of conversation connections between the auxiliary characters. The story's structure revolves around the narrator and each character is understood in terms of his or her relationship to the narrator. Private conversations between auxiliary characters would not include the narrator, and thus do not appear in a first-hand account. An \"omniscient\" third person narrator, by contrast, can eavesdrop on any pair of characters conversing. This highlights the importance of detecting reported and indirect speech in future work, as a first-person narrator may hear about other connections without witnessing them.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 97, |
| "end": 105, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Our data, therefore, markedly do not confirm hypothesis #1. They also suggest, in relation to hypothesis #2 (also not confirmed by the data), a strong reason why.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Literary Interpretation of Results", |
| "sec_num": "6" |
| }, |
| { |
| "text": "One of the basic assumptions behind hypothesis #2-that urban novels contain more characters, mirroring the masses of nineteenth-century cities-is not borne out by our data. Our results do, however, strongly correlate a point of view (thirdperson narration) with more frequently connected characters, implying tighter and more talkative social networks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Literary Interpretation of Results", |
| "sec_num": "6" |
| }, |
| { |
| "text": "We would propose that this suggests that the form of a given novel-the standpoint of the narrative voice, whether the voice is \"omniscient\" or not-is far more determinative of the kind of social network described in the novel than where it is set or even the number of characters involved. Whereas standard accounts of nineteenth-century fiction, following Bakhtin's notion of the \"chronotope,\" emphasize the content of the novel as determinative (where it is set, whether the novel fits within a genre of \"village\" or \"urban\" fiction), we have found that content to be surprisingly irrelevant to the shape of social networks within. Bakhtin's influential theory, and its detailed reworkings by Williams, Moretti, and others, suggests that as the novel becomes more urban, more centered in (and interested in) populous urban settings, the novel's form changes to accommodate the looser, more populated, less conversational networks of city life. Our data suggests the opposite: that the \"urban novel\" is not as strongly distinctive a form as has been asserted, and that in fact it can look much like the village fictions of the century, as long as the same method of narration is used.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Literary Interpretation of Results", |
| "sec_num": "6" |
| }, |
| { |
| "text": "This conclusion leads to some further considerations. We are suggesting that the important element of social networks in nineteenth-century fiction is not where the networks are set, but from what standpoint they are imagined or narrated. Narrative voice, that is, trumps setting.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Literary Interpretation of Results", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In this paper, we presented a method for characterizing a text of literary fiction by extracting the network of social conversations that occur between its characters. This allowed us to take a systematic and wide look at a large corpus of texts, an approach which complements the narrower and deeper analysis performed by literary scholars and can provide evidence for or against some of their claims. In particular, we described a high-precision method for detecting face-to-face conversations between two named characters in a novel, and showed that as the number of characters in a novel grows, so too do the cohesion, interconnectedness and balance of their social network. In addition, we showed that the form of the novel (first-or third-person) is a stronger predictor of these features than the setting (urban or rural). Our results thus far suggest further review of our methods, our corpus and our results for more insights into the social networks found in this and other genres of fiction.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This material is based on research supported in part by the U.S. National Science Foundation (NSF) under IIS-0935360. Any opinions, findings and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the NSF.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": "8" |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Forms of time and of the chronotope in the novel", |
| "authors": [ |
| { |
| "first": "Mikhail", |
| "middle": [], |
| "last": "Bakhtin", |
| "suffix": "" |
| } |
| ], |
| "year": 1981, |
| "venue": "The Dialogic Imagination: Four Essays", |
| "volume": "", |
| "issue": "", |
| "pages": "84--258", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mikhail Bakhtin. 1981. Forms of time and of the chronotope in the novel. In Trans. Michael Holquist and Caryl Emerson, editors, The Dialogic Imagi- nation: Four Essays, pages 84-258. University of Texas Press, Austin.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Textual analysis", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Burrows", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "A Companion to Digital Humanities. Blackwell", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Burrows. 2004. Textual analysis. In Susan Schreibman, Ray Siemens, and John Unsworth, ed- itors, A Companion to Digital Humanities. Black- well, Oxford.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Unsupervised learning of narrative event chains", |
| "authors": [ |
| { |
| "first": "Nathanael", |
| "middle": [], |
| "last": "Chambers", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 46th Annual Meeting of the Association of Com-putational Linguistics (ACL-08)", |
| "volume": "", |
| "issue": "", |
| "pages": "789--797", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nathanael Chambers and Dan Jurafsky. 2008. Unsu- pervised learning of narrative event chains. In In Proceedings of the 46th Annual Meeting of the As- sociation of Com-putational Linguistics (ACL-08), pages 789-797, Columbus, Ohio.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Legislative success in a small world: Social network analysis and the dynamics of congressional legislation", |
| "authors": [ |
| { |
| "first": "Wendy", |
| "middle": [ |
| "K Tam" |
| ], |
| "last": "Cho", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "H" |
| ], |
| "last": "Fowler", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "The Journal of Politics", |
| "volume": "72", |
| "issue": "1", |
| "pages": "124--135", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Wendy K. Tam Cho and James H. Fowler. 2010. Leg- islative success in a small world: Social network analysis and the dynamics of congressional legisla- tion. The Journal of Politics, 72(1):124-135.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A coefficient of agreement for nominal scales", |
| "authors": [ |
| { |
| "first": "Jacob", |
| "middle": [], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 1960, |
| "venue": "Educational and Psychological Measurement", |
| "volume": "20", |
| "issue": "1", |
| "pages": "37--46", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacob Cohen. 1960. A coefficient of agreement for nominal scales. Educational and Psychological Measurement, 20(1):37-46.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Methods for precise named entity matching in digital collections", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Peter", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "K" |
| ], |
| "last": "Davis", |
| "suffix": "" |
| }, |
| { |
| "first": "Judith", |
| "middle": [ |
| "L" |
| ], |
| "last": "Elson", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Klavans", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the Third ACM/IEEE Joint Conference on Digital Libraries (JCDL '03)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Peter T. Davis, David K. Elson, and Judith L. Klavans. 2003. Methods for precise named entity matching in digital collections. In Proceedings of the Third ACM/IEEE Joint Conference on Digital Libraries (JCDL '03), Houston, Texas.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The automatic content extraction (ace) program tasks, data, and evaluation", |
| "authors": [ |
| { |
| "first": "George", |
| "middle": [], |
| "last": "Doddington", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexis", |
| "middle": [], |
| "last": "Mitchell", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Przybocki", |
| "suffix": "" |
| }, |
| { |
| "first": "Lance", |
| "middle": [], |
| "last": "Ramshaw", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephanie", |
| "middle": [], |
| "last": "Strassel", |
| "suffix": "" |
| }, |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the Fourth International Conference on Language Resources and Evaluation (LREC 2004)", |
| "volume": "", |
| "issue": "", |
| "pages": "837--840", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "George Doddington, Alexis Mitchell, Mark Przybocki, Lance Ramshaw, Stephanie Strassel, and Ralph Weischedel. 2004. The automatic content ex- traction (ace) program tasks, data, and evaluation. In Proceedings of the Fourth International Confer- ence on Language Resources and Evaluation (LREC 2004), pages 837-840, Lisbon.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "The English Novel: An Introduction", |
| "authors": [ |
| { |
| "first": "Terry", |
| "middle": [], |
| "last": "Eagleton", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Terry Eagleton. 2005. The English Novel: An Intro- duction. Blackwell, Oxford.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Automatic attribution of quoted speech in literary narrative", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "David", |
| "suffix": "" |
| }, |
| { |
| "first": "Kathleen", |
| "middle": [ |
| "R" |
| ], |
| "last": "Elson", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence (AAAI 2010)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David K. Elson and Kathleen R. McKeown. 2010. Au- tomatic attribution of quoted speech in literary nar- rative. In Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence (AAAI 2010), Atlanta, Georgia.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Incorporating non-local information into information extraction systems by gibbs sampling", |
| "authors": [ |
| { |
| "first": "Jenny", |
| "middle": [ |
| "Rose" |
| ], |
| "last": "Finkel", |
| "suffix": "" |
| }, |
| { |
| "first": "Trond", |
| "middle": [], |
| "last": "Grenager", |
| "suffix": "" |
| }, |
| { |
| "first": "Christopher", |
| "middle": [ |
| "D" |
| ], |
| "last": "Manning", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 43nd Annual Meeting of the Association for Computational Linguistics (ACL 2005)", |
| "volume": "", |
| "issue": "", |
| "pages": "363--370", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jenny Rose Finkel, Trond Grenager, and Christo- pher D. Manning. 2005. Incorporating non-local information into information extraction systems by gibbs sampling. In Proceedings of the 43nd Annual Meeting of the Association for Computational Lin- guistics (ACL 2005), pages 363-370.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Automated discovery and analysis of social networks from threaded discussions", |
| "authors": [ |
| { |
| "first": "Anatoliy", |
| "middle": [], |
| "last": "Gruzd", |
| "suffix": "" |
| }, |
| { |
| "first": "Caroline", |
| "middle": [], |
| "last": "Haythornthwaite", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "International Network of Social Network Analysis (INSNA) Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Anatoliy Gruzd and Caroline Haythornthwaite. 2008. Automated discovery and analysis of social net- works from threaded discussions. In International Network of Social Network Analysis (INSNA) Con- ference, St. Pete Beach, Florida.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Automatic analysis of plot for story rewriting", |
| "authors": [ |
| { |
| "first": "Harry", |
| "middle": [], |
| "last": "Halpin", |
| "suffix": "" |
| }, |
| { |
| "first": "Johanna", |
| "middle": [ |
| "D" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "Judy", |
| "middle": [], |
| "last": "Robertson", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP '04)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Harry Halpin, Johanna D. Moore, and Judy Robertson. 2004. Automatic analysis of plot for story rewrit- ing. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP '04), Barcelona.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "A computational model of text reuse in ancient literary texts", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 45th Annual Meeting of the Association of Computational Linguistics (ACL 2007)", |
| "volume": "", |
| "issue": "", |
| "pages": "472--479", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Lee. 2007. A computational model of text reuse in ancient literary texts. In In Proceedings of the 45th Annual Meeting of the Association of Com- putational Linguistics (ACL 2007), pages 472-479, Prague.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Topic and role discovery in social networks with experiments on enron and academic email", |
| "authors": [ |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| }, |
| { |
| "first": "Xuerui", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Andr\u00e9s", |
| "middle": [], |
| "last": "Corrada-Emmanual", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "30", |
| "issue": "", |
| "pages": "249--272", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andrew McCallum, Xuerui Wang, and Andr\u00e9s Corrada-Emmanual. 2007. Topic and role discovery in social networks with experiments on enron and academic email. Journal of Artificial Intelligence Research, 30:249-272.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Atlas of the European Novel, 1800-1900", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Franco Moretti", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franco Moretti. 1999. Atlas of the European Novel, 1800-1900. Verso, London.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Graphs, Maps, Trees: Abstract Models for a Literary History", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Franco Moretti", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Franco Moretti. 2005. Graphs, Maps, Trees: Abstract Models for a Literary History. Verso, London.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Applied Bayesian and Classical Inference: The Case of The Federalist Papers", |
| "authors": [ |
| { |
| "first": "Frederick", |
| "middle": [], |
| "last": "Mostellar", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "L" |
| ], |
| "last": "Wallace", |
| "suffix": "" |
| } |
| ], |
| "year": 1984, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Frederick Mostellar and David L. Wallace. 1984. Ap- plied Bayesian and Classical Inference: The Case of The Federalist Papers. Springer, New York.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "The Country and The City", |
| "authors": [ |
| { |
| "first": "Raymond", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 1975, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Raymond Williams. 1975. The Country and The City. Oxford University Press, Oxford.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "num": null, |
| "text": "Automatically extracted conversation network for Jane Austen's Mansfield Park.", |
| "type_str": "figure" |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "num": null, |
| "text": "Figure 2also separates texts into first-and third-person tellings and shows the means and confidence intervals for the", |
| "type_str": "figure" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "num": null, |
| "text": "The average degree for each character as a function of the novel's setting and its perspective. Conversational networks for first-person novels like Collins's The Woman in White are less connected due to the structure imposed by the perspective.", |
| "type_str": "figure" |
| }, |
| "TABREF1": { |
| "html": null, |
| "content": "<table/>", |
| "text": "", |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |