Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W02-0226",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T05:15:38.674093Z"
},
"title": "Bridging the Gap Between Dialogue Management and Dialogue Models",
"authors": [
{
"first": "Weiqun",
"middle": [],
"last": "Xu",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "Chinese Academy of Sciences",
"location": {
"postCode": "100080",
"settlement": "Beijing",
"country": "P. R. China"
}
},
"email": "[email protected]"
},
{
"first": "Bo",
"middle": [],
"last": "Xu",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "Chinese Academy of Sciences",
"location": {
"postCode": "100080",
"settlement": "Beijing",
"country": "P. R. China"
}
},
"email": "[email protected]"
},
{
"first": "Taiyi",
"middle": [],
"last": "Huang",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "Chinese Academy of Sciences",
"location": {
"postCode": "100080",
"settlement": "Beijing",
"country": "P. R. China"
}
},
"email": "[email protected]"
},
{
"first": "Hairong",
"middle": [],
"last": "Xia",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "Chinese Academy of Sciences",
"location": {
"postCode": "100080",
"settlement": "Beijing",
"country": "P. R. China"
}
},
"email": "[email protected]"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Why do few working spoken dialogue systems make use of dialogue models in their dialogue management? We find out the causes and propose a generic dialogue model. It promises to bridge the gap between practical dialogue management and (pattern-based) dialogue model through integrating interaction patterns with the underling tasks and modeling interaction patterns via utterance groups using a high level construct different from dialogue act.",
"pdf_parse": {
"paper_id": "W02-0226",
"_pdf_hash": "",
"abstract": [
{
"text": "Why do few working spoken dialogue systems make use of dialogue models in their dialogue management? We find out the causes and propose a generic dialogue model. It promises to bridge the gap between practical dialogue management and (pattern-based) dialogue model through integrating interaction patterns with the underling tasks and modeling interaction patterns via utterance groups using a high level construct different from dialogue act.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Due to the rapid progress of speech and language processing technologies (Cole et al., 1998; Juang and Furui, 2000) , ever-increasing computing power, and vast quantity of social requirements, spoken dialogue systems (SDSs), which promise to provide natural and ubiquitous access to online information and service, have become the focus of many research groups (both academic and industrial) with many projects sponsored by EU, US (D)ARPA and others in the past few years (Zue and Glass, 2000; McTear, 2002; Xu, 2001 ). The last decade saw the emergence of a great deal of SDSs.",
"cite_spans": [
{
"start": 73,
"end": 92,
"text": "(Cole et al., 1998;",
"ref_id": "BIBREF18"
},
{
"start": 93,
"end": 115,
"text": "Juang and Furui, 2000)",
"ref_id": null
},
{
"start": 472,
"end": 493,
"text": "(Zue and Glass, 2000;",
"ref_id": "BIBREF65"
},
{
"start": 494,
"end": 507,
"text": "McTear, 2002;",
"ref_id": "BIBREF45"
},
{
"start": 508,
"end": 516,
"text": "Xu, 2001",
"ref_id": "BIBREF63"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Despite so much progress, some problems still remain, prominent among which are usability and reusability (or portability across domains and languages). Through a survey of typical working spoken (or natural language) dialogue systems in the nineties (Xu, 2001) , we find their central control-ling component -dialogue management -is relatively less well-established than other components. In most working SDSs, the design of dialogue management is usually guided by some principles (den Os et al., 1999) , strategies (Souvignier et al., 2000) , or objectives (Lamel et al., 2000) . In some even these guidelines are implicit. The problem is more outstanding in those SDSs developed by the speech recognition community, in which most working SDSs come into being. Among many causes, we think, the most important is that dialogue management is short of solid theoretical support from dialogue models (the distinction between dialogue management and dialogue model will be explicated in section 2), in addition to the design of SDSs being a real world problem.",
"cite_spans": [
{
"start": 251,
"end": 261,
"text": "(Xu, 2001)",
"ref_id": "BIBREF63"
},
{
"start": 483,
"end": 504,
"text": "(den Os et al., 1999)",
"ref_id": "BIBREF46"
},
{
"start": 518,
"end": 543,
"text": "(Souvignier et al., 2000)",
"ref_id": "BIBREF53"
},
{
"start": 560,
"end": 580,
"text": "(Lamel et al., 2000)",
"ref_id": "BIBREF36"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The approach we adopt in building dialogue management model for SDSs is to study human-human dialogues solving the same or similar problem. Though human-computer dialogues may be different in some aspects from human-human dialogues, the design of human-computer dialogue will benefit a lot from the study of human-human dialogues. It will not be clear whether those that characterize human-human dialogues are applicable to humancomputer dialogues until they are well studied. Applicable or not, they are sure to contribute some insights to the design of dialogue management.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In what follows we first inspect main approaches to dialogue modeling and dialogue management and find two deep causes behind the gap between them (section 2). Against the causes we propose a generic dialogue model which distinguishes five ranks of discourse units and three levels of dialogue dynam-ics (section 3). Then we apply it to informationseeking (one of the most common tasks adopted in the study of SDSs) dialogues and elaborate interaction patterns as utterance groups, which are classified along two dimensions (initiative and direction of information flow) into four basic types with some variations (section 4). We also experiment on segmenting utterance groups in our corpus with a subject and three algorithms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Why do most working SDSs make little use of dialogue models in their dialogue management? Or, why is there a gap between dialogue management and dialogue models?",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Gap",
"sec_num": "2"
},
{
"text": "To make it clear, we first distinguish between dialogue models and dialogue management models 1 , or equivalently, between dialogue modeling and dialogue management modeling.The goal of dialogue modeling is to develop general theories of (cooperative task-oriented) dialogues and to uncover the universals in dialogues and, if appropriate, to provide dialogue management with theoretical support. It takes an analyzer's point of view. While the goal of dialogue management modeling is to integrate dialogue model with task model in some specific domain to \"develop algorithms and procedures to support a computer's participation in a cooperative dialogue\" (Cohen, 1998, p.204) . It takes the viewpoint of a dialogue system designer.",
"cite_spans": [
{
"start": 656,
"end": 676,
"text": "(Cohen, 1998, p.204)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Gap",
"sec_num": "2"
},
{
"text": "Next, we briefly overview main approaches to dialogue modeling and dialogue management, then point out the causes behind the gap.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Gap",
"sec_num": "2"
},
{
"text": "There are mainly two approaches to dialogue modeling: pattern-based and plan-based. 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "1 The distinction between dialogue models and dialogue management models is close to what Cohen (1998) makes in dialogue modeling. He distinguishes \"two related, but at times conflicting, research goals ... often adopted by researchers of dialogue\". Roughly speaking, one is theoretical and the other is practical.",
"cite_spans": [
{
"start": 90,
"end": 102,
"text": "Cohen (1998)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "2 Cohen (1998) gives a more detailed discussion on dialogue modeling. Below we draw a lot from there. He mentions \"three approaches to modeling dialogue -dialogue grammars, planbased models of dialogue, and joint action theories of dialogue\". We treat joint action theories as further development of original plan-based approach. So his latter two correspond to our planbased approach in general.",
"cite_spans": [
{
"start": 2,
"end": 14,
"text": "Cohen (1998)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "Patten-based approach models recurrent interaction patterns or regularities in dialogues at the illocutionary force level of speech acts (Austin, 1962; Searle, 1969) in terms of dialogue grammar (Sinclair and Coulthard, 1975) , dialogue/conversational game (Carlson, 1983; Kowtko et al., 1992; Mann, 2001) , or adjacency pairs (Sacks et al., 1974) . It benefits a lot from the insights of discourse analysis (Sinclair and Coulthard, 1975; Coulthard, 1992; Brown and Yule, 1983) and conversation analysis (Levinson, 1983) .",
"cite_spans": [
{
"start": 137,
"end": 151,
"text": "(Austin, 1962;",
"ref_id": "BIBREF4"
},
{
"start": 152,
"end": 165,
"text": "Searle, 1969)",
"ref_id": "BIBREF51"
},
{
"start": 195,
"end": 225,
"text": "(Sinclair and Coulthard, 1975)",
"ref_id": "BIBREF52"
},
{
"start": 257,
"end": 272,
"text": "(Carlson, 1983;",
"ref_id": "BIBREF10"
},
{
"start": 273,
"end": 293,
"text": "Kowtko et al., 1992;",
"ref_id": "BIBREF34"
},
{
"start": 294,
"end": 305,
"text": "Mann, 2001)",
"ref_id": "BIBREF43"
},
{
"start": 327,
"end": 347,
"text": "(Sacks et al., 1974)",
"ref_id": "BIBREF49"
},
{
"start": 408,
"end": 438,
"text": "(Sinclair and Coulthard, 1975;",
"ref_id": "BIBREF52"
},
{
"start": 439,
"end": 455,
"text": "Coulthard, 1992;",
"ref_id": null
},
{
"start": 456,
"end": 477,
"text": "Brown and Yule, 1983)",
"ref_id": "BIBREF6"
},
{
"start": 504,
"end": 520,
"text": "(Levinson, 1983)",
"ref_id": "BIBREF38"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "Plan-based approach relates speech acts performed in utterances to plans and complex mental states (Cohen and Perrault, 1979; Allen and Perrault, 1980; Lochbaum et al., 2000) and uses AI planning techniques (Fikes and Nilsson, 1971) . Later developments of plan-based dialogue models include multilevel plan extension (Litman and Allen, 1987; Litman and Allen, 1990; Carberry, 1990; Lambert and Carberry, 1991) , theories of joint action (Cohen and Levesque, 1991) and SharedPlan (Grosz and Sidner, 1990; Grosz and Kraus, 1996) .",
"cite_spans": [
{
"start": 99,
"end": 125,
"text": "(Cohen and Perrault, 1979;",
"ref_id": "BIBREF16"
},
{
"start": 126,
"end": 151,
"text": "Allen and Perrault, 1980;",
"ref_id": "BIBREF2"
},
{
"start": 152,
"end": 174,
"text": "Lochbaum et al., 2000)",
"ref_id": "BIBREF42"
},
{
"start": 207,
"end": 232,
"text": "(Fikes and Nilsson, 1971)",
"ref_id": "BIBREF22"
},
{
"start": 318,
"end": 342,
"text": "(Litman and Allen, 1987;",
"ref_id": "BIBREF40"
},
{
"start": 343,
"end": 366,
"text": "Litman and Allen, 1990;",
"ref_id": "BIBREF41"
},
{
"start": 367,
"end": 382,
"text": "Carberry, 1990;",
"ref_id": "BIBREF7"
},
{
"start": 383,
"end": 410,
"text": "Lambert and Carberry, 1991)",
"ref_id": "BIBREF35"
},
{
"start": 449,
"end": 464,
"text": "Levesque, 1991)",
"ref_id": null
},
{
"start": 469,
"end": 504,
"text": "SharedPlan (Grosz and Sidner, 1990;",
"ref_id": null
},
{
"start": 505,
"end": 527,
"text": "Grosz and Kraus, 1996)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "Pattern-based dialogue model describes what happens in dialogues at the speech act level and cares little about why. Plan-based dialogue model explains why agents act in dialogues, but at the expense of complex representation and reasoning. In other words, the former is shallow and descriptive and the latter is deep and explanatory. Hulstijn (2000) argues for the complementary aspects of the two approaches and claims that \"dialogue games are recipes for joint action\".",
"cite_spans": [
{
"start": 335,
"end": 350,
"text": "Hulstijn (2000)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "Since, on the one hand, our target tasks belong to the class of simple service, like information-seeking and simple transactions, which are relatively wellstructured and well-defined and not too complex for pattern-based dialogue models, on the other hand, there are some significant problems in using planbased models in practical SDSs -those of \"knowledge representation, knowledge engineering, computational complexity, and noisy input\" (Allen et al., 2000) , we will choose pattern-based instead of plan-based dialogue model as our theoretical basis for practical dialogue management at present.",
"cite_spans": [
{
"start": 440,
"end": 460,
"text": "(Allen et al., 2000)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Models",
"sec_num": "2.1"
},
{
"text": "We view dialogue management as an organic combination of dialogue model with task model in some specific domain. Its basic functionalities include interpretation in context, generation in context, task management, interaction management, choice of dialogue strategies, and context management. All of them require contextual (linguistic and/or world) knowledge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Management Models",
"sec_num": "2.2"
},
{
"text": "According to how task model and dialogue model are used, approaches to dialogue management can be classified into four categories 3 in Table 1 . DITE or frame-based, with no explicit dialogue model, but task is explicitly represented as a frame or a form (Goddeau et al., 1996) , a task description table (Lin et al., 1998) , a topic forest (Wu et al., 2000) , or an agenda (Xu and Rudnicky, 2000) , etc. Both system and user may take the initiative. Topic flow is not predetermined. It's more flexible than that of DITI, but still far from naturalness and friendliness, since it makes no explicit use of dialogue models. Most working SDSs adopt this way of dialogue management.",
"cite_spans": [
{
"start": 255,
"end": 277,
"text": "(Goddeau et al., 1996)",
"ref_id": "BIBREF24"
},
{
"start": 305,
"end": 323,
"text": "(Lin et al., 1998)",
"ref_id": "BIBREF39"
},
{
"start": 341,
"end": 358,
"text": "(Wu et al., 2000)",
"ref_id": "BIBREF60"
},
{
"start": 374,
"end": 397,
"text": "(Xu and Rudnicky, 2000)",
"ref_id": "BIBREF61"
}
],
"ref_spans": [
{
"start": 135,
"end": 142,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Dialogue Management Models",
"sec_num": "2.2"
},
{
"text": "DETI there is no practical dialogue management 3 For a more comprehensive discussion on dialogue management (and SDSs), see (McTear, 2002) . He identifies two aspects of dialogue control (i.e., dialogue management) -initiative and flow of dialogue, and three strategies for dialogue control -finite-state-based, frame-based, and agent-based. The first two are similar to DITI and DITE respectively and the third is a collection of some other approaches which are now hardly applicable for practical dialogue management, among which is plan-based. Our classification below is more clear.",
"cite_spans": [
{
"start": 47,
"end": 48,
"text": "3",
"ref_id": null
},
{
"start": 124,
"end": 138,
"text": "(McTear, 2002)",
"ref_id": "BIBREF45"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Management Models",
"sec_num": "2.2"
},
{
"text": "using such a combination of task model and dialogue model. DETE both dialogue model and task model are explicit. This type of dialogue management shares the advantages of frame-based one. At the same time it is potential to allow of more natural interactions according to the dialogue model used. This is what we are after here.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Management Models",
"sec_num": "2.2"
},
{
"text": "From the analysis above we can see the surface gap between (DITE) dialogue management in most working SDSs and (pattern-based) dialogue models is mainly due to a deep one, i.e., the one between dialogue models and the underlying tasks. There is another important cause -the interaction patterns are described at the level of speech act or dialogue act. 4 To link dialogue acts to utterances, three problems 5 must be addressed at the same time:",
"cite_spans": [
{
"start": 353,
"end": 354,
"text": "4",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Causes behind the Gap",
"sec_num": "2.3"
},
{
"text": "Dialogue act classification scheme and its reliability in coding corpus, (Carletta et al., 1997; Allen and Core, 1997; Traum, 1999) ; Choice of features/cues that can support automatic dialogue act identification, including lexical, syntactic, prosodic, collocational, and discourse cues;",
"cite_spans": [
{
"start": 73,
"end": 96,
"text": "(Carletta et al., 1997;",
"ref_id": "BIBREF8"
},
{
"start": 97,
"end": 118,
"text": "Allen and Core, 1997;",
"ref_id": "BIBREF1"
},
{
"start": 119,
"end": 131,
"text": "Traum, 1999)",
"ref_id": "BIBREF57"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Causes behind the Gap",
"sec_num": "2.3"
},
{
"text": "A model that correlates dialogue acts with those features.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Causes behind the Gap",
"sec_num": "2.3"
},
{
"text": "Some of the problems are discussed in (Jurafsky et al., 1998; Stolcke et al., 2000; Jurafsky, 2002) . The empirical work on dialogue act classification and recognition did not begin until some dialogue corpora (like Map Task, Verbmobil, TRAINS, and our NLPR-TI) were available.",
"cite_spans": [
{
"start": 38,
"end": 61,
"text": "(Jurafsky et al., 1998;",
"ref_id": "BIBREF31"
},
{
"start": 62,
"end": 83,
"text": "Stolcke et al., 2000;",
"ref_id": "BIBREF54"
},
{
"start": 84,
"end": 99,
"text": "Jurafsky, 2002)",
"ref_id": "BIBREF33"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Causes behind the Gap",
"sec_num": "2.3"
},
{
"text": "But how could dialogue act recognition be successfully applied to practical dialogue management remains to be seen. So we choose a higher level construct (UT-3, see section 3.1.3) to describe interaction patterns instead. We are by no means denying the important role dialogue act plays in dialogue modeling, but try to incorporate high level knowledge into dialogue modeling.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Causes behind the Gap",
"sec_num": "2.3"
},
{
"text": "Against the above gap and its causes we propose a generic dialogue model (GDM) for task-oriented dialogues, which consists of five ranks of discourse units and three levels of dialogue dynamics. It captures two important aspects of task-oriented dialogue -interaction patterns at the low level and underlying task at the high level.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Bridge -GDM",
"sec_num": "3"
},
{
"text": "We distinguish five ranks of discourse units in describing task-oriented dialogues: dialogue, phase, transaction, utterance group, and utterance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Units",
"sec_num": "3.1"
},
{
"text": "The overall organization of a typical task-oriented dialogue can be divided into three phases, namely, an opening phase, a closing phase, and between them a problem-solving phase, which can be subdivided into transactions depending on how the underlying task is divided into subtasks. Each subtask corresponds to a transaction. If a task is atomic, there will be only one transaction in the problem-solving phase, just like the task of tourism informationseeking.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue, Phase, and Transaction",
"sec_num": "3.1.1"
},
{
"text": "In performing a subtask (or task, if atomic), some interaction patterns will recur. We name the interaction patterns utterance groups (or groups, for short). It's also called exchanges or conversational games (see section 2.1). The unit at this level involves complex grounding process towards common ground or mutual knowledge (Clark and Schaefer, 1989; Clark, 1996; Traum, 1994) .",
"cite_spans": [
{
"start": 328,
"end": 354,
"text": "(Clark and Schaefer, 1989;",
"ref_id": "BIBREF12"
},
{
"start": 355,
"end": 367,
"text": "Clark, 1996;",
"ref_id": "BIBREF13"
},
{
"start": 368,
"end": 380,
"text": "Traum, 1994)",
"ref_id": "BIBREF56"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance Group",
"sec_num": "3.1.2"
},
{
"text": "The elementary unit in our model is utterance. Every utterance either initiates a new group, continues, or ends an old one. Usually it is what a speaker utters in his/her turn (for simplification, overlaps will not be considered here). But there are some turns with two or more utterances. These multiutterance turns usually end an old group with their first utterance and begin a new one with their last utterance. Similar observations are found in Verbmobil corpus (Alexandersson and Reithinger, 1997) .",
"cite_spans": [
{
"start": 467,
"end": 503,
"text": "(Alexandersson and Reithinger, 1997)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance",
"sec_num": "3.1.3"
},
{
"text": "Each utterance can be analyzed at three levels and assigned a type correspondingly (utterance type, UT):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance",
"sec_num": "3.1.3"
},
{
"text": "UT-1 sentence type or mood, i.e., declarative, imperative, and interrogative (including yes-no question (ynq), wh-question (whq), alternative question (atq), disjunctive question (djq), which can be identified using surface lexical and prosodic features).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance",
"sec_num": "3.1.3"
},
{
"text": "UT-2 dialogue act, see section 2.3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance",
"sec_num": "3.1.3"
},
{
"text": "UT-3 a more general communicative function, relative to a group, of a small number, including initiative (I), response/reply (R), feedback (F), acknowledgement (A) (typical in informationseeking dialogues), and others. It can be identified using UT-1 and semantic content (or utterance topic) and preceding UT-3s, It is at this level that interaction patterns are more obvious. What's more, it can be recognized without UT-2 (dialogue act) but contribute to dialogue act recognition.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance",
"sec_num": "3.1.3"
},
{
"text": "By dialogue dynamics, we mean the dynamic process within dialogues, i.e., how dialogues flow from one partner's utterance to another's all the way till the closing. The dynamic process includes that of intra-utterance (micro-dynamics) and that of interutterance. Inter-utterance dynamics is further divided into intra-group dynamics (meso-dynamics) and inter-group dynamics (macro-dynamics).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Dynamics",
"sec_num": "3.2"
},
{
"text": "Micro-dynamics deals with how discourse phenomena (like anaphora, ellipsis, etc.) within one utterance are decoded (interpretation) or encoded (generation) in discourse context and how utterance level intention (dialogue act) is recognized using lexical, prosodic, and other cues and discourse structure (see section 2.3). Discourse phenomena contain much discourse-level context information. It is those that contribute partly to the naturalness and coherence in human-human dialogues. But it's very difficult for computers to make full use of them, either in interpretation or in generation. They are implemented in few of present SDSs, though much effort has been put on the study of computational models of discourse phenomena (see (Webber, 2001) for an overview and references therein for further details).",
"cite_spans": [
{
"start": 736,
"end": 750,
"text": "(Webber, 2001)",
"ref_id": "BIBREF59"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Micro-dynamics",
"sec_num": "3.2.1"
},
{
"text": "Meso-dynamics explains utterance-to-utterance moves within one group which present recurrent interaction patterns. Our corpus study shows that those patterns in information-seeking dialogues are closely related to two factors -initiative and direction of information flow between user and server (see section 4.1).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Meso-dynamics",
"sec_num": "3.2.2"
},
{
"text": "Macro-dynamics describes inter-group moves, which may take place intra-transactionally within one subtask or inter-transactionally between subtasks. Inter-group moves are subject to the underlying task. It's difficult to give an account like intragroup moves, because they reflect the process how a problem is solved.The account depends on how tasks are represented and reasoned. We may gain some hints from the study of general problem solving in AI (Bonet and Geffner, 2001 ).",
"cite_spans": [
{
"start": 451,
"end": 475,
"text": "(Bonet and Geffner, 2001",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Macro-dynamics",
"sec_num": "3.2.3"
},
{
"text": "GDM as we propose above is a DETE dialogue management framework with fine-grained patterns. We discuss related work and its implication for dialogue management below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discussion",
"sec_num": "3.3"
},
{
"text": "Different discourse units are used by different researchers in studying discourse. In (Sinclair and Coulthard, 1975) , five ranks of units are used to analyze classroom interactions: lesson, transaction, exchange, move, and act. The first four roughly correspond to our dialogue, transaction, group, utterance. We add the unit phase and omit act, which is a sub-utterance unit. In (Alexandersson and Reithinger, 1997) , four ranks of units are used to analyze meeting scheduling dialogues: dialogue, phase, turn, and dialogue act. Turn is a natural unit that appears in dialogues, but is it an basic unit? Four units with conversation acts (Traum and Hinkelman, 1992; Traum, 1994) , are used to analyze TRAINS (freight scheduling) dialogues: multiple discourse unit (argumentation act), discourse unit (core speech act), utterance unit (grounding act), sub-utterance unit (turn-taking act). Theirs differ a lot from ours partly because they pay more attention to grounding.",
"cite_spans": [
{
"start": 86,
"end": 116,
"text": "(Sinclair and Coulthard, 1975)",
"ref_id": "BIBREF52"
},
{
"start": 381,
"end": 417,
"text": "(Alexandersson and Reithinger, 1997)",
"ref_id": "BIBREF0"
},
{
"start": 640,
"end": 667,
"text": "(Traum and Hinkelman, 1992;",
"ref_id": "BIBREF55"
},
{
"start": 668,
"end": 680,
"text": "Traum, 1994)",
"ref_id": "BIBREF56"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Unit",
"sec_num": "3.3.1"
},
{
"text": "In GDM the structure of discourse 6 is accounted for from two aspects: local structure is reflected in utterance groups and shaped by meso-dynamics; global structure is determined by the underlying task and shaped by macro-dynamics. This is obvious to task-oriented dialogues in view of GDM.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Structure",
"sec_num": "3.3.2"
},
{
"text": "In most working SDSs dialogue strategies are handcrafted by system developers. Recently there are some efforts in applying machine learning approaches to the acquisition of dialogue strategies (Walker, 2000; Levin et al., 2000) . We hope to find out what strategies are used in human-human dialogue and how they could be applied to humancomputer dialogue. We first refine the concept of dialogue strategies. From the view of GDM, the strategies a dialogue agent may choose can also be classified into three levels, i.e., Micro-level strategies how to realize information structure, anaphora, ellipsis, and others, in utterances, Meso-level strategies what to say regarding current group status, so as to complete ongoing group more friendly, Macro-level strategies how to choose discourse topic regarding current task status, so as to complete the underlying task more efficiently.",
"cite_spans": [
{
"start": 193,
"end": 207,
"text": "(Walker, 2000;",
"ref_id": "BIBREF58"
},
{
"start": 208,
"end": 227,
"text": "Levin et al., 2000)",
"ref_id": "BIBREF37"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Strategies",
"sec_num": "3.3.3"
},
{
"text": "6 Grosz and Sidner (1986) proposed a tripartite discourse model consisting of attentional state, intentional structure, and linguistic structure. It is influential and covers both dialogue and text. But their intentional structure fails to capture the distinction between global level and local level structure. Their discourse unit -discourse segment -is used without noticing that there are different ranks of discourse unit in dialogues. This is partly due to that they looked more at the similarities between dialogue and text and less at the differences between them. Dialogue and text, as two types of discourse, share something in common, but there is also something that makes them different.",
"cite_spans": [
{
"start": 2,
"end": 25,
"text": "Grosz and Sidner (1986)",
"ref_id": "BIBREF26"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Dialogue Strategies",
"sec_num": "3.3.3"
},
{
"text": "Since dialogue management is closely related to dialogue model and underlying task and domain, the complexity of dialogue management can be decomposed into three parts, i.e., the complexity of dialogue model, the complexity of task, and the complexity of domain. The complexity of dialogue model is affected by what kind of initiative and dialogue phenomena are allowed. The task complexity is affected by the number of its possible actions and by whether it is well-structured and well-defined. The domain complexity is affected by domain entities and their relations and by the volume of information. The three are not independent but intertwined.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Complexity of Dialogue Management",
"sec_num": "3.3.4"
},
{
"text": "We now apply GDM to information-seeking dialogues (GDM-IS) and search for interaction patterns in the NLPR-TI corpus. We first try to classify and segment utterance groups. This is a preliminary step toward group pattern recognition. Details of the recognition process and results will be given in (Xu, 2002) .",
"cite_spans": [
{
"start": 298,
"end": 308,
"text": "(Xu, 2002)",
"ref_id": "BIBREF64"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Utterance Groups in GDM-IS",
"sec_num": "4"
},
{
"text": "Group patterns are recurrent, but how many? Or, is there a limited number? In our NLPR-TI corpus information-seeking dialogues (see section 4.2.1), we find four basic groups with some variations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Group Classification",
"sec_num": "4.1"
},
{
"text": "The recurrent patterns, according to our observation, can be classified into one of the four types in Table 2 along two dimensions -initiative and the direction of information flow (determined using world knowledge in the domain). Direction of information flow In the dialogues of information-seeking, there are two directions of information flow: one from user to server (U S) and the other from server to user (S U). In the tourism domain, the former includes intended route (or sight-spot, or a rough area, obligatory), intended start time, number of tourists (optional); the latter includes start time, duration, vehicle, price, accommodation, meal, schedule, and more. Server must know the information about user's intended route before providing user with other information.",
"cite_spans": [],
"ref_spans": [
{
"start": 102,
"end": 109,
"text": "Table 2",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Basic Groups",
"sec_num": "4.1.1"
},
{
"text": "Initiative 7 In GDM, initiative always starts a new utterance group. It is one of utterance's general communicative functions relative to a group, together with reply, feedback, acknowledgement, as we mention in section 3.1.3. Regarding one group topic there are user initiatives (UI) and there are server initiatives (SI). Group patterns depend heavily on who initiates the group regarding some specific topic. This is due to the role asymmetry of the dialogue partners.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Basic Groups",
"sec_num": "4.1.1"
},
{
"text": "Though most groups can be covered by the above basic patterns, there are some exceptions which are more complex. They are usually embedded ones. When one partner signals non-understanding or nonhearing, or a normal group is suspended, one or two more utterances will be inserted, either to repeat previous utterance or resume suspended group. The embedded groups may also be precondition groups. Precondition groups occur when some obligatory information is missing before the salient issue could be addressed. Once the missing is provided, the outer group will continue. Complex groups can also occur when one partner lists more than one items or does some repairing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Complex Groups",
"sec_num": "4.1.2"
},
{
"text": "Given the above group classification, how to recognize them? We have to segment and classify groups, and determine UT-3 of every utterance within groups. This is a big problem. Only the experiment on group segmentation is reported in this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Group Segmentation",
"sec_num": "4.2"
},
{
"text": "To segment a dialogue into groups is first to determine the beginning of a group, i.e., to determine if an utterance is an initiative or not. (Multi-utterance turns are manually segmented beforehand for simplification.)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Group Segmentation",
"sec_num": "4.2"
},
{
"text": "We use NLPR-TI corpus (Xu et al., 1999) in the experiment. It consists of 60 spontaneous humanhuman dialogues (about 5.5 hours) over telephones on tourism information-seeking. There are total 2716 turns (1346 by the user and 1370 by the server). The average length of user's turns is about 7 Chinese characters and server's about 9. The first 20 dialogues (transcript) are used for current group segmentation.",
"cite_spans": [
{
"start": 22,
"end": 39,
"text": "(Xu et al., 1999)",
"ref_id": "BIBREF62"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "NLPR-TI Corpus",
"sec_num": "4.2.1"
},
{
"text": "A subject was given the basic ideas about GDM and utterance groups in GDM-IS and segmented two dialogues with an expert's guide before starting the work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Manual Segmentation",
"sec_num": "4.2.2"
},
{
"text": "To test the reliability of group segmentation within GDM-IS, we calculate the kappa coefficient (\u00c3) 8 (Carletta, 1996; Carletta et al., 1997; Flammia, 1998) to measure pairwise agreement between the subject and the expert. Two coders segmented the first 20 dialogues (totally 845 utterances). They reached \u00c3 , which shows a high reliability. Using the expert's segmentation as reference, we also measure the subject's segmentation using information retrieval metrics -precision (P), recall (R), and F-measure 9 (see Table 3 for the result).",
"cite_spans": [
{
"start": 102,
"end": 118,
"text": "(Carletta, 1996;",
"ref_id": "BIBREF9"
},
{
"start": 119,
"end": 141,
"text": "Carletta et al., 1997;",
"ref_id": "BIBREF8"
},
{
"start": 142,
"end": 156,
"text": "Flammia, 1998)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [
{
"start": 516,
"end": 523,
"text": "Table 3",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Manual Segmentation",
"sec_num": "4.2.2"
},
{
"text": "Three simple algorithms in Figure 1 are used to perform the same task on the 20 dialogues. The input is a semantic tag sequence produced by a statistical parser (Deng et al., 2000) 10 .",
"cite_spans": [
{
"start": 161,
"end": 180,
"text": "(Deng et al., 2000)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [
{
"start": 27,
"end": 35,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Automated Segmentation",
"sec_num": "4.2.3"
},
{
"text": "I. Using topic only for segmentation if topic is new then UT-3 = initiative else UT-3 = non-initiative II. Using UT-1 only for segmentation if UT-1 \u00be interrogatives then UT-3 = initiative else UT-3 = non-initiative III. Using both for segmentation if topic is new UT-1 \u00be interrogatives then UT-3 = initiative else UT-3 = non-initiative Given the semantic tag sequence of an utterance, we determine its topic 11 and UT-1 (what we are most interested in is interrogatives (ynq, whq, atq, and djq)). Since the parser performs with an error rate of \u00be \u00b1, there will be some wrong semantic tags, which lead to errors in assigning UT-1 and topic. Then we use the three simple algorithms to segment groups in the 20 dialogues. Their performance (also using the expert's segmentation as reference) is given in Table 3 . Table 3 shows the results of group segmentation, both manual and automated. Though none of the three algorithms outperforms the subject, they all show that topic change and UT-1 as interrogative are acceptable and also good indicators of utterance group beginning, esp. when topic and UT-1 are the only information sources and when discourse markers (Schiffrin, 1987) in spontaneous speech are unavailable in current deep analysis. There is no obvious performance difference in segmenting dialogue into groups with the three algorithms. The performance of algorithm I may be improved if the noises brought by the parser and our simple topic identification algorithm are cleared. This implies that topic change is a potentially better indicator of the beginning of new groups. The result using UT-1 only is the worst. This is partly because not all groups begin with interrogatives and that interrogatives do not always occur at the beginning of a group. When using both topic and UT-1, the performance changes little, though seemly more constraints are used. This possibly is because topic change and UT-1 as interrogative overlap a lot.",
"cite_spans": [
{
"start": 1161,
"end": 1178,
"text": "(Schiffrin, 1987)",
"ref_id": "BIBREF50"
}
],
"ref_spans": [
{
"start": 801,
"end": 808,
"text": "Table 3",
"ref_id": "TABREF2"
},
{
"start": 811,
"end": 818,
"text": "Table 3",
"ref_id": "TABREF2"
}
],
"eq_spans": [],
"section": "Automated Segmentation",
"sec_num": "4.2.3"
},
{
"text": "After a survey of the main approaches to dialogue modeling and dialogue management in working SDSs, we find the causes behind the gap between practical dialogue management and dialogue models and propose GDM, which consists of five ranks of discourse units and three levels of dialogue dynamics. It promises to bridge the gap through integrating meso-dynamics at the group level with macrodynamics at the task level, and modeling interaction patterns via utterance groups using UT-3.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "Then we apply it to information-seeking dialogues and elaborate utterance groups (or interaction patterns) in the model. We also classify and segment utterance groups in our information-seeking corpus, which takes a preliminary step toward better dialogue modeling for practical dialogue management with empirical justification. A more challenging task -group pattern recognition -is under way (Xu, 2002) . After that we will investigate how local discourse structure in terms of utterance group structure could contribute to the recognition of dialogue act (UT-2).",
"cite_spans": [
{
"start": 394,
"end": 404,
"text": "(Xu, 2002)",
"ref_id": "BIBREF64"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "GDM takes a step further toward better dialogue modeling for practical dialogue management with empirical justification. It is expected to be used in practical dialogue management in the near future for better usability and portability.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "Following Jurafsky (2002), we will adopt the term dialogue act, which captures the illocutionary force or commucative function of speech act. Though there are some arguments in(Levinson, 1983) and others against using dialogue act to model dialogues, and there are indeed some unresolved problems in linking dialogue acts to utterances, it will be our choice for the time being.5 We extendWebber's (2001) idea by splitting feature choice out.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We note that there are task initiative and dialogue initiative(Chu-Carroll and Brown, 1998) and there are local initiative and global initiative(Rich and Sidner, 1998). Our initiative-ingroup is more task-related and global. For a comprehensive discussion on mixed initiative interaction, see(Haller andMcRoy, 1998, 1999).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "\u00c3 \u00c8\u00b4 \u00b5 \u00c8\u00b4 \u00b5\u00b5 \u00b4\u00bd \u00c8\u00b4 \u00b5\u00b5, where \u00c8\u00b4 \u00b5 is the proportion of times that the coders agree and \u00c8\u00b4 \u00b5 is the proportion of times that one would expect them to agree by chance.-From(Carletta, 1996) 9 Combined metric\u00b4\u00ac \u00be \u2022 \u00bd \u00b5 \u00c8 \u00ca \u00b4\u00ac \u00be \u00c8 \u2022 \u00ca\u00b5, from(Jurafsky and Martin, 2000, p.578), \u00ac \u00bd .10 That we adopt such deep features in discourse segmentation is mainly due to our target application -dialogue management. This makes it different from others using surface features like(Passonneau and Litman, 1997).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We presume that the topic of an utterance is the last one in the candidate tags. This seems problematic but is true to most of the utterances according to our observation. How to determine the topic of an utterance needs further study.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "The work described in this paper was partly supported by the National Key Fundamental Research Program (the 973 Program) of China under the grant G19980300504 and the National Natural Science Foundation of China under the grant 69835003.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Learning dialogue structures from a corpus",
"authors": [
{
"first": "Jan",
"middle": [],
"last": "Alexandersson",
"suffix": ""
},
{
"first": "Norbert",
"middle": [],
"last": "Reithinger",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of the 5th European Conference on Speech Communication and Technology",
"volume": "4",
"issue": "",
"pages": "2231--2234",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jan Alexandersson and Norbert Reithinger. 1997. Learn- ing dialogue structures from a corpus. In Proceedings of the 5th European Conference on Speech Communi- cation and Technology, volume 4, pages 2231-2234.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Draft of damsl: Dialog act markup in several layers",
"authors": [
{
"first": "James",
"middle": [],
"last": "Allen",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Core",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Allen and Mark Core. 1997. Draft of damsl: Dialog act markup in several layers. Available from http://www.cs.rochester.edu/research/ cisd/resources/damsl/.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Analyzing intention in utterances",
"authors": [
{
"first": "James",
"middle": [
"F"
],
"last": "Allen",
"suffix": ""
},
{
"first": "C",
"middle": [
"Raymond"
],
"last": "Perrault",
"suffix": ""
}
],
"year": 1980,
"venue": "Artificial Intelligence",
"volume": "15",
"issue": "3",
"pages": "143--178",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James F. Allen and C. Raymond Perrault. 1980. Ana- lyzing intention in utterances. Artificial Intelligence, 15(3):143-178.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Dialogue Systems: From Theory to Practice in TRAINS-96",
"authors": [
{
"first": "James",
"middle": [],
"last": "Allen",
"suffix": ""
},
{
"first": "George",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "Bradford",
"middle": [
"W"
],
"last": "Miller",
"suffix": ""
},
{
"first": "Eric",
"middle": [
"K"
],
"last": "Ringger",
"suffix": ""
},
{
"first": "Teresa",
"middle": [
"Sikorski"
],
"last": "Zollo",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "347--376",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James Allen, George Ferguson, Bradford W. Miller, Eric K. Ringger, and Teresa Sikorski Zollo, 2000. Di- alogue Systems: From Theory to Practice in TRAINS- 96, chapter 14, pages 347-376. In Dale et al. (Dale et al., 2000).",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "How to do Things with Words",
"authors": [
{
"first": "J",
"middle": [
"L"
],
"last": "Austin",
"suffix": ""
}
],
"year": 1962,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. L. Austin. 1962. How to do Things with Words. Clarendon Press, Oxford.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Planning and Control in Artificial Intelligence: A Unifying Perspective",
"authors": [
{
"first": "Blai",
"middle": [],
"last": "Bonet",
"suffix": ""
},
{
"first": "H\u00e9ctor",
"middle": [],
"last": "Geffner",
"suffix": ""
}
],
"year": 2001,
"venue": "Applied Intelligence",
"volume": "14",
"issue": "3",
"pages": "237--252",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Blai Bonet and H\u00e9ctor Geffner. 2001. Planning and Con- trol in Artificial Intelligence: A Unifying Perspective. Applied Intelligence, 14(3):237-252.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Discourse Analysis",
"authors": [
{
"first": "Gillian",
"middle": [],
"last": "Brown",
"suffix": ""
},
{
"first": "George",
"middle": [],
"last": "Yule",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gillian Brown and George Yule. 1983. Discourse Anal- ysis. Cambridge University Press.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Plan Recognition in Natural Language Dialogue",
"authors": [
{
"first": "Sandra",
"middle": [],
"last": "Carberry",
"suffix": ""
}
],
"year": 1990,
"venue": "Series in Natural Language Processing. A Bradford book",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sandra Carberry. 1990. Plan Recognition in Natural Language Dialogue. ACL-MIT Press Series in Nat- ural Language Processing. A Bradford book, MIT Press, Cambridge, Massachusetts.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The reliability of a dialogue structure coding scheme",
"authors": [
{
"first": "J",
"middle": [],
"last": "Carletta",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Isard",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Isard",
"suffix": ""
},
{
"first": "J",
"middle": [
"C"
],
"last": "Kowtko",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Doherty-Sneddon",
"suffix": ""
},
{
"first": "A",
"middle": [
"H"
],
"last": "Anderson",
"suffix": ""
}
],
"year": 1997,
"venue": "Computational Linguistics",
"volume": "23",
"issue": "1",
"pages": "13--31",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Carletta, A. Isard, S. Isard, J. C. Kowtko, G. Doherty- Sneddon, and A. H. Anderson. 1997. The reliability of a dialogue structure coding scheme. Computational Linguistics, 23(1):13-31.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"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": "Jean Carletta. 1996. Assessing agreement on classifica- tion tasks: The Kappa statistic. Computational Lin- guistics, 22(2):249-254.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Dialogue Games: An Approach to Discourse Analysis. D. Reidel",
"authors": [
{
"first": "Lari",
"middle": [],
"last": "Carlson",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lari Carlson. 1983. Dialogue Games: An Approach to Discourse Analysis. D. Reidel, Dordrecht, Holland.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "An evidential model for tracking initiative in collaborative dialogue interactions",
"authors": [
{
"first": "Jennifer",
"middle": [],
"last": "Chu",
"suffix": ""
},
{
"first": "-",
"middle": [],
"last": "Carroll",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"K"
],
"last": "Brown",
"suffix": ""
}
],
"year": 1998,
"venue": "User Modeling and User-Adapted Interaction",
"volume": "8",
"issue": "3-4",
"pages": "215--253",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jennifer Chu-Carroll and Michael K. Brown. 1998. An evidential model for tracking initiative in collabora- tive dialogue interactions. User Modeling and User- Adapted Interaction, 8(3-4):215-253.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Contributing to discourse",
"authors": [
{
"first": "H",
"middle": [],
"last": "Herbert",
"suffix": ""
},
{
"first": "Edward",
"middle": [
"F"
],
"last": "Clark",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Schaefer",
"suffix": ""
}
],
"year": 1989,
"venue": "Cognitive Science",
"volume": "13",
"issue": "",
"pages": "259--294",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Herbert H. Clark and Edward F. Schaefer. 1989. Con- tributing to discourse. Cognitive Science, 13:259-294.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Using Language",
"authors": [
{
"first": "H",
"middle": [],
"last": "Herbert",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Clark",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Herbert H. Clark. 1996. Using Language. Cambridge University Press.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Intentions in Communication",
"authors": [
{
"first": "Philip",
"middle": [],
"last": "Cohen",
"suffix": ""
},
{
"first": "Jerry",
"middle": [],
"last": "Morgan",
"suffix": ""
},
{
"first": "Martha",
"middle": [],
"last": "Pollack",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philip Cohen, Jerry Morgan, and Martha Pollack , editors. 1990. Intentions in Communication. MIT Press.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Elements of a plan-based theory of speech acts",
"authors": [
{
"first": "P",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Perrault",
"suffix": ""
}
],
"year": 1979,
"venue": "Cognitive Science",
"volume": "3",
"issue": "3",
"pages": "177--212",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P R. Cohen and C. R. Perrault 1979. Elements of a plan-based theory of speech acts. Cognitive Science, 3(3):177-212.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Dialogue Modeling, chapter 6.3",
"authors": [
{
"first": "Phil",
"middle": [],
"last": "Cohen",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Phil Cohen, 1998. Dialogue Modeling, chapter 6.3. In Cole et al. (Cole et al., 1998).",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Survey of the State of the Art in Human Language Technology",
"authors": [
{
"first": "Ronald",
"middle": [],
"last": "Cole",
"suffix": ""
},
{
"first": "Joseph",
"middle": [],
"last": "Mariani",
"suffix": ""
},
{
"first": "Hans",
"middle": [],
"last": "Uszkoreit",
"suffix": ""
},
{
"first": "Giovanni",
"middle": [],
"last": "Varile",
"suffix": ""
},
{
"first": "Annie",
"middle": [],
"last": "Zaenen",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ronald Cole, Joseph Mariani, Hans Uszkoreit, Giovanni Varile, Annie Zaenen, Antonio Zampolli, and Victor Zue, editors. 1998. Survey of the State of the Art in Human Language Technology. Cambridge University Press, Cambridge.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Advances in Spoken Discourse Analysis. Routledge. London",
"authors": [],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Malcolm Coulthard, editor. 1992. Advances in Spoken Discourse Analysis. Routledge. London.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Handbook of Natural Language Processing. Marcel Dekker",
"authors": [
{
"first": "Robert",
"middle": [],
"last": "Dale",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Moisl",
"suffix": ""
},
{
"first": "Harold",
"middle": [],
"last": "Somers",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert Dale, Hermann Moisl, and Harold Somers, edi- tors. 2000. Handbook of Natural Language Process- ing. Marcel Dekker. New York.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Chinese spoken language understanding across domain",
"authors": [
{
"first": "Yunbin",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Bo",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "Taiyi",
"middle": [],
"last": "Huang",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 6th International Conference on Spoken Language Processing",
"volume": "1",
"issue": "",
"pages": "230--233",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yunbin Deng, Bo Xu, and Taiyi Huang. 2000. Chi- nese spoken language understanding across domain. In Proceedings of the 6th International Conference on Spoken Language Processing, volume 1, pages 230- 233.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "STRIPS: A new approach to the application of theorem proving to problem solving",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Fikes",
"suffix": ""
},
{
"first": "Nils",
"middle": [
"J"
],
"last": "Nilsson",
"suffix": ""
}
],
"year": 1971,
"venue": "Artificial Intelligence",
"volume": "2",
"issue": "3-4",
"pages": "189--208",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Fikes and Nils J. Nilsson. 1971. STRIPS: A new approach to the application of theorem proving to problem solving. Artificial Intelligence, 2(3-4):189- 208.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Discourse segmentation of spoken dialogue: an empirical approach",
"authors": [
{
"first": "Giovanni",
"middle": [],
"last": "Flammia",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Giovanni Flammia. 1998. Discourse segmentation of spoken dialogue: an empirical approach. Ph.D. the- sis, MIT.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "A form-based dialogue manager for spoken language applications",
"authors": [
{
"first": "D",
"middle": [],
"last": "Goddeau",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Meng",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Polifroni",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Seneff",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Busayapongchai",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 4th International Conference on Spoken Language Processing",
"volume": "2",
"issue": "",
"pages": "701--704",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Goddeau, H. Meng, J. Polifroni, S. Seneff, and S. Busayapongchai. 1996. A form-based dialogue manager for spoken language applications. In Pro- ceedings of the 4th International Conference on Spo- ken Language Processing, volume 2, pages 701-704.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Collaborative plans for complex group action",
"authors": [
{
"first": "J",
"middle": [],
"last": "Barbara",
"suffix": ""
},
{
"first": "Sarit",
"middle": [],
"last": "Grosz",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kraus",
"suffix": ""
}
],
"year": 1996,
"venue": "Artificial Intelligence",
"volume": "86",
"issue": "2",
"pages": "269--357",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara J. Grosz and Sarit Kraus. 1996. Collaborative plans for complex group action. Artificial Intelligence, 86(2):269-357.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Attention, intention, and the structure of discourse",
"authors": [
{
"first": "J",
"middle": [],
"last": "Barbara",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sidner",
"suffix": ""
}
],
"year": 1986,
"venue": "Computational Linguistics",
"volume": "12",
"issue": "3",
"pages": "175--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara J. Grosz and Candace L. Sidner. 1986. Atten- tion, intention, and the structure of discourse. Compu- tational Linguistics, 12(3):175-204.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Plans for Discourse",
"authors": [
{
"first": "J",
"middle": [],
"last": "Barbara",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sidner ; Cohen",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara J. Grosz and Candace L. Sidner. 1990. Plans for Discourse. In Cohen et al. (Cohen et al., 1990).",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "User Modeling and User-Adapted Interaction, Special Issue on Computational Models for Mixed Initiative Interaction",
"authors": [
{
"first": "Susan",
"middle": [],
"last": "Haller",
"suffix": ""
},
{
"first": "Susan",
"middle": [],
"last": "Mcroy",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "8",
"issue": "",
"pages": "1--2",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Susan Haller and Susan McRoy, editors. 1998, 1999. User Modeling and User-Adapted Interaction, Special Issue on Computational Models for Mixed Initiative Interaction, 8(3-4),9(1-2).",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Dialogue games are recipes for joint action",
"authors": [
{
"first": "Joris",
"middle": [],
"last": "Hulstijn",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the Forth Workshop on the Semantics and Pragmatics of Dialogue (Gotalog'00)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joris Hulstijn. 2000. Dialogue games are recipes for joint action. In Proceedings of the Forth Workshop on the Semantics and Pragmatics of Dialogue (Gotalog'00).",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Proceedings of the IEEE , Special Issue on Spoken Language Processing",
"authors": [],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Biing-Hwang Juang and Sadaoki Furui, editors. 2000. Proceedings of the IEEE , Special Issue on Spoken Language Processing, 88(8).",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Switchboard discourse language modeling project report",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "Noah",
"middle": [],
"last": "Coccaro",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Martin",
"suffix": ""
},
{
"first": "Marie",
"middle": [],
"last": "Meteer",
"suffix": ""
},
{
"first": "Klaus",
"middle": [],
"last": "Ries",
"suffix": ""
},
{
"first": "Elizabeth",
"middle": [],
"last": "Shriberg",
"suffix": ""
},
{
"first": "Andreas",
"middle": [],
"last": "Stolcke",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Taylor",
"suffix": ""
},
{
"first": "Carol",
"middle": [],
"last": "Van Ess-Dykema",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Jurafsky, Rebecca Bates, Noah Coccaro, Rachel Martin, Marie Meteer, Klaus Ries, Elizabeth Shriberg, Andreas Stolcke, Paul Taylor, and Carol Van Ess- Dykema. 1998. Switchboard discourse language modeling project report. Technical Report Research Note No. 30, Center for Speech and Language Pro- cessing, Johns Hopkins University, Baltimore, MD.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Speech and Language Processing: An Introduction to Natural Language Processing",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "James",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Martin",
"suffix": ""
}
],
"year": 2000,
"venue": "Speech Recognition, and Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Jurafsky and James H. Martin. 2000. Speech and Language Processing: An Introduction to Natural Language Processing, Speech Recognition, and Com- putational Linguistics. Prentice-Hall.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Pragmatics and Computational Linguistics. To appear in Laurence R. Horn and Gregory Ward",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
}
],
"year": 2002,
"venue": "Handbook of Pragmatics. Blackwell",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Daniel Jurafsky, 2002. Pragmatics and Computational Linguistics. To appear in Laurence R. Horn and Gre- gory Ward, editors. Handbook of Pragmatics. Black- well, Oxford.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Conversational games within dialogue",
"authors": [
{
"first": "J",
"middle": [],
"last": "Kowtko",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Isard",
"suffix": ""
},
{
"first": "G",
"middle": [
"M"
],
"last": "Doherty",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Kowtko, S. Isard, and G. M. Doherty. 1992. Conver- sational games within dialogue. Research Paper 31, Human Communication Research Centre, Edinburgh University, Edinburgh.",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "A tripartite plan-based model of dialogue",
"authors": [
{
"first": "Lynn",
"middle": [],
"last": "Lambert",
"suffix": ""
},
{
"first": "Sandra",
"middle": [],
"last": "Carberry",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 29th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "47--54",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lynn Lambert and Sandra Carberry. 1991. A tripartite plan-based model of dialogue. In Proceedings of the 29th Annual Meeting of the Association for Computa- tional Linguistics, pages 47-54, Berkeley, CA.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "The LIMSI ARISE system",
"authors": [
{
"first": "L",
"middle": [],
"last": "Lamel",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Rosset",
"suffix": ""
},
{
"first": "J",
"middle": [
"L"
],
"last": "Gauvain",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Bennacef",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Garnier-Rizet",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Prouts",
"suffix": ""
}
],
"year": 2000,
"venue": "Speech Communication",
"volume": "31",
"issue": "4",
"pages": "339--354",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Lamel, S. Rosset, J.L. Gauvain, S. Bennacef, M. Garnier-Rizet, and B. Prouts. 2000. The LIMSI ARISE system. Speech Communication, 31(4):339- 354.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "A stochastic model of human-machine interaction for learning dialog strategies",
"authors": [
{
"first": "Esther",
"middle": [],
"last": "Levin",
"suffix": ""
},
{
"first": "Roberto",
"middle": [],
"last": "Pieraccini",
"suffix": ""
},
{
"first": "Wieland",
"middle": [],
"last": "Eckert",
"suffix": ""
}
],
"year": 2000,
"venue": "IEEE Transactions on Speech and Audio Processing",
"volume": "8",
"issue": "1",
"pages": "11--24",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Esther Levin, Roberto Pieraccini, and Wieland Eckert. 2000. A stochastic model of human-machine interac- tion for learning dialog strategies. IEEE Transactions on Speech and Audio Processing, 8(1):11-24.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "Pragmatics",
"authors": [
{
"first": "C",
"middle": [],
"last": "Stephen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Levinson",
"suffix": ""
}
],
"year": 1983,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen C. Levinson. 1983. Pragmatics. Cambridge University Press.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "The design of a multi-domain mandarin Chinese spoken dialogue system",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Chiang",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Peng",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Chang",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 5th International Conference on Spoken Language Processing",
"volume": "1",
"issue": "",
"pages": "230--233",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Lin, T. Chiang, H. Wang, C. Peng, and C. Chang. 1998. The design of a multi-domain mandarin Chinese spoken dialogue system. In Proceedings of the 5th In- ternational Conference on Spoken Language Process- ing, volume 1, pages 230-233.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "A plan recognition model for subdialogues in conversation",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
},
{
"first": "James",
"middle": [
"F"
],
"last": "Allen",
"suffix": ""
}
],
"year": 1987,
"venue": "Cognitive Science",
"volume": "11",
"issue": "2",
"pages": "163--200",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Diane J. Litman and James F. Allen. 1987. A plan recog- nition model for subdialogues in conversation. Cogni- tive Science, 11(2):163-200.",
"links": null
},
"BIBREF41": {
"ref_id": "b41",
"title": "Discourse Processing and Commonsense Plans",
"authors": [
{
"first": "Diane",
"middle": [
"J"
],
"last": "Litman",
"suffix": ""
},
{
"first": "James",
"middle": [
"F"
],
"last": "Allen ; Cohen",
"suffix": ""
}
],
"year": 1990,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Diane J. Litman and James F. Allen. 1990. Discourse Processing and Commonsense Plans. In Cohen et al. (Cohen et al., 1990).",
"links": null
},
"BIBREF42": {
"ref_id": "b42",
"title": "Discourse Structure and Intention Recognition, chapter 6",
"authors": [
{
"first": "Karen",
"middle": [
"E"
],
"last": "Lochbaum",
"suffix": ""
},
{
"first": "Barbara",
"middle": [
"J"
],
"last": "Grosz",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 2000,
"venue": "",
"volume": "",
"issue": "",
"pages": "123--146",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Karen E. Lochbaum, Barbara J. Grosz, and Candace L. Sidner, 2000. Discourse Structure and Intention Recognition, chapter 6, pages 123-146. In Dale et al. (Dale et al., 2000).",
"links": null
},
"BIBREF43": {
"ref_id": "b43",
"title": "The genre diversity of dialogue game theory",
"authors": [
{
"first": "C",
"middle": [],
"last": "William",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mann",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "William C. Mann. 2001. The genre diversity of dia- logue game theory. Available from http://www- rcf.usc.edu/ billmann/memos.htm.",
"links": null
},
"BIBREF44": {
"ref_id": "b44",
"title": "Modelling spoken dialogues with state transition diagrams: experiences with the CSLU toolkit",
"authors": [
{
"first": "F",
"middle": [],
"last": "Michael",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mctear",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 5th International Conference on Spoken Language Processing",
"volume": "2",
"issue": "",
"pages": "1223--1226",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael F McTear. 1998. Modelling spoken dialogues with state transition diagrams: experiences with the CSLU toolkit. In Proceedings of the 5th Interna- tional Conference on Spoken Language Processing, volume 2, pages 1223-1226.",
"links": null
},
"BIBREF45": {
"ref_id": "b45",
"title": "Spoken dialogue technology: Enabling the conversational user interface",
"authors": [
{
"first": "F",
"middle": [],
"last": "Michael",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mctear",
"suffix": ""
}
],
"year": 2002,
"venue": "ACM Computing Surveys",
"volume": "34",
"issue": "1",
"pages": "90--169",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael F. McTear. 2002. Spoken dialogue technology: Enabling the conversational user interface. ACM Com- puting Surveys,34(1):90-169.",
"links": null
},
"BIBREF46": {
"ref_id": "b46",
"title": "Overview of the ARISE project",
"authors": [
{
"first": "Lou",
"middle": [],
"last": "Els Den Os",
"suffix": ""
},
{
"first": "Lori",
"middle": [],
"last": "Boves",
"suffix": ""
},
{
"first": "Paolo",
"middle": [],
"last": "Lamel",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Baggia",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the 6th European Conference on Speech Communication and Technology",
"volume": "4",
"issue": "",
"pages": "1527--1530",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Els den Os, Lou Boves, Lori Lamel, and Paolo Baggia. 1999. Overview of the ARISE project. In Proceedings of the 6th European Conference on Speech Communi- cation and Technology, volume 4, pages 1527-1530.",
"links": null
},
"BIBREF47": {
"ref_id": "b47",
"title": "Discourse segmentation by human and automated means",
"authors": [
{
"first": "Rebecca",
"middle": [],
"last": "Passonneau",
"suffix": ""
},
{
"first": "Diane",
"middle": [],
"last": "Litman",
"suffix": ""
}
],
"year": 1997,
"venue": "Computational Linguistics",
"volume": "23",
"issue": "1",
"pages": "103--140",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rebecca Passonneau and Diane Litman. 1997. Discourse segmentation by human and automated means. Com- putational Linguistics, 23(1):103-140.",
"links": null
},
"BIBREF48": {
"ref_id": "b48",
"title": "Collagen: A collaboration manager for software interface agents",
"authors": [
{
"first": "Charles",
"middle": [],
"last": "Rich",
"suffix": ""
},
{
"first": "Candace",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 1998,
"venue": "User Modeling and User-Adapted Interaction",
"volume": "8",
"issue": "3-4",
"pages": "315--350",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Charles Rich and Candace L. Sidner. 1998. Colla- gen: A collaboration manager for software interface agents. User Modeling and User-Adapted Interaction, 8(3-4):315-350.",
"links": null
},
"BIBREF49": {
"ref_id": "b49",
"title": "A simplest systematics for the organization of turntaking for conversation",
"authors": [
{
"first": "H",
"middle": [],
"last": "Sacks",
"suffix": ""
},
{
"first": "E",
"middle": [
"A"
],
"last": "Schegloff",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Jefferson",
"suffix": ""
}
],
"year": 1974,
"venue": "Language",
"volume": "50",
"issue": "4",
"pages": "696--735",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "H. Sacks, E. A. Schegloff, and G. Jefferson. 1974. A simplest systematics for the organization of turn- taking for conversation. Language, 50(4):696-735.",
"links": null
},
"BIBREF50": {
"ref_id": "b50",
"title": "Discourse Markers",
"authors": [
{
"first": "Deborah",
"middle": [],
"last": "Schiffrin",
"suffix": ""
}
],
"year": 1987,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Deborah Schiffrin. 1987. Discourse Markers. Cam- bridge University Press.",
"links": null
},
"BIBREF51": {
"ref_id": "b51",
"title": "Speech Acts",
"authors": [
{
"first": "J",
"middle": [
"R"
],
"last": "Searle",
"suffix": ""
}
],
"year": 1969,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. R. Searle. 1969. Speech Acts. Cambridge University Press.",
"links": null
},
"BIBREF52": {
"ref_id": "b52",
"title": "Towards an Analysis of Discourse: The English Used by Teachers and Pupils",
"authors": [
{
"first": "John",
"middle": [
"M"
],
"last": "Sinclair",
"suffix": ""
},
{
"first": "Malcolm",
"middle": [],
"last": "Coulthard",
"suffix": ""
}
],
"year": 1975,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "John M. Sinclair and Malcolm Coulthard. 1975. Towards an Analysis of Discourse: The English Used by Teach- ers and Pupils. Oxford University Press.",
"links": null
},
"BIBREF53": {
"ref_id": "b53",
"title": "The thoughtful elephant: Strategies for spoken dialog systems",
"authors": [
{
"first": "Bernd",
"middle": [],
"last": "Souvignier",
"suffix": ""
},
{
"first": "Andreas",
"middle": [],
"last": "Kellner",
"suffix": ""
},
{
"first": "Bernhard",
"middle": [],
"last": "Rueber",
"suffix": ""
},
{
"first": "Hauke",
"middle": [],
"last": "Schramm",
"suffix": ""
},
{
"first": "Frank",
"middle": [],
"last": "Seide",
"suffix": ""
}
],
"year": 2000,
"venue": "IEEE Transactions on Speech and Audio Processing",
"volume": "8",
"issue": "1",
"pages": "51--62",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bernd Souvignier, Andreas Kellner, Bernhard Rueber, Hauke Schramm, and Frank Seide. 2000. The thoughtful elephant: Strategies for spoken dialog sys- tems. IEEE Transactions on Speech and Audio Pro- cessing, 8(1):51-62.",
"links": null
},
"BIBREF54": {
"ref_id": "b54",
"title": "Dialogue act modeling for automatic tagging and recognition of conversational speech",
"authors": [
{
"first": "Andreas",
"middle": [],
"last": "Stolcke",
"suffix": ""
},
{
"first": "Klaus",
"middle": [],
"last": "Ries",
"suffix": ""
},
{
"first": "Noah",
"middle": [],
"last": "Coccaro",
"suffix": ""
},
{
"first": "Elizabeth",
"middle": [],
"last": "Shriberg",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [],
"last": "Bates",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Taylor",
"suffix": ""
},
{
"first": "Rachel",
"middle": [],
"last": "Martin",
"suffix": ""
},
{
"first": "Carol",
"middle": [],
"last": "Van Ess-Dykema",
"suffix": ""
},
{
"first": "Marie",
"middle": [],
"last": "Meteer",
"suffix": ""
}
],
"year": 2000,
"venue": "Computational Linguistics",
"volume": "26",
"issue": "3",
"pages": "339--371",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Andreas Stolcke, Klaus Ries, Noah Coccaro, Eliza- beth Shriberg, Rebecca Bates, Daniel Jurafsky, Paul Taylor, Rachel Martin, Carol Van Ess-Dykema, and Marie Meteer. 2000. Dialogue act modeling for automatic tagging and recognition of conversational speech. Computational Linguistics, 26(3):339-371.",
"links": null
},
"BIBREF55": {
"ref_id": "b55",
"title": "Conversation acts in task-oriented spoken dialogue",
"authors": [
{
"first": "R",
"middle": [],
"last": "David",
"suffix": ""
},
{
"first": "Elizabeth",
"middle": [
"A"
],
"last": "Traum",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hinkelman",
"suffix": ""
}
],
"year": 1992,
"venue": "Computational Intelligence",
"volume": "8",
"issue": "3",
"pages": "575--599",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David R. Traum and Elizabeth A. Hinkelman. 1992. Conversation acts in task-oriented spoken dialogue. Computational Intelligence, 8(3):575-599.",
"links": null
},
"BIBREF56": {
"ref_id": "b56",
"title": "A Computational Theory of Grounding in Natural Language Conversation",
"authors": [
{
"first": "David",
"middle": [
"R"
],
"last": "Traum",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David R. Traum. 1994. A Computational Theory of Grounding in Natural Language Conversation. Ph.D. thesis, University of Rochester.",
"links": null
},
"BIBREF57": {
"ref_id": "b57",
"title": "20 questions for dialogue act taxonomies",
"authors": [
{
"first": "R",
"middle": [],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Traum",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the Third Workshop on the Semantics and Pragmatics of Dialogue (Amstelog'99)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David R. Traum. 1999. 20 questions for dialogue act tax- onomies. In Proceedings of the Third Workshop on the Semantics and Pragmatics of Dialogue (Amstelog'99).",
"links": null
},
"BIBREF58": {
"ref_id": "b58",
"title": "An application of reinforcement learning to dialogue strategy selection in a spoken dialogue system for email",
"authors": [
{
"first": "A",
"middle": [],
"last": "Marilyn",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Walker",
"suffix": ""
}
],
"year": 2000,
"venue": "Journal of Artificial Intelligence Research",
"volume": "12",
"issue": "",
"pages": "387--416",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marilyn A. Walker. 2000. An application of reinforce- ment learning to dialogue strategy selection in a spo- ken dialogue system for email. Journal of Artificial Intelligence Research, 12:387-416.",
"links": null
},
"BIBREF59": {
"ref_id": "b59",
"title": "Computational Perspectives on Discourse and Dialogue",
"authors": [
{
"first": "Bonnie",
"middle": [],
"last": "Webber",
"suffix": ""
}
],
"year": 2001,
"venue": "Handbook of Discourse Analysis",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bonnie Webber. 2001. Computational Perspectives on Discourse and Dialogue. In Deborah Schiffrin, Deb- orah Tannen, and Heidi Hamilton, editors. Handbook of Discourse Analysis. Blackwell, Oxford.",
"links": null
},
"BIBREF60": {
"ref_id": "b60",
"title": "Topic forest: A plan-based dialog management structure",
"authors": [
{
"first": "Xiaojun",
"middle": [],
"last": "Wu",
"suffix": ""
},
{
"first": "Fang",
"middle": [],
"last": "Zheng",
"suffix": ""
},
{
"first": "Mingxing",
"middle": [],
"last": "Xu",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of ICASSP",
"volume": "1",
"issue": "",
"pages": "617--620",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xiaojun Wu, Fang Zheng, and Mingxing Xu. 2000. Topic forest: A plan-based dialog management struc- ture. In Proceedings of ICASSP, volume 1, pages 617- 620.",
"links": null
},
"BIBREF61": {
"ref_id": "b61",
"title": "Task-based dialog management using an agenda",
"authors": [
{
"first": "Wei",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "Alexander",
"middle": [
"I"
],
"last": "Rudnicky",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of ANLP/NAACL 2000 Workshop on Conversational Systems",
"volume": "",
"issue": "",
"pages": "42--47",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wei Xu and Alexander I. Rudnicky. 2000. Task-based di- alog management using an agenda. In Proceedings of ANLP/NAACL 2000 Workshop on Conversational Sys- tems, pages 42-47.",
"links": null
},
"BIBREF62": {
"ref_id": "b62",
"title": "A Chinese spoken dialogue database and its application for travel routine information retrieval",
"authors": [
{
"first": "B",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "T",
"middle": [
"Y"
],
"last": "Huang",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Huang",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the Second International Workshop on East-Asia Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Xu, T.Y. Huang, X. Zhang, and C. Huang. 1999. A Chinese spoken dialogue database and its application for travel routine information retrieval. In Proceed- ings of the Second International Workshop on East- Asia Language Resources and Evaluation, Taipei.",
"links": null
},
"BIBREF63": {
"ref_id": "b63",
"title": "Survey of the state of the art in spoken dialogue systems",
"authors": [
{
"first": "Weiqun",
"middle": [],
"last": "Xu",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weiqun Xu. 2001. Survey of the state of the art in spoken dialogue systems. Manuscript.",
"links": null
},
"BIBREF64": {
"ref_id": "b64",
"title": "Grouping utterances in informationseeking dialogues",
"authors": [
{
"first": "Weiqun",
"middle": [],
"last": "Xu",
"suffix": ""
}
],
"year": 2002,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Weiqun Xu. 2002. Grouping utterances in information- seeking dialogues. In preparation.",
"links": null
},
"BIBREF65": {
"ref_id": "b65",
"title": "Conversational interfaces: Advances and challenges",
"authors": [
{
"first": "Victor",
"middle": [],
"last": "Zue",
"suffix": ""
},
{
"first": "Jim",
"middle": [],
"last": "Glass",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the IEEE",
"volume": "88",
"issue": "8",
"pages": "1166--1180",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Victor Zue and Jim Glass. 2000. Conversational inter- faces: Advances and challenges. Proceedings of the IEEE, 88(8):1166-1180.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Group segmentation algorithms"
},
"TABREF0": {
"content": "<table><tr><td/><td/><td colspan=\"2\">Task Model</td></tr><tr><td/><td/><td colspan=\"2\">implicit explicit</td></tr><tr><td colspan=\"2\">Dialogue implicit</td><td>DITI</td><td>DITE</td></tr><tr><td>Model</td><td>explicit</td><td>DETI</td><td>DETE</td></tr></table>",
"num": null,
"text": "Classifying dialogue management models",
"html": null,
"type_str": "table"
},
"TABREF1": {
"content": "<table><tr><td/><td/><td colspan=\"3\">Information Flow</td></tr><tr><td/><td/><td>S</td><td colspan=\"2\">U U</td><td>S</td></tr><tr><td>Group</td><td>User</td><td colspan=\"2\">UISU</td><td>UIUS</td></tr><tr><td colspan=\"2\">Initiative Server</td><td colspan=\"2\">SISU</td><td>SIUS</td></tr></table>",
"num": null,
"text": "Basic utterance groups",
"html": null,
"type_str": "table"
},
"TABREF2": {
"content": "<table><tr><td colspan=\"5\">Group segmentation results</td></tr><tr><td/><td>subject</td><td>I</td><td>II</td><td>III</td></tr><tr><td>Precision</td><td>.88</td><td colspan=\"3\">.59 .67 .83</td></tr><tr><td>Recall</td><td>.92</td><td colspan=\"3\">.82 .62 .56</td></tr><tr><td>F-measure</td><td>.90</td><td colspan=\"3\">.69 .64 .67</td></tr></table>",
"num": null,
"text": "",
"html": null,
"type_str": "table"
}
}
}
}