| { |
| "paper_id": "P14-1004", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:07:00.733952Z" |
| }, |
| "title": "Discovering Latent Structure in Task-Oriented Dialogues", |
| "authors": [ |
| { |
| "first": "Ke", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "zhaike@cs.umd.edu" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "jason.williams@microsoft.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "A key challenge for computational conversation models is to discover latent structure in task-oriented dialogue, since it provides a basis for analysing, evaluating, and building conversational systems. We propose three new unsupervised models to discover latent structures in task-oriented dialogues. Our methods synthesize hidden Markov models (for underlying state) and topic models (to connect words to states). We apply them to two real, non-trivial datasets: human-computer spoken dialogues in bus query service, and humanhuman text-based chats from a live technical support service. We show that our models extract meaningful state representations and dialogue structures consistent with human annotations. Quantitatively, we show our models achieve superior performance on held-out log likelihood evaluation and an ordering task.", |
| "pdf_parse": { |
| "paper_id": "P14-1004", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "A key challenge for computational conversation models is to discover latent structure in task-oriented dialogue, since it provides a basis for analysing, evaluating, and building conversational systems. We propose three new unsupervised models to discover latent structures in task-oriented dialogues. Our methods synthesize hidden Markov models (for underlying state) and topic models (to connect words to states). We apply them to two real, non-trivial datasets: human-computer spoken dialogues in bus query service, and humanhuman text-based chats from a live technical support service. We show that our models extract meaningful state representations and dialogue structures consistent with human annotations. Quantitatively, we show our models achieve superior performance on held-out log likelihood evaluation and an ordering task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Modeling human conversation is a fundamental scientific pursuit. In addition to yielding basic insights into human communication, computational models of conversation underpin a host of real-world applications, including interactive dialogue systems (Young, 2006) , dialogue summarization (Murray et al., 2005; Daum\u00e9 III and Marcu, 2006; Liu et al., 2010) , and even medical applications such as diagnosis of psychological conditions (DeVault et al., 2013) .", |
| "cite_spans": [ |
| { |
| "start": 250, |
| "end": 263, |
| "text": "(Young, 2006)", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 289, |
| "end": 310, |
| "text": "(Murray et al., 2005;", |
| "ref_id": "BIBREF25" |
| }, |
| { |
| "start": 311, |
| "end": 337, |
| "text": "Daum\u00e9 III and Marcu, 2006;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 338, |
| "end": 355, |
| "text": "Liu et al., 2010)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 434, |
| "end": 456, |
| "text": "(DeVault et al., 2013)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Computational models of conversation can be broadly divided into two genres: modeling and control. Control is concerned with choosing actions in interactive settings-for example to maximize task completion-using reinforcement learn- * Work done at Microsoft Research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "ing (Levin et al., 2000) , supervised learning (Hurtado et al., 2010) , hand-crafted rules (Larsson and Traum, 2000) , or mixtures of these (Henderson and Lemon, 2008) . By contrast, modeling-the genre of this paper-is concerned with inferring a phenomena in an existing corpus, such as dialogue acts in two-party conversations (Stolcke et al., 2000) or topic shifts in multi-party dialogues (Galley et al., 2003; Purver et al., 2006; Hsueh et al., 2006; Banerjee and Rudnicky, 2006) .", |
| "cite_spans": [ |
| { |
| "start": 4, |
| "end": 24, |
| "text": "(Levin et al., 2000)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 47, |
| "end": 69, |
| "text": "(Hurtado et al., 2010)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 91, |
| "end": 116, |
| "text": "(Larsson and Traum, 2000)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 140, |
| "end": 167, |
| "text": "(Henderson and Lemon, 2008)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 328, |
| "end": 350, |
| "text": "(Stolcke et al., 2000)", |
| "ref_id": "BIBREF32" |
| }, |
| { |
| "start": 392, |
| "end": 413, |
| "text": "(Galley et al., 2003;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 414, |
| "end": 434, |
| "text": "Purver et al., 2006;", |
| "ref_id": "BIBREF28" |
| }, |
| { |
| "start": 435, |
| "end": 454, |
| "text": "Hsueh et al., 2006;", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 455, |
| "end": 483, |
| "text": "Banerjee and Rudnicky, 2006)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Many past works rely on supervised learning or human annotations, which usually requires manual labels and annotation guidelines (Jurafsky et al., 1997) . It constrains scaling the size of training examples, and application domains. By contrast, unsupervised methods operate only on the observable signal (e.g. words) and are estimated without labels or their attendant limitations (Crook et al., 2009) . They are particularly relevant because conversation is a temporal process where models are trained to infer a latent state which evolves as the dialogue progresses (Bangalore et al., 2006; Traum and Larsson, 2003) .", |
| "cite_spans": [ |
| { |
| "start": 129, |
| "end": 152, |
| "text": "(Jurafsky et al., 1997)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 382, |
| "end": 402, |
| "text": "(Crook et al., 2009)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 569, |
| "end": 593, |
| "text": "(Bangalore et al., 2006;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 594, |
| "end": 618, |
| "text": "Traum and Larsson, 2003)", |
| "ref_id": "BIBREF33" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our basic approach is to assume that each utterance in the conversation is in a latent state, which has a causal effect on the words the conversants produce. Inferring this model yields basic insights into the structure of conversation and also has broad practical benefits, for example, speech recognition (Williams and Balakrishnan, 2009) , natural language generation (Rieser and Lemon, 2010) , and new features for dialogue policy optimization (Singh et al., 2002; Young, 2006) .", |
| "cite_spans": [ |
| { |
| "start": 307, |
| "end": 340, |
| "text": "(Williams and Balakrishnan, 2009)", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 371, |
| "end": 395, |
| "text": "(Rieser and Lemon, 2010)", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 448, |
| "end": 468, |
| "text": "(Singh et al., 2002;", |
| "ref_id": "BIBREF31" |
| }, |
| { |
| "start": 469, |
| "end": 481, |
| "text": "Young, 2006)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There has been limited past work on unsupervised methods for conversation modeling. Chotimongkol (2008) studies task-oriented conversation and proposed a model based on a hidden Markov model (HMM). Ritter et al. (2010) extends it by introducing additional word sources, and applies to non-task-oriented conversationssocial interactions on Twitter, where the subjects discussed are very diffuse. The additional word sources capture the subjects, leaving the statespecific models to express common dialogue flows such as question/answer pairs.", |
| "cite_spans": [ |
| { |
| "start": 84, |
| "end": 103, |
| "text": "Chotimongkol (2008)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 198, |
| "end": 218, |
| "text": "Ritter et al. (2010)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we retain the underlying HMM, but assume words are emitted using topic models (TM), exemplified by latent Dirichlet allocation (Blei et al., 2003, LDA) . LDA assumes each word in an utterance is drawn from one of a set of latent topics, where each topic is a multinomial distribution over the vocabulary. The key idea is that the set of topics is shared across all states, and each state corresponds to a mixture of topics. We propose three model variants that link topics and states in different ways.", |
| "cite_spans": [ |
| { |
| "start": 142, |
| "end": 166, |
| "text": "(Blei et al., 2003, LDA)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Sharing topics across states is an attractive property in task-oriented dialogue, where a single concept can be discussed at many points in a dialogue, yet different topics often appear in predictable sequences. Compared to past works, the decoupling of states and topics gives our models more expressive power and the potential to be more data efficient. Empirically, we find that our models outperform past approaches on two realworld corpora of task-oriented dialogues.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This paper is organized as follows: Section 2 introduces two task-oriented domains and corpora; Section 3 details three new unsupervised generative models which combine HMMs and LDA and efficient inference schemes; Section 4 evaluates our models qualitatively and quantitatively, and finally conclude in Section 5.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "To test the generality of our models, we study two very different datasets: a set of human-computer spoken dialogues in quering bus timetable (Bus-Time), and a set of human-human text-based dialogues in the technical support domain (TechSupport). In BusTime, the conversational structure is known because the computer followed a deterministic program (Williams, 2012) , making it possible to directly compare an inferred model to ground truth on this corpus. 1 In TechSupport, there is no known flowchart, 2 making this a realistic application of unsupervised methods.", |
| "cite_spans": [ |
| { |
| "start": 351, |
| "end": 367, |
| "text": "(Williams, 2012)", |
| "ref_id": "BIBREF37" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "BusTime This corpus consists of logs of telephone calls between a spoken dialogue system and real bus users in Pittsburgh, USA (Black et al., 2010) . For the user side, the words logged are the words recognized by the automatic speech recognizer. The vocabulary of the recognizer was constrained to the bus timetable task, so only words known to the recognizer in advance are output. Even so, the word error rate is approximately 30-40%, due to the challenging audio conditions of usage-with traffic noise and extraneous speech.", |
| "cite_spans": [ |
| { |
| "start": 127, |
| "end": 147, |
| "text": "(Black et al., 2010)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The system asked users sequentially for a bus route, origin and destination, and optionally date and time. The system confirmed low-confidence speech recognition results. Due to the speech recognition channel, system and user turns always alternate. An example dialogue is given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "System: Say a route like bus-route , or say I'm not sure. User: bus-route . System: I thought you said bus-route , is that right? User: Yes. System: Say where're you leaving from, like location . User: location . System: Okay, location , where are you going to? ... We discard dialogues with fewer than 20 utterances. We also map all named entities (e.g., \"downtown\" and \"28X\") to their semantic types (resp. location and bus-route ) to reduce vocabulary size. The corpus we use consists of approximately 850 dialogue sessions or 30, 000 utterances. It contains 370, 000 tokens (words or semantic types) with vocabulary size 250.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "TechSupport This corpus consists of logs of real web-based human-human text \"chat\" conversations between clients and technical support agents at a large corporation. Usually, clients and agents first exchange names and contact information; after that, dialogues are quite free-form, as agents ask questions and suggest fixes. Most dialogues ultimately end when the client's issue has been resolved; some clients are provided with a reference number for future follow-up. An example dialogue is given below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Agent: Welcome to the answer desk! My name is agentname . How can I help you today? Agent: May I have your name, email and phone no.? Client: Hi, agent-name . I recently installed new software but I kept getting error, can you help me? Agent: Sorry to hear that. Let me help you with that. Agent: May I have your name, email and phone no.? Client: The error code is error-code . Client: It appears every time when I launch it. Client: Sure. My name is client-name . Client: My email and phone are email , phone . Agent: Thanks, client-name , please give me a minute. Figure 1 : Plate diagrams of baseline models, from existing work (Chotimongkol, 2008; Ritter et al., 2010) . Variable definitions are given in the text.", |
| "cite_spans": [ |
| { |
| "start": 632, |
| "end": 652, |
| "text": "(Chotimongkol, 2008;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 653, |
| "end": 673, |
| "text": "Ritter et al., 2010)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 567, |
| "end": 575, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "w 0,i N 0 s 0 w 0,i N 0 s 1 w 1,i N 1 M s 0 w 0,i N 0 s 1 w 1,i N 1 ... s n w n,i N n M (a) LM-HMM s 0 w 0,i N 0 s 1 ... s n M w 1,i N 1 w n,i N n r 1,i r 0,i r n,i \u03c0m \u03c8E \u03c6m s 0 w 0,i N 0 s 1 ... s n M w 1,i N 1 w n,i N n r 1,i r 0,i r n,i t m g E u m s 0 w 0,i N 0 s 1 M w 1,i N 1 r 1,i r 0,i t m g E u m s 0 w 0,i N 0 s 1 M r 0,i t m g E u m s 0 w 0,i N 0 s 1 M N 1 r 1,i r 0,i t m g E u m s 0 N 0 M r 0,i t m g E u m s 0 w 0,i N 0 M r 0,i t m g E u m M t m g E u m s 0 N 0 M t m g E u m (b) LM-HMMS", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "... This data is less structured than BusTime; clients' issues span software, hardware, networking, and other topics. In addition, clients use common internet short-hand (e.g., \"thx\", \"gtg\", \"ppl\", \"hv\", etc), with mis-spellings (e.g., \"ofice\", \"offfice\", \"erorr\", etc). In addition, chats from the web interface are segmented into turns when a user hits \"Enter\" on a keyboard. Therefore, clients' input and agents' responses do not necessarily alternate consecutively, e.g., an agent's response may take multiple turns as in the above example. Also, it is unreasonable to group consecutive chats from the same party to form a \"alternating\" structure like BusTime dataset due to the asynchronism of different states. For instance, the second block of client inputs clearly comes from two different states which should not be merged together.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "We discard dialogues with fewer than 30 utterances. We map named entities to their semantic types, apply stemming, and remove stop words. 3 The corpus we use contains approximately 2, 000 dialogue sessions or 80, 000 conversation utterances. It consists of 770, 000 tokens, with a a vocabulary size of 6, 600.", |
| "cite_spans": [ |
| { |
| "start": 138, |
| "end": 139, |
| "text": "3", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this work, our goal is to infer latent structure presented in task-oriented conversation. We assume that the structure can be encoded in a probabilistic state transition diagram, where the dialogue is in one state at each utterance, and states have a causal effect on the words observed. We assume the boundaries between utterances are given, which is trivial in many corpora.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Latent Structure in Dialogues", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The simplest formulation we consider is an HMM where each state contains a unigram language model (LM), proposed by Chotimongkol (2008) for task-oriented dialogue and originally developed for discourse analysis by Barzilay and Lee (2004) . We call it LM-HMM as in Figure 1(a) . For a corpus of M dialogues, the m-th dialogue contains n utterances, each of which contains N n words (we omit index m from terms because it will be clear from context). At n-th utterance, we assume the dialogue is in some latent state s n . Words in n-th utterance w n,1 , . . . , w n,Nn are generated (independently) according to the LM. When an utterance is complete, the next state is drawn according to HMM, i.e., P (s |s).", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 135, |
| "text": "Chotimongkol (2008)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 214, |
| "end": 237, |
| "text": "Barzilay and Lee (2004)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 264, |
| "end": 275, |
| "text": "Figure 1(a)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Latent Structure in Dialogues", |
| "sec_num": "3" |
| }, |
| { |
| "text": "While LM-HMM captures the basic intuition of conversation structure, it assumes words are conditioned only on state. Ritter et al. 2010extends LM-HMM to allow words to be emitted from two additional sources: the topic of current dialogue \u03c6, or a background LM \u03c8 shared across all dialogues. A multinomial \u03c0 indicates the expected fraction of words from these three sources. For every word in an utterance, first draw a source indicator r from \u03c0, and then generate the word from the corresponding source. We call it LM-HMMS (Figure 1(b) ). Ritter et al. (2010) finds these alternate sources are important in non-task-oriented domains, where events are diffuse and fleeting. For example, Twitter exchanges often focus on a particular event (labeled X), and follow patterns like \"saw X last night?\", \"X was amazing\". Here X appears throughout the dialogue but does not help to distinguish conversational states in social media. We also explore similar variants.", |
| "cite_spans": [ |
| { |
| "start": 539, |
| "end": 559, |
| "text": "Ritter et al. (2010)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 523, |
| "end": 535, |
| "text": "(Figure 1(b)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Latent Structure in Dialogues", |
| "sec_num": "3" |
| }, |
| { |
| "text": "In this paper, these two models form our baselines. For all models, we use Markov chain Monte Carlo (MCMC) inference (Neal, 2000) to find latent variables that best fit observed data. We also assume symmetric Dirichlet priors on all multinomial distributions and apply collapsed Gibbs sampling. In the rest of this section, we present our models and their inference algorithms in turn.", |
| "cite_spans": [ |
| { |
| "start": 117, |
| "end": 129, |
| "text": "(Neal, 2000)", |
| "ref_id": "BIBREF26" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Latent Structure in Dialogues", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our approach is to modify the emission probabilities of states to be distributions over topics rather than distributions over words. In other words, instead of generating words via a LM, we generate words from a topic model (TM), where each state maps to a mixture of topics. The key benefit of this additional layer of abstraction is to enable states to express higher-level concepts through pooling of topics across states. For example, topics might be inferred for content like \"bus-route\" or \"lo-", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "s 0 w 0,i N 0 s 1 ... s n M z 0,i w 1,i N 1 z 1,i w n,i N n z n,i T K \u03b8 t \u03c6 k s 0 w 0,i N 0 s 1 ... s n M z 0,i w 1,i N 1 z 1,i w n,i N n z n,i T K h t g k s 0 w 0,i N 0 s 1 M z 0,i w 1,i N 1 z 1,i T K h t g k s 0 w 0,i N 0 s 1 M z 0,i N 1 z 1,i T K h t g k s 0 w 0,i N 0 s 1 M z 0,i T K h t g k s 0 w 0,i N 0 M z 0,i T K h t g k s 0 N 0 M z 0,i T K h t g k s 0 M T h t (a) TM-HMM s 0 w 0,i N 0 s 1 ... s n M z 0,i w 1,i N 1 z 1,i w n,i N n z n,i K r 1,i r 0,i r n,i \u03b8 m \u03c4 m \u03c6 k s 0 w 0,i N 0 s 1 ... s n M z 0,i w 1,i N 1 z 1,i w n,i N n z n,i K r 1,i r 0,i r n,i h m u m g k s 0 w 0,i N 0 s 1 M z 0,i N 1 z 1,i K r 1,i r 0,i h m u m g k s 0 w 0,i N 0 s 1 M z 0,i w 1,i N 1 z 1,i K r 1,i r 0,i h m u m g k s 0 w 0,i N 0 s 1 M z 0,i N 1 z 1,i K r 0,i h m u m g k s 0 w 0,i N 0 s 1 M z 0,i K r 0,i h m u m g k s 0 w 0,i N 0 M z 0,i K r 0,i h m u m g k s 0 N 0 M z 0,i K r 0,i h m u m g k s 0 N 0 M z 0,i K h m u m g k s 0 M K h m u m g k M K h m u m g k M (b) TM-HMMS s 0 w 0,i N 0 s 1 ... s n M z 0,i w 1,i N 1 z 1,i w n,i N n z n,i K r 1,i r 0,i r n,i T \u03b8 m \u03c6 k \u03c4 t s 0 w 0,i N 0 s 1 ... s n M z 0,i w 1,i N 1 z 1,i w n,i N n z n,i K r 1,i r 0,i r n,i T h m g k u t s 0 w 0,i N 0 s 1 M z 0,i w 1,i N 1 z 1,i K r 1,i r 0,i T g k u t s 0 w 0,i N 0 s 1 M z 0,i N 1 z 1,i K r 0,i T h m g k u t s 0 w 0,i N 0 s 1 M z 0,i K r 0,i T g k u t s 0 N 0 M z 0,i K r 0,i T h m g k u t s 0 N 0 M z 0,i K T g k u t M K T h m g k u t M K T g k u t", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "(c) TM-HMMSS Figure 2 : Plate diagrams of proposed models. TM-HMM is an HMM with state-wise topic distributions. TM-HMMS adds session-wise topic distribution and a source generator. TM-HMMSS adds a state-wise source generator. Variable definitions are given in the text. cations\"; and other topics for dialogue acts, like to \"ask\" or \"confirm\" information. States could then be combinations of these, e.g., a state might express \"ask bus route\" or \"confirm location\". This approach also decouples the number of topics from the number of states. Throughout this paper, we denote the number of topics as K and the number of states as T . We index words, turns and dialogues in the same ways as baseline models.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 13, |
| "end": 21, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We develop three generative models. In the first variant (TM-HMM, Figure 2 (a)), we assume every state s in HMM is associated with a distribution over topics \u03b8, and topics generate words w at each utterance. The other two models allow words to be generated from different sources (in addition to states), akin to the LM-HMMS model. TM-HMM generates a dialogue as following:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 66, |
| "end": 74, |
| "text": "Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "1: For each utterance n in that dialogue, sample a state s n based on the previous state s n\u22121 . 2: For each word in utterance n, first draw a topic z from the state-specified distribution over topics \u03b8 sn conditioned on s n , then generate word w from the topic-specified distribution over vocabulary \u03c6 z based on z. We assume \u03b8's and \u03c6's are drawn from corresponding Dirichlet priors, as in LDA.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The posterior distributions of state assignment s n and topic assignment z n,i are", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "p(s n |s \u2212n , z, \u03b1, \u03b3) \u221d p(s n |s \u2212n , \u03b3) \u2022 p(z n |s, z \u2212n , \u03b1),", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "p(z n,i |s, w, z \u2212(n,i) , \u03b1, \u03b2) \u221d p(z n,i |s, z \u2212(n,i) , \u03b1) \u2022 p(w n,i |s n , w \u2212(n,i) , z, \u03b2),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where \u03b1, \u03b2, \u03b3 are symmetric Dirichlet priors on state-wise topic distribution \u03b8 t 's, topic-wise word distribution \u03c6 t 's and state transition multinomials, respectively. All probabilities can be computed using collapsed Gibbs sampler for LDA (Griffiths and Steyvers, 2004) and HMM (Goldwater and Griffiths, 2007) . We iteratively sample all parameters until convergence.", |
| "cite_spans": [ |
| { |
| "start": 243, |
| "end": 273, |
| "text": "(Griffiths and Steyvers, 2004)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 282, |
| "end": 313, |
| "text": "(Goldwater and Griffiths, 2007)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMM", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "TM-HMMS (Figure 2 (b)) extends TM-HMM to allow words to be generated either from state LM (as in LM-HMM), or a set of dialogue topics (akin to LM-HMMS). Because task-oriented dialogues usually focus on a specific domain, a set of words appears repeatedly throughout a given dialogue. Therefore, the topic distribution is often stable throughout the entire dialogue, and does not vary from turn to turn. For example, in the troubleshooting domain, dialogues about network connections, desktop productivity, and anti-virus software could each map to different session-wide topics. To express this, words in the TM-HMMS model are generated either from a dialogue-specific topic distribution, or from a state-specific language model. 4 A distribution over sources is sampled once at the beginning of each dialogue and selects the expected fraction of words generated from different sources.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 8, |
| "end": 17, |
| "text": "(Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The generative story for a dialogue session is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "1: At the beginning of each session, draw a distribution over topics \u03b8 and a distribution over word sources \u03c4 . 2: For each utterance n in the conversation, draw a state s n based on previous state s n\u22121 . 3: For each word in utterance n, first choose a word source r according to \u03c4 , and then depending on r, generate a word w either from the session-wide topic distribution \u03b8 or the language model specified by the state s n .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Again, we impose Dirichlet priors on distributions over topics \u03b8's and distributions over words \u03c6's as in LDA. We also assume the distributions over sources \u03c4 's are governed by a Beta distribution. The session-wide topics is slightly different from that used in LM-HMMS: LM-HMMS was developed for social chats on Twitter where topics are very diffuse and unlikely to repeat; hence often unique to each dialogue. By contrast, our models are designed for task-oriented dialogues which pertain to a given domain where topics are more tightly clustered; thus, in TM-HMMS session-wide topics are shared across the corpus.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The posterior distributions of state assignment s n , word source r n,i and topic assignment z n,i are", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "p(s n |r, s \u2212n , w, \u03b3, \u03c0) \u221d p(s n |s \u2212n , \u03b3) \u2022 p(w n |r, s, \u03c0), p(r n,i |r \u2212(n,i) , s, w, \u03c0) \u221d p(r n,i |r \u2212(n,i) , \u03c0) \u2022 p(w n,i |r, s, w \u2212(n,i) , z, \u03b2),", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "p(z n,i |r, w, z \u2212(n,i) , \u03b1, \u03b2) \u221d p(z n,i |r, z \u2212(n,i) , \u03b1) \u2022 p(w n,i |r, w \u2212(n,i) , z, \u03b2),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where \u03c0 is a symmetric Dirichlet prior on sessionwise word source distribution \u03c4 m 's, and other symbols are defined above. All these probabilities are Dirichlet-multinomial distributions and therefore can be computed efficiently.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMS", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The TM-HMMSS (Figure 2 (c)) model modifies TM-HMMS to re-sample the distribution over word sources \u03c4 at every utterance, instead of once at the beginning of each session. This modification allows the fraction of words drawn from the session-wide topics to vary over the course of the dialogue. This is attractive in task-oriented dialogue, where some sections of the dialogue always follow a similar script, regardless of session topic-for example, the opening, closing, or asking the user if they will take a survey. To support these patterns, TM-HMMSS conditions the source generator distribution on the current state. The generative story of TM-HMMSS is very similar to TM-HMMS, except the distribution over word sources \u03c4 's are sampled at every state. A dialogue is generated as following:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 13, |
| "end": 22, |
| "text": "(Figure 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "TM-HMMSS", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "1: For each session, draw a topic distribution \u03b8. 2: For each utterance n in the conversation, draw a state s n based on previous state s n\u22121 , and subsequently retrieve the state-specific distribution over word sources \u03c4 sn . 3: For each word in utterance n, first sample a word source r according to \u03c4 sn , and then depending on r, generate a word w either from the session-wide topic distribution \u03b8 or the language model specified by the state s n . As in TM-HMMS, we assume multinomial distributions \u03b8's and \u03c6's are drawn from Dirichlet priors; and \u03c4 's are governed by Beta distributions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMSS", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The inference for TM-HMMSS is exactly same as the inference for TM-HMMS, except the posterior distributions over word source r n,i is now", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMSS", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "p(r n,i |r \u2212(n,i) , s, w, \u03c0) \u221d p(r n,i |r \u2212(n,i) , s n , \u03c0) \u2022 p(w n,i |r, s, w \u2212(n,i) , z, \u03b2),", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "TM-HMMSS", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "where the first term is integrated over all sessions and conditioned on the state assignment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "TM-HMMSS", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Since our primary focus is task-oriented dialogues between two parties, we assume every word source is associated with two sets of LMsone for system/agent and another for user/client. This configuration is similar to PolyLDA or LinkLDA (Yano et al., 2009) , such that utterances from different parties are treated as different languages or blog-post and comments pairs. In this work, we implement all models under this setting, but omit details in plate diagrams for the sake of simplicity. In settings where the agent and client always alternate, each state emits both text before transitioning to the next state. This is the case in the BusTime dataset, where the spoken dialogue system enforces strict turn-taking. In settings where agents or client may produce more than one utterance in a row, each state emits either agent text or client text, then transitions to the next state. This is the case in the TechSupport corpus, where either conversant may send a message at any time.", |
| "cite_spans": [ |
| { |
| "start": 236, |
| "end": 255, |
| "text": "(Yano et al., 2009)", |
| "ref_id": "BIBREF38" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Supporting Multiple Parties", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "To evaluate performance across different models, we compute the likelihood on held-out test set. For TM-HMM model, there are no local dependencies, and we therefore compute the marginal likelihood using the forward algorithm. However, for TM-HMMS and TM-HMMSS models, the latent topic distribution \u03b8 creates local dependencies, rendering computation of marginal likeli-hoods intractable. Hence, we use a Chib-style estimator . Although it is computationally more expensive, it gives less biased approximation of marginal likelihood, even for finite samples. This ensures likelihood measurements are comparable across models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Likelihood Estimation", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "In this section, we examine the effectiveness of our models. We first evaluate our models qualitatively by exploring the inferred state diagram. We then perform quantitative analysis with log likelihood measurements and an ordering task on a held-out test set. We train all models with 80% of the entire dataset and use the rest for testing. We run the Gibbs samplers for 1000 iterations and update all hyper-parameters using slice sampling (Neal, 2003; Wallach, 2008) every 10 iterations. The training likelihood suggest all models converge within 500\u2212800 iterations. For all Chib-style estimators, we collect 100 samples along the Markov chain to approximate the marginal likelihood. Figure 3 shows the state diagram for BusTime corpus inferred by TM-HMM without any supervision. 5 Every dialogue is opened by asking the user to say a bus route, or to say \"I'm not sure.\" It then transits to a state about location, e.g., origin and destination. Both these two states may continue to a confirmation step immediately after. After verifying all the necessary information, the system asks if the user wants \"the next few buses\". 6 Otherwise, the system follows up with the user on the particular date and time information. After system reads out bus times, the user has options to \"repeat\" or ask for subsequent schedules.", |
| "cite_spans": [ |
| { |
| "start": 441, |
| "end": 453, |
| "text": "(Neal, 2003;", |
| "ref_id": "BIBREF27" |
| }, |
| { |
| "start": 454, |
| "end": 468, |
| "text": "Wallach, 2008)", |
| "ref_id": "BIBREF35" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 686, |
| "end": 694, |
| "text": "Figure 3", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiments", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In addition, we also include the humanannotated dialogue flow in Figure 4 for reference (Williams, 2012) . It only illustrates the most common design of system actions, without showing edge cases. Comparing these two figures, the dialogue flow inferred by our model along the most probable path (highlighted in bold red in Figure 3) is consistent with underlying design. Furthermore, our models are able to capture edge cases-omitted for space-through a more general and probabilistic fashion. In summary, our models yield a very similar flowchart to the underlying design in a completely unsupervised way. 7 Figure 5 shows part of the flowchart for the TechSupport corpus, generated by the TM-HMMSS model. 8 A conversation usually starts with a welcome message from a customer support agent. Next, clients sometimes report a problem; otherwise, the agent gathers the client's identity. After these preliminaries, the agent usually checks the system version or platform settings. Then, information about the problem is exchanged, and a cycle ensues where agents propose solutions, and clients attempt them, reporting results. Usually, a conversation loops among these states until either the problem is resolved (as the case shown in the figure) or the client is left with a reference number for future follow-up (not shown due to space limit). Although technical support is taskoriented, the scope of possible issues is vast and not prescribed. The table in Figure 5 lists the top ranked words of selected topics-the categories clients often report problems in. It illustrates that, qualitatively, TM-HMMSS discovers both problem categories and conversation structures on our data.", |
| "cite_spans": [ |
| { |
| "start": 88, |
| "end": 104, |
| "text": "(Williams, 2012)", |
| "ref_id": "BIBREF37" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 65, |
| "end": 73, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 323, |
| "end": 329, |
| "text": "Figure", |
| "ref_id": null |
| }, |
| { |
| "start": 609, |
| "end": 617, |
| "text": "Figure 5", |
| "ref_id": "FIGREF3" |
| }, |
| { |
| "start": 1459, |
| "end": 1467, |
| "text": "Figure 5", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Qualitative Evaluation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "As one of the baseline model, we also include a part of flowchart generated by LM-HMM model with similar settings of T = 20 states. Illustrated by the highlighted states in 6, LM-HMM model conflates interactions that commonly occur at the beginning and end of a dialogue-i.e., \"acknowledge agent\" and \"resolve problem\", since their underlying language models are likely to produce similar probability distributions over words. By incorporating topic information, our proposed models (e.g., TM-HMMSS in Figure 5 ) are able to enforce the state transitions towards more frequent flow patterns, which further helps to overcome the weakness of language model.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 502, |
| "end": 510, |
| "text": "Figure 5", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Qualitative Evaluation", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In this section, we evaluate our models using log likelihood and an ordering task on a held-out test set. Both evaluation metrics measure the predictive power of a conversation model. state: ask for bus route (route:0.14), (say:0.13), (<bus-route>:0.12), (not:0.10), (sure:0.10), (im:0.09), (a:0.08), (bus:0.07), (like:0.06), ... e.g.: say a bus route like <bus-route> or say i am not sure (<bus-route>:0.7), (the:0.07), (im:0.06), (not: 0.05), (sure:0.04), (route:0.02), (any:0.01), . Log Likelihood The likelihood metric measures the probability of generating the test set under a specified model. As shown in Figure 7 , our models yield as good or better likelihood than LM-HMM and LM-HMMS models on both datasets under all settings. For our proposed models, TM-HMMS and TM-HMMSS perform better than TM-HMM on TechSupport, but not necessarily on BusTime.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 612, |
| "end": 620, |
| "text": "Figure 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Quantitative Evaluation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "In addition, we notice that the marginal benefit of TM-HMMSS over TM-HMM is greater on Tech-Support dataset, where each dialogue focuses on one of many possible tasks. This coincides with our belief that topics are more conversation dependent and shared across the entire corpus in customer support data-i.e., different clients in different sessions might ask about similar issues.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Quantitative Evaluation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Ordering Test Ritter et al. (2010) proposes an evaluation based on rank correlation coefficient, which measures the degree of similarity between any two orderings over sequential data. They use Kendall's \u03c4 as evaluation metric, which is based on the agreement between pairwise orderings of two sequences (Kendall, 1938) . It ranges from \u22121 to +1, where +1 indicates an identical ordering and \u22121 indicates a reverse ordering. The idea is to generate all permutations of the utterances in a dialogue (including true ordering), and compute the log likelihood for each under the model. Then, Kendall's \u03c4 is computed between the most probable permutation and true ordering. The result is the average of \u03c4 values for all dialogues in test corpus. Ritter et al. (2010) limits their dataset by choosing Twitter dialogues containing 3 to 6 posts (utterances), making it tractable to enumerate all permutations. However, our datasets are much larger, and enumerating all possible permutations of dialogues with more than 20 or 30 utterances is infeasible. Instead, we incrementally build up the permutation set by adding one random permutation at a time, and taking the most probable permutation after each addition. If this process were continued (intractably!) until all permutations are enumerated, the true value of Kendall's \u03c4 test would be reached. In practice, the value appears to plateau after a few dozen measurements.", |
| "cite_spans": [ |
| { |
| "start": 9, |
| "end": 34, |
| "text": "Test Ritter et al. (2010)", |
| "ref_id": null |
| }, |
| { |
| "start": 304, |
| "end": 319, |
| "text": "(Kendall, 1938)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 741, |
| "end": 761, |
| "text": "Ritter et al. (2010)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Quantitative Evaluation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We present our results in Figure 8 . Our models consistently perform as good or better than updat, window, servic, instal, pack, run, comput, download, check, restart, inform, system, error, fix, . . . n e tw o rk connect, internet, printer, comput, network, pc, print, access, wireless, hp, cable, adapt, router, speed, . . . a n ti -v ir u s viru, scan, comput, remov, secur, run, system, anti, essenti, infect, defend, softwar, program, protect, antiviru, malwar, . . . h a rd w a re driver, devic, drive, dvd, cd, hardwar, issu, model, laptop, plug, software, usb, . . . w in d o w s window, upgrad, 8, download, 7, instal, bit, vista, pro, system, . . . o ffi c e offic, 2010, word, microsoft, home, excel, version, 2007, student, document, trial, 2013, . . . o u tl o o k outlook, account, email, mail, microsoft, com, live, password, profil, contact, creat, server, access, . . . li c e n s e key, product, activ, purchas, licens, valid, verifi, id, disc, pro, grenuin, . . . fa c il it y window, 8, comput, instal, manufactur, system, oem, 7, pc, hp, . . . Figure 6 : Part of flowchart on Tech-Support dataset, generated by LM-HMM model with T = 20 states. Cyan blocks are system actions and yellow blocks are user responses. In every block, the upper cell shows the top ranked words, and the lower cell shows example word sequences or string patterns of that state. Transition probability cut-off is 0.05. States are labelled manually. A poorly-inferred state is highlighted, which seems to conflate the \"acknowledge agent\" and \"resolve problem\" states, and TM-HMMSS model has properly disentangled ( Figure 5 ). the baseline models. For BusTime data, all models perform relatively well except LM-HMM which only indicates weak correlations. TM-HMM out-performs all other models under all settings. This is also true for TechSupport dataset. LM-HMMS, TM-HMMS and TM-HMMSS models perform considerably well on BusTime, but not on TechSupport data. These three models al-low words to be generated from additional sources other than states. Although this improves log likelihood, it is possible these models encode less information about the state sequences, at least in the more diffuse TechSupport data. In summary, under both quantitative evaluation measures, our models advance state-of-the-art, however which of our models is best depends on the application. ", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 322, |
| "text": "updat, window, servic, instal, pack, run, comput, download, check, restart, inform, system, error, fix, . . . n e tw o rk connect, internet, printer, comput, network, pc, print, access, wireless, hp, cable, adapt, router, speed, .", |
| "ref_id": null |
| }, |
| { |
| "start": 334, |
| "end": 886, |
| "text": "-v ir u s viru, scan, comput, remov, secur, run, system, anti, essenti, infect, defend, softwar, program, protect, antiviru, malwar, . . . h a rd w a re driver, devic, drive, dvd, cd, hardwar, issu, model, laptop, plug, software, usb, . . . w in d o w s window, upgrad, 8, download, 7, instal, bit, vista, pro, system, . . . o ffi c e offic, 2010, word, microsoft, home, excel, version, 2007, student, document, trial, 2013, . . . o u tl o o k outlook, account, email, mail, microsoft, com, live, password, profil, contact, creat, server, access, . . .", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 26, |
| "end": 34, |
| "text": "Figure 8", |
| "ref_id": null |
| }, |
| { |
| "start": 1065, |
| "end": 1073, |
| "text": "Figure 6", |
| "ref_id": null |
| }, |
| { |
| "start": 1610, |
| "end": 1618, |
| "text": "Figure 5", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Quantitative Evaluation", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "We have presented three new unsupervised models to discover latent structures in task-oriented dialogues. We evaluated on two very different corpora-logs from spoken, human-computer dialogues about bus time, and logs of textual, humanhuman dialogues about technical support. We have shown our models yield superior performance both qualitatively and quantitatively. One possible avenue for future work is scalability. Parallelization (Asuncion et al., 2012) or online learning (Doucet et al., 2001 ) could signif-icantly speed up inference. In addition to MCMC, another class of inference method is variational Bayesian analysis (Blei et al., 2003; Beal, 2003) , which is inherently easier to distribute (Zhai et al., 2012) and online update (Hoffman et al., 2010) .", |
| "cite_spans": [ |
| { |
| "start": 434, |
| "end": 457, |
| "text": "(Asuncion et al., 2012)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 477, |
| "end": 497, |
| "text": "(Doucet et al., 2001", |
| "ref_id": null |
| }, |
| { |
| "start": 629, |
| "end": 648, |
| "text": "(Blei et al., 2003;", |
| "ref_id": null |
| }, |
| { |
| "start": 649, |
| "end": 660, |
| "text": "Beal, 2003)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 704, |
| "end": 723, |
| "text": "(Zhai et al., 2012)", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 742, |
| "end": 764, |
| "text": "(Hoffman et al., 2010)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion and Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Available for download at http://research.microsoft. com/en-us/events/dstc/ 2 Technical support human agents use many types of documentation-mainly checklists and guidelines, but in general, there are no flowcharts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We used regular expression to map named entities, and Porter stemmer in NLTK to stem all tokens.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Note that a TM-HMMS model with state-specific topic models (instead of state-specific language models) would be subsumed by TM-HMM, since one topic could be used as the background topic in TM-HMMS.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Recall in BusTime, state transitions occur after each pair of system/user utterances, so we display them synchronously.6 The system was designed this way because most users say \"yes\" to this question, obviating the date and time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "We considered various ways of making a quantitative evaluation of the inferred state diagram, and proved difficult. Rather than attempt to justify a particular sub-division of each \"design states\", we instead give several straightforward quantitative evaluations in the next section.8 Recall in this corpus, state transitions occur after emitting each agent or client utterances, which does not necessarily alternate in a dialogue, so we display client request and agent response separately.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We would like to thank anonymous reviewers and Jordan Boyd-Graber for their valuable comments. We are also grateful to Alan Ritter and Bill Dolan for their helpful discussions; and Kai (Anthony) Lui for providing TechSupport dataset.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| }, |
| { |
| "text": "1 5 0 0 0 0 2 0 0 0 0 0 2 5 0 0 0 0 1 5 0 0 0 0 2 0 0 0 0 0 2 5 0 0 0 06 e + 0 5 7 e + 0 5 8 e + 0 5 6 e + 0 5 7 e + 0 5 8 e + 0 5 6 e + 0 5 7 e + 0 5 8 e + 0 5 T10 T20 T30", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "K20 K30", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Distributed Gibbs sampling for latent variable models", |
| "authors": [ |
| { |
| "first": "Arthur", |
| "middle": [], |
| "last": "Asuncion", |
| "suffix": "" |
| }, |
| { |
| "first": "Padhraic", |
| "middle": [], |
| "last": "Smyth", |
| "suffix": "" |
| }, |
| { |
| "first": "Max", |
| "middle": [], |
| "last": "Welling", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Newman", |
| "suffix": "" |
| }, |
| { |
| "first": "Ian", |
| "middle": [], |
| "last": "Porteous", |
| "suffix": "" |
| }, |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Triglia", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Arthur Asuncion, Padhraic Smyth, Max Welling, David Newman, Ian Porteous, and Scott Triglia, 2012. Distributed Gibbs sampling for latent vari- able models.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A texttiling based approach to topic boundary detection in meetings", |
| "authors": [ |
| { |
| "first": "Satanjeev", |
| "middle": [], |
| "last": "Banerjee", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [ |
| "I" |
| ], |
| "last": "Rudnicky", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "INTERSPEECH", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Satanjeev Banerjee and Alexander I Rudnicky. 2006. A texttiling based approach to topic boundary detec- tion in meetings. In INTERSPEECH.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Learning the structure of taskdriven human-human dialogs", |
| "authors": [ |
| { |
| "first": "Srinivas", |
| "middle": [], |
| "last": "Bangalore", |
| "suffix": "" |
| }, |
| { |
| "first": "Giuseppe", |
| "middle": [ |
| "Di" |
| ], |
| "last": "Fabbrizio", |
| "suffix": "" |
| }, |
| { |
| "first": "Amanda", |
| "middle": [], |
| "last": "Stent", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Srinivas Bangalore, Giuseppe Di Fabbrizio, and Amanda Stent. 2006. Learning the structure of task- driven human-human dialogs. In ACL, Stroudsburg, PA, USA.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Catching the drift: Probabilistic content models, with applications to generation and summarization", |
| "authors": [ |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "Lillian", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "113--120", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Regina Barzilay and Lillian Lee. 2004. Catching the drift: Probabilistic content models, with applications to generation and summarization. In NAACL, pages 113-120.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Variational Algorithms for Approximate Bayesian Inference", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [ |
| "J" |
| ], |
| "last": "Beal", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew J. Beal. 2003. Variational Algorithms for Ap- proximate Bayesian Inference. Ph.D. thesis.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Spoken dialog challenge 2010: Comparison of live and control test results", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [ |
| "W" |
| ], |
| "last": "Black", |
| "suffix": "" |
| }, |
| { |
| "first": "Susanne", |
| "middle": [], |
| "last": "Burger", |
| "suffix": "" |
| }, |
| { |
| "first": "Alistair", |
| "middle": [], |
| "last": "Conkie", |
| "suffix": "" |
| }, |
| { |
| "first": "Helen", |
| "middle": [], |
| "last": "Hastie", |
| "suffix": "" |
| }, |
| { |
| "first": "Simon", |
| "middle": [], |
| "last": "Keizer", |
| "suffix": "" |
| }, |
| { |
| "first": "Nicolas", |
| "middle": [], |
| "last": "Merigaud", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Parent", |
| "suffix": "" |
| }, |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Schubiner", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| }, |
| { |
| "first": "Maxine", |
| "middle": [ |
| "Eskenazi" |
| ], |
| "last": "", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "SIGDIAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan W Black, Susanne Burger, Alistair Conkie, Helen Hastie, Simon Keizer, Nicolas Merigaud, Gabriel Parent, Gabriel Schubiner, Blaise Thomson, D. Williams, Kai Yu, Steve Young, and Maxine Es- kenazi. 2010. Spoken dialog challenge 2010: Com- parison of live and control test results. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Learning the Structure of Task-oriented Conversations from the Corpus of In-domain Dialogs", |
| "authors": [ |
| { |
| "first": "Ananlada", |
| "middle": [], |
| "last": "Chotimongkol", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ananlada Chotimongkol. 2008. Learning the Struc- ture of Task-oriented Conversations from the Corpus of In-domain Dialogs. Ph.D. thesis.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Unsupervised classification of dialogue acts using a dirichlet process mixture model", |
| "authors": [ |
| { |
| "first": "Nigel", |
| "middle": [], |
| "last": "Crook", |
| "suffix": "" |
| }, |
| { |
| "first": "Ramn", |
| "middle": [], |
| "last": "Granell", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [ |
| "G" |
| ], |
| "last": "Pulman", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nigel Crook, Ramn Granell, and Stephen G. Pulman. 2009. Unsupervised classification of dialogue acts using a dirichlet process mixture model. In SIG- DIAL.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Association for Computational Linguistics", |
| "authors": [ |
| { |
| "first": "Hal", |
| "middle": [], |
| "last": "Daum\u00e9", |
| "suffix": "" |
| }, |
| { |
| "first": "Iii", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Marcu", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "ACL-44: Proceedings of the 21st International Conference on Computational Linguistics and the 44th annual meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "305--312", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hal Daum\u00e9 III and Daniel Marcu. 2006. Bayesian query-focused summarization. In ACL-44: Pro- ceedings of the 21st International Conference on Computational Linguistics and the 44th annual meeting of the Association for Computational Lin- guistics, pages 305-312, Morristown, NJ, USA. As- sociation for Computational Linguistics.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Verbal indicators of psychological distress in interactive dialogue with a virtual human", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Devault", |
| "suffix": "" |
| }, |
| { |
| "first": "Kallirroi", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| }, |
| { |
| "first": "Ron", |
| "middle": [], |
| "last": "Artstein", |
| "suffix": "" |
| }, |
| { |
| "first": "Fabrizio", |
| "middle": [], |
| "last": "Morbini", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Traum", |
| "suffix": "" |
| }, |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Scherer", |
| "suffix": "" |
| }, |
| { |
| "first": "Albert", |
| "middle": [], |
| "last": "Rizzo", |
| "suffix": "" |
| }, |
| { |
| "first": "Louis-Philippe", |
| "middle": [], |
| "last": "Morency", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "SIGDIAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David DeVault, Kallirroi Georgila, Ron Artstein, Fab- rizio Morbini, David Traum, Stefan Scherer, Albert Rizzo, and Louis-Philippe Morency. 2013. Verbal indicators of psychological distress in interactive di- alogue with a virtual human. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Sequential Monte Carlo methods in practice", |
| "authors": [], |
| "year": 2001, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Arnaud Doucet, Nando De Freitas, and Neil Gordon, editors. 2001. Sequential Monte Carlo methods in practice. Springer Texts in Statistics.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Discourse segmentation of multi-party conversation", |
| "authors": [ |
| { |
| "first": "Michel", |
| "middle": [], |
| "last": "Galley", |
| "suffix": "" |
| }, |
| { |
| "first": "Kathleen", |
| "middle": [], |
| "last": "Mckeown", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Fosler-Lussier", |
| "suffix": "" |
| }, |
| { |
| "first": "Hongyan", |
| "middle": [], |
| "last": "Jing", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Michel Galley, Kathleen McKeown, Eric Fosler- Lussier, and Hongyan Jing. 2003. Discourse seg- mentation of multi-party conversation. In ACL.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "A fully Bayesian approach to unsupervised part-ofspeech tagging", |
| "authors": [ |
| { |
| "first": "Sharon", |
| "middle": [], |
| "last": "Goldwater", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sharon Goldwater and Thomas L. Griffiths. 2007. A fully Bayesian approach to unsupervised part-of- speech tagging. In ACL.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Finding scientific topics", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Thomas", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Steyvers", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "101", |
| "issue": "", |
| "pages": "5228--5235", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Thomas L. Griffiths and Mark Steyvers. 2004. Finding scientific topics. PNAS, 101(Suppl 1):5228-5235.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Mixture model POMDPs for efficient handling of uncertainty in dialogue management", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "James Henderson and Oliver Lemon. 2008. Mixture model POMDPs for efficient handling of uncertainty in dialogue management. In ACL.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Online learning for latent Dirichlet allocation", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Hoffman", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "M" |
| ], |
| "last": "Blei", |
| "suffix": "" |
| }, |
| { |
| "first": "Francis", |
| "middle": [], |
| "last": "Bach", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "NIPS", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Hoffman, David M. Blei, and Francis Bach. 2010. Online learning for latent Dirichlet allocation. In NIPS.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Automatic segmentation of multiparty dialogue", |
| "authors": [ |
| { |
| "first": "Pei-Yun", |
| "middle": [], |
| "last": "Hsueh", |
| "suffix": "" |
| }, |
| { |
| "first": "Johanna", |
| "middle": [ |
| "D" |
| ], |
| "last": "Moore", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Renals", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "EACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pei-yun Hsueh, Johanna D. Moore, and Steve Renals. 2006. Automatic segmentation of multiparty dia- logue. In EACL.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "A stochastic finite-state transducer approach to spoken dialog management", |
| "authors": [ |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Llu\u00eds", |
| "suffix": "" |
| }, |
| { |
| "first": "Joaquin", |
| "middle": [], |
| "last": "Hurtado", |
| "suffix": "" |
| }, |
| { |
| "first": "Encarna", |
| "middle": [], |
| "last": "Planells", |
| "suffix": "" |
| }, |
| { |
| "first": "Emilio", |
| "middle": [], |
| "last": "Segarra", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Sanchis", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Griol", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "INTERSPEECH", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Llu\u00eds F. Hurtado, Joaquin Planells, Encarna Segarra, Emilio Sanchis, and David Griol. 2010. A stochas- tic finite-state transducer approach to spoken dialog management. In INTERSPEECH.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Switchboard SWBD-DAMSL shallowdiscourse-function annotation coders manual. Institute of", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Elizabeth", |
| "middle": [], |
| "last": "Shriberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Debra", |
| "middle": [], |
| "last": "Biasca", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Cognitive Science Technical Report", |
| "volume": "", |
| "issue": "", |
| "pages": "97--99", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Jurafsky, Elizabeth Shriberg, and Debra Bi- asca. 1997. Switchboard SWBD-DAMSL shallow- discourse-function annotation coders manual. Insti- tute of Cognitive Science Technical Report, pages 97-02.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "A new measure of rank correlation", |
| "authors": [ |
| { |
| "first": "Maurice", |
| "middle": [ |
| "G" |
| ], |
| "last": "Kendall", |
| "suffix": "" |
| } |
| ], |
| "year": 1938, |
| "venue": "Biometrika Trust", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Maurice G. Kendall. 1938. A new measure of rank correlation. Biometrika Trust.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Information state and dialogue management in the TRINDI dialogue move engine toolkit", |
| "authors": [ |
| { |
| "first": "Staffan", |
| "middle": [], |
| "last": "Larsson", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "David", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Traum", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Natural Language Engineering", |
| "volume": "5", |
| "issue": "3/4", |
| "pages": "323--340", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Staffan Larsson and David R. Traum. 2000. Informa- tion state and dialogue management in the TRINDI dialogue move engine toolkit. Natural Language Engineering, 5(3/4):323-340.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "A stochastic model of human-machine interaction for learning dialogue strategies", |
| "authors": [ |
| { |
| "first": "Esther", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "Roberto", |
| "middle": [], |
| "last": "Pieraccini", |
| "suffix": "" |
| }, |
| { |
| "first": "Wieland", |
| "middle": [], |
| "last": "Eckert", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "IEEE Trans on Speech and Audio Processing", |
| "volume": "8", |
| "issue": "1", |
| "pages": "11--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Esther Levin, Roberto Pieraccini, and Wieland Eckert. 2000. A stochastic model of human-machine inter- action for learning dialogue strategies. IEEE Trans on Speech and Audio Processing, 8(1):11-23.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Dialogue-oriented review summary generation for spoken dialogue recommendation systems", |
| "authors": [ |
| { |
| "first": "Jingjing", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephanie", |
| "middle": [], |
| "last": "Seneff", |
| "suffix": "" |
| }, |
| { |
| "first": "Victor", |
| "middle": [], |
| "last": "Zue", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jingjing Liu, Stephanie Seneff, and Victor Zue. 2010. Dialogue-oriented review summary generation for spoken dialogue recommendation systems. In NAACL.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Polylingual topic models", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Mimno", |
| "suffix": "" |
| }, |
| { |
| "first": "Hanna", |
| "middle": [], |
| "last": "Wallach", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Naradowsky", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Smith", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Mccallum", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Mimno, Hanna Wallach, Jason Naradowsky, David Smith, and Andrew McCallum. 2009. Polylingual topic models. In EMNLP.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Extractive summarization of meeting recordings", |
| "authors": [ |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Murray", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Renals", |
| "suffix": "" |
| }, |
| { |
| "first": "Jean", |
| "middle": [], |
| "last": "Carletta", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "European Conference on Speech Communication and Technology", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gabriel Murray, Steve Renals, and Jean Carletta. 2005. Extractive summarization of meeting recordings. In European Conference on Speech Communication and Technology.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Markov chain sampling methods for Dirichlet process mixture models", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Neal", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Journal of Computational and Graphical Statistics", |
| "volume": "9", |
| "issue": "2", |
| "pages": "249--265", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Radford M. Neal. 2000. Markov chain sampling meth- ods for Dirichlet process mixture models. Journal of Computational and Graphical Statistics, 9(2):249- 265.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Slice sampling", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Radford", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Neal", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Annals of Statistics", |
| "volume": "31", |
| "issue": "", |
| "pages": "705--767", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Radford M. Neal. 2003. Slice sampling. Annals of Statistics, 31:705-767.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Unsupervised topic modelling for multi-party spoken discourse", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [], |
| "last": "Purver", |
| "suffix": "" |
| }, |
| { |
| "first": "Konrad", |
| "middle": [], |
| "last": "K\u00f6rding", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [ |
| "L" |
| ], |
| "last": "Griffiths", |
| "suffix": "" |
| }, |
| { |
| "first": "Joshua", |
| "middle": [], |
| "last": "Tenenbaum", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Matthew Purver, Konrad K\u00f6rding, Thomas L. Griffiths, and Joshua Tenenbaum. 2006. Unsupervised topic modelling for multi-party spoken discourse. In ACL.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Natural language generation as planning under uncertainty for spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "EMNLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Verena Rieser and Oliver Lemon. 2010. Natural lan- guage generation as planning under uncertainty for spoken dialogue systems. In EMNLP.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Unsupervised modeling of twitter conversations", |
| "authors": [ |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Colin", |
| "middle": [], |
| "last": "Cherry", |
| "suffix": "" |
| }, |
| { |
| "first": "Bill", |
| "middle": [], |
| "last": "Dolan", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alan Ritter, Colin Cherry, and Bill Dolan. 2010. Un- supervised modeling of twitter conversations. In NAACL.", |
| "links": null |
| }, |
| "BIBREF31": { |
| "ref_id": "b31", |
| "title": "Optimizing dialogue management with reinforcement learning: Experiments with the NJFun system", |
| "authors": [ |
| { |
| "first": "Satinder", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "Diane", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Kearns", |
| "suffix": "" |
| }, |
| { |
| "first": "Marilyn", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Journal of Artificial Intelligence Research", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Satinder Singh, Diane Litman, Michael Kearns, and Marilyn Walker. 2002. Optimizing dialogue man- agement with reinforcement learning: Experiments with the NJFun system. Journal of Artificial Intelli- gence Research.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "Dialogue act modeling for automatic tagging and recognition of conversational speech", |
| "authors": [ |
| { |
| "first": "Andreas", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [], |
| "last": "Coccaro", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Bates", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Taylor", |
| "suffix": "" |
| }, |
| { |
| "first": "Carol", |
| "middle": [], |
| "last": "Van Ess-Dykema", |
| "suffix": "" |
| }, |
| { |
| "first": "Klaus", |
| "middle": [], |
| "last": "Ries", |
| "suffix": "" |
| }, |
| { |
| "first": "Elizabeth", |
| "middle": [], |
| "last": "Shriberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| }, |
| { |
| "first": "Rachel", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "Marie", |
| "middle": [], |
| "last": "Meteer", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Andreas Stolcke, Noah Coccaro, Rebecca Bates, Paul Taylor, Carol Van Ess-Dykema, Klaus Ries, Eliza- beth Shriberg, Daniel Jurafsky, Rachel Martin, and Marie Meteer. 2000. Dialogue act modeling for automatic tagging and recognition of conversational speech. Computational Linguistics, September.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "The information state approach to dialogue management", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "David", |
| "suffix": "" |
| }, |
| { |
| "first": "Staffan", |
| "middle": [], |
| "last": "Traum", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Larsson", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Current and new directions in discourse and dialogue", |
| "volume": "", |
| "issue": "", |
| "pages": "325--353", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David R Traum and Staffan Larsson. 2003. The in- formation state approach to dialogue management. In Current and new directions in discourse and dia- logue, pages 325-353.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Evaluation methods for topic models", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hanna", |
| "suffix": "" |
| }, |
| { |
| "first": "Iain", |
| "middle": [], |
| "last": "Wallach", |
| "suffix": "" |
| }, |
| { |
| "first": "Ruslan", |
| "middle": [], |
| "last": "Murray", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Salakhutdinov", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mimno", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "ICML", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hanna M. Wallach, Iain Murray, Ruslan Salakhutdinov, and David Mimno. 2009. Evaluation methods for topic models. In ICML.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "Structured Topic Models for Language", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Hanna", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wallach", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hanna M. Wallach. 2008. Structured Topic Models for Language. Ph.D. thesis, University of Cambridge.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Estimating probability of correctness for ASR N-best lists", |
| "authors": [ |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Suhrid", |
| "middle": [], |
| "last": "Balakrishnan", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "SIGDIAL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jason D. Williams and Suhrid Balakrishnan. 2009. Es- timating probability of correctness for ASR N-best lists. In SIGDIAL.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "Challenges and opportunities for state tracking in statistical spoken dialog systems: Results from two public deployments", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Jason", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Journal of Selected Topics in Signal Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jason D. Williams. 2012. Challenges and opportuni- ties for state tracking in statistical spoken dialog sys- tems: Results from two public deployments. Jour- nal of Selected Topics in Signal Processing.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "Predicting response to political blog posts with topic models", |
| "authors": [ |
| { |
| "first": "Tae", |
| "middle": [], |
| "last": "Yano", |
| "suffix": "" |
| }, |
| { |
| "first": "William", |
| "middle": [ |
| "W" |
| ], |
| "last": "Cohen", |
| "suffix": "" |
| }, |
| { |
| "first": "Noah", |
| "middle": [ |
| "A" |
| ], |
| "last": "Smith", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "NAACL", |
| "volume": "", |
| "issue": "", |
| "pages": "477--485", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tae Yano, William W. Cohen, and Noah A. Smith. 2009. Predicting response to political blog posts with topic models. In NAACL, pages 477-485, Stroudsburg, PA, USA. ACL.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Using POMDPs for dialog management", |
| "authors": [ |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 1st IEEE/ACL Workshop on Spoken Language Technologies (SLT06)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Steve Young. 2006. Using POMDPs for dialog man- agement. In Proceedings of the 1st IEEE/ACL Work- shop on Spoken Language Technologies (SLT06).", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "Mr. LDA: A flexible large scale topic modeling package using variational inference in mapreduce", |
| "authors": [ |
| { |
| "first": "Ke", |
| "middle": [], |
| "last": "Zhai", |
| "suffix": "" |
| }, |
| { |
| "first": "Jordan", |
| "middle": [], |
| "last": "Boyd-Graber", |
| "suffix": "" |
| }, |
| { |
| "first": "Nima", |
| "middle": [], |
| "last": "Asadi", |
| "suffix": "" |
| }, |
| { |
| "first": "Mohamad", |
| "middle": [], |
| "last": "Alkhouja", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "WWW", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ke Zhai, Jordan Boyd-Graber, Nima Asadi, and Mo- hamad Alkhouja. 2012. Mr. LDA: A flexible large scale topic modeling package using variational in- ference in mapreduce. In WWW.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "say:0.8), (the:0.07), (you:0.07), (no:0.06), (yes:0.06), (do: 0.06), (want:0.06), (buses:0.05), (few:0.05), (next:0.04), ... e.g.: do you want the next few buses say yes or no (yes:0.5), (no:0.17), (yeah:0.16), (<bus-route>: 0.07), (back:0.04), (go:0.04), (nope:0.01), ... e.g.: yes/no/yeah 0.31 state: read out bus timetables (<location>:0.08), (at:0.05), (<time>:0.05), (next:0.05), (say:0.05), (from:0.04), (there: 0.04), (<bus-route>:0.04), (to:0.04), ... e.g.: there is a <bus-route> from <location> to <location> at <time> say next or repeat (next:0.4), (repeat:0.16), (over:0.11), (start:0.11), (previous:0.07), (go:0.06), (back:0.06), (goodbye:0.05), ... e.g.: next/repeat/start over/for date and time (optional) (<time>:0.14), (<date>:0.1), (the:0.06), (or:0.05), (like:0.05), (say:0.05), (you:0.05), (want:0.05), (at:0.04), (depart:0.04), ... e.g.: say the time you want to depart like <time> (<time>:0.26), (<date>:0.14), (m:0.11), (depart:0.07), (a:0.07), (at:0.07), (by:0.03), ... e.g.: depart (at/by) <time> a m <date> 0.55", |
| "num": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "(Upper) Part of the flowchart inferred on Bus-Time, by TM-HMM model with K = 10 topics and T = 10 states. The most probable path is highlighted, which is consistent with the underlying design (Figure 4). Cyan blocks are system actions and yellow blocks are user responses. In every block, the upper cell shows the top ranked words marginalized over all topics and the lower cell shows some examples of that state. Transition probability cut-off is 0.1. States are labelled manually.", |
| "num": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "(Left) Hand-crafted reference flowchart for BusTime(Williams, 2012). Only the most common dialogue flows are displayed. System prompts shown are example paraphrases. Edge cases are not included.", |
| "num": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Part of flowchart (left) and topic", |
| "num": null |
| }, |
| "FIGREF4": { |
| "type_str": "figure", |
| "uris": null, |
| "text": "Negative log likelihood on BusTime (upper) and TechSupport (lower) datasets (smaller is better) under different settings of topics K and states T . Average Kendall's \u03c4 measure on BusTime (upper) and TechSupport (lower) datasets (larger is better) against number of random permutations, under various settings of topics K and states T .", |
| "num": null |
| }, |
| "TABREF0": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td/><td/><td>0.15</td><td>0.32</td></tr><tr><td/><td/><td>0.12</td><td/></tr><tr><td/><td/><td>0.28</td><td/></tr><tr><td/><td/><td>0.53</td><td/></tr><tr><td/><td/><td>state: ask for locations</td><td/></tr><tr><td>0.23</td><td>0.21</td><td colspan=\"2\">(you:0.1(<location>:0.84), (back: 0.05), (go:0.05), ...</td><td>0.44</td></tr><tr><td/><td/><td colspan=\"2\">e.g.: <location></td></tr><tr><td colspan=\"3\">state: ask if user is traveling now</td><td/></tr><tr><td/><td/><td/><td/><td>0.85</td></tr></table>", |
| "text": ".. e.g.: <bus-route>/im not sure 0.53 state: confirm low-confidence speech recognition results (right:0.19), (is:0.19), (that:0.19), (<location>:0.12), (<bus-route>: 0.05), (i:0.04), (you:0.03), (said:0.03), (thought:0.03), (over:0.03), ... e.g.: i thought you said (<bus-route>/<location>) is that right (yes:0.45), (no:0.3), (yeah:0.12), (wrong:0.04), (correct:0.03), (back:0.02), (go:0.02), (nope:0.01), ... e.g.: yes/no/yeah/wrong/correct/go back/nope ), (are:0.09), (where:0.08), (to:0.07), (say:0.06), (from:0.05), (leaving:0.05), (going:0.05), (<location>:0.05), (okay:0.04), ... e.g.: (okay <location>) say where are you (going to/leaving from)" |
| }, |
| "TABREF3": { |
| "num": null, |
| "html": null, |
| "type_str": "table", |
| "content": "<table><tr><td>Agent: conversation opening + identity check</td><td/><td>Client: report problem</td><td/><td/><td/><td/><td/></tr><tr><td>answer, desk, help, <agent-name>,</td><td/><td>updat, window, install, <agent-name>, hello,</td><td/><td/><td/><td/><td/></tr><tr><td>welcom, today, may, name, number, ...</td><td/><td>error, get, problem, download, message, ...</td><td/><td/><td/><td/><td/></tr><tr><td>e.g.: welcome to answer desk, i'm <agent-</td><td/><td colspan=\"2\">e.g.: hello, <agent-name>, i get problem/error</td><td/><td/><td/><td/></tr><tr><td>name>, how can i help you, may i have</td><td/><td>when install/update/download in windows</td><td/><td/><td/><td/><td/></tr><tr><td>your name, case/phone number, account?</td><td colspan=\"2\">0.08</td><td>0.06</td><td/><td/><td/><td>state 4 1</td><td>0.0107436</td><td>(4,</td></tr><tr><td><phone>. would you pleas call number... e.g.: <agent-time>, my phone number is <agent-name>, pleas, <phone>, time, ... Client: confirm identity call, number, phone, case, <time>, would,</td><td>0.06 0.08</td><td colspan=\"2\">Agent: acknowledge problem issu, sorri, call, help, number, suport, your concern, <client-name> e.g.: sorry to hear that, let me help with concern, <client-name>, <phone>, best, ...</td><td>(19, troubleshoot) 0.0553393 (19, issu) 0.0736645 state 19 0</td><td>0.00403085</td><td colspan=\"2\">(4, dont) 0.0325617 (4, #dollaramt#) 0.0393345 (4, pay) 0.0413008</td><td>(4, #d (4, (4, p</td></tr><tr><td>Agent: conversation closure anyth, els, welcom, help, <client-name>, Agent: acknowledge identity give, minut, pleas, check, let, give me 3 minutes, let me check 0.08 0.05 thank, moment, 3, one, 5, ... e.g.: thanks, one moment please,</td><td>0.1 0.07</td><td colspan=\"2\">answer, desk, thank, contact, day, chat, 0.14 0.07 0.05 Client: Agent: conversation closure</td><td>(19, support) 0.0440807 (19, resolv) 0.0285103 (19, step) 0.0358164 (19, fix) 0.0339001 (19, help) 0.0325826 (19, link) 0.0340198</td><td colspan=\"2\">0.0035389</td><td>(4, fix) 0.0310324 (4, issu) 0.0192346 (4, support) 0.0275368 (4, ok) 0.0216379 (4, cost) 0.0214194 (4, much) 0.0231672</td><td>0.0122989</td><td>(4 (4, (4 ( ( (4,</td></tr><tr><td>today, assist, question, would, answer, ... e.g.: you are welcome, anything else today</td><td>0.05</td><td colspan=\"2\">great, session, com, help, ... e.g.: thank you for contacting answer desk,</td><td>(19, advanc) 0.0240787</td><td/><td/><td>(4, money) 0.0192346</td></tr><tr><td>i would help/assist you, <client-name>?</td><td/><td>you are welcome, have a nice day</td><td/><td>(19, option) 0.0230008</td><td/><td/><td/><td>0</td></tr><tr><td/><td/><td/><td/><td/><td>0.00366585</td><td/><td/></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(15</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(1</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(1</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(15</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>0.0063954</td><td>(1</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(15, d 0.00382455</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(1</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(15</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td>(15</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>state 14 1</td><td>(15</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>(14, ok) 0.436864</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>(14, ye) 0.106903</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>(14, thank) 0.101863</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>(14, pleas) 0.0313091</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>(14, sure) 0.0262695</td><td>0.00266607</td></tr></table>", |
| "text": "table (right) on TechSupport dataset, generated by TM-HMMSS model under settings of K = 20 topics and T = 20 states. The topic table lists top ranked words in issues discussed in the chats. Cyan blocks are system actions and yellow blocks are user responses. In every block, the upper cell shows top ranked words, and the lower cell shows example string patterns of that state. Transition probability cut-off is 0.05. States and topics are labelled manually. , ok, help, much, good, great, <agent-name>, day, appreci, bye, ... e.g.: ok, thanks, great, <agent-name> appreciate your help, good day, bye" |
| } |
| } |
| } |
| } |