ACL-OCL / Base_JSON /prefixP /json /P02 /P02-1012.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P02-1012",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:30:20.451213Z"
},
"title": "Pronominalization in Generated Discourse and Dialogue",
"authors": [
{
"first": "Charles",
"middle": [
"B"
],
"last": "Callaway",
"suffix": "",
"affiliation": {
"laboratory": "Istituto per la Ricerca Scientifica e Tecnologica (ITC-irst)",
"institution": "",
"location": {
"country": "Italy"
}
},
"email": "callaway@irst.itc.it"
},
{
"first": "James",
"middle": [
"C"
],
"last": "Lester",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Carolina State University",
"location": {
"country": "USA"
}
},
"email": "lester@adm.csc.ncsu.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Previous approaches to pronominalization have largely been theoretical rather than applied in nature. Frequently, such methods are based on Centering Theory, which deals with the resolution of anaphoric pronouns. But it is not clear that complex theoretical mechanisms, while having satisfying explanatory power, are necessary for the actual generation of pronouns. We first illustrate examples of pronouns from various domains, describe a simple method for generating pronouns in an implemented multi-page generation system, and present an evaluation of its performance.",
"pdf_parse": {
"paper_id": "P02-1012",
"_pdf_hash": "",
"abstract": [
{
"text": "Previous approaches to pronominalization have largely been theoretical rather than applied in nature. Frequently, such methods are based on Centering Theory, which deals with the resolution of anaphoric pronouns. But it is not clear that complex theoretical mechanisms, while having satisfying explanatory power, are necessary for the actual generation of pronouns. We first illustrate examples of pronouns from various domains, describe a simple method for generating pronouns in an implemented multi-page generation system, and present an evaluation of its performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Pronominalization is an important element in the automatic creation of multi-paragraph and multi-page texts using natural language generation (NLG). Authors routinely use pronouns in texts spanning all types of genres, such as newspaper copy, science fiction and even academic papers. Indeed, without pronouns, texts quickly become confusing as readers begin to pay more attention to the writing style than to the content that makes the text informative or enjoyable (Callaway and Lester, 2001a) . Even worse, incorrect pronouns can lead readers to misinterpret the text or draw unsound inferences.",
"cite_spans": [
{
"start": 467,
"end": 495,
"text": "(Callaway and Lester, 2001a)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Furthermore, current pronominalization strategies are ill-equipped to deal with the wide variety of reasons that pronouns are used in naturally occurring texts. Almost without exception, they focus on anaphoric pronouns as described in Focus/Centering Theory (Webber, 1979; Sidner, 1983; Grosz and Sidner, 1986; Walker, 1998) , ignoring the multitude of other possible types. However, it is certainly true that authors make use of pronouns which are not motivated by anaphoric reference.",
"cite_spans": [
{
"start": 259,
"end": 273,
"text": "(Webber, 1979;",
"ref_id": "BIBREF23"
},
{
"start": 274,
"end": 287,
"text": "Sidner, 1983;",
"ref_id": "BIBREF21"
},
{
"start": 288,
"end": 311,
"text": "Grosz and Sidner, 1986;",
"ref_id": "BIBREF8"
},
{
"start": 312,
"end": 325,
"text": "Walker, 1998)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In addition, because such approaches are oriented towards anaphora resolution during parsing, they ignore structures such as the discourse plan which are present during generation but not parsing. A typical discourse plan can include vital information for pronominalization such as time and clause boundaries, ordering of propositions, and semantic details verbal arguments. Current approaches based on Centering algorithms thus attempt to recreate a text coherence structure that duplicates work already done by the discourse planner.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Finally, there are significant obstacles to verifying the correctness of existing pronominalization algorithms for any pronominalization theory (Not, 1996; Yeh and Mellish, 1997; McCoy and Strube, 1999; Henschel et al., 2000; Kibble and Power, 2000) : the lack of natural language generation systems that can produce large enough texts to bring discourse-level processes into play. Because of this, researchers are forced to simulate by hand how their algorithms will work on a given text. It is also not sufficient to use template generation systems to perform this task because they lack the low-level discourse representation needed to provide the information upon which most algorithms base their decisions.",
"cite_spans": [
{
"start": 144,
"end": 155,
"text": "(Not, 1996;",
"ref_id": "BIBREF16"
},
{
"start": 156,
"end": 178,
"text": "Yeh and Mellish, 1997;",
"ref_id": "BIBREF25"
},
{
"start": 179,
"end": 202,
"text": "McCoy and Strube, 1999;",
"ref_id": "BIBREF15"
},
{
"start": 203,
"end": 225,
"text": "Henschel et al., 2000;",
"ref_id": "BIBREF12"
},
{
"start": 226,
"end": 249,
"text": "Kibble and Power, 2000)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper we first summarize related work in both anaphora resolution and anaphora generation. We next describe the range of pronoun types that we found in a wide variety of texts. We proceed to describe an algorithm for determining appropriate pronominalizations that uses existing NLG structures and simple numeric techniques. We also briefly describe an implemented generation system that contains enough low-level discourse information to motivate pronominalization decisions using this method. Finally, we quantitatively demonstrate the performance of this simple numerical approach in both a newspaper and fictional narrative domain.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Because most NLG systems have focused on linguistic phenomena at the paragraph level and below, there has been intensive investigation into the core areas of generation that are required to produce them: discourse planning, sentence planning and surface realization. Since pronouns are more likely to be a multiparagraph, discourse-level phenomenon, it has been possible to ignore their inclusion into working NLG systems which are not called upon to generate lengthy passages.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Related Work",
"sec_num": "2"
},
{
"text": "Indeed, most work on pronouns in computational linguistics has come under the heading of anaphora resolution as an element of parsing rather than the heading of pronominalization as an element of generation. Since discourse anaphora resolution was first studied theoretically (Grosz, 1977; Webber, 1979; Sidner, 1983; Grosz and Sidner, 1986) , it has come to be dominated by Centering Theory (Grosz et al., 1995; Di Eugenio, 1998; Walker, 1998) which proposes rules for the determination of focus and salience within a given segment of discourse. Relatively little work has been done on alternate approaches to pronoun resolution (Hobbs, 1976; Baldwin, 1995) .",
"cite_spans": [
{
"start": 276,
"end": 289,
"text": "(Grosz, 1977;",
"ref_id": "BIBREF10"
},
{
"start": 290,
"end": 303,
"text": "Webber, 1979;",
"ref_id": "BIBREF23"
},
{
"start": 304,
"end": 317,
"text": "Sidner, 1983;",
"ref_id": "BIBREF21"
},
{
"start": 318,
"end": 341,
"text": "Grosz and Sidner, 1986)",
"ref_id": "BIBREF8"
},
{
"start": 392,
"end": 412,
"text": "(Grosz et al., 1995;",
"ref_id": "BIBREF9"
},
{
"start": 413,
"end": 430,
"text": "Di Eugenio, 1998;",
"ref_id": "BIBREF7"
},
{
"start": 431,
"end": 444,
"text": "Walker, 1998)",
"ref_id": "BIBREF22"
},
{
"start": 630,
"end": 643,
"text": "(Hobbs, 1976;",
"ref_id": "BIBREF13"
},
{
"start": 644,
"end": 658,
"text": "Baldwin, 1995)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Related Work",
"sec_num": "2"
},
{
"text": "While many NLG researchers have attempted to transfer the ideas of Centering Theory to generation (Not, 1996; Yeh and Mellish, 1997; McCoy and Strube, 1999; Henschel et al., 2000; Kibble and Power, 2000) , there has yet been no substantial return contribution to the field of anaphora resolution. There are two principal reasons for this. First, it is extremely difficult to create an NLG system that generates the large quantity of texts needed to exhibit discourse-level phenomena while consistently employing the deep linguistic representations needed to determine appropriate pronominal forms. Second, Centering Theory is still vague on the exact definition of terms such as \"segment\" (Poesio et al., 1999a) , making it difficult to create a mutually agreeable implementation.",
"cite_spans": [
{
"start": 98,
"end": 109,
"text": "(Not, 1996;",
"ref_id": "BIBREF16"
},
{
"start": 110,
"end": 132,
"text": "Yeh and Mellish, 1997;",
"ref_id": "BIBREF25"
},
{
"start": 133,
"end": 156,
"text": "McCoy and Strube, 1999;",
"ref_id": "BIBREF15"
},
{
"start": 157,
"end": 179,
"text": "Henschel et al., 2000;",
"ref_id": "BIBREF12"
},
{
"start": 180,
"end": 203,
"text": "Kibble and Power, 2000)",
"ref_id": "BIBREF14"
},
{
"start": 689,
"end": 711,
"text": "(Poesio et al., 1999a)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Related Work",
"sec_num": "2"
},
{
"text": "An additional area of NLG research that deals with pronouns is that of referring expression generation (Appelt, 1985; Heeman and Hirst, 1986; Claassen, 1992; Dale, 1992) , which attempts to find the optimal noun phrase (whether full description, definite description, deixis, pronoun, or reduced noun phrase) to enable a reader to mentally select the intended referent from the set of possible referents (Reiter and Dale, 1997) . Comparatively, referring expression generation is a process for local disambiguation and is not generally concerned with single phenomena spanning multiple paragraphs. Because of this, and because the domains and genres we have studied typically do not involve sets of very similar referents, we concentrate on discourse-motivated sources of pronominalization.",
"cite_spans": [
{
"start": 103,
"end": 117,
"text": "(Appelt, 1985;",
"ref_id": "BIBREF0"
},
{
"start": 118,
"end": 141,
"text": "Heeman and Hirst, 1986;",
"ref_id": "BIBREF11"
},
{
"start": 142,
"end": 157,
"text": "Claassen, 1992;",
"ref_id": "BIBREF5"
},
{
"start": 158,
"end": 169,
"text": "Dale, 1992)",
"ref_id": "BIBREF6"
},
{
"start": 404,
"end": 427,
"text": "(Reiter and Dale, 1997)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background and Related Work",
"sec_num": "2"
},
{
"text": "Pronominalization is the appropriate determination, marking and grammatical agreement of pronouns (he, she, their, herself, it, mine, those, each other, one, etc.) as a short-hand reference to an entity or event mentioned in the discourse. As with anaphora resolution, the task of a pronominalization algorithm is to correctly predict which pronoun a person would prefer in the same situation. The range of possibilities includes leaving the noun phrase as it is, reducing it by removing some of its modifiers, or replacing it with a pronoun construction.",
"cite_spans": [
{
"start": 98,
"end": 163,
"text": "(he, she, their, herself, it, mine, those, each other, one, etc.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Examples of Pronominalization",
"sec_num": "3"
},
{
"text": "Our corpora analyses have identified a number of motivations for converting nouns into pronouns:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples of Pronominalization",
"sec_num": "3"
},
{
"text": "1. Anaphoric pronouns: These are the moststudied cases of pronoun occurrences, which sequentially follow a specific entity known as the referent. Anaphors are divided into two classes, short-distance (within the same sentence) and long-distance (previous sentences).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples of Pronominalization",
"sec_num": "3"
},
{
"text": "But John had never been to New Orleans, and he couldn't remember if anyone in his family had either.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples of Pronominalization",
"sec_num": "3"
},
{
"text": "2. Cataphoric pronouns: According to Quirk et al. (1985) , cataphors are those pronouns which occur before their referents in the linear flow of text within the same sentence, where the pronoun is either at a lower structural level or is part of a fronted circumstantial clause or prepositional phrase which could have appeared after the reference. Additionally, this category could include clefting pronouns.",
"cite_spans": [
{
"start": 37,
"end": 56,
"text": "Quirk et al. (1985)",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Examples of Pronominalization",
"sec_num": "3"
},
{
"text": "Before he joined the navy, Gerald made peace with his family.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Examples of Pronominalization",
"sec_num": "3"
},
{
"text": "This category includes document deixis (via a demonstrative pronoun), authorial or reader reference, and situational pronouns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pronouns Lacking Textual Antecedents:",
"sec_num": "3."
},
{
"text": "This is the first document to show . . .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pronouns Lacking Textual Antecedents:",
"sec_num": "3."
},
{
"text": "We discuss these strategies in the next section.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pronouns Lacking Textual Antecedents:",
"sec_num": "3."
},
{
"text": "The group had never seen anything like it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pronouns Lacking Textual Antecedents:",
"sec_num": "3."
},
{
"text": "Most verbs use special pronouns when the subject and object corefer. A discourse history algorithm can employ that knowledge to mark reflexive and reciprocal pronouns appropriately.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reflexive and Reciprocal Pronouns:",
"sec_num": "4."
},
{
"text": "Kittens often watch themselves in mirrors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reflexive and Reciprocal Pronouns:",
"sec_num": "4."
},
{
"text": "Baby lions tackle each other when playing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reflexive and Reciprocal Pronouns:",
"sec_num": "4."
},
{
"text": "It is important to know conceptually what it is that the pronoun is trying to replace. Otherwise, it becomes impossible to achieve the types of pronominalizations that authors are routinely capable of creating. This requires accurate information in the knowledge base or linguistic structure from which the sentences are derived.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Partitive pronouns:",
"sec_num": "5."
},
{
"text": "As the horses ran by, she roped one. * As the horses ran by, she roped it. * As the horses ran by, she roped them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Partitive pronouns:",
"sec_num": "5."
},
{
"text": "In addition to these motivations, we identified several factors that prevent pronouns from occurring where they otherwise might: 6. Pronouns across boundaries: After a chapter, section or other obvious boundary, such as a change in time, place, or both, as in (McCoy and Strube, 1999) , authors will typically \"reset\" pronominalization just as if it were the beginning of the entire text. Antecedent references that break these boundaries are sometimes marked by the authors in academic texts:",
"cite_spans": [
{
"start": 260,
"end": 284,
"text": "(McCoy and Strube, 1999)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Partitive pronouns:",
"sec_num": "5."
},
{
"text": "As we saw in the previous section, . . .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Partitive pronouns:",
"sec_num": "5."
},
{
"text": "Restrictions from modifiers: Because pronouns cannot have modifiers like nouns, adding an adjective, relative clause, or some other modifier prevents a noun from being replaced by a pronoun. For instance:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7.",
"sec_num": null
},
{
"text": "The mayor had already read the full proposal.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7.",
"sec_num": null
},
{
"text": "* The mayor had already read the full it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7.",
"sec_num": null
},
{
"text": "8. Focused nouns: Especially after a vocally stressed discourse marker (Wolters and Byron, 2000) or some other marked shift in topic, a word that normally would be pronominalized is often not, as in this example:",
"cite_spans": [
{
"start": 71,
"end": 96,
"text": "(Wolters and Byron, 2000)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "7.",
"sec_num": null
},
{
"text": ". . . and you frequently find that mice occupy an important part of the modern medical laboratory. In other words, mice are especially necessary for diagnosing human cancers . . . 10. Optional pronominalization: Often there are borderline cases where some authors will use pronouns while others won't. A single algorithm may be tuned to match a particular author's style, but parameterization will be necessary to match a variety of styles. Thus it is extremely difficult to exactly match any particular text without having the ability to adjust the pronominalization algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "7.",
"sec_num": null
},
{
"text": "Pronominalization occurs equally as often in exposition as in dialogue, but dialogue can have slightly different pronominalizations depending on the relationship between the utterer and the hearer:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic and syntactic considerations:",
"sec_num": "9."
},
{
"text": "11. Speaker self-reference: \"John thinks John will go find John's shoes,\" John said. changes to first person singular pronouns: \"I think I will go find my shoes,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic and syntactic considerations:",
"sec_num": "9."
},
{
"text": "\"Mary should go find Mary's shoes,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speaker references hearer(s):",
"sec_num": "12."
},
{
"text": "changes to second person pronouns:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speaker references hearer(s):",
"sec_num": "12."
},
{
"text": "\"You should go find your shoes,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Speaker references hearer(s):",
"sec_num": "12."
},
{
"text": "\"John and Mary should go find John and Mary's shoes,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to speaker and hearer (or to speaker and a third party):",
"sec_num": "13."
},
{
"text": "changes to first person plural pronouns:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to speaker and hearer (or to speaker and a third party):",
"sec_num": "13."
},
{
"text": "\"We should go find our shoes,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to speaker and hearer (or to speaker and a third party):",
"sec_num": "13."
},
{
"text": "\"Bob and Mary went to eat Bob and Mary's breakfast,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to a third party:",
"sec_num": "14."
},
{
"text": "changes to third person plural pronouns:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to a third party:",
"sec_num": "14."
},
{
"text": "\"They went to eat their breakfast,\" John said.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to a third party:",
"sec_num": "14."
},
{
"text": "15. Finally, the treatment of pronouns differs depending if they are inside or outside of the direct quotation. For example:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to a third party:",
"sec_num": "14."
},
{
"text": "\"Oh man, I forgot to eat my breakfast!\" John muttered to himself while grabbing his shoes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to a third party:",
"sec_num": "14."
},
{
"text": "Although this enumeration is surely incomplete, it provides a basic description of the types of phenomena that must be handled by a generation system in order to produce text with the types of pronouns found in routine human-produced prose.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reference to a third party:",
"sec_num": "14."
},
{
"text": "In order to correctly account for these phenomena during generation, it is necessary to have detailed information about the underlying discourse structure. Although a template generation system could be augmented to record this information, in practice only deep structure, full-scale NLG systems have the requisite flexibility. Because a pronominalization algorithm typically follows the discourse planner, it frequently has access to the full discourse plan.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architectural Concerns",
"sec_num": "4"
},
{
"text": "A typical discourse plan is a tree structure, where internal nodes represent structuring relations while leaf nodes represent individual sentential elements that are organized semantically. In addition, the elements of the discourse tree are typically rooted in the semantic knowledge base which the discourse planner drew from when constructing the discourse plan. The discourse plan supplies the following information that is useful for pronominalization:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architectural Concerns",
"sec_num": "4"
},
{
"text": "Linearization: The sequencing information stored in the discourse tree can be used to motivate anaphoric and cataphoric pronouns as shown in items 1 & 2 of Section 3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architectural Concerns",
"sec_num": "4"
},
{
"text": "Semantic Structure: The original subgraphs (or semantic subnetworks) derived from the knowledge base can motivate content vs. situational knowledge (item 3) reflexive and reciprocal pronouns via argument lists (item 4), partitive pronouns (item 5), and the existence of NP modifiers (item 7), and can identify semantic types in relations (item 9).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architectural Concerns",
"sec_num": "4"
},
{
"text": "Discourse Structure: The rhetorical relations that hold between different sentences typically imply where section boundaries are located (item 6), indicate what types of discourse markers are employed (item 8), and in the case of dialogue, know which actors are speaking, listening, or not present (items 11-15).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architectural Concerns",
"sec_num": "4"
},
{
"text": "This detailed knowledge of the discourse is available to an implemented pronominalization component utilizing any theory, including Centering theory. We thus now turn our attention to what role this information plays in a pronominalization algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Architectural Concerns",
"sec_num": "4"
},
{
"text": "At an abstract level, the pronominalization algorithms derived from Centering theory are easily expressed: if Centering theory predicts a pronoun would be used in anaphora resolution in a given segment of text, then generate the appropriate pronoun. While this works for many cases of anaphoric pronouns [84.7% in (McCoy and Strube, 1999) , 87-90% in (Henschel et al., 2000) ], we have seen that these form only a subset of the potential reasons for pronominalization. Furthermore, this approach assumes that the discourse tree was constructed with Centering theory in mind.",
"cite_spans": [
{
"start": 304,
"end": 338,
"text": "[84.7% in (McCoy and Strube, 1999)",
"ref_id": null
},
{
"start": 351,
"end": 374,
"text": "(Henschel et al., 2000)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A Simple Pronominalization Algorithm",
"sec_num": "5"
},
{
"text": "\u00c4AE , the linearized list of nominal elements AE , the current nominal element \u00cb AE, the list of encountered nominal elements , the dialogue state of the current leaf node \u00ca\u00cb, the rhetorical structure near the leaf node \u00cb , the sentence counter Do: Figure 1 : The Pronominalization Algorithm However, it is not clear that Centering theory itself is necessary in generation, let alone its accompanying algorithms and data structures. Because Centering theory is typically applied to parsing (which starts with no discourse tree), it may not be the most efficient technique to use in generation (which has a complete discourse tree available for inference).",
"cite_spans": [],
"ref_spans": [
{
"start": 249,
"end": 257,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Given:",
"sec_num": null
},
{
"text": "\u00cb AE\u00b4 \u00cb \u00b4\u00bc while \u00c4AE do AE \u00b4 \u00d6 \u00d7 \u01fe\u00c4AE \u00b5 if AE \u00be \u00cb AE then \u00d6 \u00d7 \u00d8-\u00d3\u00d9\u00d2\u00d8 \u00d6\u00d7\u00b4AE \u00b5, \u00cb AE\u00b4\u00cb AE\u00a8AE else \u00d9\u00d4 \u00d8 -\u00d3\u00d9\u00d2\u00d8 \u00d6\u00d7\u00b4AE \u00b5 \u00b4\u00d9\u00d4 \u00d8 \u00d0\u00d3 \u00d9 \u00cb\u00d8 \u00d8 \u00b4\u00b5 \u00ca\u00cb\u00b4\u00d9\u00d4 \u00d8 \u00c4\u00d3 \u00d0\u00ca \u00d8\u00d3\u00d6 \u00d0\u00cb\u00d8\u00d6\u00d9 \u00d8\u00d9\u00d6 \u00b4\u00b5 if\u00b4\u00d8\u00d3\u00d4 -\u00d7 \u00d8 \u00d8 \u00d1 -\u00d7 \u00d8\u00b5 \u00be \u00ca\u00cb then \u00cb \u00b4\u00cb \u2022 \u00bd \u00bc else if \u00d1\u00d3 \u00d6\u00d7\u00b4AE \u00ca \u00cb \u00b5 (\u00d7\u00d4 \u00d0-\u00d6 \u00d0 \u00d8 \u00d3\u00d2 \u00d4\u00d4\u00d3\u00d7 \u00d8 \u00da \u00b5 \u00be \u00ca\u00cb if \u00c9\u00d9\u00d3\u00d8 \u00d0\u00d3 \u00d9 then \u00d1 \u00d6 \u00b4\u00d5\u00d9\u00d3\u00d8 -\u00d4\u00d6\u00d3\u00d2\u00d3\u00d9\u00d2\u00b4AE \u00ca \u00cb \u00b5\u00b5 else if \u00d7\u00d9 \u00d8-\u00d1 \u00d8 \u00d7-\u00d3 \u00d8\u00b4AE \u00ca \u00cb \u00b5 then \u00d1 \u00d6 \u00b4\u00ca \u00d0 \u00dc \u00da \u00c8 \u00d6\u00d3\u00d2\u00d3\u00d9\u00d2\u00b5 else if \u00d7 \u00d2\u00d8-\u00d7\u00d8 \u00d2 \u00b4AE \u00cb \u00b5 \u00bc then \u00d1 \u00d6 \u00b4\u00c5 \u00d9\u00d0\u00d8 \u00d4\u00d0 \u00c1\u00d2\u00cb \u00d2\u00d8 \u00d2 \u00c8 \u00d6\u00d3\u00d2\u00d3\u00d9\u00d2\u00b5 else if \u00bf \u00d7 \u00d2\u00d8-\u00d7\u00d8 \u00d2 \u00b4AE \u00cb \u00b5 \u00bd and \u00d2\u00d3\u00d1 \u00d2 \u00d0-\u00d7\u00d8 \u00d2 \u00b4AE \u00b5 \u00bf then \u00d1 \u00d6 \u00b4\u00c4\u00d3\u00d2 \u00d7\u00d8 \u00d2 \u00c8 \u00d6\u00d3\u00d2\u00d3\u00d9\u00d2\u00b5, else if \u00d6 \u00d2 \u00dd\u00b4AE \u00b5 \u00bf then \u00d1 \u00d6 \u00b4\u00cb \u00d3\u00d6\u00d8 \u00d7\u00d8 \u00d2 \u00c8 \u00d6\u00d3\u00d2\u00d3\u00d9\u00d2\u00b5, \u00c4AE \u00b4\u00d6 \u00d1\u00d3\u00da -\u00d6 \u00d7 \u01fe\u00c4AE \u00b5 \u00cb \u00b4\u00cb \u2022 \u00bd",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Given:",
"sec_num": null
},
{
"text": "Instead, we attempted to determine if the information already present in the discourse tree was enough to motivate a simpler algorithm based on the following available data:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Given:",
"sec_num": null
},
{
"text": "Ordered sequence of nominal elements: Because the discourse tree is linearized and individual leaves of the tree annotate which elements have certain semantic roles, a very good guess can be made as to which nominal elements precede others at the clause level.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Given:",
"sec_num": null
},
{
"text": "Analysis of the rhetorical structure of the dis-course tree allows for the determination of boundaries and thus the concept of metric distance between elements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Known paragraph and sentence boundaries:",
"sec_num": null
},
{
"text": "The rhetorical relations can tell us which nominal elements follow discourse markers and which are used reflexively or reciprocally.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "Dialogue: By recording the participants in dialogue, the discourse tree allows for the appropriate assignment of pronouns both inside and outside of the direct quote itself.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "The algorithm we developed considers the current discourse leaf node and the rhetorical structure above it, and also makes use of the following data:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "Nominal element distance: How many total (non-distinct) nominal elements ago a particular element was last used.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "Recency: How many distinct nominal elements have been seen since its last use.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "Sentential distance: How many sentences (prototypical clauses) have appeared since the last usage of this nominal element.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "The algorithm itself (Figure 1) is best characterized as a counting method, that is, it loops once through the linearized list of nominal elements and makes pronominalization decisions based on the local information described above, and then updates those numerical counters. Numerical parameters (e.g., \u00d6 \u00d2 \u00dd\u00b4AE \u00b5 \u00bf) are derived from empirical experimentation in generating multi-page prose in a narrative domain.",
"cite_spans": [],
"ref_spans": [
{
"start": 21,
"end": 31,
"text": "(Figure 1)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "While it lacks the explanatory power of a relatively mature linguistic theory, it also lacks the accompanying complexity and is immediately applicable to real-world deep generation systems. The algorithm is traced in Figure 2 , although due to space limitations some phenomena such as dialogue, long distance and reflexive pronouns are not shown. STORYBOOK (Callaway and Lester, 2001b; Callaway and Lester, in press ) is an implemented narrative generation system that converts a pre-existing Sentences as seen by the reader (antecedents underlined, pronouns in bold): Now, it happened that a wolf \u00bd , a very cruel, greedy creature \u00be also heard Little Red Riding Hood \u00bf as she passed, and he longed to eat her for his breakfast . But he knew Hugh \u00bd\u00bc , the woodman \u00bd\u00bd , was at work \u00bd\u00be very near with his \u00bd\u00bf great dog \u00bd .",
"cite_spans": [
{
"start": 347,
"end": 385,
"text": "STORYBOOK (Callaway and Lester, 2001b;",
"ref_id": null
},
{
"start": 386,
"end": 415,
"text": "Callaway and Lester, in press",
"ref_id": null
}
],
"ref_spans": [
{
"start": 217,
"end": 225,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Rhetorical relations:",
"sec_num": null
},
{
"text": "Sentences as produced by the discourse planner before revision: S1: Now, it happened that a wolf \u00bd , a very cruel, greedy creature \u00be also heard Little Red Riding Hood \u00bf as Little Red Riding Hood passed. S2: The wolf longed to eat Little Red Riding Hood for the wolf's breakfast . S3: But the wolf knew Hugh \u00bd\u00bc , the woodman \u00bd\u00bd , was at work \u00bd\u00be very near with Hugh's \u00bd\u00bf great dog \u00bd .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Evaluation",
"sec_num": "6"
},
{
"text": "Each noun element is processed in the order linearized from the discourse plan:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Evaluation",
"sec_num": "6"
},
{
"text": "1. The first mention of wolf \u00bd in the narrative resets its discourse history entry. 2. Creature \u00be is the second mention of wolf, but it is in an appositive structure (see pronoun category #9). 3. LRRH \u00bf was mentioned just before in the prior paragraph, but \"Now,\" is a prosodic discourse marker (see pronoun category #8), thus modifiers(NE, RS) . 4. For LRRH \u00bf and LRRH , sentence-distance(NE, SC) = 0 resulting in a multiple-in-sentence-pronoun. 5. Sentence-distance(NE, SC) = 1, but recency(NE) = 2, resulting in a short-distance-pronoun. 6. Similarly, LRRH is converted into a short-distance-pronoun. 7. As with element #4, this is a case resulting in a multiple-in-sentence-pronoun. 9. As with element #5, this is a case resulting in a short-distance-pronoun. 10. The first mention of Hugh \u00bd\u00bc in the narrative resets its discourse history entry. 11. As with element #2, the discourse plan reports that this is an appositive. 13. Finally, Hugh \u00bd\u00bf is repeated in the same sentence. However, there are significant practical obstacles to comparing the performance of different pronominalization algorithms using corpus matching criteria instead of \"quality\" as evaluated by human judges. Because systems that can handle a large quantity of text are very recent and because it can require years to create and organize the necessary knowledge to produce even one multi-paragraph text, much research on anaphora generation has instead relied on one of two techniques:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Evaluation",
"sec_num": "6"
},
{
"text": "Checking algorithms by hand: One verification method is to manually examine a text, identifying candidates for pronominalization and simulating the rules of a particular theory. However, this method is prone to human error.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Implementation and Evaluation",
"sec_num": "6"
},
{
"text": "Other researchers opt instead to annotate a corpus for pronominalization and their antecedents as well as the pronoun forms that should occur, and then simulate a pronominalization algorithm on the marked-up text (Henschel et al., 2000) . Similarly, this approach can suffer from interannotator agreement errors (Poesio et al., 1999b) .",
"cite_spans": [
{
"start": 213,
"end": 236,
"text": "(Henschel et al., 2000)",
"ref_id": "BIBREF12"
},
{
"start": 312,
"end": 334,
"text": "(Poesio et al., 1999b)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Checking algorithms semiautomatically:",
"sec_num": null
},
{
"text": "To verify our pronominalization algorithm more rigorously, we instead used the STORYBOOK deep generation system to recreate pre-existing multipage texts with automatically selected pronouns. Without a full-scale implementation, it is impossible to determine whether an algorithm performs imperfectly due to human error, a lack of available corpus data for making decisions, or if it is a fault with the algorithm itself. Using the algorithm described in Figure 1 , we modified STORYBOOK to substitute the types of pronouns described in Section 3. We then created the discourse plan and lexicon necessary to generate the same three articles from the New York Times as (McCoy and Strube, 1999) . The results for both the newspaper texts and the Little Red Riding Hood narrative described in (Callaway and Lester, in press) are shown in Table 1 .",
"cite_spans": [
{
"start": 667,
"end": 691,
"text": "(McCoy and Strube, 1999)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [
{
"start": 454,
"end": 462,
"text": "Figure 1",
"ref_id": null
},
{
"start": 834,
"end": 841,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Checking algorithms semiautomatically:",
"sec_num": null
},
{
"text": "With the same three texts from the New York Times, STORYBOOK performed better than the previous reported results of 85-90% described in (Mc-Coy and Strube, 1999; Henschel et al., 2000) on both animate and all anaphora using a corpus matching technique. Furthermore, this was obtained solely by adjusting the recency parameter to 4 (it was 3 in our narrative domain), and without considering other enhancements such as gender/number constraints or domain-specific alterations. 1",
"cite_spans": [
{
"start": 136,
"end": 161,
"text": "(Mc-Coy and Strube, 1999;",
"ref_id": null
},
{
"start": 162,
"end": 184,
"text": "Henschel et al., 2000)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Checking algorithms semiautomatically:",
"sec_num": null
},
{
"text": "Pronominalization is an important element in the automatic creation of multi-paragraph and multi-page 1 It is important to note, however, that our counts of pronouns and antecedents do not match theirs. This may stem from a variety of factors, such as including single instances of nominal descriptions, whether dialogue pronouns were considered, and if borderline quantifiers and words like \"everyone\" were counted. The generation community to-date has not settled on standard, marked corpora for comparison purposes as has the rest of the computational linguistics community.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "texts. Previous approaches, based largely on theoretical approaches such as Centering Theory, deal exclusively with anaphoric pronouns and have complex processing and definitional requirements.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "Given the full rhetorical structure available to an implemented generation system, we devised a simpler method of determining appropriate pronominalizations which was more accurate than existing methods simulated by hand or performed semiautomatically. This shows that approaches designed for use with anaphora resolution, which must build up discourse knowledge from scratch, may not be the most desirable method for use in NLG, where discourse knowledge already exists. The positive results from our simple counting algorithm, after only minor changes in parameters from a narrative domain to that of newspaper text, indicates that future high-quality prose generation systems are very near.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
}
],
"back_matter": [
{
"text": "We would like to thank Michael Young and Renate Henschel for their helpful comments; Kathy McCoy very quickly provided the original 3 NYT articles upon request; the anonymous reviewers whose comments greatly improved this paper. Support for this work was provided by ITC-irst and the IntelliMedia Initiative of North Carolina State University.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": "8"
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Planning English referring expressions",
"authors": [
{
"first": "Douglas",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
}
],
"year": 1985,
"venue": "Artificial Intelligence",
"volume": "26",
"issue": "",
"pages": "1--33",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Douglas E. Appelt. 1985. Planning English referring expressions. Artificial Intelligence, 26:1-33.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "CogNIAC: A Discourse Processing Engine",
"authors": [
{
"first": "Frederick",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Frederick Baldwin. 1995. CogNIAC: A Discourse Pro- cessing Engine. Ph.D. thesis, The University of Penn- sylvania, Philadelphia, PA.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Evaluating the effects of natural language generation on reader satisfaction",
"authors": [
{
"first": "B",
"middle": [],
"last": "Charles",
"suffix": ""
},
{
"first": "James",
"middle": [
"C"
],
"last": "Callaway",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lester",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the Twenty-Third Annual Conference of the Cognitive Science Society",
"volume": "",
"issue": "",
"pages": "164--169",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charles B. Callaway and James C. Lester. 2001a. Eval- uating the effects of natural language generation on reader satisfaction. In Proceedings of the Twenty- Third Annual Conference of the Cognitive Science So- ciety, pages 164-169, Edinburgh, UK.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Narrative prose generation",
"authors": [
{
"first": "B",
"middle": [],
"last": "Charles",
"suffix": ""
},
{
"first": "James",
"middle": [
"C"
],
"last": "Callaway",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lester",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of the Seventeenth International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "1241--1248",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charles B. Callaway and James C. Lester. 2001b. Nar- rative prose generation. In Proceedings of the Seven- teenth International Joint Conference on Artificial In- telligence, pages 1241-1248, Seattle, WA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Narrative prose generation. Artificial Intelligence",
"authors": [
{
"first": "B",
"middle": [],
"last": "Charles",
"suffix": ""
},
{
"first": "James",
"middle": [
"C"
],
"last": "Callaway",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Lester",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charles B. Callaway and James C. Lester. 2003. Narra- tive prose generation. Artificial Intelligence. In press.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Generating referring expressions in a multimodal environment",
"authors": [
{
"first": "",
"middle": [],
"last": "Wim Claassen",
"suffix": ""
}
],
"year": 1992,
"venue": "Aspects of Automated Natural Language Generation",
"volume": "",
"issue": "",
"pages": "247--62",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wim Claassen. 1992. Generating referring expressions in a multimodal environment. In R. Dale, E. Hovy, D. Rosner, and O. Stock, editors, Aspects of Auto- mated Natural Language Generation, pages 247-62. Springer-Verlag, Berlin.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Generating Referring Expressions",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert Dale. 1992. Generating Referring Expressions. MIT Press.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Centering in Italian",
"authors": [
{
"first": "Barbara",
"middle": [],
"last": "Di",
"suffix": ""
},
{
"first": "Eugenio",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1998,
"venue": "Centering in Discourse. Oxford University Press",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara Di Eugenio. 1998. Centering in Italian. In Marilyn A. Walker, Aravind K. Joshi, and Ellen F. Prince, editors, Centering in Discourse. Oxford Uni- versity Press, Cambridge, MA.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Attention, intentions, and the structure of discourse",
"authors": [
{
"first": "J",
"middle": [],
"last": "Barbara",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sidner",
"suffix": ""
}
],
"year": 1986,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "3",
"pages": "175--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara J. Grosz and Candace L. Sidner. 1986. Atten- tion, intentions, and the structure of discourse. Com- putational Linguistics, 12(3):175-204.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Centering: A framework for modelling the local coherence of discourse",
"authors": [
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "Aravind",
"middle": [
"K"
],
"last": "Joshi",
"suffix": ""
},
{
"first": "Scott",
"middle": [],
"last": "Weinstein",
"suffix": ""
}
],
"year": 1995,
"venue": "Computational Linguistics",
"volume": "21",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara J. Grosz, Aravind K. Joshi, and Scott Weinstein. 1995. Centering: A framework for modelling the lo- cal coherence of discourse. Computational Linguis- tics, 21(2).",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The representation and use of focus in a system for understanding dialogs",
"authors": [
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
}
],
"year": 1977,
"venue": "Proceedings of the Fifth International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "67--76",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara J. Grosz. 1977. The representation and use of focus in a system for understanding dialogs. In Pro- ceedings of the Fifth International Joint Conference on Artificial Intelligence, pages 67-76, Cambridge, MA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Collaborating on referring expressions",
"authors": [
{
"first": "Peter",
"middle": [],
"last": "Heeman",
"suffix": ""
},
{
"first": "Graeme",
"middle": [],
"last": "Hirst",
"suffix": ""
}
],
"year": 1986,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "3",
"pages": "351--382",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Peter Heeman and Graeme Hirst. 1986. Collaborating on referring expressions. Computational Linguistics, 12(3):351-382.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Pronominalization revisited",
"authors": [
{
"first": "Renate",
"middle": [],
"last": "Henschel",
"suffix": ""
},
{
"first": "Hua",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "Massimo",
"middle": [],
"last": "Poesio",
"suffix": ""
}
],
"year": 2000,
"venue": "COLING-2000: Proceedings of the 18th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Renate Henschel, Hua Cheng, and Massimo Poesio. 2000. Pronominalization revisited. In COLING- 2000: Proceedings of the 18th International Con- ference on Computational Linguistics, Saarbruecken, Germany.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Pronoun resolution",
"authors": [
{
"first": "R",
"middle": [],
"last": "Jerry",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hobbs",
"suffix": ""
}
],
"year": 1976,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jerry R. Hobbs. 1976. Pronoun resolution. Technical Report 76-1, Department of Computer Science, City College, CUNY, New York, NY.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "An integrated framework for text planning and pronominalisation",
"authors": [
{
"first": "Roger",
"middle": [],
"last": "Kibble",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Power",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the First International Conference on Natural Language Generation",
"volume": "",
"issue": "",
"pages": "194--200",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Roger Kibble and Richard Power. 2000. An inte- grated framework for text planning and pronominali- sation. In Proceedings of the First International Con- ference on Natural Language Generation, pages 194- 200, Mitzpe Ramon, Israel.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Taking time to structure discourse: Pronoun generation beyond accessibility",
"authors": [
{
"first": "Kathleen",
"middle": [
"F"
],
"last": "Mccoy",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Strube",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the Twenty-First Conference of the Cognitive Science Society",
"volume": "",
"issue": "",
"pages": "378--383",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kathleen F. McCoy and Michael Strube. 1999. Taking time to structure discourse: Pronoun generation be- yond accessibility. In Proceedings of the Twenty-First Conference of the Cognitive Science Society, pages 378-383, Vancouver, CA, August.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "A computational model for generating referring expressions in a multilingual application domain",
"authors": [
{
"first": "Elena",
"middle": [],
"last": "Not",
"suffix": ""
}
],
"year": 1996,
"venue": "COLING-1996: Proceedings of the 16th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Elena Not. 1996. A computational model for generating referring expressions in a multilingual application do- main. In COLING-1996: Proceedings of the 16th In- ternational Conference on Computational Linguistics, Copenhagen, Denmark, August.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Specifying the parameters of centering theory: A corpus-based evaluation using text from application-oriented domains",
"authors": [
{
"first": "M",
"middle": [],
"last": "Poesio",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Henschel",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Hitzeman",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Kibble",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Stevenson",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Poesio, H. Cheng, R. Henschel, J. Hitzeman, R. Kib- ble, and R. Stevenson. 1999a. Specifying the parame- ters of centering theory: A corpus-based evaluation us- ing text from application-oriented domains. In Book- title, page Pages, Address, Month.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Towards an annotation scheme for noun phrase generation",
"authors": [
{
"first": "M",
"middle": [],
"last": "Poesio",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Henschel",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Hitzeman",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Kibble",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Montague",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Van Deemter",
"suffix": ""
}
],
"year": 1999,
"venue": "Booktitle, page Pages",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Poesio, R. Henschel, J. Hitzeman, R. Kibble, S. Mon- tague, and K. van Deemter. 1999b. Towards an anno- tation scheme for noun phrase generation. In Bookti- tle, page Pages, Address, Month.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "A Comprehensive Grammar of the English Language",
"authors": [
{
"first": "R",
"middle": [],
"last": "Quirk",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Greenbaum",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Leech",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Svartvik",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Quirk, S. Greenbaum, G. Leech, and J. Svartvik. 1985. A Comprehensive Grammar of the English Language. Longman Publishers.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Building applied natural-language generation systems",
"authors": [
{
"first": "Ehud",
"middle": [],
"last": "Reiter",
"suffix": ""
},
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
}
],
"year": 1997,
"venue": "Journal of Natural-Language Engineering",
"volume": "3",
"issue": "",
"pages": "57--87",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ehud Reiter and Robert Dale. 1997. Building ap- plied natural-language generation systems. Journal of Natural-Language Engineering, 3:57-87.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Focusing in the comprehension of definite anaphora",
"authors": [
{
"first": "Candace",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 1983,
"venue": "Computational Models of Discourse",
"volume": "",
"issue": "",
"pages": "267--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Candace L. Sidner. 1983. Focusing in the com- prehension of definite anaphora. In M. Brady and R. Berwick, editors, Computational Models of Dis- course, pages 267-330. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Centering, anaphora resolution, and discourse structure",
"authors": [
{
"first": "A",
"middle": [],
"last": "Marilyn",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Walker",
"suffix": ""
}
],
"year": 1998,
"venue": "Centering in Discourse",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marilyn A. Walker. 1998. Centering, anaphora resolu- tion, and discourse structure. In Marilyn A. Walker, Aravind K. Joshi, and Ellen F. Prince, editors, Center- ing in Discourse. Oxford University Press, Cambridge, MA.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "A Formal Approach to Discourse Anaphora",
"authors": [
{
"first": "Bonnie",
"middle": [],
"last": "Webber",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bonnie Webber. 1979. A Formal Approach to Discourse Anaphora. Garland, NY.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Prosody and the resolution of pronominal anaphora",
"authors": [
{
"first": "Maria",
"middle": [],
"last": "Wolters",
"suffix": ""
},
{
"first": "Donna",
"middle": [
"K"
],
"last": "Byron",
"suffix": ""
}
],
"year": 2000,
"venue": "COLING-2000: Proceedings of the 18th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Maria Wolters and Donna K. Byron. 2000. Prosody and the resolution of pronominal anaphora. In COLING- 2000: Proceedings of the 18th International Con- ference on Computational Linguistics, Saarbruecken, Germany.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "An empirical study on the generation of anaphora in Chinese",
"authors": [
{
"first": "C",
"middle": [],
"last": "Yeh",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Mellish",
"suffix": ""
}
],
"year": 1997,
"venue": "Computational Linguistics",
"volume": "23",
"issue": "1",
"pages": "169--190",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. Yeh and C. Mellish. 1997. An empirical study on the generation of anaphora in Chinese. Computational Linguistics, 23(1):169-190.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"text": "A small number of semantic relations and syntactic constructions prohibit pronominalization: * The stranger was just called him. (Bob) * Roberta was no longer a her. (child) * The father, a tyrant of a him, . . . (man)",
"num": null,
"uris": null
},
"FIGREF1": {
"type_str": "figure",
"text": "A Brief Trace of the Pronominalization Algorithm for Anaphoric Pronouns from STORYBOOK narrative (discourse) plan into a multi-page fictional narrative in the fairy tale domain. Using a pipelined generation architecture, STORYBOOK performs pronominalization before sentence planning, and includes a revision component that is sensitive to pronominalization choices during clause aggregation. A previous large-scale evaluation of STORY-BOOK (Callaway and Lester, 2001a) which included both a full version and a version with the pronominalization component ablated showed that including such a component significantly increases the quality of the resulting prose.",
"num": null,
"uris": null
}
}
}
}