ACL-OCL / Base_JSON /prefixJ /json /J97 /J97-1005.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J97-1005",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:43:41.218124Z"
},
"title": "Discourse Segmentation by Human and Automated Means",
"authors": [
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "The need to model the relation between discourse structure and linguistic features of utterances is almost universally acknowledged in the literature on discourse. However, there is only weak consensus on what the units of discourse structure are, or the criteria for recognizing and generating them. We present quantitative results of a two-part study using a corpus of spontaneous, narrative monologues. The first part of our paper presents a method for empirically validating multiutterance units referred to as discourse segments. We report highly significant results of segmentations performed by naive subjects, where a commonsense notion of speaker intention is the segmentation criterion. In the second part of our study, data abstracted from the subjects\" segmentations serve as a target for evaluating two sets of algorithms that use utterance features to perform segmentation. On the first algorithm set, we evaluate and compare the correlation of discourse segmentation with three types of linguistic cues (referential noun phrases, cue words, and pauses). We then develop a second set using two methods: error analysis and machine learning. Testing the new algorithms on a new data set shows that when multiple sources of linguistic knowledge are used concurrently, algorithm performance improves.",
"pdf_parse": {
"paper_id": "J97-1005",
"_pdf_hash": "",
"abstract": [
{
"text": "The need to model the relation between discourse structure and linguistic features of utterances is almost universally acknowledged in the literature on discourse. However, there is only weak consensus on what the units of discourse structure are, or the criteria for recognizing and generating them. We present quantitative results of a two-part study using a corpus of spontaneous, narrative monologues. The first part of our paper presents a method for empirically validating multiutterance units referred to as discourse segments. We report highly significant results of segmentations performed by naive subjects, where a commonsense notion of speaker intention is the segmentation criterion. In the second part of our study, data abstracted from the subjects\" segmentations serve as a target for evaluating two sets of algorithms that use utterance features to perform segmentation. On the first algorithm set, we evaluate and compare the correlation of discourse segmentation with three types of linguistic cues (referential noun phrases, cue words, and pauses). We then develop a second set using two methods: error analysis and machine learning. Testing the new algorithms on a new data set shows that when multiple sources of linguistic knowledge are used concurrently, algorithm performance improves.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Each utterance of a discourse contributes to the communicative import of preceding utterances, or constitutes the onset of a new unit of meaning or action that subsequent utterances may add to. The need to model the relation between the structure of such units (referred to here as discourse segment structure) and linguistic features of utterances I is almost universally acknowledged in the literature on discourse. However, natural language systems rarely exploit the relation between discourse segment structure and linguistic devices because there is very little data about how they constrain one another. We have been engaged in a two-part study addressing this gap. We report on a method for empirically validating discourse segments, and on our development and evaluation of algorithms to identify these segments from linguistic features of discourse. We show that human subjects can reliably perform discourse segmentation using speaker intention as a criterion. We also show that when multiple sources of linguistic knowledge are used (referential noun phrases, cue words, and pauses), algorithm performance approaches human performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The excerpt in Figure 1 illustrates the two aspects of discourse that our study addresses. 2 The first pertains to an abstract structure consisting of meaningful discourse segments and their interrelations. The utterances in segments X and Z of Fig- \u2022 445 South Street, Morristown, NJ 07960 (E-mail: beck@bellcore.com); Department of Computer Science, New York, NY 10027 (E-mail: becky@cs.columbia.edu) 600 Mountain Avenue, Murray Hill, NJ 07974 (E-mail: diane@research.att.com) 1 By the term utterance we mean the spoken or written use of a sentence or other linguistic unit, 2 This excerpt is taken from a corpus of spoken narratives (Chafe 1980) described below.",
"cite_spans": [
{
"start": 636,
"end": 648,
"text": "(Chafe 1980)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 15,
"end": 23,
"text": "Figure 1",
"ref_id": null
},
{
"start": 245,
"end": 249,
"text": "Fig-",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Discourse segment structure and linguistic devices. ure 1--which describe how three boys come to the aid of another boy who fell off of a bike --are more closely related to one another than to those in the intervening segment Y--which describe the paddleball toy owned by one of the three boys. The second discourse feature of interest is that the usage of a wide range of lexicogrammatical devices seems to constrain or be constrained by this more abstract structure. Consider the interpretation of the referent of the boxed pronoun he in segment Z. The referent of the underlined noun phrase one in segment Y is the most recently mentioned male referent: without the segmentation, the reasoning required to reject it in favor of the intended referent of he is quite complex. However, segment Z begins with certain features that indicate a resumption of the speaker goals associated with segment X, such as the use of the phrase well anyway, and the repeated mention of the event of picking up the pears. In terms of the segmentation shown here, the referents introduced in segment X are more relevant for interpreting the pronoun in segment Z. Note also that cue words (italicized) explicitly mark the boundaries of all three segments. Our work is motivated by the hypothesis that natural language technologies can more sensibly interpret discourse, and can generate more comprehensible discourse, if they take advantage of this interplay between segmentation and linguistic devices.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 1",
"sec_num": null
},
{
"text": "In Section 2, we give a brief overview of related work. In Section 3, we present our analysis of segmentation data collected from a population of naive subjects. Our results demonstrate an extremely significant pattern of agreement on segment boundaries. In Section 4, we use boundaries abstracted from the data produced by our subjects to quantitatively evaluate algorithms for segmenting discourse. In Section 4.1, we discuss the coding and evaluation methods. In Section 4,2, we test an initial set of algorithms for computing segment boundaries from a particular type of linguistic feature, either referential noun phrases, cue phrases, or pauses. In Section 4.3.1, we analyze the errors of our initial algorithms in order to identify a set of enriched input features, and to determine how to combine information from the three linguistic knowledge sources. In Section 4.3.2, we use machine learning to automatically construct segmentation algorithms from large feature sets. Our results suggest that it is possible to approach human levels of performance, given multiple knowledge sources. In Section 5, we discuss the significance of our results and briefly highlight our current directions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 1",
"sec_num": null
},
{
"text": "There is much debate about what to define discourse segments in terms of, and what kinds of relations to assign among segments. The nature of any hypothesized interaction between discourse structure and linguistic devices depends both on the model of discourse that is adopted, and on the types of linguistic devices that are investigated. Here we briefly review previous work on characterizing discourse segments, and on correlating discourse segments with utterance features. We conclude each review by summarizing the differences between our study and previous work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2."
},
{
"text": "A number of alternative proposals have been presented, which relate segments to intentions (Grosz and Sidner 1986) , Rhetorical Structure Theory (RST) relations (Mann and Thompson 1988) or other semantic relations (Polanyi 1988; Hobbs 1979) . The linguistic structure of Grosz and Sidner's (1986) discourse model consists of multiutterance segments and structural relations among them, yielding a discourse tree structure. The hierarchical relations of their linguistic structure are isomorphic with the two other levels of their model, intentional structure and attentional state. Rhetorical relations do not play a role in their model. In Hobbs (1979) and Polanyi (1988) , segmental structure is an artifact of coherence relations among utterances, such as elaboration, evaluation, cause, and so on. Their coherence relations are similar to those posited in RST (Mann and Thompson 1988) , which informs much work in generation. Polanyi (1988) distinguishes among four types of Discourse Constituent Units (DCUs) based on different types of structural relations (e.g., sequence). As in Grosz and Sidner's (1986) model, Polanyi (1988) proposes that DCUs (analogous to segments) are structured as a tree, and in both models, the tree structure of discourse constrains how the discourse evolves, and how referring expressions are processed. Recent work (Moore and Paris 1993; Moore and Pollack 1992) has argued that to account for explanation dialogues, it is necessary to independently model both RST relations and intentions.",
"cite_spans": [
{
"start": 91,
"end": 114,
"text": "(Grosz and Sidner 1986)",
"ref_id": "BIBREF17"
},
{
"start": 161,
"end": 185,
"text": "(Mann and Thompson 1988)",
"ref_id": "BIBREF42"
},
{
"start": 214,
"end": 228,
"text": "(Polanyi 1988;",
"ref_id": "BIBREF58"
},
{
"start": 229,
"end": 240,
"text": "Hobbs 1979)",
"ref_id": "BIBREF27"
},
{
"start": 271,
"end": 296,
"text": "Grosz and Sidner's (1986)",
"ref_id": "BIBREF17"
},
{
"start": 641,
"end": 653,
"text": "Hobbs (1979)",
"ref_id": "BIBREF27"
},
{
"start": 658,
"end": 672,
"text": "Polanyi (1988)",
"ref_id": "BIBREF58"
},
{
"start": 864,
"end": 888,
"text": "(Mann and Thompson 1988)",
"ref_id": "BIBREF42"
},
{
"start": 930,
"end": 944,
"text": "Polanyi (1988)",
"ref_id": "BIBREF58"
},
{
"start": 1087,
"end": 1112,
"text": "Grosz and Sidner's (1986)",
"ref_id": "BIBREF17"
},
{
"start": 1120,
"end": 1134,
"text": "Polanyi (1988)",
"ref_id": "BIBREF58"
},
{
"start": 1351,
"end": 1373,
"text": "(Moore and Paris 1993;",
"ref_id": "BIBREF45"
},
{
"start": 1374,
"end": 1397,
"text": "Moore and Pollack 1992)",
"ref_id": "BIBREF46"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Characterizing the Notion of a Segment",
"sec_num": "2.1"
},
{
"text": "Researchers have begun to investigate the ability of humans to agree with one another on segmentation, and to propose methodologies for quantifying their findings. The types of discourse units being coded and the relations among them vary. Several studies have used trained coders to locally and globally structure spontaneous or read speech using the model of Grosz and Sidner (1986) , including Grosz and Hirschberg 1992; Nakatani, Hirschberg, and Grosz 1995; Stifleman 1995; Hirschberg and Nakatani 1996 . In Grosz and Hirschberg (1992) , percent agreement (see Section 3.2) among 7 coders on 3 texts under two conditions--text plus speech or text alone--is reported at levels ranging from 74.3% to 95.1%. In Hirschberg and Nakatani (1996) , average reliability (measured using the kappa coefficient discussed in Carletta [1996] ) of segmentinitial labels among 3 coders on 9 monologues produced by the same speaker, labeled using text and speech, is .8 or above for both read and spontaneous speech; values of at least .8 are typically viewed as representing high reliability (see Section 3.2). Reliability labeling from text alone is .56 for read and .63 for spontaneous speech.",
"cite_spans": [
{
"start": 361,
"end": 384,
"text": "Grosz and Sidner (1986)",
"ref_id": "BIBREF17"
},
{
"start": 397,
"end": 423,
"text": "Grosz and Hirschberg 1992;",
"ref_id": "BIBREF15"
},
{
"start": 424,
"end": 461,
"text": "Nakatani, Hirschberg, and Grosz 1995;",
"ref_id": "BIBREF50"
},
{
"start": 462,
"end": 477,
"text": "Stifleman 1995;",
"ref_id": "BIBREF64"
},
{
"start": 478,
"end": 506,
"text": "Hirschberg and Nakatani 1996",
"ref_id": "BIBREF24"
},
{
"start": 512,
"end": 539,
"text": "Grosz and Hirschberg (1992)",
"ref_id": "BIBREF15"
},
{
"start": 712,
"end": 742,
"text": "Hirschberg and Nakatani (1996)",
"ref_id": "BIBREF24"
},
{
"start": 816,
"end": 831,
"text": "Carletta [1996]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Characterizing the Notion of a Segment",
"sec_num": "2.1"
},
{
"text": "Other notions of segment have also been used in evaluating naive or trained coders. Hearst (1993) asked naive subjects to place boundaries between paragraphs of running text, to indicate topic changes. Hearst reports agreement of greater than 80%, and indicates that significance results were found that were similar to those reported in Passonneau and Litman (1993) . Flammia and Zue (1995) asked subjects to segment textual transcriptions of telephone task-oriented dialogues, using minimal segmentation instructions based on a notion of topic: 18 dialogues were segmented by 5 coders (with varying levels of expertise in discourse), with an average pairwise kappa coefficient of .45. To evaluate hierarchical aspects of segmentation, Flammia and Zue also developed a new measure derived from the kappa coefficient. Swerts (1995) asked 38 subjects to mark \"paragraph boundaries\" in transcriptions of 12 spontaneous spoken monologues; half of the subjects segmented from text alone and half from text plus speech. However, no quantitative evaluation of the results were reported. Swerts and Ostendorf (1995) also empirically derived discourse structure, using a spoken corpus of database query interactions. Although the labelers had high levels of agreement, the segmentations were fairly trivial. Isard and Carletta (1995) presented 4 naive subjects and 1 expert coder with transcripts of task-oriented dialogues from the HCRC Map Task Corpus (Anderson et al. 1991) . Utterance-like units referred to as moves were identified in the transcripts, and subjects were asked to identify transaction boundaries. Since reliability was lower than the .80 threshold, they concluded that their coding scheme and instructions required improvement. investigated the reliability of various features defined in Relational Discourse Analysis (Moser, Moore, and Glendening 1995) , based in part on RST. Their corpus consisted of written interactions between tutors and students, using 3 different tutors. Two coders were asked to identify segments, the core utterance of each segment, and certain intentional and informational relations between the core and the other contributor utterances. As reported in their talk (not in the paper), reliability on segment structure and core identification was well over the .80 threshold. Reliability on intentional and informational relations was around .75, high enough to support tentative conclusions.",
"cite_spans": [
{
"start": 84,
"end": 97,
"text": "Hearst (1993)",
"ref_id": "BIBREF18"
},
{
"start": 338,
"end": 366,
"text": "Passonneau and Litman (1993)",
"ref_id": "BIBREF54"
},
{
"start": 369,
"end": 391,
"text": "Flammia and Zue (1995)",
"ref_id": "BIBREF12"
},
{
"start": 818,
"end": 831,
"text": "Swerts (1995)",
"ref_id": "BIBREF65"
},
{
"start": 1081,
"end": 1108,
"text": "Swerts and Ostendorf (1995)",
"ref_id": "BIBREF66"
},
{
"start": 1300,
"end": 1325,
"text": "Isard and Carletta (1995)",
"ref_id": "BIBREF29"
},
{
"start": 1446,
"end": 1468,
"text": "(Anderson et al. 1991)",
"ref_id": "BIBREF1"
},
{
"start": 1830,
"end": 1865,
"text": "(Moser, Moore, and Glendening 1995)",
"ref_id": "BIBREF49"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Characterizing the Notion of a Segment",
"sec_num": "2.1"
},
{
"text": "Finally, a method for segmenting dialogues based on a notion of control was used in Whittaker and Stenton (1988) and Walker and Whittaker (1990) . Utterances were classified into four types, each of which was associated with a rule that assigned a controller; the discourse was then divided into segments, based on which speaker had control. Neither study presented any quantitative analysis of the ability to reliably perform the initial utterance classification. However, in Whittaker and Stenton (1988) , a higher level of discourse structure based on topic shifts was agreed upon by at least 4 of 5 judges for 46 of the 56 control shifts.",
"cite_spans": [
{
"start": 84,
"end": 112,
"text": "Whittaker and Stenton (1988)",
"ref_id": "BIBREF73"
},
{
"start": 117,
"end": 144,
"text": "Walker and Whittaker (1990)",
"ref_id": "BIBREF68"
},
{
"start": 477,
"end": 505,
"text": "Whittaker and Stenton (1988)",
"ref_id": "BIBREF73"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Characterizing the Notion of a Segment",
"sec_num": "2.1"
},
{
"text": "In sum, relatively few quantitative empirical studies have been made of how to annotate discourse corpora with features of discourse structure, and those recent ones that exist use various models such as the Grosz and Sidner model (1986) , an informal notion of topic (Hearst 1994; Flammia and Zue 1995) , transactions (Isard and Carletta 1995) , Relational Discourse Analysis , or control (Whittaker and Stenton 1988; Walker and Whittaker 1990) . The modalities of the corpora investigated include dialogic or monologic, written, spontaneous or read, and the genres also vary. Quantitative evaluations of subjects' annotations using notions of agreement, interrater reliability, and/or significance show that good results can be difficult to achieve. As discussed in Section 3, our initial aim was to explore basic issues about segmentation, thus we used naive subjects on a highly unstructured task. Our corpus consists of transcripts of spontaneous spoken monologues, produced by 20 different speakers. We use an informal notion of communicative intention as the segmentation criterion, motivated by Grosz and Sidner (1986) and Polanyi (1988) , who argue that defining a segment as having a coherent goal is more general than establishing a repertoire of specific types of segment goals. We do not, however, ask coders to identify hierarchical relations among segments. The hypothesis that discourse has a tree structure has frequently been questioned (Dale 1992; Moore and Pollack 1992; Hearst 1994; Walker 1995) , and the magnitude of our segmentation task precludes asking subjects to specify hierarchical relations. Finally, we quantify our results using a significance test, a reliability measure, and, for purposes of comparison with other work, percent agreement.",
"cite_spans": [
{
"start": 208,
"end": 237,
"text": "Grosz and Sidner model (1986)",
"ref_id": null
},
{
"start": 268,
"end": 281,
"text": "(Hearst 1994;",
"ref_id": "BIBREF19"
},
{
"start": 282,
"end": 303,
"text": "Flammia and Zue 1995)",
"ref_id": "BIBREF12"
},
{
"start": 319,
"end": 344,
"text": "(Isard and Carletta 1995)",
"ref_id": "BIBREF29"
},
{
"start": 390,
"end": 418,
"text": "(Whittaker and Stenton 1988;",
"ref_id": "BIBREF73"
},
{
"start": 419,
"end": 445,
"text": "Walker and Whittaker 1990)",
"ref_id": "BIBREF68"
},
{
"start": 1103,
"end": 1126,
"text": "Grosz and Sidner (1986)",
"ref_id": "BIBREF17"
},
{
"start": 1131,
"end": 1145,
"text": "Polanyi (1988)",
"ref_id": "BIBREF58"
},
{
"start": 1455,
"end": 1466,
"text": "(Dale 1992;",
"ref_id": "BIBREF10"
},
{
"start": 1467,
"end": 1490,
"text": "Moore and Pollack 1992;",
"ref_id": "BIBREF46"
},
{
"start": 1491,
"end": 1503,
"text": "Hearst 1994;",
"ref_id": "BIBREF19"
},
{
"start": 1504,
"end": 1516,
"text": "Walker 1995)",
"ref_id": "BIBREF67"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Characterizing the Notion of a Segment",
"sec_num": "2.1"
},
{
"text": "The segmental structure of discourse has been claimed to constrain and be constrained by disparate phenomena, e.g., cue phrases (Hirschberg and Litman 1993; Grosz and Sidner 1986; Reichman 1985; Cohen 1984) , plans and intentions (Carberry 1990; Litman and Allen 1990; Grosz and Sidner 1986) , prosody (Hirschberg and Pierrehumbert 1986; Butterworth 1980) , nominal reference (Webber 1991; Grosz and Sidner 1986; Linde 1979) , and tense (Webber 1988; Hwang and Schubert 1992; Song and Cohen 1991) . However, just as with the early proposals regarding segmentation, many of these proposals are based on fairly informal studies. It is only recently that attempts have been made to quantitatively evaluate how utterance features correlate with independently justified segmentations. Many of the studies discussed in the preceding subsection take this approach. The types of linguistic features investigated indude prosody (Grosz and Hirschberg 1992; Nakatani, Hirschberg, and Grosz 1995; Hirschberg and Nakatani 1996; Swerts 1995; Swerts and Ostendorf 1995) , term repetition (Hearst 1994) , cue words Whittaker and Stenton 1988) , and discourse anaphora (Walker and Whittaker 1990) . Grosz and Hirschberg (1992) investigate the prosodic structuring of discourse. The correlation of various prosodic features with their independently obtained consensus codings of segmental structure (codings on which all labelers agreed) is analyzed using t-tests; the results support the hypothesis that discourse structure is marked intonationally in read speech. For example, pauses tended to precede phrases that initiated segments (independent of hierarchical structure) and to follow phrases that ended segments. Similar results are reported in Nakatani, Hirschberg, and Grosz (1995) and Hirschberg and Nakatani (1996) for spontaneous speech as well. Grosz and Hirschberg (1992) also use the classification and regression tree system CART (Brieman et al. 1984) to automatically construct and evaluate decision trees for classifying aspects of discourse structure from intonational feature values.",
"cite_spans": [
{
"start": 128,
"end": 156,
"text": "(Hirschberg and Litman 1993;",
"ref_id": "BIBREF23"
},
{
"start": 157,
"end": 179,
"text": "Grosz and Sidner 1986;",
"ref_id": "BIBREF17"
},
{
"start": 180,
"end": 194,
"text": "Reichman 1985;",
"ref_id": "BIBREF60"
},
{
"start": 195,
"end": 206,
"text": "Cohen 1984)",
"ref_id": "BIBREF9"
},
{
"start": 230,
"end": 245,
"text": "(Carberry 1990;",
"ref_id": "BIBREF5"
},
{
"start": 246,
"end": 268,
"text": "Litman and Allen 1990;",
"ref_id": "BIBREF38"
},
{
"start": 269,
"end": 291,
"text": "Grosz and Sidner 1986)",
"ref_id": "BIBREF17"
},
{
"start": 302,
"end": 337,
"text": "(Hirschberg and Pierrehumbert 1986;",
"ref_id": "BIBREF26"
},
{
"start": 338,
"end": 355,
"text": "Butterworth 1980)",
"ref_id": "BIBREF4"
},
{
"start": 376,
"end": 389,
"text": "(Webber 1991;",
"ref_id": "BIBREF71"
},
{
"start": 390,
"end": 412,
"text": "Grosz and Sidner 1986;",
"ref_id": "BIBREF17"
},
{
"start": 413,
"end": 424,
"text": "Linde 1979)",
"ref_id": "BIBREF34"
},
{
"start": 437,
"end": 450,
"text": "(Webber 1988;",
"ref_id": "BIBREF70"
},
{
"start": 451,
"end": 475,
"text": "Hwang and Schubert 1992;",
"ref_id": "BIBREF28"
},
{
"start": 476,
"end": 496,
"text": "Song and Cohen 1991)",
"ref_id": "BIBREF63"
},
{
"start": 919,
"end": 946,
"text": "(Grosz and Hirschberg 1992;",
"ref_id": "BIBREF15"
},
{
"start": 947,
"end": 984,
"text": "Nakatani, Hirschberg, and Grosz 1995;",
"ref_id": "BIBREF50"
},
{
"start": 985,
"end": 1014,
"text": "Hirschberg and Nakatani 1996;",
"ref_id": "BIBREF24"
},
{
"start": 1015,
"end": 1027,
"text": "Swerts 1995;",
"ref_id": "BIBREF65"
},
{
"start": 1028,
"end": 1054,
"text": "Swerts and Ostendorf 1995)",
"ref_id": "BIBREF66"
},
{
"start": 1073,
"end": 1086,
"text": "(Hearst 1994)",
"ref_id": "BIBREF19"
},
{
"start": 1099,
"end": 1126,
"text": "Whittaker and Stenton 1988)",
"ref_id": "BIBREF73"
},
{
"start": 1152,
"end": 1179,
"text": "(Walker and Whittaker 1990)",
"ref_id": "BIBREF68"
},
{
"start": 1182,
"end": 1209,
"text": "Grosz and Hirschberg (1992)",
"ref_id": "BIBREF15"
},
{
"start": 1733,
"end": 1771,
"text": "Nakatani, Hirschberg, and Grosz (1995)",
"ref_id": "BIBREF50"
},
{
"start": 1776,
"end": 1806,
"text": "Hirschberg and Nakatani (1996)",
"ref_id": "BIBREF24"
},
{
"start": 1839,
"end": 1866,
"text": "Grosz and Hirschberg (1992)",
"ref_id": "BIBREF15"
},
{
"start": 1927,
"end": 1948,
"text": "(Brieman et al. 1984)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Correlation of Segmentation with Utterance Features",
"sec_num": "2.2"
},
{
"text": "The studies of Swerts (1995) and Swerts and Ostendorf (1995) also investigate the prosodic structuring of discourse. In Swerts (1995) , paragraph boundaries are empirically obtained as described above. The prosodic features pitch range, pause duration, and number of low boundary tones are claimed to increase continuously with boundary strength (the proportion of subjects identifying a boundary). However, there is no analysis of the statistical significance of these correlations. In Swerts and Ostendorf (1995) , prosodic as well as textual features are shown to be correlated with their independenfly obtained (but fairly trivial) discourse segmentations of travel-planning interactions, with statistical significance. Hearst's (1994) TextTiling algorithm structures expository text into sequential segments based on term repetition. Hearst (1994) uses information retrieval metrics (see Section 4.1) to evaluate two versions of TextTiling against independently derived segmentations produced by at least three of seven human judges. Precision was .66 for the best version, compared with .81 for humans; recall was .61 compared with .71 for humans. The use of term repetition (and a related notion of lexical cohesion) is not unique to Hearst's work; related studies include Morris and Hirst (1991) , Youmans (1991) , Kozima (1993) , and Reynar (1994) . Unlike Hearst's work, these studies either use segmentations that are not empirically justified, or present only qualitative analyses of the correlation with linguistic devices.",
"cite_spans": [
{
"start": 15,
"end": 28,
"text": "Swerts (1995)",
"ref_id": "BIBREF65"
},
{
"start": 33,
"end": 60,
"text": "Swerts and Ostendorf (1995)",
"ref_id": "BIBREF66"
},
{
"start": 120,
"end": 133,
"text": "Swerts (1995)",
"ref_id": "BIBREF65"
},
{
"start": 487,
"end": 514,
"text": "Swerts and Ostendorf (1995)",
"ref_id": "BIBREF66"
},
{
"start": 724,
"end": 739,
"text": "Hearst's (1994)",
"ref_id": "BIBREF19"
},
{
"start": 839,
"end": 852,
"text": "Hearst (1994)",
"ref_id": "BIBREF19"
},
{
"start": 1280,
"end": 1303,
"text": "Morris and Hirst (1991)",
"ref_id": "BIBREF47"
},
{
"start": 1306,
"end": 1320,
"text": "Youmans (1991)",
"ref_id": "BIBREF75"
},
{
"start": 1323,
"end": 1336,
"text": "Kozima (1993)",
"ref_id": "BIBREF30"
},
{
"start": 1343,
"end": 1356,
"text": "Reynar (1994)",
"ref_id": "BIBREF61"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Correlation of Segmentation with Utterance Features",
"sec_num": "2.2"
},
{
"text": "After identifying segments, and core and contributor relations within segments, investigate whether cue words occur, where they occur, and what word occurs. In their talk, they presented results showing that the occurrence and placement of a discourse usage of a cue word correlates with relative order of core versus contributor utterances. For example, a discourse cue is more likely to occur when the contributor precedes the core utterance (p < .001).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correlation of Segmentation with Utterance Features",
"sec_num": "2.2"
},
{
"text": "Finally, Whittaker and Stenton (1988) examined a wide variety of means for signaling discourse structure. Prompts, repetitions, and summaries rather than cue words more often signaled control-based discourse segment boundaries. No statistical analysis of the significance of the differences was presented, however. By statistically analyzing distributions of discourse anaphora with respect to control-based discourse segments, Walker and Whittaker (1990) showed that shifts of attentional state (Grosz and Sidner 1986) occurred when shifts in control were accepted by all dialogue participants.",
"cite_spans": [
{
"start": 9,
"end": 37,
"text": "Whittaker and Stenton (1988)",
"ref_id": "BIBREF73"
},
{
"start": 428,
"end": 455,
"text": "Walker and Whittaker (1990)",
"ref_id": "BIBREF68"
},
{
"start": 496,
"end": 519,
"text": "(Grosz and Sidner 1986)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Correlation of Segmentation with Utterance Features",
"sec_num": "2.2"
},
{
"text": "In sum, relatively few studies correlate linguistic devices with empirically justified discourse segmentations. Quantitative evaluations of the correlations include the use of statistical measures and information retrieval metrics. As discussed in Section 4, we derive discourse segmentations based on the statistical significance of the agreement among our subjects. In contrast to studies investigating a single feature, we investigate three types of linguistic devices--referential noun phrases, prosody, and cue phrases. In addition, we are concerned with the extra step of developing segmentation algorithms rather than with the demonstration of statistical correlations. We first develop algorithms using each type of linguistic device in isolation, motivated by existing hypotheses in the literature. Then we propose and evaluate methods for combining them. We use measures from information retrieval to quantify and evaluate our results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Correlation of Segmentation with Utterance Features",
"sec_num": "2.2"
},
{
"text": "Here we present the results of a study investigating the ability of naive subjects to identify the same segments in a corpus of spoken narrative discourse. Our first goal is purely exploratory. Despite the wide agreement that discourse structure and linguistic form are mutually constraining, there is little agreement on how to determine the structure of any particular discourse. Thus we do not assume that there are \"correct\" segmentations against which to judge subjects' responses. Also, as discussed in our previous work (Passonneau and Litman 1996) , the subjects' performance suggests that segmentation is a fuzzy phenomenon. Because our study is exploratory, we took the conservative approach of defining a very open-ended segmentation task that allowed subjects great freedom in the number and size of the segments to identify. Our statistical results indicate that, despite the freedom of the task, naive subjects independently perform surprisingly similar segmentations of the same discourse. We also show by example that subjects' segmentations reflect the presumed episode structure of the narrative.",
"cite_spans": [
{
"start": 527,
"end": 555,
"text": "(Passonneau and Litman 1996)",
"ref_id": "BIBREF55"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Intention-Based Segmentation",
"sec_num": "3."
},
{
"text": "We ask subjects to segment discourse using a nonlinguistic criterion in order to avoid circularity when we later investigate the correlation of linguistic devices with segments derived from the segmentation task results. Abstracting statistically significant results from the subjects' responses is thus the second goal of our study of the segmentation task. Here we briefly review our statistical results and summarize the motivation for our method of abstracting a single segmentation for a given narrative from a set of subjects' responses. As noted below, more detailed discussion of the statistic we use is presented elsewhere. What we also discuss here, which has not been presented in previous work, is a preliminary evaluation of the reliability of our method where we give a conservative lower bound suggesting that the method is reliable.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Intention-Based Segmentation",
"sec_num": "3."
},
{
"text": "The claim has been made that different people (investigators or subjects) are likely to assign similar segment boundaries or segment relations to a discourse (Grosz and Sidner 1986; Reichman 1985; Mann and Thompson 1988) , but it has also been observed that discourse structure can be ambiguous (Pierrehumbert and Hirschberg 1987) . Studies asking subjects to assign topical units to sample discourses have shown that the resulting segments vary widely in both size and location (Rotondo 1984 ). Yet until recently, there has been little attempt to quantify the degree of variability among subjects in performing such a task. Here we present the results of our study of naive subjects performing a relatively unstructured segmentation task on a corpus of similar discourses. Full details are presented in Passonneau and Litman (1996) .",
"cite_spans": [
{
"start": 158,
"end": 181,
"text": "(Grosz and Sidner 1986;",
"ref_id": "BIBREF17"
},
{
"start": 182,
"end": 196,
"text": "Reichman 1985;",
"ref_id": "BIBREF60"
},
{
"start": 197,
"end": 220,
"text": "Mann and Thompson 1988)",
"ref_id": "BIBREF42"
},
{
"start": 295,
"end": 330,
"text": "(Pierrehumbert and Hirschberg 1987)",
"ref_id": "BIBREF56"
},
{
"start": 479,
"end": 492,
"text": "(Rotondo 1984",
"ref_id": "BIBREF62"
},
{
"start": 805,
"end": 833,
"text": "Passonneau and Litman (1996)",
"ref_id": "BIBREF55"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology: Empirically Derived Segmentation",
"sec_num": "3.1"
},
{
"text": "The corpus consists of 20 spoken narrative monologues known as the Pear stories, originally collected by Chafe (1980) . Chafe recorded and transcribed subjects who had been asked to view the same movie and describe it to a second person. The movie contained 7 sequential episodes about a man picking pears. Chafe identified three types of prosodic phrases from graphic displays of intonation contours, as described in Section 4.1. The corpus contains just over 2,000 prosodic phrases with roughly 13,500 words.",
"cite_spans": [
{
"start": 105,
"end": 117,
"text": "Chafe (1980)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology: Empirically Derived Segmentation",
"sec_num": "3.1"
},
{
"text": "For our study, each narrative was segmented by seven naive subjects (as opposed to trained researchers or trained coders), using an informal notion of communicative intention as the segmentation criterion. Except in rare cases, no subject segmented more than I narrative. As discussed above, a variety of criteria for identifying discourse units have been proposed. Our decision to use a commonsense notion of intention as the criterion is aimed at giving the subjects the freedom to choose their own segmentation criteria, and to modify the criteria to fit the evolving discourse.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Methodology: Empirically Derived Segmentation",
"sec_num": "3.1"
},
{
"text": "Two structural constraints were also imposed on the content units that subjects were asked to identify. First, subjects were asked to perform a linear rather than a hierarchical segmentation, where a linear segmentation simply consists of dividing a narrative into sequential units. Second, subjects were restricted to placing boundaries between the prosodic phrases identified by Chafe (1980) . Subjects were presented with transcripts of the narratives formatted so that each non-indented new line was the beginning of a new prosodic phrase. The pause locations and durations transcribed by Chafe (see Section 4.1.2) were omitted, but otherwise all lexical and nonlexical articulations were retained. The instructions given to the subjects were designed to have as little bias as possible regarding segment size, and total number of segments. 3 As we discuss further below, both the rate at which subjects assigned boundaries and the size of segments varied widely. Figure 2 shows the subjects' responses for the excerpt corresponding to Figure 1 . The potential boundary sites are between the text lines corresponding to prosodic phrases. The left column shows the prosodic phrase numbers, which are explained later. There are 19 phrases, hence 18 boundary sites. The seven subjects are differentiated by distinct letters of the alphabet. Note that a majority of subjects agreed on only 3 of the 18 possible boundary sites, corresponding to the segmentation illustrated in Figure 1 . In general, subjects assigned boundaries at quite distinct rates, thus agreement among subjects is necessarily imperfect. All subjects assigned boundaries relatively infrequently. On average, subjects assigned boundaries at only 16.1% of the potential boundary sites (min = 5.5%; max = 41.3%) in any one narrative. Boundary ",
"cite_spans": [
{
"start": 381,
"end": 393,
"text": "Chafe (1980)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 968,
"end": 976,
"text": "Figure 2",
"ref_id": null
},
{
"start": 1040,
"end": 1048,
"text": "Figure 1",
"ref_id": null
},
{
"start": 1476,
"end": 1484,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Methodology: Empirically Derived Segmentation",
"sec_num": "3.1"
},
{
"text": "Sample of subjects' responses.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "locations were relatively independent of one another, as shown by the the fact that segments varied in size from 1 to 49 phrases in length (Avg. = 5.9). The assumption of independence is important for motivating statistical analyses of how probable the observed distributions are. Figure 3 shows two bar charts. The one on the left gives the results for the full narrative excerpted in Figure 1 . The x-axis is the number of subjects, from 0 to 7. The y-axis, from top to bottom, corresponds to the potential boundary locations, with prosodic phrase locations numbered as in Figure 2 . Each horizontal bar thus represents the number of subjects assigning a boundary at a particular interphrase location. Interestingly, there were 6 segment boundaries identified by at least five subjects, yielding 7 segments that correspond closely to the 7 sequential episodes that Chafe (1980) used to describe the movie. The first 5 segments correspond to the first 5 episodes. The 6th segment corresponds to the 6th episode plus the beginning of the 7th, while the 7th segment corresponds to the end of the 7th episode.",
"cite_spans": [
{
"start": 867,
"end": 879,
"text": "Chafe (1980)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 281,
"end": 289,
"text": "Figure 3",
"ref_id": "FIGREF1"
},
{
"start": 386,
"end": 394,
"text": "Figure 1",
"ref_id": null
},
{
"start": 575,
"end": 583,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "The large proportion of white space to black space in the left bar chart of Figure 3 illustrates graphically that subjects assign boundaries relatively infrequently. The large regions of white space separated by very wide bars shows a striking consensus on certain segments (white space) and segment boundaries (wide black bars). To illustrate graphically the improbability of the occurrence of wide bars (high-consensus boundaries), we also show a typical random distribution for a parallel data set in the right-hand bar chart of Figure 3 . To create this data, we repeatedly performed the following experiment, and randomly selected one result. First we created seven hypothetical subjects, each of whom assigns the same number of boundaries as one of the ",
"cite_spans": [],
"ref_spans": [
{
"start": 532,
"end": 540,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Figure 2",
"sec_num": null
},
{
"text": "Frequency that N subjects identify any boundary slot as a boundary.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 4",
"sec_num": null
},
{
"text": "real subjects from the same number of potential boundary slots. The hypothetical subjects assign boundaries randomly (but with no repetition). In the random distribution, there are few bars of width 3, and none of any greater width. We show below that, given the loosely structured task, the probability of the observed distribution depicted in Figure 3 is extremely low, hence highly significant.",
"cite_spans": [],
"ref_spans": [
{
"start": 345,
"end": 353,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Figure 4",
"sec_num": null
},
{
"text": "The statistical test we use identifies x ~ 3 as the threshold separating insignificant boundaries from significant ones. The large scattering of narrow bars (1 < x ~ 2) illustrates the inherent noisiness of the data arising from the fact that subjects assign boundaries at varying rates. The histogram in Figure 4 gives a different view of the same point, showing the relative frequency of cases where N subjects place a boundary at a given location, for N from 0 to 7. The y-axis is normalized to represent the average narrative length of 100 phrases, thus the bar at N = 0 indicates that on average, 47.8 of the 100 phrases were not classified as boundaries. 4 The large majority of responses (80%) fall within the bars for N = 0 (47.8%), N = 1 (23.0%), and N = 2 (10.0%), forming a rapidly descending curve. For N = 3 and above, the slope of the curve suddenly becomes linear, and much less steep, corresponding to a much more gradual decrease in frequency as values of N go to 7. That there should be any cases where six or seven subjects identify the same boundary is highly improbable, but on average, this happens 4.5 times per narrative. Summing the heights of the bars for N = 3 through N = 7 indicates that for an average narrative whose length is 100 phrases, there will be about 20 boundaries identified by three or more subjects.",
"cite_spans": [],
"ref_spans": [
{
"start": 305,
"end": 313,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 4",
"sec_num": null
},
{
"text": "3.2.1 Evaluation Metrics. Again, our first goal in evaluating the segmentation data from our subjects is to explore the possibility that subjects given as little guidance as possible might yet recognize rather similar segments in the narrative corpus. To make this evaluation, we first use a significance test of the null hypothesis that the distributions could have arisen by chance. We then analyze the distributions in more detail to determine what aspects of the distribution are significant, and thereby to abstract significant data for use in defining segmentations for each narrative. The results indicate that the observed distributions are highly significant, i.e., unlikely to have arisen by chance. In Section 3.2.2, we briefly review Cochran's Q (1950) , the statistic that we use, and the test of the null hypothesis. We then partition Cochran's Q to determine the lowest value on the x-axis in Figure 3 at which agreements on boundaries become statistically significant. The results indicate significance arises when at least three subjects agree on a boundary.",
"cite_spans": [
{
"start": 746,
"end": 764,
"text": "Cochran's Q (1950)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 908,
"end": 916,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Reliability metrics (Krippendorff 1980; Carletta 1996) are designed to give a robust measure of how well distinct sets of data agree with, or replicate, one another. They are sensitive to the relative proportion of the different data types (e.g., boundaries versus nonboundaries), but insensitive to the statistical likelihood that agreements will occur. We have already discussed how variable the subjects' responses are, both in number and placement of segment boundaries, so we know that our subjects are not replicating the same behavior. However, all 20 narratives show the same pattern of responses as illustrated in Figure 3 : certain boundaries are identified by large numbers of subjects. For any one narrative, we should expect a new set of seven subjects to yield roughly the same set of segment boundaries. In other words, our method for abstracting a single set of boundaries from the responses of multiple subjects should be reproducible. In Section 3.2.3, we evaluate our method by using Krippendorff's c~ to evaluate the reliability of boundaries derived from one set of subjects compared with those derived from another set of subjects on the same narrative. ",
"cite_spans": [
{
"start": 20,
"end": 39,
"text": "(Krippendorff 1980;",
"ref_id": "BIBREF31"
},
{
"start": 40,
"end": 54,
"text": "Carletta 1996)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 623,
"end": 631,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Total 6 0 0 0 0 0 0 1 5 1 0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Finally, for purposes of comparison with other studies of segmentation, we report percent agreement. Percent agreement is high, but as argued in Krippendorff (1980) , percent agreement is relatively uninformative because it fails to take into account the response rate of individual subjects, a factor built into both Cochran's Q and Krippendorff's a.",
"cite_spans": [
{
"start": 145,
"end": 164,
"text": "Krippendorff (1980)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "3.2.2 Significance. The segmentation data from the 20 narratives can be represented as a set of 20 i x j matrices, each of the form shown in Table 1 . Each matrix has a height of i --7 subjects and width of j = n prosodic phrases less 1. (Table 1 is a partial matrix of width j = 11.) The value in a cell Ci,j is a 1 if the ith subject assigned a boundary at site j, and blank if they did not. We use Cochran's Q to evaluate the significance of the distributions in the matrices. 5 Cochran's test evaluates the null hypothesis that the sums of ls in the columns, representing the total number of subjects assigning a boundary at the jth site (Tj), are randomly distributed. It does so by evaluating the significance of the differences in column totals (Tj) across the matrix, with each row total ui (or total number of boundaries assigned by subject i) assumed to be fixed.",
"cite_spans": [],
"ref_spans": [
{
"start": 141,
"end": 148,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 238,
"end": 246,
"text": "(Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Where the average column total is T, the statistic is given by:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Q = j(j -1) ~(Tj -7) 2 j(Y] ui) -(Y] u 2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Our results indicate that the agreement among subjects is extremely significant. For the 20 narratives, the probabilities that the observed distributions could have arisen by chance range from p = .1 x 10 -6 to p = .6 x 10 -9. We now turn to the second question addressed in the segmentation study, how to abstract a set of empirically justified boundaries from the data. We do this by selecting the statistically significant response data. Recall the large amounts of white space in Figure 3 , contrasting with the few sharp peaks where many subjects identify the same boundary, which suggests that the significance of Q owes most to the cases where columns have many l's. The question is, how many l's is significant? We address this question by partitioning Q into distinct components for each possible value of Tj (0 to 7), based on partitioning the sum of squares in the numerator of Q into distinct samples 5 We thank Julia Hirschberg for suggesting this test. (Cochran 1950) . Partitioning Q by the 8 values of Tj shows that Qj is significant at the p = .0001 level for each distinct Tj > 4 across all narratives. Probabilities become more significant for higher levels of Tj, and the converse. At Tj = 3, p is significant at the .01 level on 19 narratives, and for the remaining narrative p = .0192. When we look at correlation of segment boundaries with linguistic features, we use both thresholds Tj >_ 4, and Tj > 3 to select a set of empirically justified boundaries. On average, this gives us 12 (Tj >_ 4) or 20 (Tj >_ 3) boundaries for a 100-phrase narrative.",
"cite_spans": [
{
"start": 967,
"end": 981,
"text": "(Cochran 1950)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 484,
"end": 492,
"text": "Figure 3",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Results",
"sec_num": "3.2"
},
{
"text": "Reliability metrics provide a measure of the reproducibility of a data set, for example, across conditions or across subjects. Recently, discourse studies have used reliability metrics designed for evaluating classification tasks to determine whether coders can classify various phenomena in discourse corpora, as discussed in Section 2.1. The segmentation task reported here is not properly a classification task, in that we do not presume that there is a given set of segment boundaries that subjects are likely to identify. Given the freedom of the task and the use of untrained subjects, a reliability test would be relatively uninformative: it can be expected to range from very low to very high. In fact, sorting the 140 subjects into comparable pairs (i.e., subjects assigning a similar number of boundaries), a reliability metric that ranges between 1 for perfect reliability and -1 for perfect unreliability (Krippendorff's a, discussed below) gives a wide spread of reliability values (from -.3 to .9; average = .34). Our method aims at abstracting away from the absolute differences across multiple subjects per narrative (N = 7) to derive a statistically significant set of segment boundaries. Thus, an appropriate test of whether our method is statistically reliable would be to compare two repetitions of the method on the same narratives to see if the results are reproducible.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "Although we do not have enough subjects on any single narrative to compare two distinct sets of seven subjects, we do have four narratives with data from eight distinct subjects. For each set of eight subjects, we created two randomly selected partitions (A and B) with four distinct subjects in each. Then we assessed reliability by comparing the boundaries produced by partitions A and B on the four narratives (using a boundary threshold of at least three subjects). Because we only have four subjects within each partition, this necessarily produces fewer significant boundaries than our method. In other words, this test can only give us a conservative lower bound for reliability. (Recall that significance of a boundary increases exponentially with the number of subjects who agree on a boundary.) But even with this conservative evaluation, reliability is fairly good on two narratives, and promising on average.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "A reliability measure indicates how reproducible a data set is by quantifying similarity across subjects in terms of the proportion of times that each response category occurs. This differs from a significance test of the null hypothesis (e.g., our use of Cochran's Q), where observed data is compared to random distribution. We use Krippendorff's a (1980) to evaluate the reliability of the two data sets from partitions A and B. The general formula for a is 1 -D_o_o where Do and DE are observed disagreements DE ' and expected disagreements. Computation of a is described below.",
"cite_spans": [
{
"start": 512,
"end": 516,
"text": "DE '",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "Krippendorff's a reports to what degree the observed number of matches could be expected to arise by chance. Again in contrast with Cochran's Q, it is simply a ratio rather than a point on a distribution curve with known probabilities. Values range from 1 to -1, with 0 representing that there are no more agreements observed in the data than would happen by chance. A value of .5 would indicate that the observed number of agreements is halfway between chance and perfect agreement. Negative values indicate the degree to which observed disagreements differ from chance. In principle, a is computed from the same type of matrix shown in Table 1 , and can be applied to multivalued variables that are quantitative or qualitative. Here we summarize computation of a simplified formula for ~ used for comparing two data sets with a single, dichotomous variable. To exemplify the computation, we use the first two rows of Table 1 , giving a matrix of size i = 2 x j = 11. The value of Do (proportion of observed disagreements) is then simply ~, where M is the total number of mismatches (j being the potential number of matches). In our example, Do has a value of 2 (.18). Where nl is the total number of l's and no is the total number of lSx4 (.31). The detailed formula blanks, DE is given by j(2j-1)'~ In our example, DE is for c~ then simplifies to:",
"cite_spans": [],
"ref_spans": [
{
"start": 638,
"end": 645,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 919,
"end": 926,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "(2j-1)(M) c~--1 n0nl",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "This gives ~ --.42, meaning that the observed case of one agreement out of two potential agreements on boundaries in our example is not quite halfway between chance and perfect agreement. Consider a case where two subjects had 12 responses each (j = 12), each subject responded with 1 half the time (nl = no --12), and wherever one put a 1, the other did not (M = 12). The data contains the maximum number of disagreements, yet ~ = -0.92, or somewhat less than -1, meaning that a small proportion of the observed disagreement would have arisen by chance. Table 2 presents the reliability results from a comparison of boundaries found by two distinct partitions of subjects' responses on four narratives. An ~ of .80 using two partitions of seven subjects would represent very good reproducibility, with values above .67 being somewhat good (Krippendorff 1980) . Note that reliability on narrative 7 (.73) is good despite the small number of subjects. Since, as noted above, we would expect reliability to be much higher if there were seven subjects, we believe that values above .5 for N = 4 subjects indicate reproducibility. On average c~ = .58 and the spread is low (or = .09).",
"cite_spans": [
{
"start": 840,
"end": 859,
"text": "(Krippendorff 1980)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [
{
"start": 555,
"end": 562,
"text": "Table 2",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "3.2.4 Percent Agreement. Both significance and reliability can stand alone as evaluation metrics, unlike percent agreement. However, we also report percent agreement in order to compare results with other studies. As defined in Gale, Church, and Yarowsky (1992) , percent agreement is the ratio of observed agreements with the majority opinion to possible agreements with the majority opinion. As detailed in Passonneau and Litman (1996) , the average percent agreement for our subjects on all 20 narratives is 89% (max. = 92%; rain. = 82%). On average, percent agreement is highest on nonboundaries (91%; max. = 95%; rain. = 84%) and lowest on boundaries (73%; max. = 80%; min. = 60%), reflecting the fact that nonboundaries greatly outnumber boundaries. These figures compare with other studies (74% to 95% in Grosz and Hirschberg [1992] , depending upon discourse feature, and greater than 80% in Hearst [1993] ).",
"cite_spans": [
{
"start": 228,
"end": 261,
"text": "Gale, Church, and Yarowsky (1992)",
"ref_id": "BIBREF13"
},
{
"start": 409,
"end": 437,
"text": "Passonneau and Litman (1996)",
"ref_id": "BIBREF55"
},
{
"start": 812,
"end": 839,
"text": "Grosz and Hirschberg [1992]",
"ref_id": "BIBREF15"
},
{
"start": 900,
"end": 913,
"text": "Hearst [1993]",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "3.2.5 Discussion. We have shown that an atheoretical notion of speaker intention is understood sufficiently uniformly by naive subjects to yield highly significant agreement across subjects on segment boundaries in a corpus of spoken narratives. Probabilities of the observed distributions range from .6 x 10 -9 to .1 x 10 -6 as given by Cochran's Q. The result is all the more striking given that we used naive coders on a loosely defined task. Subjects were free to assign any number of boundaries, and to label their segments with anything they judged to be the narrator's communicative intention. Partitioning Cochran's Q shows that the proportion of boundaries identified by at least three subjects was significant across all 20 narratives (p < .02). Significance increases exponentially as the number of subjects agreeing on a boundary increases. A conservative means for estimating a lower bound for the reliability of our method, using Krippendorff's c~ as a metric, suggests that the method is reliable. The reliability evaluation is conservative in part because it uses fewer subjects to derive boundaries. Note that it is conservative also because it is based on the proportion of identical matches between two data sets. This type of metric ignores the inherent fuzziness of segment location, as discussed in Passonneau and Litman (1996) . We conclude that boundaries identified by at least three of seven subjects most likely reflect the validity of the underlying notion that utterances in discourse can be grouped into more-orless coherent segments. What remains is the question of whether linguistic features correlate at all well with these segments.",
"cite_spans": [
{
"start": 1321,
"end": 1349,
"text": "Passonneau and Litman (1996)",
"ref_id": "BIBREF55"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Reliability.",
"sec_num": "3.2.3"
},
{
"text": "As discussed in Section 2, there has been little work on examining the use of linguistic cues for recognizing or generating segment boundaries, 6 much less on evaluating the comparative utility of different types of information. In this section we present and evaluate a collection of algorithms that identify discourse segment boundaries, where each relies on a different type of linguistic information. We first introduce our methodology (Section 4.1), then evaluate three initial algorithms, each based on the use of a single linguistic device frequently proposed in the literature: pauses, cue words and referential noun phrases, respectively (Section 4.2). 7 Each algorithm was developed prior to any acquaintance with the narratives in our corpus. We evaluate each algorithm by examining its performance in segmenting an initial test set of 10 of our 20 narratives. We also evaluate a simple method for combining algorithms. These initial evaluations allow us to quantify the performance of existing hypotheses, to compare the utility of three very different types of linguistic knowledge, and to begin investigating the utility of combining knowledge sources. We then present two methods for enhancing performance: error analysis, and machine learning (Section 4.3). 8 Here we use the 10 narratives previously used for testing as training data. The resulting algorithms are then tested on 5 new narratives. By using enriched linguistic information and by allowing more complex interactions among linguistic devices, both methods achieve results that approach human performance. 4.1 Methodology 4.1.1 Algorithm Input and Output. Each algorithm is designed to replicate the subjects' segmentation task (break up a narrative into contiguous segments, with segment breaks falling between prosodic phrases). The input to each algorithm is a set of po- \u2022 word1: also, and, anyway, basically, because, but, finally, first, like, meanwhile, no, now, oh, okay, only, or, see, so, then, well, where, NA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithmic Identification of Segment Boundaries using Linguistic Cues",
"sec_num": "4."
},
{
"text": "\u2022 cue2: true, false.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithmic Identification of Segment Boundaries using Linguistic Cues",
"sec_num": "4."
},
{
"text": "\u2022 word2: and, anyway, because, boy, but, now, okay, or, right, so, still, then, NA. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithmic Identification of Segment Boundaries using Linguistic Cues",
"sec_num": "4."
},
{
"text": "Features and their range of values.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "cue phrases, and referential noun phrases. The linguistic features used in our two sets of experiments are shown in Figure 6 . Our initial experiments use only the features marked as \"o,\" while our later experiments use the full feature set, along with modifications to the noun phrase features.",
"cite_spans": [],
"ref_spans": [
{
"start": 116,
"end": 124,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Values for the prosodic features are obtained by automatic analysis of the transcripts, whose conventions are defined in Chafe (1980) where a Y second pause is followed by lexical material then a pause of Z seconds \"..\" indicates a break in timing too short to be measured as a pause (The values in the transcripts are based in part on an analysis of displays of fundamental frequency contours.) The features before and after depend on the final punctuation of the phrases Pi and Pi+l, respectively. The value is +sentence.final.contour if \".\" or \"?\", -sentence.final.contour if \",\". Pause is assigned true if Pi+l begins with [X] (convention 3) (or with [W [Y] for convention 4), false otherwise. Duration is assigned X (convention 3) (or Y for convention 4) if pause is true, 0 otherwise. The prosodic features were motivated by previous results in the literature. For example, phrases beginning discourse segments were correlated with preceding pause duration in Grosz and Hirschberg (1992) . These and other studies (e.g., Hirschberg and Litman [1993] ) also found it useful to distinguish between sentence-final and non-sentence-final intonational contours.",
"cite_spans": [
{
"start": 121,
"end": 133,
"text": "Chafe (1980)",
"ref_id": "BIBREF7"
},
{
"start": 966,
"end": 993,
"text": "Grosz and Hirschberg (1992)",
"ref_id": "BIBREF15"
},
{
"start": 1027,
"end": 1055,
"text": "Hirschberg and Litman [1993]",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "The cue phrase features are also obtained by automatic analysis of the transcripts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Cue1 is assigned true if the first lexical item in Pi+l is a member of the set of cue words summarized in Hirschberg and Litman (1993) . Word1 is assigned this lexical item if cue1 is true, NA (not applicable) otherwise. 9 Cue2 is assigned true if cue1 is true and the second lexical item is also a cue word. Word2 is assigned the second lexical item if cue2 is true, NA otherwise. As with the pause features, the cue phrase features were motivated by previous results in the literature. Initial phrase position (cue1) was correlated with discourse signaling uses of cue words in Hirschberg and Litman (1993) . A potential correlation between discourse signaling uses of cue words and adjacency patterns between cue words (cue2) was also suggested. Finally, Litman (1996) found that treating cue phrases individually rather than as a class (word1, word2) enhanced the results of Hirschberg and Litman (1993) .",
"cite_spans": [
{
"start": 106,
"end": 134,
"text": "Hirschberg and Litman (1993)",
"ref_id": "BIBREF23"
},
{
"start": 580,
"end": 608,
"text": "Hirschberg and Litman (1993)",
"ref_id": "BIBREF23"
},
{
"start": 758,
"end": 771,
"text": "Litman (1996)",
"ref_id": "BIBREF37"
},
{
"start": 879,
"end": 907,
"text": "Hirschberg and Litman (1993)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [
{
"start": 840,
"end": 854,
"text": "(word1, word2)",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Two of the noun phrase (NP) features are hand coded, along with Functionally Independent Clause Units (FICUs; see below), following Passonneau (1994) . The two authors coded independently and merged their results. Coding was performed on automatically created coding sheets for each narrative, consulting transcripts that were specially formatted to show prosodic phrase boundaries and numbers, but which were otherwise identical to Chafe's (1980) original transcriptions. Boundary data, which had been collected but not analyzed, was not available. Comprehensive operational definitions for recognition of reference features (coref and infer) are documented in Passonneau (1994) . The last NP feature, global.pro, is computed from the coding of other features and of previously occurring boundaries.",
"cite_spans": [
{
"start": 132,
"end": 149,
"text": "Passonneau (1994)",
"ref_id": "BIBREF52"
},
{
"start": 433,
"end": 447,
"text": "Chafe's (1980)",
"ref_id": "BIBREF7"
},
{
"start": 662,
"end": 679,
"text": "Passonneau (1994)",
"ref_id": "BIBREF52"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "All three NP features are applied in the context of FICUs (Passonneau 1994 ). An FICU contains a single tensed clause that is neither a verb argument nor a restrictive relative clause, potentially with sentence fragments or repairs. infer = +infer if the referent of an NP in Cj can be inferred from Cj-1 on the basis of a pre-defined set of inference relations; else infer = -infer 3. global.pro = +globaLpro if the referent of a definite pronoun in Cj is mentioned in a previous utterance, but not prior to the last time a boundary was assigned; else global.pro = -global.pro Note that the global.pro feature is defined in a manner that depends on incremental assignment of boundaries and coding of features. To evaluate global.pro for an utterance Cj requires that all boundaries occurring prior to Cj have been assigned. If a new FICU is not initiated in Pi+I, values for all three features are NA. The NP features reflect Passonneau's hypotheses that adjacent utterances are more likely to contain expressions that corefer, or that are inferentially linked, if they occur within the same segment; and that a definite pronoun is more likely than a full NP to refer to an entity that was mentioned in the current segment, if not in the previous utterance. These hypotheses are inspired by centering theory (Grosz, Joshi, and Weinstein 1995) , psycholinguistic research (Marslen-Wilson, Levy, and Tyler 1982; Levy 1984) , and pilot 9 The cue phrases that occur in the corpus are shown as potential values in Figure 6 . 10 The NP algorithm can assign multiple boundaries within one prosodic phrase if the phrase contains multiple clauses; these very rare cases are normalized (Passonneau and Litman 1993) . A total of 5 boundaries are eliminated in 3 of the 10 test narratives (out of 213 in all 10). studies on data from corpora (Passonneau 1993) or published excerpts (Grosz 1977; Grosz and Sidner 1986) . Unlike the cue and pause features, the NP features were thus not directly based on simplifications of existing results.",
"cite_spans": [
{
"start": 58,
"end": 74,
"text": "(Passonneau 1994",
"ref_id": "BIBREF52"
},
{
"start": 564,
"end": 577,
"text": "= -global.pro",
"ref_id": null
},
{
"start": 1309,
"end": 1343,
"text": "(Grosz, Joshi, and Weinstein 1995)",
"ref_id": "BIBREF16"
},
{
"start": 1389,
"end": 1410,
"text": "Levy, and Tyler 1982;",
"ref_id": "BIBREF43"
},
{
"start": 1411,
"end": 1421,
"text": "Levy 1984)",
"ref_id": "BIBREF32"
},
{
"start": 1677,
"end": 1705,
"text": "(Passonneau and Litman 1993)",
"ref_id": "BIBREF54"
},
{
"start": 1831,
"end": 1848,
"text": "(Passonneau 1993)",
"ref_id": "BIBREF51"
},
{
"start": 1871,
"end": 1883,
"text": "(Grosz 1977;",
"ref_id": "BIBREF14"
},
{
"start": 1884,
"end": 1906,
"text": "Grosz and Sidner 1986)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [
{
"start": 1510,
"end": 1518,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Cue-prosody, which encodes a combination of prosodic and cue word features, was motivated by an analysis of errors on our training data, as described in Section 4.3.1.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "Cue-prosody is assigned complex if:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "1. before = +sentence.final.contour",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 6",
"sec_num": null
},
{
"text": "3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "pause --true",
"sec_num": "2."
},
{
"text": "And either:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "pause --true",
"sec_num": "2."
},
{
"text": "(a) (b) cue1 = true, word1 ~ and cue1 --true, word1 = and, cue2 = true, word2 ~ and Else, cue-prosody has the same values as pause. Figure 7 illustrates how four example boundary sites in Figure 5 would be coded using the features in Figure 6 . The subscripting on noun phrases indicates coreference.",
"cite_spans": [],
"ref_spans": [
{
"start": 132,
"end": 140,
"text": "Figure 7",
"ref_id": null
},
{
"start": 188,
"end": 196,
"text": "Figure 5",
"ref_id": null
},
{
"start": 234,
"end": 242,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "pause --true",
"sec_num": "2."
},
{
"text": "The ability of humans to reliably code linguistic features similar to those coded in Figure 7 has been demonstrated in various studies. Evaluation of prosodic labeling using TOBI, a prosodic transcription system somewhat similar to that used in the Pear corpus, has been found to be quite reliable between transcribers (Pitrelli, Beckman, and Hirschberg 1994) . The results of a study of 953 spoken cue phrases showed that two judges agreed on whether cue phrases illustrated a discourse signaling usage or not in 878 (92.1%) cases (Hirschberg and Litman 1993) . For these 878 cases, an algorithm that assigned discourse signaling usages to cues if they were the first lexical item in their intermediate intonational phrase performed with 75% accuracy (Litman 1994) , which is analogous to the method used here to assign the value true to the feature cue1. When coding involves either relatively objective phenomena or a well-defined decision procedure, one can expect good interrater reliability among different coders (see Duncan and Fiske [1977] and Mokros [1984] ). The corer feature falls into this category. In addition, preliminary data from a third coder provides good evidence that coref can be coded reliably. A feasibility study of the parsers CASS (Abney 1990 ) and FIDDITCH (Hindle 1983) showed that coding FICUs on this data could be automated, n Subjectivity in coding the infer feature was eliminated by providing operational definitions of Information retrieval metrics.",
"cite_spans": [
{
"start": 319,
"end": 359,
"text": "(Pitrelli, Beckman, and Hirschberg 1994)",
"ref_id": "BIBREF57"
},
{
"start": 532,
"end": 560,
"text": "(Hirschberg and Litman 1993)",
"ref_id": "BIBREF23"
},
{
"start": 752,
"end": 765,
"text": "(Litman 1994)",
"ref_id": "BIBREF36"
},
{
"start": 1025,
"end": 1048,
"text": "Duncan and Fiske [1977]",
"ref_id": "BIBREF11"
},
{
"start": 1053,
"end": 1066,
"text": "Mokros [1984]",
"ref_id": "BIBREF44"
},
{
"start": 1260,
"end": 1271,
"text": "(Abney 1990",
"ref_id": "BIBREF0"
},
{
"start": 1287,
"end": 1300,
"text": "(Hindle 1983)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [
{
"start": 85,
"end": 93,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "pause --true",
"sec_num": "2."
},
{
"text": "a small set of types of inferential links, also fully documented in Passonneau (1994) ,",
"cite_spans": [
{
"start": 68,
"end": 85,
"text": "Passonneau (1994)",
"ref_id": "BIBREF52"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "pause --true",
"sec_num": "2."
},
{
"text": "where infer occurs only if one or more of the bridging inferences occurs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "pause --true",
"sec_num": "2."
},
{
"text": "The segmentation algorithms presented in Section 4.2 are evaluated by quantifying their performance in segmenting a test set of 10 narratives from our corpus. As discussed above, there is no training data for the algorithms in this section, which are derived from the literature. These initial results provide us with a baseline for quantifying improvements resulting from distinct modifications to the algorithms. In contrast, the algorithms presented in section 4.3 are developed using the 10 narratives previously used for testing as a training set of narratives. The algorithms in this section are developed by tuning the previous algorithms (e.g., by considering both new and modified linguistic features) such that performance on the training set is increased. The resulting algorithms are then evaluated by examining their performance on a separate test set of 5 more narratives. (The remaining 5 of the 20 narratives in the corpus are reserved for future research.) The 10 training narratives range in length from 51 to 162 phrases (Avg.=101.4), or from 38 to 121 clauses (Avg.=76.8).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation.",
"sec_num": "4.1.3"
},
{
"text": "The 5 test narratives range in length from 47 to 113 phrases (Avg.=87.4), or from 37 to 101 clauses (Avg.=69.0). The ratios of test to training data measured in narratives, prosodic phrases, and clauses, respectively, are 50.0%, 43.1%, and 44.9%. For the machine learning algorithm we also estimate performance using cross-validation (Weiss and Kulikowski 1991) , as detailed in Section 4.3.2. The evaluations in this section allow us to compare the utility of two tuning methods: error analysis, and machine learning.",
"cite_spans": [
{
"start": 334,
"end": 361,
"text": "(Weiss and Kulikowski 1991)",
"ref_id": "BIBREF72"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation.",
"sec_num": "4.1.3"
},
{
"text": "To quantify algorithm performance, we use the information retrieval metrics shown in Figure 8 . Recall is the ratio of correctly hypothesized boundaries to target boundaries. Precision is the ratio of hypothesized boundaries that are correct to the total hypothesized boundaries. (See Figure 8 for fallout and error.) These metrics assume that ideal behavior would be to identify all and only the target boundaries: the values for b and c in Figure 8 would thus both equal 0, representing no errors, u The ideal values for recall, precision, fallout, and error are 1, 1, 0, and 0, while the worst values are 0, 0, 1, and 1. To get an intuitive summary of overall performance, we also sum the deviation of the observed value from the ideal value for each metric: (1 -recall) + (1-precision) + fallout + error. The summed deviation for perfect performance is thus 0.",
"cite_spans": [],
"ref_spans": [
{
"start": 85,
"end": 93,
"text": "Figure 8",
"ref_id": null
},
{
"start": 285,
"end": 293,
"text": "Figure 8",
"ref_id": null
},
{
"start": 442,
"end": 450,
"text": "Figure 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation.",
"sec_num": "4.1.3"
},
{
"text": "Finally, to interpret our quantitative results, we use the performance of our human subjects as a target for the performance of our algorithms (Gale, Church, and Yarowsky 1992) . Table 3 shows the average human performance for both the training and test sets of narratives, for both boundaries identified by at least three and four subjects. Note that human performance is basically the same for both sets of narratives. However, two factors prevent this performance from being closer to ideal (e.g., recall and precision of 1). The first is the wide variation in the number of boundaries that subjects used, as discussed above. The second is the inherently fuzzy nature of boundary location. We discuss this second issue at length in Passonneau and Litman (1996) . In Litman and Passonneau (1995b) , we also present relaxed IR metrics that penalize near misses less heavily (cases where an algorithm does not place a boundary at a statistically validated boundary location, but does place one within one phrase of the validated boundary).",
"cite_spans": [
{
"start": 143,
"end": 176,
"text": "(Gale, Church, and Yarowsky 1992)",
"ref_id": "BIBREF13"
},
{
"start": 735,
"end": 763,
"text": "Passonneau and Litman (1996)",
"ref_id": "BIBREF55"
},
{
"start": 769,
"end": 798,
"text": "Litman and Passonneau (1995b)",
"ref_id": "BIBREF40"
}
],
"ref_spans": [
{
"start": 179,
"end": 186,
"text": "Table 3",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Evaluation.",
"sec_num": "4.1.3"
},
{
"text": "In principle, the process of determining whether the statistically validated segment boundaries correlate with linguistic devices requires a complex search through a large space of possibilities, depending on what set of linguistic devices one examines, and what features are used to recognize and classify them. Rather than developing a method to search blindly through the space of possibilities, we first provide an initial evaluation of three linguistic devices whose distribution or surface form has frequently been hypothesized to be conditioned by segmental structure: referential noun phrases, cue words, and pauses. We evaluate three algorithms, each of which uses features pertaining to only one of these linguistic devices, in order to see whether linguistic associations proposed in the literature can be used by natural language processing systems to perform segmentation, and to compare the utility of different knowledge sources. Unlike most previous work, which typically considers each linguistic device in isolation, we also evaluate a simple additive method for combining linguistic devices, in which a boundary is proposed if each separate algorithm proposes a boundary. As we will see, the performance of our algorithms improves with the amount of knowledge exploited. The recall of the three algorithms is comparable to human performance, the precision much lower, and the fallout and error of only the noun phrase algorithm comparable. Furthermore, the results on combining algorithms suggests that with more sophisticated methods, results approaching human performance can be achieved. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Initial Hypotheses",
"sec_num": "4.2"
},
{
"text": "Statistically validated versus algorithmically derived boundaries. Nakatani 1996; Swerts 1995) . For example, segment-initial phrases have been correlated with longer preceding pause durations. As shown in Figure 9 , we used a simplification of these results to develop an algorithm for identifying boundaries in our corpus using pauses. 13 If a pause occurs at the beginning of the prosodic phrase after the potential boundary site, the potential boundary site is classified as boundary and the phrase is taken to be the beginning of a new segment. Figure 10 shows boundaries assigned by the pause algorithm (PAUSE) for the boundary slot codings from Figure 7 , repeated at the top of the figure. For example, the pause algorithm assigns a boundary between prosodic phrases 22.4 and 23.1, but not between phrases 23.1 and 23.2. Table 4 shows the average performance of the pause algorithm for statistically validated boundaries at the .0001 level (those boundaries proposed by at least four subjects). Recall is 92% (o = .008; max ~ 1; rain -~ .73), precision is 18% (or = .002; max = .25; rain = .09), fallout is 54% (or = .004; max = .65; rain = .45), and error is 49% (o = .004 max = .61; min = .41). Our algorithm thus performs with recall higher than human performance. 14 However, precision is low, and both fallout and error are quite high. The summed deviatio n metric, which takes all the metrics into account, shows that on the whole performance is considerably worse than humans. 4.2.2 Cue Words. Cue words (e.g., now) are words that are sometimes used to explicitly signal the structure of a discourse. Hirschberg and Litman (1993) examined a large set of cue words proposed in the literature and showed that certain prosodic and structural features, including a position of first in prosodic phrase, are highly correlated with the discourse uses of these words. As shown in Figure 11 , we developed a baseline segmentation algorithm based on a simplification of these results, using the value of the single cue phrase feature cue1. That is, if a cue word occurs at the beginning of the prosodic phrase after the potential boundary site, the usage is assumed to be discourse.",
"cite_spans": [
{
"start": 67,
"end": 81,
"text": "Nakatani 1996;",
"ref_id": "BIBREF24"
},
{
"start": 82,
"end": 94,
"text": "Swerts 1995)",
"ref_id": "BIBREF65"
},
{
"start": 1616,
"end": 1644,
"text": "Hirschberg and Litman (1993)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [
{
"start": 206,
"end": 214,
"text": "Figure 9",
"ref_id": null
},
{
"start": 550,
"end": 559,
"text": "Figure 10",
"ref_id": null
},
{
"start": 652,
"end": 660,
"text": "Figure 7",
"ref_id": null
},
{
"start": 829,
"end": 836,
"text": "Table 4",
"ref_id": "TABREF7"
},
{
"start": 1888,
"end": 1897,
"text": "Figure 11",
"ref_id": null
}
],
"eq_spans": [],
"section": "Figure 10",
"sec_num": null
},
{
"text": "13 Our initial algorithm does not take the duration of the pause into account; pause duration is considered in the algorithms presented in Section 4.3.2, however. In addition, since our segmentation task is not hierarchical, we do not note whether phrases begin, end, suspend, or resume segments. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 10",
"sec_num": null
},
{
"text": "Cue word algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "For (FICUi_I, FICUi):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "if (corer = -coref and infer = -infer and global.pro = -global.pro) then boundary else nonboundary",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 11",
"sec_num": null
},
{
"text": "Referential NP algorithm.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 12",
"sec_num": null
},
{
"text": "Thus the potential boundary site is classified as boundary and the phrase is taken to be the beginning of a new segment. Figure 10 shows boundaries (CUE) assigned by the algorithm. Table 4 shows the average performance of the cue word algorithm. Recall is 72% (or = .027; max = .88; min = .40), precision is 15% (or = .003; max = .23; min = .04), fallout is 53% (or = .006 max = .60; rain = .42) and error is 50% (o = .005 max = .60; min = .40). While recall is quite comparable to human performance (row 4), the precision is low while fallout and error are quite high.",
"cite_spans": [],
"ref_spans": [
{
"start": 121,
"end": 130,
"text": "Figure 10",
"ref_id": null
},
{
"start": 181,
"end": 188,
"text": "Table 4",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Figure 12",
"sec_num": null
},
{
"text": "The last segmentation algorithm we describe takes as input information about referential NPs. We refer to this algorithm as NP. Unlike the previous algorithms, in NP the potential boundaries are first computed as ordered pairs of adjacent functionally independent clauses (FICUi,FICUi+I; see section 4.1.2) then normalized to ordered pairs of prosodic phrases (see note 10). NP operates on the principle that if an NP in the current FICU provides a referential link to the current segment, the current segment continues. However, NPs and pronouns are treated differently based on the assumption that the referent of a third person definite pronoun is more prominently in focus (cf. Passouneau [1994] ). A third person definite pronoun provides a referential link if its index occurs anywhere in the current segment. Any other NP type provides a referential link if its index occurs in the immediately preceding FICU. Figure 12 illustrates the two decisions made by NP for each pair of adjacent FICUs. As described in Section 4.1.2, the corer feature is -coref if no NP in FICUi corefers with an NP in the FICUi_I; the infer feature is -infer if no NP in FICUi is inferentially linked to an NP in FICUi_I; the global.pro feature is -global.pro if FICUi contains no third person definite pronoun coreferring with an NP in any prior FICU up to the last boundary assigned by the algorithm. If any feature has a positive value, no boundary is assigned; if all have negative values, (FICUi_I,FICUi) is classified as a boundary. The column headed NP in Figure 10 indicates boundaries assigned by the NP algorithm. No boundaries are assigned by NP. The first three phrases in Figure 7 correspond directly to three consecutive FICUs, and each FICU has an NP coreferring with an NP in the next; likewise the global.pro feature is present. However, phrase 23.3 is the onset of an FICU that continues through 23.4, so phrase 23.3 is not coded for NP features. The coref and global.pro features are present in the FICU that ends in 23.4, due to coreference of a pronominal NP with an NP in the preceding FICU (from phrase 23.2). Table 4 shows the average performance of the referring expression algorithm (row labeled NP) on the four measures we use here. Recall is .50 (\u00a2 = .17; max = .71; min = .18), precision is .31 (\u00a2 = .097; max = .50; min = .20), fallout is .15 (\u00a2 = .06; max = .27; min --.07) and error rate is 0.19 (~r = .06; max = .31; min = .12). Recall is worse than PAUSE, CUE and human performance, and precision is better than PAUSE and CUE but worse than human performance. Note that the error rate and fallout, which in a sense are more robust measures of inaccuracy than precision, are both much better than CUE and PAUSE. 4.2.4 Additive Algorithms. We report here evaluation of a simple additive method for combining the three algorithms described above. That is, a boundary is proposed if some combination of the algorithms proposed a boundary. We tested all pairwise combinations, and the combination of all three algorithms, as shown in Table 5 . Precision is the most likely metric to be improved. For a composite algorithm, recall cannot be increased: if neither NP, PAUSE, nor CUE found a boundary, then no combination of them can. However, the composite algorithms use narrower criteria for boundaries, which should reduce the number of false positives. The precision of the additive algorithms is indeed higher than any of the algorithms alone. PAUSE/NP has the best additive algorithm performance as measured by the summed deviation. 4.2.5 Discussion. By using average human performance as a baseline against which to evaluate algorithms, we are asking whether algorithms perform in a manner that reflects an abstraction over a population of humans, rather than whether they perform like a typical human. No algorithm or combination of algorithms performs as well as this baseline. The referring expression algorithm (NP) performs better than the other unimodal algorithms (PAUSE and CUE), and a combination of PAUSE and NP performs best. Our results thus suggest that accurately predicting discourse segmentation involves far more than directly using known linguistic differences between discourse boundaries and nonboundaries, is Here we analyze some of the likely reasons for our 15 Whittaker and Stenton (1988) also show that cue phrases are not reliable for predicting segment boundaries, and similarly argue for the use of multiple linguistic devices. In addition, our training data results, to motivate the methodologies for algorithm improvement presented in the next section. First, we must take into account the dimensions along which the three algorithms differ, apart from the different types of linguistic information used. As shown in Figures 9, 11 , and 12, NP uses more knowledge than PAUSE and CUE. PAUSE and CUE each depend on only a single feature, while NP relies on three features. Unsurprisingly, NP performs most like humans. For both PAUSE and CUE, the recall is relatively high, but the precision is very low, and the fallout and error rate are both poor. For NP, recall and precision are not as different, precision is higher than PAUSE and CUE, and fallout and error rate are both relatively low. These results, as well as the improved performance of the additive algorithms, suggest that performance can be improved by considering more features. The algorithms presented in Section 4.3 indeed use more features, as shown in Figure 6 .",
"cite_spans": [
{
"start": 693,
"end": 699,
"text": "[1994]",
"ref_id": null
},
{
"start": 4298,
"end": 4329,
"text": "15 Whittaker and Stenton (1988)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 917,
"end": 926,
"text": "Figure 12",
"ref_id": null
},
{
"start": 1546,
"end": 1555,
"text": "Figure 10",
"ref_id": null
},
{
"start": 1668,
"end": 1676,
"text": "Figure 7",
"ref_id": null
},
{
"start": 2116,
"end": 2123,
"text": "Table 4",
"ref_id": "TABREF7"
},
{
"start": 3046,
"end": 3053,
"text": "Table 5",
"ref_id": "TABREF8"
},
{
"start": 4764,
"end": 4777,
"text": "Figures 9, 11",
"ref_id": null
},
{
"start": 5467,
"end": 5475,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Referential Noun Phrases.",
"sec_num": "4.2.3"
},
{
"text": "A second dimension to consider in comparing performance is that humans and NP assign boundaries based on a global criterion, in contrast to PAUSE and CUE. Our subjects typically use a relatively gross level of speaker intention. By default, NP assumes that the current segment continues, and assigns a boundary under relatively narrow criteria. However, PAUSE and CUE rely on cues that are relevant at the local as well as the global level, and consequently assign boundaries more often. This leads to a preponderance of cases where PAUSE and CUE propose a boundary but where a majority of humans did not. However, when either PAUSE or CUE is combined with the more global NP, as in PAUSE/NP and CUE/NP, we see that performance improves. These results suggest that another way to improve performance is to consider more sophisticated methods for combining features across the three types of linguistic devices.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Referential Noun Phrases.",
"sec_num": "4.2.3"
},
{
"text": "In this section we present two methods for developing segmentation algorithms that combine the features of multiple linguistic devices in more complex ways than simply combining the outputs of independent algorithms. Our first method relies on an analysis of the errors made by the best-performing algorithm. Our second method uses machine learning tools to automatically construct segmentation algorithms from a large set of input features: features used in our previous experiments, enhancements to hand-coded features, and new features obtainable automatically from our transcripts. Both methods consider much more knowledge than previously considered by ourselves or others, and result in algorithms that exhibit marked improvements in performance. We present our results using two sets of statistically validated boundaries: those derived using a significance level of .0001 (corresponding to Tj ~ 4 subjects, as in the previous section), and those derived using a less conservative level of .02 (corresponding to Tj ~ 3 subjects).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Developing New Hypotheses by Combining Multiple Knowledge Sources",
"sec_num": "4.3"
},
{
"text": "To improve performance, we analyzed the two types of IR errors, defined in Figure 8 above, made by the original NP algorithm on the training data (Passonneau and Litman 1993). Type \"b\" errors, misclassification of nonboundaries, were reduced by redefining the coding features pertaining to clauses and NPs. Most \"b\"",
"cite_spans": [],
"ref_spans": [
{
"start": 75,
"end": 83,
"text": "Figure 8",
"ref_id": null
}
],
"eq_spans": [],
"section": "Error Analysis.",
"sec_num": "4.3.1"
},
{
"text": "(like previous research) shows that pauses preceding boundaries have average longer durations. For Tj ~ 3, the average pause duration is .64 (\u00a2 = .65) before boundaries, and .39 (rr = 1.70) before nonboundaries; for Tj ~ 4, the average durations are .72 (\u00a2 = .67) and .39 (\u00a2 = 1.64), respectively. As will be seen in Section 4.3.2, this correlation does not translate into any high-performing algorithm based primarily on pause duration. 3.02 and.. he doesn't really notice (f~i),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Error Analysis.",
"sec_num": "4.3.1"
},
{
"text": "Inferential link due to implicit argument.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 13",
"sec_num": null
},
{
"text": "errors correlated with one of two kinds of the information used in the NP algorithm: identification of clauses (FICUs) and of inferential links. The redefinition of FICU motivated by error analysis led to fewer clauses. For example, FICU assignment depends in part on filtering out clausal interjections, utterances that have the syntactic form of clauses but that function as interjections. These include phrases like let's see, let me see, I don't know when they occur with no overt or implied verb phrase argument. The extensional definition of clausal interjections was expanded, thus certain utterances were no longer classed as FICUs under the revised coding. Other changes to the definition of FICUs pertained to sentence fragments, unexpected clausal arguments, and embedded speech. Because the algorithm assigns boundaries between FICUs, reducing the number of FICUs in a narrative can reduce the number of proposed boundaries.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 13",
"sec_num": null
},
{
"text": "Error analysis also led to a redefinition of infer, and to the inclusion of new types of inferential relations that an NP referent might have to prior discourse. Previously,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 13",
"sec_num": null
},
{
"text": "infer was a relation between the referent of an NP in one utterance, and the referent of an NP in a previous utterance. This was loosened to include referential links between an NP referent and referents mentioned in, or inferable from, any part of the previous utterance. For example, discourse deixis (demonstrative reference to a referent derivable from prior discourse [Passonneau 1993; Webber 1991] ) was added to the types of inferential links to code for. In the second utterance of The storm is still raging, and that's why the plane is grounded, the demonstrative pronoun that illustrates an example of discourse deixis. Expanding the definition of infer also reduces the number of proposed boundaries: recall that the algorithm does not assign a boundary if there is an inferential link between an NP in the current utterance unit and the prior utterance unit.",
"cite_spans": [
{
"start": 373,
"end": 390,
"text": "[Passonneau 1993;",
"ref_id": "BIBREF51"
},
{
"start": 391,
"end": 403,
"text": "Webber 1991]",
"ref_id": "BIBREF71"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Figure 13",
"sec_num": null
},
{
"text": "Three types of inference relations linking successive clauses (Ci-1, Ci) were added (originally there were five types [Passonneau 1994] ). Now, a pronoun (e.g., it, that, this) in Ci referring to an action, event, or fact inferable from Ci-1 provides an inferential link. So does an implicit argument, as in Figure 13 , where the missing argument of notice is inferred to be the event of the pears falling. The third case is where an NP in Ci is described as part of an event that results directly from an event mentioned in Ci-1.",
"cite_spans": [
{
"start": 118,
"end": 135,
"text": "[Passonneau 1994]",
"ref_id": "BIBREF52"
}
],
"ref_spans": [
{
"start": 308,
"end": 317,
"text": "Figure 13",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Figure 13",
"sec_num": null
},
{
"text": "Misclassification of boundaries (\"c\" type errors; see Figure 8 ) often occurred where prosodic and cue features conflicted with NP features. The original NP algorithm assigned boundaries wherever the three values -coref, -infer, -global.pro co-occurred. Experiments led to the hypothesis that the most improvement came by assigning a boundary if the cue-prosody feature had the value complex, even if the algorithm would not otherwise assign a boundary, as shown in Figure 14 . See Figure 10 for boundaries assigned by the resulting algorithm (EA, for error analysis). Table 6 presents the average IR scores across the narratives in the training set for the NP and EA algorithms. The top half of the table reports results for boundaries that at least three subjects agreed upon (T = 3), and the lower half for boundaries using a threshold value of 4 (T = 4), where NP duplicates the figures from Table 4 . Going by the summed deviations, the overall performance is about the same, although variation around the mean is lower for T = 4. The figures illustrate a typical tradeoff between if (corer = -coref and infer ~--infer and global.pro = -global.pro) then boundary elseif cue-prosody ~ complex then boundary else nonboundary",
"cite_spans": [],
"ref_spans": [
{
"start": 54,
"end": 62,
"text": "Figure 8",
"ref_id": null
},
{
"start": 466,
"end": 475,
"text": "Figure 14",
"ref_id": null
},
{
"start": 482,
"end": 491,
"text": "Figure 10",
"ref_id": null
},
{
"start": 569,
"end": 576,
"text": "Table 6",
"ref_id": "TABREF10"
},
{
"start": 896,
"end": 903,
"text": "Table 4",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Figure 13",
"sec_num": null
},
{
"text": "EA algorithm. precision and recall; where one goes up, the other goes down. All scores are better for EA. Table 7 shows the results of the tuned algorithm on the 5 randomly selected test narratives for NP and EA. Performance on the test set is slightly better overall for T = 4, as shown by lower summed deviations. The NP results are very similar to the training set except that precision is worse. Thus, despite the high standard deviations, 10 narratives seems to have been a sufficient sample size for evaluating the initial NP algorithm. EA results are better than NP in Table 7 or Table 6 . This is strong evidence that the tuned algorithm is a better predictor of segment boundaries than the original NP algorithm. The test results of EA are, of course, worse than the corresponding training results, particularly for precision (.44 versus .62) . This confirms that the tuned algorithm is over calibrated to the training set. Using summed deviations as a summary metric, EA's improvement is about 1/3 of the distance between NP and human performance.",
"cite_spans": [
{
"start": 835,
"end": 851,
"text": "(.44 versus .62)",
"ref_id": null
}
],
"ref_spans": [
{
"start": 106,
"end": 113,
"text": "Table 7",
"ref_id": null
},
{
"start": 576,
"end": 594,
"text": "Table 7 or Table 6",
"ref_id": "TABREF10"
}
],
"eq_spans": [],
"section": "Figure 14",
"sec_num": null
},
{
"text": "The standard deviations in Tables 6 and 7 are often close to 1/4 or 1/3 of the reported averages. This indicates a large amount of variability in the data, reflecting wide differences across narratives (speakers) in the training set with respect to the distinctions recognized by the algorithm. Although the high standard deviations show that the tuned algorithm is not well fitted to each narrative, it is likely that it is over specialized to the training sample in the sense that test narratives are likely to exhibit further variation.",
"cite_spans": [],
"ref_spans": [
{
"start": 27,
"end": 41,
"text": "Tables 6 and 7",
"ref_id": "TABREF10"
}
],
"eq_spans": [],
"section": "Figure 14",
"sec_num": null
},
{
"text": "Learning. While error analysis is a useful method for refining an existing feature representation, it does not facilitate experimentation with large sets of multiple features simultaneously. To address this, we turned to machine learning to automatically develop algorithms from large numbers of both training examples and features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Machine",
"sec_num": "4.3.2"
},
{
"text": "We use the machine learning program C4.5 (Quinlan 1993) to automatically develop segmentation algorithms from our corpus of coded narratives, where each potential boundary site has been classified and represented as a set of linguistic features.",
"cite_spans": [
{
"start": 41,
"end": 55,
"text": "(Quinlan 1993)",
"ref_id": "BIBREF59"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Machine",
"sec_num": "4.3.2"
},
{
"text": "The first input to C4.5 specifies the names of the classes to be learned (boundary and nonboundary), and the names and potential values of a fixed set of coding features ( Figure 6 ). The second input is the training data, i.e., a set of examples for which the class and feature values (as in Figure 7 ) are specified. Our training set of 10 narratives provides 1004 examples of potential boundary sites. The output of C4.5 is a classification algorithm expressed as a decision tree, which predicts the class of a potential boundary given its set of feature values.",
"cite_spans": [],
"ref_spans": [
{
"start": 172,
"end": 180,
"text": "Figure 6",
"ref_id": null
},
{
"start": 293,
"end": 301,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Machine",
"sec_num": "4.3.2"
},
{
"text": "Because machine learning makes it convenient to induce decision trees under various conditions, we have performed numerous experiments varying the number of features used, the definitions used for classifying a potential boundary site as boundary or nonboundary and the options available for running the C4.5 program. Figure 15 shows one of the highest-performing learned decision trees from our experiments. This decision tree was learned under the following conditions: all of the features shown in Figure 6 were used to code the training data, boundaries were classified using a threshold of three subjects, and C4.5 was run using only the default options. 16 The decision tree predicts the class of a potential boundary site based on the features before, after, duration, cue1, wordt, corer, infer, and global.pro. Note that although not all available features are used in the tree, the included features represent three of the four general types of knowledge (prosody, cue phrases, and noun phrases). Each level of the tree specifies a test on a single feature, with a branch for every possible outcome of 16 The manually derived segmentation algorithm evaluates boundary assignment incrementally, i.e., utterance-by-utterance, after computing the features for the current utterance (or FICU). This allows relative information about previous boundaries to be used in deriving the global.pro feature. By allowing machine learning to use global.pro, we are testing whether characterizing the use of referring expressions (certain pronouns) in terms of relative knowledge about segments (whether the current referent was already mentioned in the current segment) is useful for classifying the current boundary site. Although none of the other features are derived using classification knowledge of any other potential boundary sites, note that global.pro does not encode the boundary/nonboundary classification of the particular site in question. Furthermore, even when machine learning does not use global.pro (as with the \"Learning 2\" algorithm discussed below), performance does not suffer. Table 8 , on the line labeled \"Learning 1\". The line labeled \"Learning 2\" shows the results from another machine learning experiment, in which one of the default C4.5 options used in \"Learning 1\" is overridden. The default C4.5 approach creates a separate subtree for each possible feature value; as detailed in Quinlan (1993), this approach might not be appropriate when there are many values for a feature, which is true for features such as word1 and word2. In \"Learning 2\" C4.5 allows feature values to be grouped into one branch of the decision tree. While the \"Learning 2\" tree is more complex than the tree of Figure 15 , it does have slightly better performance. The \"Learning 2\" decision tree predicts the class of a potential boundary site based on the features before, duration, cue1, word1, word2, corer, infer, and cue-prosody. At T = 3, \"Learning 1\" performance is comparable to human performance (Table 3) , and \"Learning 2\" is slightly better than humans; at T = 4, both learning conditions are superior to human performance. The results obtained via machine learning are also better than the results obtained using error analysis (EA in Table 6), primarily Tables 8 and 9 shows that, as with the error analysis results (and as expected), average performance is worse when applied to the testing rather than the training data, particularly with respect to precision. However, the best machine learning performance is an improvement over our previous best results (EA in Table 7 ). For T ~ 3, \"Learning 1\" is comparable to EA while \"Learning 2\" is better. For T = 4, EA is better than \"Learning 1\", but \"Learning 2\" is better still. However, as with the training data, EA has somewhat less variation around the average.",
"cite_spans": [],
"ref_spans": [
{
"start": 318,
"end": 327,
"text": "Figure 15",
"ref_id": null
},
{
"start": 501,
"end": 509,
"text": "Figure 6",
"ref_id": null
},
{
"start": 2096,
"end": 2103,
"text": "Table 8",
"ref_id": "TABREF11"
},
{
"start": 2713,
"end": 2722,
"text": "Figure 15",
"ref_id": null
},
{
"start": 2846,
"end": 2936,
"text": "based on the features before, duration, cue1, word1, word2, corer, infer, and cue-prosody.",
"ref_id": null
},
{
"start": 3007,
"end": 3016,
"text": "(Table 3)",
"ref_id": "TABREF5"
},
{
"start": 3270,
"end": 3284,
"text": "Tables 8 and 9",
"ref_id": "TABREF11"
},
{
"start": 3582,
"end": 3589,
"text": "Table 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Machine",
"sec_num": "4.3.2"
},
{
"text": "We also use the resampling method of cross-validation (Weiss and Kulikowski 1991) to estimate performance, which averages results over multiple partitions of a sample into test versus training data. We performed 10 runs of the learning program, each using 9 of the 10 training narratives for that run's training set (for learning the tree) and the remaining narrative for testing. Note that for each iteration of the crossvalidation, the learning process begins from scratch and thus each training and testing set are still disjoint. While this method does not make sense for humans, computers can truly ignore previous iterations. For sample sizes in the hundreds (our 10 narratives provide 1004 examples) 10-fold cross-validation often provides a better performance estimate than the hold-out method (Weiss and Kulikowski 1991) . Results using crossvalidation are shown in Table 10 , and are better than the estimates obtained using the hold-out method (Table 9) , with tlle major improvement coming from precision.",
"cite_spans": [
{
"start": 54,
"end": 81,
"text": "(Weiss and Kulikowski 1991)",
"ref_id": "BIBREF72"
},
{
"start": 802,
"end": 829,
"text": "(Weiss and Kulikowski 1991)",
"ref_id": "BIBREF72"
}
],
"ref_spans": [
{
"start": 875,
"end": 883,
"text": "Table 10",
"ref_id": "TABREF1"
},
{
"start": 955,
"end": 964,
"text": "(Table 9)",
"ref_id": "TABREF12"
}
],
"eq_spans": [],
"section": "Machine",
"sec_num": "4.3.2"
},
{
"text": "Finally, Table 11 shows the results from a set of additional machine learning experiments, in which more conservative definitions of boundary are used. For example, using a threshold of seven subjects yields the set of consensus boundaries, as defined in Hirschberg and Nakatani (1996) . Comparison with Table 9 shows that for T = 5, \"Learning 1\" rather than \"Learning 2\" is the better performer. However, the more interesting result is that for T = 6 and T = 7, the learning approach has an important limitation with respect to the boundary classification task. In particular, the way in which C4.5 minimizes error rate is not an effective strategy when the distribution of the classes is highly skewed. For both T = 6 and T = 7, extremely few of the 1004 training examples are classified as boundary (40 and 19 examples, respectively). C4.5 Table 10 Using 10-fold cross-validation. Figure 8 , since the algorithm never predicts the class boundary, it is necessarily the case that a = 0, b = 0, recall = 0, and precision is undefined (\"-\" in Table 11 ). In addition, for T = 7, 2 of the 5 test sets happen to contain no boundaries; for these cases c = 0 and thus the value of recall is also sometimes undefined. The problem of unbalanced data is not unique to the boundary classification task. Current work in machine learning is exploring ways to induce patterns relevant to the minority class, for example, by allowing users to explicitly specify different penalties for false positive and false negative errors (Lewis and Catlett 1994) . (In contrast, C4.5 assumes that both types of errors are penalized equally.) Other researchers (e.g., Hirschberg [1991] ) have proposed sampling the majority class examples in a training set in order to produce a more balanced training sample. With each method, we have achieved marked improvements in performance compared to our previous work and are approaching human performance. Quantitatively, the machine learning versus EA methods differ only on certain metrics, and bear a somewhat inverse relation to one another for boundaries defined by T _ 4 versus T ~ 3. Table 12 , which shows comparisons between EA and the two machine learning conditions, indicates which differences are statistically significant by indicating the probability of a paired comparison on each of the 5 test narratives using Student's t test. For the T = 4 boundaries, the superior recall of EA compared with conditions 1 and 2 of the automated algorithms is significant. Conversely, the superior fallout of condition 1 and superior error rate of condition 2 are significant. For the T = 3 boundaries, the differences are not statistically significant for condition 2, but for condition 1, precision and error rate are both superior, and the difference as compared with EA is statistically significant. The largest and the most statistically significant difference is the higher precision of the condition 1 automated algorithm. Qualitatively, the algorithms produced by error analysis are more intuitive and easier to understand than those produced by machine learning. Furthermore, note that the machine learning algorithm used the changes to the coding features that resulted from the error analysis. This suggests that error analysis is a useful method for understanding how to best code the data, while machine learning provides a cost-effective (and automatic) way to produce an optimally performing algorithm given a good feature representation.",
"cite_spans": [
{
"start": 255,
"end": 285,
"text": "Hirschberg and Nakatani (1996)",
"ref_id": "BIBREF24"
},
{
"start": 1515,
"end": 1539,
"text": "(Lewis and Catlett 1994)",
"ref_id": "BIBREF33"
},
{
"start": 1644,
"end": 1661,
"text": "Hirschberg [1991]",
"ref_id": "BIBREF22"
}
],
"ref_spans": [
{
"start": 9,
"end": 17,
"text": "Table 11",
"ref_id": "TABREF1"
},
{
"start": 304,
"end": 311,
"text": "Table 9",
"ref_id": "TABREF12"
},
{
"start": 843,
"end": 851,
"text": "Table 10",
"ref_id": "TABREF1"
},
{
"start": 884,
"end": 892,
"text": "Figure 8",
"ref_id": null
},
{
"start": 1043,
"end": 1051,
"text": "Table 11",
"ref_id": "TABREF1"
},
{
"start": 2110,
"end": 2118,
"text": "Table 12",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Machine",
"sec_num": "4.3.2"
},
{
"text": "Our initial hypotheses regarding discourse segmentation were that multiutterance segment units reflect discourse coherence, and that while the semantic dimensions of this coherence may vary, it arises partly from consistency in the speaker's communicative goals (Grosz and Sidner 1986; Polanyi 1988) . The results from the first part of our study (Section 3) support these hypotheses. On a relatively unconstrained linear segmentation task, the number of times different naive subjects identify the same segment boundaries in a given narrative transcript is extremely significant. Across the 20 narratives, statistical significance arises where at least three or four out of seven subjects agree on the same boundary location, depending on an arbitrary choice between probabilities of .02 versus .0001 as the significance threshold. We conclude that the segment boundaries identified by at least three or four of our subjects provide a statistically validated annotation to the narrative corpus corresponding to segments having relatively coherent communicative goals. Before making concluding remarks on part two of our study, we mention a few questions for future work on segmentation. We believe our results confirm the utility of abstracting from the responses of relatively many naive subjects (our method), and indicate a strong potential for developing coding protocols using smaller numbers of trained coders (as in Nakatani, Hirschberg, and Grosz [1995] , and Hirschberg and Nakatani [1996] ). The use of an even larger number of naive subjects might yield a finer-grained set of segments (cf. Rotondo [1984] , Swerts, [1995] ). This is an important dimension of difference between the two sets of segments we use: segments identified by a minimum of four subjects are larger and fewer in number than those identified by a minimum of three. In addition, performance can be improved by taking into account that some segment boundary locations may be relatively fuzzy, as we discuss in Passonneau and Litman (1996) . Finally, differences in segmentation may reflect different interpretations of the discourse, as we pointed out in Passonneau and Litman (1996) , based on observations of our subjects' segment descriptions.",
"cite_spans": [
{
"start": 262,
"end": 285,
"text": "(Grosz and Sidner 1986;",
"ref_id": "BIBREF17"
},
{
"start": 286,
"end": 299,
"text": "Polanyi 1988)",
"ref_id": "BIBREF58"
},
{
"start": 1424,
"end": 1462,
"text": "Nakatani, Hirschberg, and Grosz [1995]",
"ref_id": "BIBREF50"
},
{
"start": 1469,
"end": 1499,
"text": "Hirschberg and Nakatani [1996]",
"ref_id": "BIBREF24"
},
{
"start": 1603,
"end": 1617,
"text": "Rotondo [1984]",
"ref_id": "BIBREF62"
},
{
"start": 1620,
"end": 1634,
"text": "Swerts, [1995]",
"ref_id": "BIBREF65"
},
{
"start": 1993,
"end": 2021,
"text": "Passonneau and Litman (1996)",
"ref_id": "BIBREF55"
},
{
"start": 2138,
"end": 2166,
"text": "Passonneau and Litman (1996)",
"ref_id": "BIBREF55"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Directions",
"sec_num": "5."
},
{
"text": "The second part of our study (Section 4) concerned the algorithmic identification of segment boundaries based on various combinations of three types of linguistic input: referential noun phrases, cue phrases, and pauses. We first evaluated an initial set of three algorithms, each based on a single type of linguistic input, and their additive combinations. Our results showed that the algorithms performed quite differently from one another on boundaries identified by at least four subjects on a test set of 10 narratives from our corpus. In particular, the NP algorithm (which used three fea-tures) outperformed both the cue phrase and pause algorithms (each of which used only a single feature). While none of the algorithms approached human performance, the fact that performance improved with the number of features coded, and by combining algorithms in a simple additive way, suggested directions for improvement. We applied two training methods, error analysis and machine learning, to the previous test set of 10 narratives. Richer linguistic input and more sophisticated methods of combining linguistic data led to significant improvements in performance when the new algorithms were evaluated on a test set of 5 new narratives. The best-performing algorithm resulted from the machine learning experiment in which certain default options were overridden (\"Learning 2\" in Table 9 ). For the T = 4 boundary set, \"Learning 2\" recall was 53% as good as humans, precision was 95% as good, fallout was better than humans, and error (11%) was almost as low as that of humans (10%). Thus the main need for improvement is in recall.",
"cite_spans": [],
"ref_spans": [
{
"start": 1381,
"end": 1388,
"text": "Table 9",
"ref_id": "TABREF12"
}
],
"eq_spans": [],
"section": "Conclusion and Future Directions",
"sec_num": "5."
},
{
"text": "A comparison of results on two sets of boundaries, those identified by at least three, versus those identified by at least four subjects, shows roughly comparable performance. The \"Learning 1\" algorithm performs better on the set defined by T = 3 (Table 9) ; Error Analysis (Table 7) and \"Learning 2\" (Table 9 ) perform better on the T = 4 set. We have not yet determined what causes these differences, although in an early paper on our pilot study, we reported that there is a strong tendency for recall to increase and precision to decrease as boundary strength increases (Passonneau and Litman 1993 ). On the one hand, performance was consistently improved by enriching the linguistic input. On the other hand, there is wide performance variation around the mean. Despite this variation, as we pointed out in Litman and Passonneau (1995a) , there are certain narratives that the NP, EA, and both machine learning algorithms perform similarly well, or poorly, on. These observations indicate a need for further research regarding the interaction among variation in speaker style, granularity of segmentation, and richness of the linguistic input.",
"cite_spans": [
{
"start": 574,
"end": 601,
"text": "(Passonneau and Litman 1993",
"ref_id": "BIBREF54"
},
{
"start": 812,
"end": 841,
"text": "Litman and Passonneau (1995a)",
"ref_id": "BIBREF39"
}
],
"ref_spans": [
{
"start": 247,
"end": 256,
"text": "(Table 9)",
"ref_id": "TABREF12"
},
{
"start": 274,
"end": 283,
"text": "(Table 7)",
"ref_id": null
},
{
"start": 301,
"end": 309,
"text": "(Table 9",
"ref_id": "TABREF12"
}
],
"eq_spans": [],
"section": "Conclusion and Future Directions",
"sec_num": "5."
},
{
"text": "Finally, while our results are quite promising, how generally applicable are they, and do results such as ours have any practical import? As discussed in Section 2, the ability both to segment discourse and to correlate segmentation with linguistic devices has been demonstrated in dialogues and monologues, using both spoken and written corpora, across a wide variety of genres (e.g., task-oriented, advice-giving, informationquery, expository, directions, and newspapers). Studies such as these suggest that our methodologies and/or results have the potential of being applicable to more than spontaneous narrative monologues.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future Directions",
"sec_num": "5."
},
{
"text": "As for the utility of our work, even though the algorithms in this paper were produced using some features that were manually coded, once developed, they could be used in reverse to enhance the comprehensibility of text generation systems or the naturalness of text-to-speech systems that already attempt to convey discourse structure (e.g., systems such as Moore and Paris [1993] , and Hirschberg [1990] ). For example, given the algorithm shown in Figure 14 , a generation system could better convey its discourse boundaries by constructing associated utterances where the values of corer, infer, and global.pro are as shown in the first line of the figure, or, for a spoken language system, where the value of cue-prosody is complex. In related work, we have tested the hypothesis that the use of a discourse focus structure based on the Pear segmentation data improves performance of a generation algorithm, thus providing a quantitative measure of the utility of the segmentation data (Passonneau 1996) . There we present results of an evaluation of an NP generation algorithm under various conditions. The input to the algorithm consisted of semantic information about utterances in a Pear narrative, such as the referents mentioned in the utterance. Output was evaluated against what the human narrator actually said. When the input to the algorithm",
"cite_spans": [
{
"start": 358,
"end": 380,
"text": "Moore and Paris [1993]",
"ref_id": "BIBREF45"
},
{
"start": 387,
"end": 404,
"text": "Hirschberg [1990]",
"ref_id": "BIBREF21"
},
{
"start": 990,
"end": 1007,
"text": "(Passonneau 1996)",
"ref_id": "BIBREF53"
}
],
"ref_spans": [
{
"start": 450,
"end": 459,
"text": "Figure 14",
"ref_id": null
}
],
"eq_spans": [],
"section": "Conclusion and Future Directions",
"sec_num": "5."
},
{
"text": "Since the narratives vary in length and in relative frequency of boundaries placed by subjects, we normalized the data before averaging across narratives. Where L is the length of a narrative i, the actual frequency of cases where N subjects agree in narrative i is multiplied by 100/L, where 100 is the average narrative length.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "A notable exception is the literature on pauses. 7 This section draws fromPassonneau and Litman (1993). 8 This section draws fromLitman and Passonneau (1995a).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Specifications for adapting the parser and incorporating it into coding software were formulated, but never implemented.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Elsewhere we have discussed problems with the use of IR metrics, given that segmentation is a fuzzy phenomenon. However, they provide a rough (lower bound) measure of performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Note that the humans did not have access to pause information. Other studies have shown that when both speech and text are available to labelers, segmentation is clearer(Swerts 1995) and reliability improves(Hirschberg and Nakatani 1996).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The actual tree branches on every value of word1; the figure merges these branches for clarity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The authors wish to thank J. Catlett, W. Chafe ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
},
{
"text": "if before = -sentence.final.contour then nonboundary elseif before = +sentence.final.contour then if corer ~ NA then nonboundary elseif corer = +coref then if after = +sentence.final.contour then if duration < 1.3 then nonboundary elseif duration > 1.3 then boundary elseif after = -sentence.final.contour then if word1 E {also,basically, because,finally, first,like, meanwhile,no,oh,okay, only, see,so,well,where,NA } then nonboundary elseif word1 C {anyway, but,now, or, then} then boundary elseif word 1 = and then if duration < 0.6 then nonboundary elseif duration > 0.6 then boundary elseif corer = -coref then if infer = +infer then nonboundary elseif infer = NA then boundary elseif infer ~ -infer then if after = -sentence.final.contour then boundary elseif after = +sentence.final.contour then included a grouping of discourse referents into focus spaces derived from discourse segments, performance improved by 50%. In addition, if our results were fully automated, they could also be used to enhance the ability of understanding systems to recognize discourse structure, which in turn improves tasks such as information retrieval (Hearst 1994) and plan recognition (Litman and Allen 1990) . Recent results suggest that many of our manually coded features have the promise of being automatically coded. Given features largely output by a speech recognition system, Wightman and Ostendorf (1994) automatically recognize prosodic phrasing with 85-86% accuracy; this accuracy is only slightly less than human-human accuracy. Similarly, although our spoken corpus was manually transcribed, this could have been automated using speech recognition (although this would introduce further sources of error). In Aone and Bennett (1995) , machine learning is used to automatically derive anaphora resolution algorithms from automatically produced feature representations; the learned algorithms outperform a manually derived system (whose average recall and precision was 66.5% and 72.9%, respectively). Finally, the results of Litman (1996) show that there are many alternatives to the cue phrase algorithm used here, including some that use feature sets that can be fully coded automatically.",
"cite_spans": [
{
"start": 1141,
"end": 1154,
"text": "(Hearst 1994)",
"ref_id": "BIBREF19"
},
{
"start": 1176,
"end": 1199,
"text": "(Litman and Allen 1990)",
"ref_id": "BIBREF38"
},
{
"start": 1375,
"end": 1404,
"text": "Wightman and Ostendorf (1994)",
"ref_id": "BIBREF74"
},
{
"start": 1713,
"end": 1736,
"text": "Aone and Bennett (1995)",
"ref_id": "BIBREF2"
},
{
"start": 2028,
"end": 2041,
"text": "Litman (1996)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Rapid incremental parsing with repair",
"authors": [
{
"first": "Steven",
"middle": [
"P"
],
"last": "Abney",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the 6th New OED Conference: Electronic Text Research",
"volume": "",
"issue": "",
"pages": "1--9",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Abney, Steven P. 1990. Rapid incremental parsing with repair. In Proceedings of the 6th New OED Conference: Electronic Text Research, pages 1-9.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The HCRC Map Task corpus",
"authors": [
{
"first": "Anne",
"middle": [
"H"
],
"last": "Anderson",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Bader",
"suffix": ""
},
{
"first": "E",
"middle": [
"G"
],
"last": "Bard",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Boyle",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Doherty",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Garrod",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Isard",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kowtko",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Mcallister",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Miller",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Sotillo",
"suffix": ""
},
{
"first": "H",
"middle": [
"S"
],
"last": "Thompson",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Weinert",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "34",
"issue": "",
"pages": "351--366",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Anderson, Anne H., M. Bader, E. G. Bard, E. Boyle, G. Doherty, S. Garrod, S. Isard, J. Kowtko, J. McAllister, J. Miller, C. Sotillo, H. S. Thompson, and R. Weinert. 1991. The HCRC Map Task corpus. Language and Speech, 34:351-366.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Evaluating automated and manual acquisition of anaphora resolution strategies",
"authors": [
{
"first": "Chinatsu",
"middle": [],
"last": "Aone",
"suffix": ""
},
{
"first": "Scott",
"middle": [
"W"
],
"last": "Bennett",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 33rd Annual Meeting",
"volume": "",
"issue": "",
"pages": "122--129",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aone, Chinatsu and Scott W. Bennett. 1995. Evaluating automated and manual acquisition of anaphora resolution strategies. In Proceedings of the 33rd Annual Meeting, pages 122-129. Association for Computational Linguistics.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Classij~'cation and Regression Trees",
"authors": [
{
"first": "Leo",
"middle": [],
"last": "Brieman",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Friedman",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Olshen",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Stone",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brieman, Leo, J. Friedman, R. Olshen, and C. Stone. 1984. Classij~'cation and Regression Trees. Wadsworth and Brooks.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Evidence from pauses in speech",
"authors": [
{
"first": "Brian",
"middle": [],
"last": "Butterworth",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "155--176",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Butterworth, Brian. 1980. Evidence from pauses in speech. In Brian Butterworth, editor, Language Production. Academic Press, London, pages 155-176.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Plan Recognition in Natural Language Dialogue",
"authors": [
{
"first": "Sandra",
"middle": [],
"last": "Carberry",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carberry, Sandra. 1990. Plan Recognition in Natural Language Dialogue. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Assessing agreement on classification tasks: The kappa statistic",
"authors": [
{
"first": "Jean",
"middle": [],
"last": "Carletta",
"suffix": ""
}
],
"year": 1996,
"venue": "Computational Linguistics",
"volume": "22",
"issue": "2",
"pages": "249--254",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Carletta, Jean. 1996. Assessing agreement on classification tasks: The kappa statistic. Computational Linguistics, 22(2):249-254.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The Pear Stories: Cognitive, Cultural and Linguistic Aspects of Narrative Production",
"authors": [
{
"first": "Wallace",
"middle": [
"L"
],
"last": "Chafe",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chafe, Wallace L. 1980. The Pear Stories: Cognitive, Cultural and Linguistic Aspects of Narrative Production. Ablex Publishing Corporation, Norwood, NJ.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The comparison of percentages in matched samples",
"authors": [
{
"first": "William",
"middle": [
"G"
],
"last": "Cochran",
"suffix": ""
}
],
"year": 1950,
"venue": "Biometrika",
"volume": "37",
"issue": "",
"pages": "256--266",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cochran, William G. 1950. The comparison of percentages in matched samples. Biometrika, 37:256-266.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "A computational theory of the function of clue words in argument understanding",
"authors": [
{
"first": "Robin",
"middle": [],
"last": "Cohen",
"suffix": ""
}
],
"year": 1984,
"venue": "Proceedings of COLING84",
"volume": "",
"issue": "",
"pages": "251--258",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cohen, Robin. 1984. A computational theory of the function of clue words in argument understanding. In Proceedings of COLING84, pages 251-258, Stanford.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Generating Referring Expressions",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dale, Robert. 1992. Generating Referring Expressions. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Face-to-face Interaction",
"authors": [
{
"first": "",
"middle": [],
"last": "Duncan",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Starkey",
"suffix": ""
},
{
"first": "Donald",
"middle": [
"W"
],
"last": "Fiske",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Duncan, Starkey D. and Donald W. Fiske. 1977. Face-to-face Interaction. Lawrence Erlbaum Associates, Hillside, NJ.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Empirical evaluation of human performance and agreement in parsing discourse constituents in spoken dialogue",
"authors": [
{
"first": "Giovanni",
"middle": [],
"last": "Flammia",
"suffix": ""
},
{
"first": "Victor",
"middle": [],
"last": "Zue",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Flammia, Giovanni and Victor Zue. 1995. Empirical evaluation of human performance and agreement in parsing discourse constituents in spoken dialogue. In Eurospeech 1995.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Estimating upper and lower bounds on the performance of word-sense disambiguation programs",
"authors": [
{
"first": "",
"middle": [],
"last": "Gale",
"suffix": ""
},
{
"first": "Ken",
"middle": [
"W"
],
"last": "William",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "Church",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 30th Annual Meeting",
"volume": "",
"issue": "",
"pages": "249--256",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gale, William, Ken W. Church, and David Yarowsky. 1992. Estimating upper and lower bounds on the performance of word-sense disambiguation programs. In Proceedings of the 30th Annual Meeting, pages 249-256, Newark, DE. Association for Computational Linguistics.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "The Representation and Use of Focus in Dialogue Understanding",
"authors": [
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
}
],
"year": 1977,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, Barbara J. 1977. The Representation and Use of Focus in Dialogue Understanding.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Some intonational characteristics of discourse structure",
"authors": [
{
"first": "Barbara",
"middle": [],
"last": "Grosz",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the International Conference on Spoken Language Processing (ICSLP)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, Barbara and Julia Hirschberg. 1992. Some intonational characteristics of discourse structure. In Proceedings of the International Conference on Spoken Language Processing (ICSLP).",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Centering: A framework for modeling the local coherence of discourse",
"authors": [
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Aravind",
"suffix": ""
},
{
"first": "Scott",
"middle": [],
"last": "Joshi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Weinstein",
"suffix": ""
}
],
"year": 1995,
"venue": "Computational Linguistics",
"volume": "21",
"issue": "2",
"pages": "203--226",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, Barbara J., Aravind K. Joshi, and Scott Weinstein. 1995. Centering: A framework for modeling the local coherence of discourse. Computational Linguistics, 21(2):203-226.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Attention, intentions and the structure of discourse",
"authors": [
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 1986,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "",
"pages": "175--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Grosz, Barbara J. and Candace L. Sidner. 1986. Attention, intentions and the structure of discourse. Computational Linguistics, 12:175-204.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "TextTiling: A quantitative approach to discourse segmentation",
"authors": [
{
"first": "Marti",
"middle": [
"A"
],
"last": "Hearst",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hearst, Marti A. 1993. TextTiling: A quantitative approach to discourse segmentation. Technical Report 93/24, Sequoia 2000 Technical Report, University of California, Berkeley.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Multi-paragraph segmentation of expository text",
"authors": [
{
"first": "Marti",
"middle": [
"A"
],
"last": "Hearst",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the 32nd Annual Meeting",
"volume": "",
"issue": "",
"pages": "9--16",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hearst, Marti A. 1994. Multi-paragraph segmentation of expository text. In Proceedings of the 32nd Annual Meeting, pages 9-16. Association for Computational Linguistics.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Deterministic parsing of syntactic non-fluencies",
"authors": [
{
"first": "Donald",
"middle": [],
"last": "Hindle",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings of the 21st Annual Meeting",
"volume": "",
"issue": "",
"pages": "123--128",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hindle, Donald. 1983. Deterministic parsing of syntactic non-fluencies. In Proceedings of the 21st Annual Meeting, pages 123-128. Association for Computational Linguistics.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Accent and discourse context: Assigning pitch accent in synthetic speech",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 1990,
"venue": "Proceedings of the Eighth National Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "952--957",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hirschberg, Julia. 1990. Accent and discourse context: Assigning pitch accent in synthetic speech. In Proceedings of the Eighth National Conference on Artificial Intelligence (AAAD, pages 952-957.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Using text analysis to predict intonational boundaries",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the Second European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hirschberg, Julia. 1991. Using text analysis to predict intonational boundaries. In Proceedings of the Second European Conference on Speech Communication and Technology.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Empirical studies on the disambiguation of cue phrases",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
},
{
"first": "Diane",
"middle": [],
"last": "Litman",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "3",
"pages": "501--530",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hirschberg, Julia and Diane Litman. 1993. Empirical studies on the disambiguation of cue phrases. Computational Linguistics, 19(3):501-530.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "A prosodic analysis of discourse segments in direction-giving monologues",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
},
{
"first": "Christine",
"middle": [
"H"
],
"last": "Nakatani",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hirschberg, Julia and Christine H. Nakatani. 1996. A prosodic analysis of discourse segments in direction-giving monologues.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Proceedings of the 34th Annual Meeting",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "286--293",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Proceedings of the 34th Annual Meeting, pages 286-293. Association for Computational Linguistics.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "The intonational structuring of discourse",
"authors": [
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
},
{
"first": "Janet",
"middle": [],
"last": "Pierrehumbert",
"suffix": ""
}
],
"year": 1986,
"venue": "Proceedings of the 24th Annual Meeting",
"volume": "",
"issue": "",
"pages": "136--144",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hirschberg, Julia and Janet Pierrehumbert. 1986. The intonational structuring of discourse. In Proceedings of the 24th Annual Meeting, pages 136-144. Association for Computational Linguistics.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Coherence and coreference",
"authors": [
{
"first": "Jerry",
"middle": [
"R"
],
"last": "Hobbs",
"suffix": ""
}
],
"year": 1979,
"venue": "Cognitive Science",
"volume": "3",
"issue": "1",
"pages": "67--90",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hobbs, Jerry R. 1979. Coherence and coreference. Cognitive Science, 3(1):67-90.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Tense trees as the 'fine structure' of discourse",
"authors": [
{
"first": "Chung",
"middle": [
"H"
],
"last": "Hwang",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lehnart",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Schubert",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 30th Annual Meeting",
"volume": "",
"issue": "",
"pages": "232--240",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hwang, Chung H. and Lehnart K. Schubert. 1992. Tense trees as the 'fine structure' of discourse. In Proceedings of the 30th Annual Meeting, pages 232-240. Association for Computational Linguistics.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Replicability of transaction and action coding in the Map Task Corpus",
"authors": [
{
"first": "Amy",
"middle": [],
"last": "Isard",
"suffix": ""
},
{
"first": "Jean",
"middle": [],
"last": "Carletta",
"suffix": ""
}
],
"year": 1995,
"venue": "AAAI 1995 Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation",
"volume": "",
"issue": "",
"pages": "60--66",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Isard, Amy and Jean Carletta. 1995. Replicability of transaction and action coding in the Map Task Corpus. In AAAI 1995 Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation, pages 60-66.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Text segmentation based on similarity between words",
"authors": [
{
"first": "Hideki",
"middle": [],
"last": "Kozima",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 31st Annual Meeting (Student Session)",
"volume": "",
"issue": "",
"pages": "286--288",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kozima, Hideki. 1993. Text segmentation based on similarity between words. In Proceedings of the 31st Annual Meeting (Student Session), pages 286-288. Association for Computational Linguistics.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Content Analysis",
"authors": [
{
"first": "Klaus",
"middle": [],
"last": "Krippendorff",
"suffix": ""
}
],
"year": 1980,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Krippendorff, Klaus. 1980. Content Analysis. Sage Publications, Beverly Hills, CA.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Communicating Thematic Structure in Narrative Discourse: The Use of Referring Terms and Gestures",
"authors": [
{
"first": "Elena",
"middle": [],
"last": "Levy",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Levy, Elena. 1984. Communicating Thematic Structure in Narrative Discourse: The Use of Referring Terms and Gestures. Ph.D. thesis, University of Chicago.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Heterogeneous uncertainty sampling for supervised learning",
"authors": [
{
"first": "David",
"middle": [
"D"
],
"last": "Lewis",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Catlett",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the Eleventh International Conference on Machine Learning (ML-94)",
"volume": "",
"issue": "",
"pages": "148--156",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lewis, David D. and Jason Catlett. 1994. Heterogeneous uncertainty sampling for supervised learning. In W. W. Cohen and H. Hirsh, editors, Proceedings of the Eleventh International Conference on Machine Learning (ML-94), pages 148-156. Morgan Kaufmann.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Focus of attention and the choice of pronouns in discourse",
"authors": [
{
"first": "Charlotte",
"middle": [],
"last": "Linde",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Linde, Charlotte. 1979. Focus of attention and the choice of pronouns in discourse.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Syntax and Semantics: Discourse and Syntax",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "337--354",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In T. Giv6n, editor, Syntax and Semantics: Discourse and Syntax. Academic Press, New York, pages 337-354.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Classifying cue phrases in text and speech using machine learning",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the 12th National Conference on Artificial Intelligence (AAAI)",
"volume": "",
"issue": "",
"pages": "806--813",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litman, Diane J. 1994. Classifying cue phrases in text and speech using machine learning. In Proceedings of the 12th National Conference on Artificial Intelligence (AAAI), pages 806-813.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "Cue phrase classification using machine learning",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
}
],
"year": 1996,
"venue": "Journal of Arti~'cial Intelligence Research",
"volume": "5",
"issue": "",
"pages": "53--94",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litman, Diane J. 1996. Cue phrase classification using machine learning. Journal of Arti~'cial Intelligence Research, 5:53-94.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Discourse processing and commonsense plans",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Allen",
"suffix": ""
}
],
"year": 1990,
"venue": "Intentions in Communication",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litman, Diane J. and James Allen. 1990. Discourse processing and commonsense plans. In P. R. Cohen, J. Morgan, and M. E. Pollack, editors, Intentions in Communication. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Combining multiple knowledge sources for discourse segmentation",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 33rd Annual Meeting",
"volume": "",
"issue": "",
"pages": "108--115",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litman, Diane J. and Rebecca J. Passonneau. 1995a. Combining multiple knowledge sources for discourse segmentation. In Proceedings of the 33rd Annual Meeting, pages 108-115. Association for Computational Linguistics.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Developing algorithms for discourse segmentation",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Litman, Diane J. and Rebecca J. Passonneau. 1995b. Developing algorithms for discourse segmentation. In AAAI 1995",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "85--91",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation, pages 85-91.",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "Rhetorical structure theory: towards a functional theory of text organization. TEXT",
"authors": [
{
"first": "William",
"middle": [
"C"
],
"last": "Mann",
"suffix": ""
},
{
"first": "Sandra",
"middle": [],
"last": "Thompson",
"suffix": ""
}
],
"year": 1988,
"venue": "",
"volume": "8",
"issue": "",
"pages": "243--281",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, William C. and Sandra Thompson. 1988. Rhetorical structure theory: towards a functional theory of text organization. TEXT, 8:243-281.",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "Producing interpretable discourse: The establishment and maintenance of reference",
"authors": [
{
"first": "William",
"middle": [],
"last": "Marslen-Wilson",
"suffix": ""
},
{
"first": "Elena",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "Lorraine",
"middle": [
"K"
],
"last": "Tyler",
"suffix": ""
}
],
"year": 1982,
"venue": "Speech, Place and Action",
"volume": "",
"issue": "",
"pages": "339--378",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marslen-Wilson, William, Elena Levy, and Lorraine K. Tyler. 1982. Producing interpretable discourse: The establishment and maintenance of reference. In R. J. Jarvella and W. Klein, editors, Speech, Place and Action. John Wiley and Sons Ltd., New York, pages 339-378.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Patterns of Persistence and Change in the Sequencing of Nonverbal Actions",
"authors": [
{
"first": "Hartmut",
"middle": [
"B"
],
"last": "Mokros",
"suffix": ""
}
],
"year": 1984,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mokros, Hartmut B. 1984. Patterns of Persistence and Change in the Sequencing of Nonverbal Actions. Ph.D. thesis, University of Chicago.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "Planning text for advisory dialogues: Capturing intentional and rhetorical information",
"authors": [
{
"first": "Johanna",
"middle": [
"D"
],
"last": "Moore",
"suffix": ""
},
{
"first": "Cecile",
"middle": [],
"last": "Paris",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "",
"pages": "652--694",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moore, Johanna D. and Cecile Paris. 1993. Planning text for advisory dialogues: Capturing intentional and rhetorical information. Computational Linguistics, 19:652-694.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "A problem for RST: The need for multMevel discourse analysis",
"authors": [
{
"first": "Johanna",
"middle": [
"D"
],
"last": "Moore",
"suffix": ""
},
{
"first": "Martha",
"middle": [
"E"
],
"last": "Pollack",
"suffix": ""
}
],
"year": 1992,
"venue": "Computational Linguistics",
"volume": "18",
"issue": "4",
"pages": "537--544",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moore, Johanna D. and Martha E. Pollack. 1992. A problem for RST: The need for multMevel discourse analysis. Computational Linguistics, 18(4):537-544.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "Lexical cohesion computed by thesaural relations as an indicator of the structure of text",
"authors": [
{
"first": "Jane",
"middle": [],
"last": "Morris",
"suffix": ""
},
{
"first": "Graeme",
"middle": [],
"last": "Hirst",
"suffix": ""
}
],
"year": 1991,
"venue": "Computational Linguistics",
"volume": "17",
"issue": "",
"pages": "21--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Morris, Jane and Graeme Hirst. 1991. Lexical cohesion computed by thesaural relations as an indicator of the structure of text. Computational Linguistics, 17:21-48.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "Investigating cue selection and placement in tutorial discourse",
"authors": [
{
"first": "Megan",
"middle": [],
"last": "Moser",
"suffix": ""
},
{
"first": "Johanna",
"middle": [],
"last": "Moore",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 33rd Annual Meeting",
"volume": "",
"issue": "",
"pages": "130--135",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moser, Megan and Johanna Moore. 1995. Investigating cue selection and placement in tutorial discourse. In Proceedings of the 33rd Annual Meeting, pages 130-135. Association for Computational Linguistics.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "Instructions for coding Sherlock explanations: Identifying segments, relations and minimal units",
"authors": [
{
"first": "Megan",
"middle": [],
"last": "Moser",
"suffix": ""
},
{
"first": "Johanna",
"middle": [
"D"
],
"last": "Moore",
"suffix": ""
},
{
"first": "Erin",
"middle": [],
"last": "Glendening",
"suffix": ""
}
],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moser, Megan, Johanna D. Moore, and Erin Glendening. 1995. Instructions for coding Sherlock explanations: Identifying segments, relations and minimal units. Technical Report 96-17, University of Pittsburgh, Department of Computer Science.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Discourse structure in spoken language: Studies on speech corpora",
"authors": [
{
"first": "Christine",
"middle": [
"H"
],
"last": "Nakatani",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
},
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
}
],
"year": 1995,
"venue": "AAAI 1995 Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation",
"volume": "",
"issue": "",
"pages": "106--112",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Nakatani, Christine H., Julia Hirschberg, and Barbara J. Grosz. 1995. Discourse structure in spoken language: Studies on speech corpora. In AAAI 1995 Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation, pages 106-112.",
"links": null
},
"BIBREF51": {
"ref_id": "b51",
"title": "Getting and keeping the center of attention",
"authors": [
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
}
],
"year": 1993,
"venue": "Challenges in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Passonneau, Rebecca J. 1993. Getting and keeping the center of attention. In R. Weischedel and M. Bates, editors, Challenges in Natural Language Processing.",
"links": null
},
"BIBREF52": {
"ref_id": "b52",
"title": "Protocol for coding discourse referential noun phrases and their antecedents",
"authors": [
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Passonneau, Rebecca J. 1994. Protocol for coding discourse referential noun phrases and their antecedents. Technical report, Columbia University.",
"links": null
},
"BIBREF53": {
"ref_id": "b53",
"title": "Using centering to relax Gricean informational constraints on discourse anaphoric noun phrases",
"authors": [
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
}
],
"year": 1996,
"venue": "Language and Speech",
"volume": "39",
"issue": "",
"pages": "229--264",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Passonneau, Rebecca J. 1996. Using centering to relax Gricean informational constraints on discourse anaphoric noun phrases. Language and Speech, 39:229-264.",
"links": null
},
"BIBREF54": {
"ref_id": "b54",
"title": "Intention-based segmentation: Human reliability and correlation with linguistic cues",
"authors": [
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
},
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 31st Annual Meeting",
"volume": "",
"issue": "",
"pages": "148--155",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Passonneau, Rebecca J. and Diane J. Litman. 1993. Intention-based segmentation: Human reliability and correlation with linguistic cues. In Proceedings of the 31st Annual Meeting, pages 148-155.",
"links": null
},
"BIBREF55": {
"ref_id": "b55",
"title": "Empirical analysis of three dimensions of spoken discourse: Segmentation, coherence and linguistic devices",
"authors": [
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
},
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
}
],
"year": 1996,
"venue": "Computational and Conversational Discourse",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Passonneau, Rebecca J. and Diane J. Litman. 1996. Empirical analysis of three dimensions of spoken discourse: Segmentation, coherence and linguistic devices. In E. Hovy and D. Scott, editors, Computational and Conversational Discourse.",
"links": null
},
"BIBREF56": {
"ref_id": "b56",
"title": "The meaning of intonational contours in the interpretation of discourse",
"authors": [
{
"first": "Janet",
"middle": [],
"last": "Pierrehumbert",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 1987,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pierrehumbert, Janet and Julia Hirschberg. 1987. The meaning of intonational contours in the interpretation of discourse. Technical Report TM 11225-870325-07, AT&T Bell Laboratories.",
"links": null
},
"BIBREF57": {
"ref_id": "b57",
"title": "Evaluation of prosodic transcription labeling reliability in the ToBI framework",
"authors": [
{
"first": "J",
"middle": [],
"last": "Pitrelli",
"suffix": ""
},
{
"first": "Mary",
"middle": [],
"last": "Beckman",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings oflCSLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pitrelli, J., Mary Beckman, and Julia Hirschberg. 1994. Evaluation of prosodic transcription labeling reliability in the ToBI framework. In Proceedings oflCSLP.",
"links": null
},
"BIBREF58": {
"ref_id": "b58",
"title": "A formal model of discourse structure",
"authors": [
{
"first": "Livya",
"middle": [],
"last": "Polanyi",
"suffix": ""
}
],
"year": 1988,
"venue": "Journal of Pragmatics",
"volume": "12",
"issue": "",
"pages": "601--638",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Polanyi, Livya. 1988. A formal model of discourse structure. Journal of Pragmatics, 12:601-638.",
"links": null
},
"BIBREF59": {
"ref_id": "b59",
"title": "C4.5: Programs for Machine Learning",
"authors": [
{
"first": "John",
"middle": [],
"last": "Quinlan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Ross",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Quinlan, John Ross. 1993. C4.5: Programs for Machine Learning. Morgan Kaufmann.",
"links": null
},
"BIBREF60": {
"ref_id": "b60",
"title": "Getting Computers to Talk Like You and Me",
"authors": [
{
"first": "Rachel",
"middle": [],
"last": "Reichman",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Reichman, Rachel. 1985. Getting Computers to Talk Like You and Me. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF61": {
"ref_id": "b61",
"title": "An 'automatic method of finding topic boundaries",
"authors": [
{
"first": "Jeffrey",
"middle": [
"C"
],
"last": "Reynar",
"suffix": ""
}
],
"year": 1994,
"venue": "Proceedings of the 32nd Annual Meeting (Student Session)",
"volume": "",
"issue": "",
"pages": "331--333",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Reynar, Jeffrey C. 1994. An 'automatic method of finding topic boundaries. In Proceedings of the 32nd Annual Meeting (Student Session), pages 331-333. Association for Computational Linguistics.",
"links": null
},
"BIBREF62": {
"ref_id": "b62",
"title": "Clustering analysis of subject partitions of text",
"authors": [
{
"first": "John",
"middle": [
"A"
],
"last": "Rotondo",
"suffix": ""
}
],
"year": 1984,
"venue": "Discourse Processes",
"volume": "7",
"issue": "",
"pages": "69--88",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rotondo, John A. 1984. Clustering analysis of subject partitions of text. Discourse Processes, 7:69-88.",
"links": null
},
"BIBREF63": {
"ref_id": "b63",
"title": "Tense interpretation in the context of narrative",
"authors": [
{
"first": "Fei",
"middle": [],
"last": "Song",
"suffix": ""
},
{
"first": "Robin",
"middle": [],
"last": "Cohen",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 9th AAAI",
"volume": "",
"issue": "",
"pages": "131--136",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Song, Fei and Robin Cohen. 1991. Tense interpretation in the context of narrative. In Proceedings of the 9th AAAI, pages 131-136.",
"links": null
},
"BIBREF64": {
"ref_id": "b64",
"title": "A discourse analysis approach to structured speech",
"authors": [
{
"first": "Lisa",
"middle": [
"J"
],
"last": "Stifleman",
"suffix": ""
}
],
"year": 1995,
"venue": "AAAI 1995 Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation",
"volume": "",
"issue": "",
"pages": "162--167",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stifleman, Lisa J. 1995. A discourse analysis approach to structured speech. In AAAI 1995 Spring Symposium Series: Empirical Methods in Discourse Interpretation and Generation, pages 162-167.",
"links": null
},
"BIBREF65": {
"ref_id": "b65",
"title": "Combining statistical and phonetic analyses of spontaneous discourse segmentation",
"authors": [
{
"first": "Marc",
"middle": [],
"last": "Swerts",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the 12th International Congress of Phonetic Sciences (ICPhS 95)",
"volume": "4",
"issue": "",
"pages": "208--211",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Swerts, Marc. 1995. Combining statistical and phonetic analyses of spontaneous discourse segmentation. In Proceedings of the 12th International Congress of Phonetic Sciences (ICPhS 95), volume 4, pages 208-211.",
"links": null
},
"BIBREF66": {
"ref_id": "b66",
"title": "Discourse prosody in human-machine interactions",
"authors": [
{
"first": "Marc",
"middle": [],
"last": "Swerts",
"suffix": ""
},
{
"first": "Mari",
"middle": [],
"last": "Ostendorf",
"suffix": ""
}
],
"year": 1995,
"venue": "ESCA Workshop on Spoken Dialogue Systems",
"volume": "",
"issue": "",
"pages": "205--208",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Swerts, Marc and Mari Ostendorf. 1995. Discourse prosody in human-machine interactions. In ESCA Workshop on Spoken Dialogue Systems, pages 205-208.",
"links": null
},
"BIBREF67": {
"ref_id": "b67",
"title": "Limited attention and discourse structure",
"authors": [
{
"first": "Marilyn",
"middle": [
"A"
],
"last": "Walker",
"suffix": ""
}
],
"year": 1995,
"venue": "Computational Linguistics",
"volume": "22",
"issue": "2",
"pages": "255--264",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Walker, Marilyn A. 1995. Limited attention and discourse structure. Computational Linguistics, 22(2):255-264.",
"links": null
},
"BIBREF68": {
"ref_id": "b68",
"title": "Mixed initiative in dialogue: An investigation into discourse segmentation",
"authors": [
{
"first": "Marilyn",
"middle": [],
"last": "Walker",
"suffix": ""
},
{
"first": "Steve",
"middle": [],
"last": "Whittaker",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Walker, Marilyn and Steve Whittaker. 1990. Mixed initiative in dialogue: An investigation into discourse segmentation.",
"links": null
},
"BIBREF69": {
"ref_id": "b69",
"title": "Proceedings of the 28th Annual Meeting",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "70--78",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In Proceedings of the 28th Annual Meeting, pages 70-78. Association for Computational Linguistics.",
"links": null
},
"BIBREF70": {
"ref_id": "b70",
"title": "Tense as discourse anaphor",
"authors": [
{
"first": "Bonnie",
"middle": [
"L"
],
"last": "Webber",
"suffix": ""
}
],
"year": 1988,
"venue": "Computational Linguistics",
"volume": "14",
"issue": "",
"pages": "113--122",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Webber, Bonnie L. 1988. Tense as discourse anaphor. Computational Linguistics, 14:113-122.",
"links": null
},
"BIBREF71": {
"ref_id": "b71",
"title": "Structure and ostension in the interpretation of discourse deixis. Language and Cognitive Processes",
"authors": [
{
"first": "Bonnie",
"middle": [
"L"
],
"last": "Webber",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "6",
"issue": "",
"pages": "107--135",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Webber, Bonnie L. 1991. Structure and ostension in the interpretation of discourse deixis. Language and Cognitive Processes, 6.2:107-135.",
"links": null
},
"BIBREF72": {
"ref_id": "b72",
"title": "Computer Systems that Learn: Classification and Prediction Methods from Statistics, Neural Nets, Machine Learning, and Expert Systems",
"authors": [
{
"first": "Sholom",
"middle": [
"M"
],
"last": "Weiss",
"suffix": ""
},
{
"first": "Casimir",
"middle": [],
"last": "Kulikowski",
"suffix": ""
}
],
"year": 1991,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weiss, Sholom M. and Casimir Kulikowski. 1991. Computer Systems that Learn: Classification and Prediction Methods from Statistics, Neural Nets, Machine Learning, and Expert Systems. Morgan Kaufmann.",
"links": null
},
"BIBREF73": {
"ref_id": "b73",
"title": "Cues and control in expert-client dialogues",
"authors": [
{
"first": "Steve",
"middle": [],
"last": "Whittaker",
"suffix": ""
},
{
"first": "Phil",
"middle": [],
"last": "Stenton",
"suffix": ""
}
],
"year": 1988,
"venue": "Proceedings of the 26th Annu'al Meeting",
"volume": "",
"issue": "",
"pages": "123--130",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Whittaker, Steve and Phil Stenton. 1988. Cues and control in expert-client dialogues. In Proceedings of the 26th Annu'al Meeting, pages 123-130. Association for Computational Linguistics.",
"links": null
},
"BIBREF74": {
"ref_id": "b74",
"title": "Automatic labeling of prosodic patterns",
"authors": [
{
"first": "Colin",
"middle": [
"W"
],
"last": "Wightman",
"suffix": ""
},
{
"first": "Mari",
"middle": [],
"last": "Ostendorf",
"suffix": ""
}
],
"year": 1994,
"venue": "IEEE Transactions on Speech and Audio Processing",
"volume": "2",
"issue": "4",
"pages": "469--481",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wightman, Colin W. and Mari Ostendorf. 1994. Automatic labeling of prosodic patterns. IEEE Transactions on Speech and Audio Processing, 2(4):469-481, October.",
"links": null
},
"BIBREF75": {
"ref_id": "b75",
"title": "A new tool for discourse analysis: The vocabulary management profile",
"authors": [
{
"first": "Gilbert",
"middle": [],
"last": "Youmans",
"suffix": ""
}
],
"year": 1991,
"venue": "Language",
"volume": "67",
"issue": "4",
"pages": "763--790",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Youmans, Gilbert. 1991. A new tool for discourse analysis: The vocabulary management profile. Language, 67(4):763-790.",
"links": null
}
},
"ref_entries": {
"FIGREF1": {
"text": "Bar chart of subjects' responses on one narrative (showing narrative episodes), compared to random distribution.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF3": {
"text": ".0] A-nd [1.15]] the one thing that struck me about the-[.3] three little boys that were there, is that one had ay uh [.4] I don't know what you call them, but it's a paddle, and a ball-, [.2] is attached to the paddle, and you know you bounce it?.. And that sound was really prominent.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF4": {
"text": ", coded with respect to a wide variety of linguistic features. The output is a classification of each potential boundary site as either boundary or nonboundary. In the target output, we classify a potential boundary site as boundary if it was identified as such by at least i of the seven subjects in our empirical study, where we use two values of i. Otherwise it is classified as nonboundary. In our experiments, we investigate the correlation of linguistic cues with boundaries identified by both i = 3 and i = 4 subjects. Figure 5 is a modified version of Figure 2, showing the classification of the statistically validated boundaries in the same narrative excerpt. (The bracketed numbers represent pauses, as explained below.) The boxes in the figure show the subjects' responses at each potential boundary site; if no box is shown, none of the seven subjects place a boundary at the site. The italicized parentheticals at each potential boundary site show the resulting boundary classification. Only 3 of the 18 possible boundary sites are classified as boundary, for both i = 3 and i = 4. 4.1.2 Coding of Linguistic Features. Given a narrative of n prosodic phrases, there are n -1 potential boundary sites between each pair of prosodic phrases Pi and Pi+l, i from 1 to n -1. Each potential boundary site in our corpus is coded for features representing the three different sources of linguistic information of interest: prosody, Prosodic Features \u2022 before:+sentence.final.contour,-sentence.final.contour. \u2022 after: +sentence.final.contour,-sentence.final.contour.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF5": {
"text": ": +global.pro, -global.pro, NA.Combined Feature\u2022 cue-prosody: complex, true, false.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF6": {
"text": "and \"?\" indicate falling versus rising sentence-final intonational contours \",\" indicates phrase-final but not sentence-final intonation \"[X]\" indicates a pause lasting X seconds (measured to an accuracy of about .05 seconds) \"[W [Y] lexical material[Z]]\" indicates a sequence lasting W seconds",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF7": {
"text": "If a new FICU (Cj) begins in prosodic phrase Pi+I, then NPs in Cj are compared with NPs in previous FICUs and the feature values assigned as follows: m 1. corer = +coref if any NPs in Cj and Cj-1 corefer; else corer = -coref 2.",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF8": {
"text": "Figure 8",
"num": null,
"uris": null,
"type_str": "figure"
},
"FIGREF9": {
"text": "can either lead to the assignment of a class, or to another test. For example, the tree initially branches based on the value of the feature before. If the value is -sentence.final.contour then the first branch is taken and the potential boundary site is assigned the class nonboundary. If the value of before is +sentence.final.contour then the second branch is taken and the feature coref is tested. Figure 10 illustrates sample output of this algorithm (ML).The performance of this learned decision tree averaged over the 10 training narratives is shown in",
"num": null,
"uris": null,
"type_str": "figure"
},
"TABREF1": {
"text": "Matrix representation of boundary data.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Subject</td><td/><td/><td/><td/><td colspan=\"3\">Potential Boundary Sites</td><td/><td/><td/></tr><tr><td/><td>21.2</td><td>22.1</td><td>22.2</td><td>22.3</td><td>22.4</td><td>23.1</td><td>23.2</td><td>23.3</td><td>23.4</td><td>24.1</td><td>24.2</td></tr><tr><td/><td>22.1</td><td>22.2</td><td>22.3</td><td>22.4</td><td>23.1</td><td>23.2</td><td>23.3</td><td>23.4</td><td>24.1</td><td>24.2</td><td>24.3</td></tr><tr><td>a</td><td>1</td><td/><td/><td/><td/><td/><td/><td/><td>1</td><td/></tr><tr><td>b</td><td>1</td><td/><td/><td/><td/><td/><td/><td/><td/><td>1</td></tr><tr><td>c</td><td>1</td><td/><td/><td/><td/><td/><td/><td>1</td><td/><td/></tr><tr><td>d</td><td/><td/><td/><td/><td/><td/><td/><td/><td>1</td><td/></tr><tr><td>e</td><td>1</td><td/><td/><td/><td/><td/><td/><td/><td>1</td><td/></tr><tr><td>f</td><td>1</td><td/><td/><td/><td/><td/><td/><td/><td>1</td><td/></tr><tr><td>g</td><td>1</td><td/><td/><td/><td/><td/><td/><td/><td>1</td><td/></tr></table>"
},
"TABREF2": {
"text": "Krippendorff's a comparing boundaries derived from two sets of 4 subjects on 4 narratives.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Boundary Threshhold</td><td/><td/><td colspan=\"2\">Narrative</td></tr><tr><td/><td>2</td><td>4</td><td>7</td><td>15 Average</td></tr><tr><td>Tj _&gt; 3</td><td colspan=\"4\">.50 .60 .73 .50</td><td>.58</td></tr></table>"
},
"TABREF3": {
"text": "",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>21.2</td><td>okay.</td><td>(boundary)</td></tr><tr><td>22.1 22.2 22.3 22.4</td><td colspan=\"2\">[.5 [.2] (nonboundary)</td></tr><tr><td>23.1 23.2 23.3</td><td>[1.6 [.55] And u-h] [.4? and [.2]] you know,</td><td/></tr><tr><td>23.4</td><td/><td/></tr><tr><td>24.1</td><td/><td/></tr><tr><td>24.2</td><td/><td/></tr><tr><td>24.3</td><td/><td/></tr><tr><td>24.4</td><td/><td/></tr><tr><td>24.5</td><td/><td/></tr><tr><td>24.6</td><td/><td/></tr><tr><td>25.1</td><td/><td/></tr><tr><td>26.1</td><td/><td/></tr><tr><td>26.2</td><td/><td/></tr><tr><td>26.3</td><td/><td/></tr></table>"
},
"TABREF5": {
"text": "Average human performance.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td/><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 3</td><td/><td/></tr><tr><td>Training Set</td><td>.63</td><td>.72</td><td>.06</td><td>.12</td><td>.83</td></tr><tr><td>Standard Deviation</td><td>.17</td><td>.17</td><td>.05</td><td>.05</td><td>.31</td></tr><tr><td>Test Set</td><td>.64</td><td>.68</td><td>.07</td><td>.11</td><td>.86</td></tr><tr><td>Standard Deviation</td><td>.19</td><td>.20</td><td>.06</td><td>.06</td><td>.42</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 4</td><td/><td/></tr><tr><td>Training Set</td><td>.74</td><td>.55</td><td>.09</td><td>.11</td><td>.91</td></tr><tr><td>Standard Deviation</td><td>.19</td><td>.16</td><td>.06</td><td>.05</td><td>.33</td></tr><tr><td>Test Set</td><td>.73</td><td>.55</td><td>.09</td><td>.10</td><td>.91</td></tr><tr><td>Standard Deviation</td><td>.20</td><td>.21</td><td>.06</td><td>.06</td><td>.43</td></tr></table>"
},
"TABREF7": {
"text": "Evaluation for Tj >_ 4.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td/><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td>PAUSE</td><td>.92</td><td>.18</td><td>.54</td><td>.49</td><td>1.93</td></tr><tr><td>CUE</td><td>.72</td><td>.15</td><td>.53</td><td>.50</td><td>2.16</td></tr><tr><td>NP</td><td>.50</td><td>.31</td><td>.15</td><td>.19</td><td>1.53</td></tr><tr><td>Humans</td><td>.74</td><td>.55</td><td>.09</td><td>.11</td><td>.91</td></tr><tr><td colspan=\"2\">if cue1 = true then boundary</td><td/><td/><td/><td/></tr><tr><td>else nonboundary</td><td/><td/><td/><td/><td/></tr></table>"
},
"TABREF8": {
"text": "Additive algorithms.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td/><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td>PAUSE/CUE</td><td>.69</td><td>.29</td><td>.29</td><td>.29</td><td>1.66</td></tr><tr><td>PAUSE/NP</td><td>.47</td><td>.42</td><td>.08</td><td>.13</td><td>1.42</td></tr><tr><td>CUE/NP</td><td>.36</td><td>.34</td><td>.09</td><td>.15</td><td>1.59</td></tr><tr><td>PAUSE/CUE/NP</td><td>.34</td><td>.47</td><td>.05</td><td>.12</td><td>1.43</td></tr></table>"
},
"TABREF9": {
"text": "-nd] he's not really., doesn't seem to be paying all that much attention 7[.55? because [.45]] you know the pearsfalli, 8",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>CI.</td><td>Phr.</td><td/></tr><tr><td>6</td><td>3.01</td><td>[1.1 [.7] A</td></tr></table>"
},
"TABREF10": {
"text": "Performance on training set.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Average</td><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 3</td><td/><td/></tr><tr><td>NP</td><td>.42</td><td>.40</td><td>.14</td><td>.22</td><td>1.54</td></tr><tr><td>Standard Deviation</td><td>.18</td><td>.12</td><td>.06</td><td>.07</td><td>.34</td></tr><tr><td>EA</td><td>.58</td><td>.62</td><td>.08</td><td>.14</td><td>1.02</td></tr><tr><td>Standard Deviation</td><td>.14</td><td>.10</td><td>.04</td><td>.05</td><td>.18</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 4</td><td/><td/></tr><tr><td>NP</td><td>.50</td><td>.31</td><td>.15</td><td>.19</td><td>1.53</td></tr><tr><td>Standard Deviation</td><td>.17</td><td>.10</td><td>.06</td><td>.06</td><td>.23</td></tr><tr><td>EA</td><td>.70</td><td>.47</td><td>.10</td><td>.12</td><td>1.05</td></tr><tr><td>Standard Deviation</td><td>.16</td><td>.06</td><td>.04</td><td>.03</td><td>.15</td></tr><tr><td>Table 7</td><td/><td/><td/><td/><td/></tr><tr><td>Performance on test set.</td><td/><td/><td/><td/><td/></tr><tr><td>Average</td><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 3</td><td/><td/></tr><tr><td>NP</td><td>.44</td><td>.29</td><td>.16</td><td>.21</td><td>1.64</td></tr><tr><td>Standard Deviation</td><td>.18</td><td>.17</td><td>.07</td><td>.05</td><td>.32</td></tr><tr><td>EA</td><td>.50</td><td>.44</td><td>.11</td><td>.17</td><td>1.34</td></tr><tr><td>Standard Deviation</td><td>.21</td><td>.06</td><td>.03</td><td>.04</td><td>.29</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 4</td><td/><td/></tr><tr><td>NP</td><td>.56</td><td>.25</td><td>.16</td><td>.20</td><td>1.55</td></tr><tr><td>Standard Deviation</td><td>.29</td><td>.15</td><td>.08</td><td>.05</td><td>.23</td></tr><tr><td>EA</td><td>.60</td><td>.37</td><td>.11</td><td>.15</td><td>1.30</td></tr><tr><td>Standard Deviation</td><td>.20</td><td>.05</td><td>.03</td><td>.02</td><td>.17</td></tr></table>"
},
"TABREF11": {
"text": "Performance on training set.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Average</td><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 3</td><td/><td/></tr><tr><td>Learning 1</td><td>.54</td><td>.76</td><td>.04</td><td>.11</td><td>.85</td></tr><tr><td>Standard Deviation</td><td>.18</td><td>.12</td><td>.02</td><td>.04</td><td>.28</td></tr><tr><td>Learning 2</td><td>.59</td><td>.78</td><td>.03</td><td>.10</td><td>.76</td></tr><tr><td>Standard Deviation</td><td>.22</td><td>.12</td><td>.02</td><td>.04</td><td>.29</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 4</td><td/><td/></tr><tr><td>Learning 1</td><td>.47</td><td>.84</td><td>.01</td><td>.07</td><td>.77</td></tr><tr><td>Standard Deviation</td><td>.26</td><td>.18</td><td>.02</td><td>.04</td><td>.42</td></tr><tr><td>Learning 2</td><td>.53</td><td>.77</td><td>.02</td><td>.07</td><td>.79</td></tr><tr><td>Standard Deviation</td><td>.23</td><td>.18</td><td>.02</td><td>.03</td><td>.35</td></tr><tr><td colspan=\"6\">due to better precision. In general, the machine learning results have slightly greater</td></tr><tr><td colspan=\"2\">variation around the average.</td><td/><td/><td/><td/></tr><tr><td colspan=\"6\">The performance of the learned decision trees averaged over the 5 test narratives is</td></tr><tr><td colspan=\"3\">shown in Table 9. Comparison of</td><td/><td/><td/></tr></table>"
},
"TABREF12": {
"text": "Performance on test set.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Average</td><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 3</td><td/><td/></tr><tr><td>Learning 1</td><td>.43</td><td>.48</td><td>.08</td><td>.16</td><td>1.34</td></tr><tr><td>Standard Deviation</td><td>.21</td><td>.13</td><td>.03</td><td>.05</td><td>.36</td></tr><tr><td>Learning 2</td><td>.47</td><td>.50</td><td>.09</td><td>.16</td><td>1.27</td></tr><tr><td>Standard Deviation</td><td>.18</td><td>.16</td><td>.04</td><td>.07</td><td>.42</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 4</td><td/><td/></tr><tr><td>Learning 1</td><td>.31</td><td>.41</td><td>.06</td><td>.13</td><td>1.47</td></tr><tr><td>Standard Deviation</td><td>.29</td><td>.15</td><td>.08</td><td>.05</td><td>.23</td></tr><tr><td>Learning 2</td><td>.39</td><td>.52</td><td>.05</td><td>.11</td><td>1.24</td></tr><tr><td>Standard Deviation</td><td>.20</td><td>.05</td><td>.03</td><td>.02</td><td>.17</td></tr></table>"
},
"TABREF13": {
"text": "rate by always predicting nonboundary. For example, for T -= 6, because only 4% of the training examples are boundaries, C4.5 achieves an error rate of 4% by always predicting nonboundary. However, this low error rate is achieved at the expense of the other metrics. Using the terminology of",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Average</td><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 3</td><td/><td/></tr><tr><td>Learning 1</td><td>.43</td><td>.63</td><td>.05</td><td>.15</td><td>1.14</td></tr><tr><td>Standard Deviation</td><td>.19</td><td>.16</td><td>.03</td><td>.03</td><td>.24</td></tr><tr><td>Learning 2</td><td>.46</td><td>.61</td><td>.07</td><td>.15</td><td>1.15</td></tr><tr><td>Standard Deviation</td><td>.20</td><td>.14</td><td>.04</td><td>.03</td><td>.21</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 4</td><td/><td/></tr><tr><td>Learning 1</td><td>.30</td><td>.71</td><td>.02</td><td>.10</td><td>1.11</td></tr><tr><td>Standard Deviation</td><td>.15</td><td>.19</td><td>.02</td><td>.03</td><td>.26</td></tr><tr><td>Learning 2</td><td>.35</td><td>.52</td><td>.04</td><td>.11</td><td>1.28</td></tr><tr><td>Standard Deviation</td><td>.19</td><td>.24</td><td>.02</td><td>.04</td><td>.40</td></tr><tr><td>minimizes the error</td><td/><td/><td/><td/><td/></tr></table>"
},
"TABREF14": {
"text": "Performance on test set for higher boundary thresholds. Discussion. We have presented two methods for developing segmentation hypotheses using multiple linguistic features. The first method, error analysis, tunes features and algorithms based on analysis of training errors. The second method, machine learning, automatically induces.decision trees from coded corpora. Both methods rely on an enriched set of input features compared to our previous work.",
"type_str": "table",
"num": null,
"html": null,
"content": "<table><tr><td>Average</td><td>Recall</td><td>Precision</td><td>Fallout</td><td>Error</td><td>Summed Deviation</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 5</td><td/><td/></tr><tr><td>Learning 1</td><td>.31</td><td>.46</td><td>.03</td><td>.08</td><td>1.35</td></tr><tr><td>Standard Deviation</td><td>.11</td><td>.30</td><td>.02</td><td>.02</td><td>.43</td></tr><tr><td>Learning 2</td><td>.28</td><td>.39</td><td>.04</td><td>.08</td><td>1.46</td></tr><tr><td>Standard Deviation</td><td>.17</td><td>.24</td><td>.03</td><td>02</td><td>.45</td></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 6</td><td/><td/></tr><tr><td>Learning 1</td><td>0</td><td/><td>0</td><td>.04</td><td/></tr><tr><td>Standard Deviation</td><td>0</td><td/><td>0</td><td>.02</td><td/></tr><tr><td>Learning 2</td><td>0</td><td/><td>0</td><td>.04</td><td/></tr><tr><td>Standard Deviation</td><td>0</td><td/><td>0</td><td>.02</td><td/></tr><tr><td/><td/><td colspan=\"2\">Boundary Threshold = 7</td><td/><td/></tr><tr><td>Learning 1</td><td/><td/><td>0</td><td>.02</td><td/></tr><tr><td>Standard Deviation</td><td/><td/><td>0</td><td>.02</td><td/></tr><tr><td>Learning 2</td><td/><td/><td>0</td><td>.02</td><td/></tr><tr><td>Standard Deviation</td><td/><td/><td>0</td><td>.02</td><td/></tr><tr><td>Table 12</td><td/><td/><td/><td/><td/></tr><tr><td colspan=\"4\">Paired comparison of EA and automated algorithm</td><td/><td/></tr><tr><td colspan=\"2\">results, using Student's T (df=4).</td><td/><td/><td/><td/></tr><tr><td colspan=\"3\">Boundary Threshold = 4</td><td/><td/><td/></tr><tr><td>Comparison</td><td>Metric</td><td colspan=\"2\">Probability</td><td/><td/></tr><tr><td>EA with Learning 1</td><td>Recall</td><td>p &lt; .20</td><td/><td/><td/></tr><tr><td>EA with Learning 1</td><td>Fallout</td><td>p &lt; .10</td><td/><td/><td/></tr><tr><td>EA with Learning 2</td><td>Recall</td><td>p &lt; .25</td><td/><td/><td/></tr><tr><td>EA with Learning 2</td><td>Error</td><td>p &lt; .20</td><td/><td/><td/></tr><tr><td colspan=\"3\">Boundary Threshold = 3</td><td/><td/><td/></tr><tr><td>EA with Learning 1</td><td>Precision</td><td colspan=\"2\">p &lt; .0005</td><td/><td/></tr><tr><td>EA with Learning 1</td><td>Error</td><td>p &lt; .10</td><td/><td/><td/></tr><tr><td>4.3.3</td><td/><td/><td/><td/><td/></tr></table>"
}
}
}
}