| { |
| "paper_id": "J11-1006", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:06:13.603102Z" |
| }, |
| "title": "Learning and Evaluation of Dialogue Strategies for New Applications: Empirical Methods for Optimization from Small Data Sets", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "verena.rieser@ed.ac.uk." |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "o.lemon@hw.ac.uk" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a new data-driven methodology for simulation-based dialogue strategy learning, which allows us to address several problems in the field of automatic optimization of dialogue strategies: learning effective dialogue strategies when no initial data or system exists, and determining a data-driven reward function. In addition, we evaluate the result with real users, and explore how results transfer between simulated and real interactions. We use Reinforcement Learning (RL) to learn multimodal dialogue strategies by interaction with a simulated environment which is \"bootstrapped\" from small amounts of Wizard-of-Oz (WOZ) data. This use of WOZ data allows data-driven development of optimal strategies for domains where no working prototype is available. Using simulation-based RL allows us to find optimal policies which are not (necessarily) present in the original data. Our results show that simulation-based RL significantly outperforms the average (human wizard) strategy as learned from the data by using Supervised Learning. The bootstrapped RL-based policy gains on average 50 times more reward when tested in simulation, and almost 18 times more reward when interacting with real users. Users also subjectively rate the RL-based policy on average 10% higher. We also show that results from simulated interaction do transfer to interaction with real users, and we explicitly evaluate the stability of the data-driven reward function.", |
| "pdf_parse": { |
| "paper_id": "J11-1006", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a new data-driven methodology for simulation-based dialogue strategy learning, which allows us to address several problems in the field of automatic optimization of dialogue strategies: learning effective dialogue strategies when no initial data or system exists, and determining a data-driven reward function. In addition, we evaluate the result with real users, and explore how results transfer between simulated and real interactions. We use Reinforcement Learning (RL) to learn multimodal dialogue strategies by interaction with a simulated environment which is \"bootstrapped\" from small amounts of Wizard-of-Oz (WOZ) data. This use of WOZ data allows data-driven development of optimal strategies for domains where no working prototype is available. Using simulation-based RL allows us to find optimal policies which are not (necessarily) present in the original data. Our results show that simulation-based RL significantly outperforms the average (human wizard) strategy as learned from the data by using Supervised Learning. The bootstrapped RL-based policy gains on average 50 times more reward when tested in simulation, and almost 18 times more reward when interacting with real users. Users also subjectively rate the RL-based policy on average 10% higher. We also show that results from simulated interaction do transfer to interaction with real users, and we explicitly evaluate the stability of the data-driven reward function.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Statistical learning approaches, such as Reinforcement Learning (RL), for Spoken Dialogue Systems offer several potential advantages over the standard rule-based handcoding approach to dialogue systems development: a data-driven development cycle, provably optimal action policies, a precise mathematical model for action selection, possibilities for generalization to unseen states, and automatic optimization of competing trade-offs in the objective function. See Young (2000) , Lemon and Pietquin (2007) , and Frampton and for an introduction to dialogue strategy learning.", |
| "cite_spans": [ |
| { |
| "start": 466, |
| "end": 478, |
| "text": "Young (2000)", |
| "ref_id": "BIBREF74" |
| }, |
| { |
| "start": 481, |
| "end": 506, |
| "text": "Lemon and Pietquin (2007)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "One of the major limitations of this approach is that it relies on a large quantity of data being available. In cases when a fixed data set is used for learning (e.g., Walker 2000; Singh et al. 2002; Henderson, Lemon, and Georgila 2008) , the optimal policy can only be discovered when it is present in the data set. (Note, by a policy being \"present in a data set\" we mean that the set of state-action mappings which define the policy is contained in that data set. When a policy is not present in a data set, either some states covered by the policy are not seen at all in that data, or the actions chosen by the policy in some states are different to those seen in the data.) To overcome this problem, simulated learning environments are being used to explore optimal policies which were previously unseen in the data (e.g., Eckert, Levin, and Pieraccini 1997; Ai, Tetreault, and Litman 2007; Young et al. 2009) . However, several aspects of the components of this simulated environment are usually hand-crafted, and thus limit the scope of policy learning. In particular, the optimization (or reward) function is often manually set (Paek 2006) . In order to build simulation components from real data, annotated in-domain dialogue corpora have to be available which explore a range of dialogue management decisions. Collecting dialogue data without a working prototype is problematic, leaving the developer with a classic \"chicken-or-egg\" problem.", |
| "cite_spans": [ |
| { |
| "start": 168, |
| "end": 180, |
| "text": "Walker 2000;", |
| "ref_id": "BIBREF67" |
| }, |
| { |
| "start": 181, |
| "end": 199, |
| "text": "Singh et al. 2002;", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 200, |
| "end": 236, |
| "text": "Henderson, Lemon, and Georgila 2008)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 828, |
| "end": 863, |
| "text": "Eckert, Levin, and Pieraccini 1997;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 864, |
| "end": 895, |
| "text": "Ai, Tetreault, and Litman 2007;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 896, |
| "end": 914, |
| "text": "Young et al. 2009)", |
| "ref_id": "BIBREF75" |
| }, |
| { |
| "start": 1136, |
| "end": 1147, |
| "text": "(Paek 2006)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We therefore propose to learn dialogue strategies using simulation-based RL, where the simulated environment is learned from small amounts of Wizard-of-Oz (WOZ) data. In a WOZ experiment, a hidden human operator, the so-called \"wizard,\" simulates (partly or completely) the behavior of the application, while subjects are left in the belief that they are interacting with a real system (Fraser and Gilbert 1991) .", |
| "cite_spans": [ |
| { |
| "start": 386, |
| "end": 411, |
| "text": "(Fraser and Gilbert 1991)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In contrast to preceding work, our approach enables strategy learning in domains where no prior system is available. Optimized learned strategies are then available from the first moment of on-line operation, and handcrafting of dialogue strategies is avoided. This independence from large amounts of in-domain dialogue data allows researchers to apply RL to new application areas beyond the scope of existing dialogue systems. We call this method \"bootstrapping.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In addition, our work is the first using a data-driven simulated environment. Previous approaches to simulation-based dialogue strategy learning usually handcraft some of their components.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Of course, some human effort is needed in developing the WOZ environment and annotating the collected data, although automatic dialogue annotation could be applied (Georgila et al. 2009) . The alternative-collecting data using hand-coded dialogue strategies-would still require annotation of the user actions, and has the disadvantage of constraining the system policies explored in the collected data. Therefore, WOZ data allows exploration of a range of possible strategies, as intuitively generated by the wizards, in contrast to using an initial system which can only explore a pre-defined range of options.", |
| "cite_spans": [ |
| { |
| "start": 164, |
| "end": 186, |
| "text": "(Georgila et al. 2009)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "However, WOZ experiments usually only produce a limited amount of data, and the optimal policy is not likely to be present in the original small data set. Our method shows how to use these data to build a simulated environment in which optimal policies can be discovered. We show this advantage by comparing RL-based strategy against a supervised strategy which captures average human wizard performance on the dialogue task. This comparison allows us to measure relative improvement over the training data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The use of WOZ data has earlier been proposed in the context of RL. Williams and Young (2004) use WOZ data to discover the state and action space for the design of a Markov Decision Process (MDP). Prommer, Holzapfel, and Waibel (2006) use WOZ data to build a simulated user and noise model for simulation-based RL. Although both studies show promising first results, their simulated environments still contain many hand-crafted aspects, which makes it hard to evaluate whether the success of the learned strategy indeed originates from the WOZ data. Schatzmann et al. (2007) propose to \"bootstrap\" with a simulated user which is entirely hand-crafted. In the following we propose what is currently the most strongly data-driven approach to these problems. We also show that the resulting policy performs well for real users. In particular we propose a five-step procedure (see Figure 1 ):", |
| "cite_spans": [ |
| { |
| "start": 68, |
| "end": 93, |
| "text": "Williams and Young (2004)", |
| "ref_id": "BIBREF73" |
| }, |
| { |
| "start": 197, |
| "end": 234, |
| "text": "Prommer, Holzapfel, and Waibel (2006)", |
| "ref_id": "BIBREF41" |
| }, |
| { |
| "start": 550, |
| "end": 574, |
| "text": "Schatzmann et al. (2007)", |
| "ref_id": "BIBREF58" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 877, |
| "end": 885, |
| "text": "Figure 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "We start by collecting data in a WOZ experiment, as described in Section 2.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "1.", |
| "sec_num": null |
| }, |
| { |
| "text": "From these data we train and test different components of our simulated environment using Supervised Learning techniques (Section 3). In", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "Data-driven methodology for simulation-based dialogue strategy learning for new applications.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "particular, we extract a supervised policy, reflecting human (wizard) performance on this task (see Section 3.3). We build a noise simulation (Section 3.4), and two different user simulations (Section 3.5), as well as a data-driven reward function (Section 3.6).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 1", |
| "sec_num": null |
| }, |
| { |
| "text": "We then train and evaluate dialogue policies by interacting with the simulated environment (Section 4).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "3.", |
| "sec_num": null |
| }, |
| { |
| "text": "Once the learned policies are \"good enough\" in simulation, we test them with real users (Section 5).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "4.", |
| "sec_num": null |
| }, |
| { |
| "text": "In addition, we introduce a final phase where we meta-evaluate the whole framework (Section 6). This final step is necessary because WOZ experiments only simulate human-computer interaction (HCI). We therefore need to show that a strategy bootstrapped from WOZ data indeed transfers to real HCI. We first show that the results between simulated and real interaction are compatible (Section 6.1). We also meta-evaluate the reward function, showing that it is a stable, accurate estimate for real user's preferences (Section 6.2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "5.", |
| "sec_num": null |
| }, |
| { |
| "text": "Note that RL is fundamentally different to Supervised Learning (SL): RL is a statistical planning approach which allows us to find an optimal policy (sequences of actions) with respect to an overall goal (Sutton and Barto 1998) ; SL, in contrast, is concerned with deducing a function from training data for predicting/classifying events. This article is not concerned with showing differences between SL and RL on a small amount of data, but we use SL methods to capture the average human wizard strategy in the original data, and show that simulation-based RL is able to find new policies that were previously unseen.", |
| "cite_spans": [ |
| { |
| "start": 204, |
| "end": 227, |
| "text": "(Sutton and Barto 1998)", |
| "ref_id": "BIBREF66" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "5.", |
| "sec_num": null |
| }, |
| { |
| "text": "We apply this framework to optimize multimodal information-seeking dialogue strategies for an in-car digital music player. Dialogue Management and multimodal output generation are two closely interrelated problems for information seeking dialogues: the decision of when to present information depends on how many pieces of information to present and the available options for how to present them, and vice versa. We therefore formulate the problem as a hierarchy of joint learning decisions which are optimized together. We see this as a first step towards an integrated statistical model of Dialogue Management and more advanced output planning/Natural Language Generation Rieser and Lemon 2009b; Lemon 2011; Rieser, Lemon, and Liu 2010; Janarthanam and Lemon 2010) .", |
| "cite_spans": [ |
| { |
| "start": 674, |
| "end": 697, |
| "text": "Rieser and Lemon 2009b;", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 698, |
| "end": 709, |
| "text": "Lemon 2011;", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 710, |
| "end": 738, |
| "text": "Rieser, Lemon, and Liu 2010;", |
| "ref_id": "BIBREF51" |
| }, |
| { |
| "start": 739, |
| "end": 766, |
| "text": "Janarthanam and Lemon 2010)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "5.", |
| "sec_num": null |
| }, |
| { |
| "text": "In the following, Section 2 describes the Wizard-of-Oz data collection (i.e., how to collect appropriate data when no initial data or system exists), Section 3 explains the construction of the simulated learning environment (including how to determine a data-driven reward function), Section 4 presents training and evaluation of the learned policies in simulation (i.e., how to learn effective dialogue strategies), Section 5 presents the results of the tests with real users, and Section 6 presents a meta-evaluation of the framework, including transfer results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "5.", |
| "sec_num": null |
| }, |
| { |
| "text": "The corpus used for learning was collected in a multimodal study of German taskoriented dialogues for an in-car music player application. The corpus was created in the larger context of the TALK project 1 and is also known as the SAMMIE corpus (Kruijff-Korbayov\u00e1 et al. 2006) . In contrast to conventional WOZ trials we were not only interested in the users' behavior, but also in the behavior of our human wizards. This study provides insights into natural strategies of information presentation as performed by human wizards.", |
| "cite_spans": [ |
| { |
| "start": 244, |
| "end": 275, |
| "text": "(Kruijff-Korbayov\u00e1 et al. 2006)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard-of-Oz Data Collection", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Six people played the role of an intelligent interface (the \"wizards\"). The wizards were able to speak freely and display search results on the screen by clicking on precomputed templates. Wizards' outputs were not restricted, in order to explore the different ways they intuitively chose to present search results. Wizard's utterances were immediately transcribed and played back to the user with Text-To-Speech. Twenty-one subjects (11 women, 10 men) were given a set of predefined tasks to perform, as well as a primary driving task, using a driving simulator (Mattes 2003) . The users were able to speak, as well as make selections on the screen.", |
| "cite_spans": [ |
| { |
| "start": 563, |
| "end": 576, |
| "text": "(Mattes 2003)", |
| "ref_id": "BIBREF37" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The experiment proceeded as follows. First the wizards were trained to use the database interface and they were also given general instructions about how to interact with the user. Training took 45 minutes, including five example tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "After the user arrived s/he was introduced to the driving simulator and had to perform a short test drive. The users solved two sets of tasks with two tasks in each. After each task the user filled out a task-specific questionnaire, in which they indicated perceived task success and satisfaction on a five-point Likert scale. Finally, the user was interviewed by the experiment leader following a questionnaire containing questions similar to the PARADISE study (Walker, Kamm, and Litman 2000) , including questions on task ease, timing, multimodal and verbal presentation, as well as future use of such systems. All subjects reported that they were convinced that they were interacting with a real system.", |
| "cite_spans": [ |
| { |
| "start": 463, |
| "end": 494, |
| "text": "(Walker, Kamm, and Litman 2000)", |
| "ref_id": "BIBREF66" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "To approximate speech recognition errors we used a tool that randomly deletes parts of the transcribed utterances. Due to the fact that humans are able to make sense of even heavily corrupted input, this method not only covers non-understandings, but wizards also built up their own hypotheses about what the user really said, which can lead to misunderstandings. The word deletion rate varied: 20% of the utterances were weakly corrupted (= deletion rate of 20%), and 20% were strongly corrupted (= deletion rate of 50%). In 60% of the cases the wizard saw the transcribed speech uncorrupted. Example (1) illustrates the kind of corrupted utterances the wizard had to deal with.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "(1) uncorrupted: \"Zu dieser Liste bitte Track 'Tonight' hinzuf\u00fcgen.\" [ \"Add track 'Tonight' to this list.\"] weakly corrupted: \"Zu dieser Liste bitte Track 'Tonight' . . . . \"", |
| "cite_spans": [ |
| { |
| "start": 40, |
| "end": 68, |
| "text": "Track 'Tonight' hinzuf\u00fcgen.\"", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "[\". . . track 'Tonight' to this list.\"] strongly corrupted: \"Zu . . . Track 'Tonight' . . . . [\". . . track 'Tonight' to . . . \"] There are some shortcomings of this technique, which we discuss in Rieser and Lemon (2009a) . However, the data are useful for our purposes because our main interest here is in multimodal presentation strategies (in the presence of some input noise). Other studies have specifically targeted the Dialogue Management question of how to handle ASR input noise (e.g., Stuttle, Williams, and Young 2004; Skantze 2005 ).", |
| "cite_spans": [ |
| { |
| "start": 70, |
| "end": 129, |
| "text": "Track 'Tonight' . . . . [\". . . track 'Tonight' to . . . \"]", |
| "ref_id": null |
| }, |
| { |
| "start": 197, |
| "end": 221, |
| "text": "Rieser and Lemon (2009a)", |
| "ref_id": "BIBREF49" |
| }, |
| { |
| "start": 495, |
| "end": 529, |
| "text": "Stuttle, Williams, and Young 2004;", |
| "ref_id": "BIBREF65" |
| }, |
| { |
| "start": 530, |
| "end": 542, |
| "text": "Skantze 2005", |
| "ref_id": "BIBREF64" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Setup", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "The corpus gathered with this set-up comprises 21 sessions and over 1,600 turns. Some example dialogues can be found in Appendix B. Example (2) shows a typical multimodal presentation sub-dialogue from the corpus (translated from German). Note that the wizard displays quite a long list of possible candidates on an (average sized) computer screen, while the user is driving. This example illustrates that even for humans it is difficult to find an \"optimal\" solution to the problem we are trying to solve.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "(2) User: \"Please search for music by Bj\u00f6rk.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Wizard: \"I found 43 items. The items are displayed on the screen.\" [displays list] User: \"Please select Human Behaviour.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Information was logged for each session, for example, the transcriptions of the spoken utterances, the wizard's database query and the number of results, and the screen option chosen by the wizard. A rich set of contextual dialogue features was also annotated, as listed in Section 3.1. Also see Rieser, Kruijff-Korbayov\u00e1, and Lemon (2005) .", |
| "cite_spans": [ |
| { |
| "start": 296, |
| "end": 339, |
| "text": "Rieser, Kruijff-Korbayov\u00e1, and Lemon (2005)", |
| "ref_id": "BIBREF44" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Of the 793 wizard turns 22.3% were annotated as presentation strategies, resulting in 177 instances for learning, where the six wizards contributed about equal proportions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "A \u03c7 2 test on presentation strategy (comparing whether wizards chose to present in multimodal or verbal modality) showed significant differences between wizards (\u03c7 2 (1) = 34.21, p < .001). On the other hand, a Kruskal-Wallis test comparing user preferences for the multimodal output showed no significant difference across wizards (H(5)=10.94, p > .05). 2 Mean performance ratings for the wizards' multimodal behavior ranged from 1.67 to 3.5 on a five-point Likert scale. We also performed an analysis of whether wizards improved their performance over time (learning effects). The results show that the wizard's average user satisfaction scores in general slightly decreased with the number of sessions that they performed, however.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Observing significantly different strategies that are not significantly different in terms of user satisfaction, we conjecture that the wizards converged on strategies which were appropriate in certain contexts. To strengthen this hypothesis we split the data by wizard and performed a Kruskal-Wallis test on multimodal behavior per session. Only the two wizards with the lowest performance score showed no significant variation across session, whereas the wizards with the highest scores showed the most varying behavior. These results again indicate a context-dependent strategy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "In Section 3.1 we test this hypothesis (that good multimodal clarification strategies are context-dependent) by using feature selection techniques in order to find the features which are most predictive for the wizards' behavior. The dialogues show that common \"mistakes\" were that the wizards either displayed too much information on the screen, see Example (1) in Appendix B, or the wizards fail to present results early enough, see Example (2) in Appendix B. In general, users report that they get distracted from driving if too much information is presented. On the other hand, users prefer shorter dialogues (most of the user ratings are negatively correlated with dialogue length).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "These results indicate that we need to find a strategy given the competing tradeoffs between the number of results (large lists are difficult for users to process), the length of the dialogue (long dialogues are tiring, but collecting more information can result in more precise results), and the noise in the speech recognition environment (in high noise conditions accurate information is difficult to obtain). In the following we utilize the ratings from the user questionnaires to optimize a presentation strategy using simulation-based RL.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data Collected", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Simulation-based RL learns by interaction with a simulated environment (Sutton and Barto 1998) . We obtain the simulated components from the WOZ corpus using datadriven methods. Although this requires quite a large effort, the exercise is important as a case study for exploring the proposed methodology.", |
| "cite_spans": [ |
| { |
| "start": 71, |
| "end": 94, |
| "text": "(Sutton and Barto 1998)", |
| "ref_id": "BIBREF66" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Simulated Learning Environment", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The employed database contains 438 items and is similar in retrieval ambiguity and structure to the one used in the WOZ experiment. The dialogue system used for learning implements a multimodal information presentation strategy which is untrained, but comprises some obvious constraints reflecting the system logic (e.g., that only filled slots can be confirmed), implemented as Information State Update (ISU) rules (see also Heeman 2007; Henderson, Lemon, and Georgila 2008) .", |
| "cite_spans": [ |
| { |
| "start": 426, |
| "end": 438, |
| "text": "Heeman 2007;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 439, |
| "end": 475, |
| "text": "Henderson, Lemon, and Georgila 2008)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Simulated Learning Environment", |
| "sec_num": "3." |
| }, |
| { |
| "text": "Other behavior which is hand-coded in the system is to greet the user in the beginning of a dialogue and to provide help if the user requests help. The help function provides the user with some examples of what to say next (see system prompt s6 in the Example Dialogue in Table 1 in Appendix D). All other actions are left for optimization.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 272, |
| "end": 279, |
| "text": "Table 1", |
| "ref_id": "TABREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Simulated Learning Environment", |
| "sec_num": "3." |
| }, |
| { |
| "text": "A state or context in our system is a dialogue \"information state\" as defined in (Lemon et al., 2005) . We divide the types of information represented in the dialogue information state into local features (constituting low-level and dialogue features), dialogue history features, and user model features. We also defined features reflecting the application environment (e.g., driving). The information state features are shown in Tables 1, 2, and 3, and further described below. All features are automatically extracted from the WOZ log-files (as described in Section 2.2), and are available at runtime in ISU-based dialogue systems.", |
| "cite_spans": [ |
| { |
| "start": 81, |
| "end": 101, |
| "text": "(Lemon et al., 2005)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Feature Space", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Local features. First, we extracted features present in the \"local\" context of a wizard action, as shown in Table 1 , such as the number of matches returned from the database query (DB), whether any words were deleted by the corruption algorithm (see Section 2.1), and the previous user speech act (user-act) of the antecedent utterance. The Table 1 Contextual/information-state features: Local features.", |
| "cite_spans": [ |
| { |
| "start": 298, |
| "end": 308, |
| "text": "(user-act)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 108, |
| "end": 115, |
| "text": "Table 1", |
| "ref_id": "TABREF8" |
| }, |
| { |
| "start": 342, |
| "end": 349, |
| "text": "Table 1", |
| "ref_id": "TABREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Feature Space", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "DB: database matches (integer) deletion: words deleted (yes/no) user-act: add, repeat, y/n, change, others user actions are annotated manually by two annotators (\u03ba = .632). Please see Table 1 in Appendix A for detailed results on inter-annotator agreement.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 184, |
| "end": 191, |
| "text": "Table 1", |
| "ref_id": "TABREF8" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Local features", |
| "sec_num": null |
| }, |
| { |
| "text": "Also, note that the deletion feature (and later delHist, and delUser) counts the number of words deleted by the corruption tool (see Section 2.1) and serves as an approximation to automatic speech recognition (ASR) confidence scores as observed by the system. Equally, the human wizard will be able to infer when words in a sentence were deleted and hence has a certain confidence that the input is complete.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local features", |
| "sec_num": null |
| }, |
| { |
| "text": "Dialogue history features. The history features account for events in the whole dialogue so far, that is, all information gathered before entering the presentation phase, as shown in Table 2 . We include features such as the number of questions that the wizard asked so far (questHist), how often the screen output was already used (screenHist), the average corruption rate so far (delHist), the dialogue length measured in turns (dialogueLength), the dialogue duration in seconds (dialogueDuration), and whether the user reacted to the screen output, either by verbally referencing (refHist), for example, using expressions such as It's item number 4, or by clicking (clickHist).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 183, |
| "end": 190, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Local features", |
| "sec_num": null |
| }, |
| { |
| "text": "User model features. Under \"user model features\" we consider features reflecting the wizards' responsiveness to the behavior and situation of the user. Each session comprises four dialogues with one wizard. The user model features average the user's behavior in these dialogues so far, as shown in Table 3 , such as how responsive the user is towards the screen output, namely, how often this user clicks (clickUser) and how frequently s/he used verbal references so far (refUser); how often the wizard had already shown a screen output (screenUser) and how many questions were already asked (questUser); how much the user's speech was corrupted on average so far (delUser), that is, an approximation of how well this user is recognized; and whether this user is currently driving or not (driving). This information was available to the wizards.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 298, |
| "end": 305, |
| "text": "Table 3", |
| "ref_id": "TABREF11" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Local features", |
| "sec_num": null |
| }, |
| { |
| "text": "Contextual/information-state features: History features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 2", |
| "sec_num": null |
| }, |
| { |
| "text": "questHist: number of questions (integer) screenHist: number screen outputs (integer) delHist: average corruption rate; no.wordsDeletedInDialogueSoFar no.utterancesInDialogueSoFar (real) dialogueLength: length in turns (integer) dialogueDuration: time in sec (real) refHist: number of verbal user references to screen output (integer) clickHist: number of click events (integer)", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 149, |
| "text": "no.wordsDeletedInDialogueSoFar", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dialogue History Features", |
| "sec_num": null |
| }, |
| { |
| "text": "Contextual/information-state features: User model features.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 3", |
| "sec_num": null |
| }, |
| { |
| "text": "clickUser: average number of clicks (real) refUser: average number of verbal references (real) delUser: average corruption rate for that user; no.wordsDeletedForUserSoFar no.utterancesForUserSoFar (real) screenUser: average number of screens shown to that user (real) questUser: average number of questions asked to user (real) driving: user driving (yes/no) Note that all these features are generic over information-seeking dialogues where database results can be displayed on a screen; except for driving which only applies to hands-and-eyes-busy situations. This potential feature space comprises 16 features, many of them taking numerical attributes as values. Including them all in the state space for learning would make the RL problem unnecessarily complex. In the next section we describe automatic feature selection techniques, which help to reduce the feature space to a subset which is most predictive of when and how to present search results.", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 170, |
| "text": "no.wordsDeletedForUserSoFar", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "User model features", |
| "sec_num": null |
| }, |
| { |
| "text": "3.1.1 Feature Selection. We use feature selection techniques to identify the context features which are most predictable for the wizards choosing a specific action. We choose to apply forward selection for all our experiments in order to not include redundant features, given our large feature set. We use the following feature filtering methods: correlation-based subset evaluation (CFS; Hall 2000) and a decision tree algorithm (rulebased SL). We also apply a correlation-based \u03c7 2 ranking technique. Filtering techniques account for inter-feature relations, selecting subsets of predictive features at the expense of saying less about individual feature performance itself. Ranking techniques evaluate each feature individually. For our experiments we use implementations of selection techniques provided by the WEKA toolkit (Witten and Frank 2005).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "User model features", |
| "sec_num": null |
| }, |
| { |
| "text": "First, we investigated the wizards' information acquisition strategy, namely, which features are related to the wizards' decision when to present a list (presentInfo)-that is, the task is to predict presentInfo vs. all other possible dialogue acts. None of the feature selection techniques were able to identify any predictive feature for this task.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "User model features", |
| "sec_num": null |
| }, |
| { |
| "text": "Next, we investigated the wizards' information presentation strategy, that is, which features are related to the wizards' decision to present a list verbally (presentInfoverbal) or multi-modally (presentInfo-multimodal). All the feature selection techniques consistently choose the feature DB (number of retrieved items from the database). This result is maybe not very surprising, but it supports the claim that using feature selection on WOZ data delivers valid results. Relevant features for other domains may be less obvious. For example, Levin and Passonneau (2006) suggest the use of WOZ data in order to discover the state space for error recovery strategies. For this task many other contextual features may come into play, as shown by Gabsdil and Lemon (2004) and Lemon and Konstas (2009) for automatic ASR re-ranking.", |
| "cite_spans": [ |
| { |
| "start": 543, |
| "end": 570, |
| "text": "Levin and Passonneau (2006)", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 744, |
| "end": 768, |
| "text": "Gabsdil and Lemon (2004)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 773, |
| "end": 797, |
| "text": "Lemon and Konstas (2009)", |
| "ref_id": "BIBREF33" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "User model features", |
| "sec_num": null |
| }, |
| { |
| "text": "We use this information to construct the state space for RL, as described in the following section, as well as using these feature selection methods to construct the wizard strategy as described in Section 3.3. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "User model features", |
| "sec_num": null |
| }, |
| { |
| "text": "The structure of an information-seeking dialogue system consists of an information acquisition phase, and an information presentation phase. For information acquisition the task of the dialogue manager is to gather \"enough\" search constraints from the user, and then, \"at the right time,\" to start the information presentation phase, where the presentation task is to present \"the right amount\" of information in the right way-either on the screen or listing the items verbally. What \"the right amount\" actually means depends on the application, the dialogue context, and the preferences of users. For optimizing dialogue strategies information acquisition and presentation are two closely interrelated problems and need to be optimized jointly: When to present information depends on the available options for how to present them, and vice versa.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MDP and Problem Representation", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We therefore formulate the problem as an MDP, relating states to actions in a hierarchical manner (see Figure 2 ): Four actions are available for the information acquisition phase; once the action presentInfo is chosen, the information presentation phase is entered, where two different actions for output realization are available.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 103, |
| "end": 111, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "MDP and Problem Representation", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The state space is constructed semi-automatically. We manually enumerate the taskrelated features needed to learn about the dialogue task. For example, we manually specified the number of slots, and information about the \"grounded-ness\" of the slots, needed to learn confirmation strategies. 3 We also added the features which were automatically discovered by the feature selection techniques defined in Section 3.1.1.", |
| "cite_spans": [ |
| { |
| "start": 292, |
| "end": 293, |
| "text": "3", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MDP and Problem Representation", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The state-space comprises eight binary features representing the task for a fourslot problem: filledSlot indicates whether a slot is filled, confirmedSlot indicates whether a slot is confirmed. We also add the number of retrieved items (DB). We found that human wizards especially pay attention to this feature, using the feature selection techniques of Rieser and Lemon (2006b) . The feature DB takes integer values between 1 and 438, resulting in 2 8 \u00d7 438 = 112, 128 distinct dialogue states for the state space. In total there are 4 112,128 theoretically possible policies for information acquisition. 4 For the presentation phase the DB feature is discretized, as we will further discuss in Section 3.7. For the information presentation phase there are 2 2 3 = 256 theoretically possible policies.", |
| "cite_spans": [ |
| { |
| "start": 354, |
| "end": 378, |
| "text": "Rieser and Lemon (2006b)", |
| "ref_id": "BIBREF46" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "MDP and Problem Representation", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Our hypothesis is that simulation-based RL allows us to find optimal policies which are superior to those present in the original data. Therefore we create a policy which mimics the average wizard behavior, and this allows us to measure the relative improvements over the training data (cf. Henderson, Lemon, and Georgila 2008) . We create this baseline by applying SL. For these experiments we use the WEKA toolkit (Witten and Frank 2005) . We learn with the decision tree J4.8 classifier, WEKA's implementation of the C4.5 system (Quinlan 1993) , and rule induction JRIP, the WEKA implementation of RIPPER (Cohen 1995) . In particular, we learn models which predict the following wizard actions:", |
| "cite_spans": [ |
| { |
| "start": 291, |
| "end": 327, |
| "text": "Henderson, Lemon, and Georgila 2008)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 416, |
| "end": 439, |
| "text": "(Witten and Frank 2005)", |
| "ref_id": null |
| }, |
| { |
| "start": 532, |
| "end": 546, |
| "text": "(Quinlan 1993)", |
| "ref_id": "BIBREF42" |
| }, |
| { |
| "start": 608, |
| "end": 620, |
| "text": "(Cohen 1995)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "r Presentation timing: when the \"average\" wizard starts the presentation phase on a turn level (binary decision).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "r Presentation modality: in which modality the list is presented (multimodal vs. verbal).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We use annotated dialogue context features as input, as described in Section 3.1, with feature selection techniques as described in Section 3.1.1. Both models are trained using 10-fold cross validation, comparing the predicted labels against the true labels in a hold-out test set. Table 4 presents the results for comparing the accuracy of the learned classifiers against the majority baseline.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 282, |
| "end": 289, |
| "text": "Table 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "A data analysis shows that all of the wizards are more likely to show a graphic on the screen when the number of database hits is \u2265 4. However, none of the wizards strictly follows that strategy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "For presentation timing, none of the classifiers produces significantly improved results. Hence, we conclude that there is no distinctive pattern observable by the SL algorithms for when to present information. For strategy implementation we therefore use a frequency-based approach following the distribution in the WOZ data: In 48% of cases the baseline policy decides to present the retrieved items; for the rest of the time the system follows a hand-coded strategy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "For learning presentation modality, both classifiers significantly outperform the majority baseline. The learned models both learn the same rule set, which can be rewritten as in Listing 1. Note that this rather simple algorithm is meant to represent the average strategy as learned by SL from the initial data (which then allows us to measure the relative improvements of the RL-based strategy).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Wizard Behavior", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Predicted accuracy for presentation timing and modality (with standard deviation \u00b1). ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 4", |
| "sec_num": null |
| }, |
| { |
| "text": "One of the fundamental characteristics of HCI is an error-prone communication channel. Therefore, the simulation of channel noise is an important aspect of the learning environment. Previous work uses data-intensive simulations of ASR errors (e.g., Pietquin and Dutoit 2006; Schatzmann, Thomson, and Young 2007a ). Because we only have limited data available, we use a simple model simulating the effects of non-and misunderstanding on the interaction, rather than the noise itself. This method is especially suited to learning from small data sets. From our data we estimate a 30% chance of user utterances to be misunderstood, and 4% to be complete non-understandings, which is a realistic estimation for deployed dialogue systems (cf. Litman and Pan 1999; Carpenter et al. 2001; Hirschberg, Litman, and Swerts 2001; Georgila, Henderson, and Lemon 2005) . We simulate the effects that noise has on the user behavior, as well as for the task accuracy. 5 For the user side, the noise model defines the likelihood of the user accepting or rejecting the system's hypothesis (e.g., when the system utters a confirmation), that is, in 30% of the cases the user rejects, in 70% the user agrees. These probabilities are combined with the probabilities for user actions from the user simulation, as described in the next section. For non-understandings we have the user simulation generating Out-of-Vocabulary utterances with a chance of 4%. Furthermore, the noise model determines the likelihood of task accuracy as calculated in the reward function for learning. A filled slot which is not confirmed by the user has a 30% chance of having been misrecognized, see Task Completion as defined in Section 3.6.", |
| "cite_spans": [ |
| { |
| "start": 249, |
| "end": 274, |
| "text": "Pietquin and Dutoit 2006;", |
| "ref_id": "BIBREF40" |
| }, |
| { |
| "start": 275, |
| "end": 311, |
| "text": "Schatzmann, Thomson, and Young 2007a", |
| "ref_id": "BIBREF59" |
| }, |
| { |
| "start": 738, |
| "end": 758, |
| "text": "Litman and Pan 1999;", |
| "ref_id": "BIBREF36" |
| }, |
| { |
| "start": 759, |
| "end": 781, |
| "text": "Carpenter et al. 2001;", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 782, |
| "end": 818, |
| "text": "Hirschberg, Litman, and Swerts 2001;", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 819, |
| "end": 855, |
| "text": "Georgila, Henderson, and Lemon 2005)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Noise Simulation", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "A user simulation is a predictive model of real user behavior used for automatic dialogue strategy development and testing. See Schatzmann et al. (2006) for a comprehensive survey. Simulations on the intention/dialogue act level are most popular for RL-based strategy learning, as they outperform the lower level approaches in terms of robustness, portability, and scalability. For our domain, the user can either add new information (add), repeat or paraphrase information which was already provided at an earlier stage (repeat), give a simple yes/no answer (y/n), or change to a different topic by providing a different slot value than the one asked for (change). Examples from the corpus are given in Table 5 and in the dialogues listed in Appendix B. These actions are annotated manually by two annotators (\u03ba = .632, see Appendix A). In this work, we are challenged to learn user simulations from a small data set. We first construct a simple bigram model in order to explore the quality of the data. Bigram (or more general n-gram) models for user simulations were first introduced by Eckert, Pieraccini (1997, 1998 ). An n-gram-based user simulation predicts the user action a u,t at time t that is most probable given the dialogue history of system and user actions, see Equation 1where a s,t denotes the system action at time t.", |
| "cite_spans": [ |
| { |
| "start": 128, |
| "end": 152, |
| "text": "Schatzmann et al. (2006)", |
| "ref_id": "BIBREF55" |
| }, |
| { |
| "start": 1098, |
| "end": 1120, |
| "text": "Pieraccini (1997, 1998", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 704, |
| "end": 711, |
| "text": "Table 5", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "User Simulation", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "a u,t = argmax a u ,t P(a u,t |a s,t , a s,t\u22121 , a u,t\u22121 , ..., a u,t\u2212n+1 , a s,t\u2212n+1 )", |
| "eq_num": "( 1 )" |
| } |
| ], |
| "section": "User Simulation", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "The bigram model obtained from our WOZ data and the observed frequencies are shown in Figure 3 . When examining the distributions of user replies per system turn for the bigram model, we can see that 25% of the state-action pairs have zero frequencies. However, user simulations should allow the learner to also find strategies which are not in the data. Especially when learning from small data sets, user simulations for", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 86, |
| "end": 94, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "User Simulation", |
| "sec_num": "3.5" |
| }, |
| { |
| "text": "User action frequencies following a system act (bigram model): 25% zero frequencies for state-action pairs due to data sparsity. automatic strategy training should cover the whole variety of possible user action for each state in order to produce robust strategies. Ai, Tetreault, and Litman (2007) , for example, show that random models outperform more accurate ones if the latter fail to provide enough coverage. On the other hand, user simulations used for testing should be more accurate with respect to the data in order to test under realistic conditions (e.g., M\u00f6ller et al. 2006) .", |
| "cite_spans": [ |
| { |
| "start": 266, |
| "end": 298, |
| "text": "Ai, Tetreault, and Litman (2007)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 568, |
| "end": 587, |
| "text": "M\u00f6ller et al. 2006)", |
| "ref_id": "BIBREF38" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 3", |
| "sec_num": null |
| }, |
| { |
| "text": "We therefore apply two learning methods to deal with data sparsity (for n-gram models): First, we develop a user simulation which is based on a new clustering technique; second, we apply smoothing (which is the standard technique applied to account for zero frequencies in n-gram models).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 3", |
| "sec_num": null |
| }, |
| { |
| "text": "We introduce a cluster-based technique for building user simulations from small amounts of data (see also Rieser and Lemon 2006a) . A similar approach has later been suggested by Schatzmann, Thomson, and Young (2007b) , called the \"summary-space mapping technique,\" where similar states are summarized, and a distribution of possible user behavior is assigned to a set of states, which we call \"clusters.\" This method allows one to generate the full range of possible user behavior in every state.", |
| "cite_spans": [ |
| { |
| "start": 106, |
| "end": 129, |
| "text": "Rieser and Lemon 2006a)", |
| "ref_id": "BIBREF45" |
| }, |
| { |
| "start": 179, |
| "end": 217, |
| "text": "Schatzmann, Thomson, and Young (2007b)", |
| "ref_id": "BIBREF60" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "Cluster-based user simulations generate explorative user behavior which is similar but not identical to user behavior observed in the original data. In contrast to the bigram model, where the likelihood of the next user act is conditioned on the previous system action, the likelihood for the cluster-based model is conditioned on a cluster of similar system states (see Equation 2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "a u,t \u2248 argmax a u ,t P(a u,t |cluster s,t\u22121 )", |
| "eq_num": "( 2 )" |
| } |
| ], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "The underlying idea is that, with sparse training data, we want user simulations to be \"similar to real users in similar situation.\" This user simulation should generate any kind of observed user behavior in a context (as opposed to the zero frequencies for sparse data), while still generating behavior which is pragmatically plausible in this situation. That is, we want our user simulation to generate behavior which is complete and consistent with respect to the observed actions in the data. We also want our model to generate actions which show some variability with respect to the observed behavior, that is, a controlled degree of randomness. This variance will help us to explore situations which are not observed in the data, which is especially valuable when building a model from sparse training data (cf. Ai, Tetreault, and Litman 2007) .", |
| "cite_spans": [ |
| { |
| "start": 818, |
| "end": 849, |
| "text": "Ai, Tetreault, and Litman 2007)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "Clustering is applied in order to identify more general situations than the previously annotated system speech acts by grouping them according to their similarity. For building such clusters we apply the Expectation-Maximization (EM) algorithm. The EM algorithm is an incremental approach to clustering (Dempster, Laird, and Rubin 1977) , which fits parameters of Gaussian density distributions to the data. In order to define similarity between system actions, we need to describe their (semantic) properties. We therefore annotate the system acts using a fine-grained scheme by Rodriguez and Schlangen (2004) and Rieser and Moore (2005) , which allows classification of dialogue acts in terms of different forms and functions.", |
| "cite_spans": [ |
| { |
| "start": 303, |
| "end": 336, |
| "text": "(Dempster, Laird, and Rubin 1977)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 580, |
| "end": 610, |
| "text": "Rodriguez and Schlangen (2004)", |
| "ref_id": "BIBREF53" |
| }, |
| { |
| "start": 615, |
| "end": 638, |
| "text": "Rieser and Moore (2005)", |
| "ref_id": "BIBREF52" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "We use a slightly modified version of the scheme, where we only use a subset of the suggested annotation tags, while adding another level describing the output modality, as summarized in Figure 4 . In particular, the annotation scheme describes wizard actions in terms of their communication level, which describes the linguistic target after Clark (1996) . We distinguish between utterances which aim to elicit acoustic information (e.g., Sorry, can you please repeat? and utterances which aim to elicit further information to uniquely identify the user's reference (e.g., By which artist?). As well as utterances trying to establish contact (e.g., Can you hear me?), and utterances about the user's intention (e.g., What do you want me to do?). The problem severity describes which type of feedback the system requests from the user, namely, asking for confirmation, for repetition, or for elaboration. The modality of the dialogue act can either be verbal or multimodal. Table 6 shows a mapping between system speech acts as described in Figure 2 and the annotated discourse functions. We use these features for clustering the speech acts according to their similarity in discourse function and form.", |
| "cite_spans": [ |
| { |
| "start": 343, |
| "end": 355, |
| "text": "Clark (1996)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 187, |
| "end": 195, |
| "text": "Figure 4", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 974, |
| "end": 981, |
| "text": "Table 6", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 1041, |
| "end": 1049, |
| "text": "Figure 2", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "The EM algorithm generates three state clusters: The system acts askAQuestion and implConfirm are summarized into cluster 1; explConf and reject are in cluster 2; and presentListVerbal and presentListMM are in cluster 3. For every cluster we assign the observed frequencies of user actions (i.e., all the user actions which occur with one of the states belonging to that cluster), as shown in Figure 5 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 393, |
| "end": 401, |
| "text": "Figure 5", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Cluster-Based User Simulation.", |
| "sec_num": "3.5.1" |
| }, |
| { |
| "text": "For our second user simulation model we apply smoothing to a bigram model. We implement a simple smoothing technique called \"add-one smoothing\" (Jurafsky and Martin 2000) . This technique discounts some nonzero counts in order to obtain probability mass that will be assigned to the zero counts. We apply this technique to the original frequency-based bigram model. The resulting model is shown in Figure 6 .", |
| "cite_spans": [ |
| { |
| "start": 144, |
| "end": 170, |
| "text": "(Jurafsky and Martin 2000)", |
| "ref_id": "BIBREF28" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 398, |
| "end": 406, |
| "text": "Figure 6", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Smoothed Bigram User Simulation.", |
| "sec_num": "3.5.2" |
| }, |
| { |
| "text": "In general, the smoothed model is closer to the original data than the cluster-based one (thus being more realistic at the expense of allowing less exploratory behavior). In the next section we introduce an evaluation metric which allows us to assess the level of exploratory versus realistic user behavior as exhibited by the different user simulations. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Smoothed Bigram User Simulation.", |
| "sec_num": "3.5.2" |
| }, |
| { |
| "text": "User action frequencies from the cluster-based user simulation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 5", |
| "sec_num": null |
| }, |
| { |
| "text": "User action frequencies from the smoothed bigram user simulation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 6", |
| "sec_num": null |
| }, |
| { |
| "text": "Simulations. Several metrics have been proposed to evaluate user simulations (e.g., Scheffler and Young 2001; Schatzmann, Georgila, and Young 2005; Ai and Litman 2006; Georgila, Henderson, and Lemon 2006; Williams 2007) . A good measure of dialogue similarity is based on the Kullback-Leibler (KL) diver- gence 6 (as also used by Cuay\u00e1huitl et al. 2005; Jung et al. 2009) , which is defined as follows:", |
| "cite_spans": [ |
| { |
| "start": 84, |
| "end": 109, |
| "text": "Scheffler and Young 2001;", |
| "ref_id": "BIBREF61" |
| }, |
| { |
| "start": 110, |
| "end": 147, |
| "text": "Schatzmann, Georgila, and Young 2005;", |
| "ref_id": "BIBREF56" |
| }, |
| { |
| "start": 148, |
| "end": 167, |
| "text": "Ai and Litman 2006;", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 168, |
| "end": 204, |
| "text": "Georgila, Henderson, and Lemon 2006;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 205, |
| "end": 219, |
| "text": "Williams 2007)", |
| "ref_id": "BIBREF72" |
| }, |
| { |
| "start": 330, |
| "end": 353, |
| "text": "Cuay\u00e1huitl et al. 2005;", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 354, |
| "end": 371, |
| "text": "Jung et al. 2009)", |
| "ref_id": "BIBREF27" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "D KL (P||Q) = M i=1 P(i) * log P(i) Q(i)", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "This metric measures the divergence between distributions P and Q in a context with M responses. Ideally, the KL divergence between two similar distributions is close to zero.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "KL allows us to compare the raw probabilities as observed in the original data with the probabilities generated by our user simulation models. We then compare the KL results of the cluster-based and the smoothed user simulation against a random model and a majority baseline (see Table 7 ). The random model is constructed by assigning equal frequency to all four actions, whereas the majority baseline always predicts the most frequent action in one context. The comparison against the random baseline tests the hypothesis that our user simulations are more consistent with the observed data than random behavior. The majority baseline represents the hypothesis that our user simulation explores a significantly wider range of behavior than the most frequent user action.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 280, |
| "end": 287, |
| "text": "Table 7", |
| "ref_id": "TABREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "The user simulation models have a small divergence from the original data suggesting that they are good simulations for training and testing policies. The smoothed and the cluster-based model gain on average five times lower KL scores than the baselines. We therefore conclude that both simulations show consistent (i.e., better than random) as well as varying (i.e., better than the majority decision) behavior.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "As mentioned previously, we want user simulations for policy training to allow more exploration, whereas for testing we want user simulations which are more realistic. We therefore choose to test with the smoothed model because its low KL score shows that it is closest to the data, and we use the cluster-based simulation for training.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "Note that the KL divergence only measures consistency with respect to specific dialogue contexts. However, user simulations also need to be coherent with respect to the dialogue history and the current user goal. We therefore model the user's goal (i.e., the song s/he is looking for) similar to \"agenda-based user models\" (Schatzmann et al. 2007; Schatzmann, Thomson, and Young 2007b) . The user goal corresponds to a database entry, which is randomly chosen in the beginning of each dialogue. Every time the user simulation generates a speech act, the corresponding value is chosen from the goal record, dependent on the slot value the system was asking for.", |
| "cite_spans": [ |
| { |
| "start": 323, |
| "end": 347, |
| "text": "(Schatzmann et al. 2007;", |
| "ref_id": "BIBREF58" |
| }, |
| { |
| "start": 348, |
| "end": 385, |
| "text": "Schatzmann, Thomson, and Young 2007b)", |
| "ref_id": "BIBREF60" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of User", |
| "sec_num": "3.5.3" |
| }, |
| { |
| "text": "The reward function defines the goal of the overall dialogue. For example, if it is most important for the dialogue to be efficient, the function penalizes dialogue length, while rewarding task success. In most previous work the reward function is manually set, which makes it \"the most hand-crafted aspect\" of RL (Paek 2006) . For example, Williams and Young (2007) use +10 points for task completion and -1 point per turn, but there is no empirical basis for this specific ratio. In contrast, we learn the reward model from data, using a modified version of the PARADISE framework (Walker, Kamm, and Litman 2000) , following pioneering work by Walker, Fromer, and Narayanan (1998) . In PARADISE multiple linear regression is used to build a predictive model of subjective user ratings (from questionnaires) from objective dialogue performance measures (such as dialogue length). The subjective measure that we wish to optimize for our application is Task Ease, a variable obtained by taking the average of two questions in the questionnaire. 7 We use PARADISE to predict Task Ease from various input variables, via stepwise regression. The chosen model comprises dialogue length in turns, task completion (as manually annotated in the WOZ data), and the multimodal user score from the user questionnaire, as shown in Equation 4 ", |
| "cite_spans": [ |
| { |
| "start": 314, |
| "end": 325, |
| "text": "(Paek 2006)", |
| "ref_id": "BIBREF39" |
| }, |
| { |
| "start": 341, |
| "end": 366, |
| "text": "Williams and Young (2007)", |
| "ref_id": "BIBREF71" |
| }, |
| { |
| "start": 583, |
| "end": 614, |
| "text": "(Walker, Kamm, and Litman 2000)", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 646, |
| "end": 682, |
| "text": "Walker, Fromer, and Narayanan (1998)", |
| "ref_id": "BIBREF69" |
| }, |
| { |
| "start": 1044, |
| "end": 1045, |
| "text": "7", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data-Driven Reward Modeling", |
| "sec_num": "3.6" |
| }, |
| { |
| "text": "This equation is used to calculate the overall reward for the information acquisition phase. Task completion is calculated on-line during learning, penalizing all slots which are filled but not confirmed. Slots that are filled but not confirmed have a 30% chance of being incorrect according to the noise model (see Section 3.4). For the information presentation phase, we compute a local reward. We relate the multimodal score (a variable obtained by taking the average of four questions) 8 to the number of items presented (DB) for each modality, using curve fitting. In contrast to linear regression, curve fitting does not assume a linear inductive bias, but it selects the most likely model (given the data points) by function interpolation. The resulting models are shown in Figure 7 . The reward for multimodal presentation is a quadratic function that assigns a maximal score to a strategy displaying 14.8 items (curve inflection point). The reward for verbal presentation is a linear function assigning negative scores to all presented items \u2265 4. The reward functions for information presentation intersect at no. items = 3. A comprehensive evaluation of this reward function can be found in Section 6.2.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 781, |
| "end": 789, |
| "text": "Figure 7", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Data-Driven Reward Modeling", |
| "sec_num": "3.6" |
| }, |
| { |
| "text": "We use linear function approximation in order to learn with large state-action spaces. Linear function approximation learns linear estimates for expected reward values of actions in states represented as feature vectors. This is inconsistent with the idea of nonlinear reward functions (as introduced in the previous section). We therefore quantize the state space for information presentation. We partition the database feature into three", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "State Space Discretization", |
| "sec_num": "3.7" |
| }, |
| { |
| "text": "Evaluation functions relating number of items presented in different modalities to multimodal score.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 7", |
| "sec_num": null |
| }, |
| { |
| "text": "bins, taking the first intersection point between verbal and multimodal reward and the turning point of the multimodal function as discretization boundaries. Previous work on learning with large databases commonly quantizes the database feature in order to learn with large state spaces using manual heuristics (e.g., Levin, Pieraccini, and Eckert 2000; Heeman 2007) . Our quantization technique is more principled as it reflects user preferences for multi-modal output. Furthermore, in previous work database items were not only quantized in the state-space, but also in the reward function, resulting in a direct mapping between quantized retrieved items and discrete reward values, whereas our reward function still operates on the continuous values. In addition, the decision of when to present a list (information acquisition phase) is still based on continuous DB values. In future work we plan to engineer new state features in order to learn with non-linear rewards while the state space is still continuous. A continuous representation of the state space allows learning of more fine-grained local trade-offs between the parameters, as demonstrated by Rieser and Lemon (2008a) .", |
| "cite_spans": [ |
| { |
| "start": 318, |
| "end": 353, |
| "text": "Levin, Pieraccini, and Eckert 2000;", |
| "ref_id": "BIBREF35" |
| }, |
| { |
| "start": 354, |
| "end": 366, |
| "text": "Heeman 2007)", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 1161, |
| "end": 1185, |
| "text": "Rieser and Lemon (2008a)", |
| "ref_id": "BIBREF47" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Figure 7", |
| "sec_num": null |
| }, |
| { |
| "text": "We now train and test the multimodal presentation strategies by interacting with the simulated learning environment. For the following RL experiments we used the REALL-DUDE toolkit of . The SHARSHA algorithm is employed for training, which adds hierarchical structure to the well known SARSA algorithm (Shapiro and Langley 2002) . The policy is trained with the cluster-based user simulation over 180k system cycles, which results in about 20k simulated dialogues. In total, the learned strategy has 371 distinct state-action pairs as presented in the look-up table in Appendix E. We test the RL-based and the SL wizard baseline policy, as listed in Listing 1, which allows us to measure relative improvement over the training data. We run 500 test dialogues with the smoothed user simulation, as described in Section 3.5.2, so that we are not training and testing on the same simulation. We then compare quantitative dialogue measures by performing a paired t-test. In particular, we compare mean values of the final rewards, number of filled and confirmed slots, dialogue length, and items presented multimodally (MM items) and items presented verbally (verbal items). RL performs significantly better (p < .001) than the baseline strategy. The only non-significant difference is the number of items presented verbally, where both the RL and the average wizard strategy settled on a threshold of fewer than four items. The mean performance measures for simulation-based testing are shown in Table 8 .", |
| "cite_spans": [ |
| { |
| "start": 302, |
| "end": 328, |
| "text": "(Shapiro and Langley 2002)", |
| "ref_id": "BIBREF62" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 1493, |
| "end": 1500, |
| "text": "Table 8", |
| "ref_id": "TABREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Training and Testing the Learned Policies in Simulation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The major strength of the RL policy is that it learns to keep the dialogues reasonably short (on average 5.9 system turns for RL versus 8.4 turns for SL wizard) by presenting lists as soon as the number of retrieved items is within tolerance range for the respective modality (as reflected in the reward function). The SL strategy in contrast has not learned the right timing nor an upper bound for displaying items on the screen (note that the distribution for MM items is highly positively skewed with a maximum of 283 items being displayed). See example dialogues in Appendix C.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training and Testing the Learned Policies in Simulation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "The results show that simulation-based RL with an environment bootstrapped from WOZ data allows learning of robust strategies which significantly outperform the strategies learned by SL from the original data set. This confirms our hypothesis that simulation-based RL allows us to find optimal policies which are not easily discoverable (by Supervised Learning) in the original data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training and Testing the Learned Policies in Simulation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Furthermore, RL allows us to provide additional information about user preferences in the reward function, whereas SL simply mimics the data. In addition, RL is based on delayed rewards, namely, the optimization of a final goal. For dialogue systems we often have measures indicating how successful and/or satisfying the overall performance of a strategy was, but it is hard to tell how exactly things should have been done in a specific situation. This is what makes RL specifically attractive for dialogue strategy learning. In the next section we test the learned strategy with real users.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training and Testing the Learned Policies in Simulation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "For the user tests the RL policy is ported to a working ISU-based dialogue system via table look-up (see table in Appendix E) , which indicates the action with the highest expected reward for each state (cf. Singh et al. 2002) . The supervised average wizard baseline is implemented using standard threshold-based update rules. The experimen- tal conditions are similar to the WOZ study, that is, we ask the users to solve similar tasks, and use similar questionnaires. 9 Furthermore, we decided to use typed user input rather than ASR. The use of text input allows us to target the experiments to the dialogue management decisions on presentation strategies, and prevents ASR quality from interfering with the experimental results, especially because subjective user scores are highly sensitive to ASR noise (Hajdinjak and Mihelic 2006) . Both RL and SL wizard policies are trained to handle noisy conditions, so that they usually confirm user input, which makes dialogues longer but more reliable. The lack of noise in this experiment means that confirmation happens more than is strictly required (although there are still text input spelling mistakes), but the information presentation decisions are not affected. Seventeen subjects (8 women, 9 men) are given a set of 12 (6\u00d72) predefined, ordered tasks, which they solve by interaction with the RL-based and the SL-based average wizard system in a cyclic order. As a secondary task users are asked to count certain objects in a driving simulation. In total, 204 dialogues with 1,115 turns are gathered in this set-up. See also Rieser (2008) .", |
| "cite_spans": [ |
| { |
| "start": 208, |
| "end": 226, |
| "text": "Singh et al. 2002)", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 809, |
| "end": 837, |
| "text": "(Hajdinjak and Mihelic 2006)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 1582, |
| "end": 1595, |
| "text": "Rieser (2008)", |
| "ref_id": "BIBREF43" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Design", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "In general, the users rate the RL-based policy significantly higher (p < .001) than the SL-based average wizard policy. The results from a Wilcoxon Signed Ranks Test on the user questionnaire data (see Table 9 ) show significantly improved Task Ease, better presentation timing, more agreeable verbal and multimodal presentation, and that more users would use the RL-based system in the future (Future Use). All the observed differences have a medium effects size (r \u2265 |.3|).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 202, |
| "end": 209, |
| "text": "Table 9", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We also observe that female participants clearly favor the RL-based strategy, whereas the ratings by male participants are more indifferent. Similar gender effects are also reported by other studies on multimodal output presentation (e.g., Foster and Oberlander 2006; Jokinen and Hurtig 2006) .", |
| "cite_spans": [ |
| { |
| "start": 240, |
| "end": 267, |
| "text": "Foster and Oberlander 2006;", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 268, |
| "end": 292, |
| "text": "Jokinen and Hurtig 2006)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Furthermore, we compare objective dialogue performance measures. The dialogues of the RL strategy are significantly shorter (p < .005), while fewer items are displayed (p < .001), and the help function is used significantly less (p < .003). The mean performance measures for testing with real users are shown in Table 10 . Also see example dialogues in Appendix D. However, there is no significant difference for the performance of the secondary driving task.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 312, |
| "end": 320, |
| "text": "Table 10", |
| "ref_id": "TABREF6" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "We introduce a final phase where we meta-evaluate the whole framework. This final step is necessary because WOZ experiments only simulate HCI. We therefore need to show that a strategy bootstrapped from WOZ data indeed transfers to real HCI. We first show that the results for simulated and real interaction are compatible (Section 6.1). We also meta-evaluate the reward function, showing that it is a stable, accurate estimate for real users' preferences (Section 6.2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Meta Evaluation", |
| "sec_num": "6." |
| }, |
| { |
| "text": "We first test whether the results obtained in simulation transfer to tests with real users, following Lemon, Georgila, and Henderson (2006) . We evaluate the quality of the simulated learning environment by directly comparing the dialogue performance measures between simulated and real interaction. This comparison enables us to make claims regarding whether a policy which is \"bootstrapped\" from WOZ data is transferable to real HCI. We first evaluate whether objective dialogue measures are transferable, using a paired t-test, comparing overall mean performance.", |
| "cite_spans": [ |
| { |
| "start": 102, |
| "end": 139, |
| "text": "Lemon, Georgila, and Henderson (2006)", |
| "ref_id": "BIBREF30" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Transfer Between Simulated and Real Environments", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "For the RL policy there is no statistical difference in overall performance (reward), dialogue length (turns), and the number of presented items (verbal and multimodal items) between simulated and real interaction (see Figure 8 ). This fact (that the performances are not different) indicates that the learned strategy transfers well to real settings. For the SL wizard policy the dialogue length for real users is significantly (t(101) = 5.5, p < .001, r = .48) shorter than in simulation. We conclude from an error analysis that this length difference is mainly due to the fact that real users tend to provide the most \"informative\" slot value (i.e., the most specific value from the experimental task description) right at the beginning of the task (and therefore more efficiently contribute to solve the task), whereas simulated users use a default ordering of slot values and most of the time they provide the slot value that the system was asking for (provide info). This difference becomes more prominent for the SL wizard policy than for the RL-based policy, as the SL wizard policy in general asks more questions before presenting the information. In future work the user simulation therefore should learn optimal slot ordering. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 219, |
| "end": 227, |
| "text": "Figure 8", |
| "ref_id": "FIGREF3" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Transfer Between Simulated and Real Environments", |
| "sec_num": "6.1" |
| }, |
| { |
| "text": "We propose a new method for meta-evaluation of the reward (or \"objective\") function. One major advantage of RL-based dialogue strategy development is that the dialogue strategy can be automatically trained and evaluated using the same objective function (Walker 2005) . Despite its central aspect for RL, quality assurance for objective functions has received little attention so far. In fact, as noted in Section 3.6, the reward function is one of the most hand-coded aspects of RL (Paek 2006) .", |
| "cite_spans": [ |
| { |
| "start": 254, |
| "end": 267, |
| "text": "(Walker 2005)", |
| "ref_id": "BIBREF68" |
| }, |
| { |
| "start": 483, |
| "end": 494, |
| "text": "(Paek 2006)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of the Learned Reward Function", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "Here, we bring together two strands of research for evaluating the reward function: One strand uses Reinforcement Learning to automatically optimize dialogue strategies (e.g., Singh et al. 2002; Henderson, Lemon, and Georgila 2008; Rieser and Lemon 2008a, 2008b) ; the other focuses on automatic evaluation of dialogue strategies (e.g., the PAR-ADISE framework [Walker et al. 1997]) , and meta-evaluation of dialogue metrics (e.g., Engelbrecht and M\u00f6ler 2007; Paek 2007) . Clearly, automatic optimization and evaluation of dialogue policies, as well as quality control of the objective function, are closely interrelated problems: How can we make sure that we optimize a system according to real users' preferences?", |
| "cite_spans": [ |
| { |
| "start": 176, |
| "end": 194, |
| "text": "Singh et al. 2002;", |
| "ref_id": "BIBREF63" |
| }, |
| { |
| "start": 195, |
| "end": 231, |
| "text": "Henderson, Lemon, and Georgila 2008;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 232, |
| "end": 242, |
| "text": "Rieser and", |
| "ref_id": "BIBREF43" |
| }, |
| { |
| "start": 243, |
| "end": 262, |
| "text": "Lemon 2008a, 2008b)", |
| "ref_id": null |
| }, |
| { |
| "start": 361, |
| "end": 382, |
| "text": "[Walker et al. 1997])", |
| "ref_id": "BIBREF70" |
| }, |
| { |
| "start": 432, |
| "end": 459, |
| "text": "Engelbrecht and M\u00f6ler 2007;", |
| "ref_id": null |
| }, |
| { |
| "start": 460, |
| "end": 470, |
| "text": "Paek 2007)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of the Learned Reward Function", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "In Section 3.6 we constructed a data-driven objective function using the PARADISE framework, and used it for automatic dialogue strategy optimization, following work by Walker, Former, and Narayanan (1998) . However, it is not clear how reliable such a predictive model is, that is, whether it indeed estimates real user preferences. The models obtained with PARADISE often fit the data poorly (Engelbrecht and M\u00f6ller 2007) . It is also not clear how general they are across different systems and user groups (Walker, Kamm, and Litman 2000; Paek 2007) . Furthermore, it is not clear how they perform when being used for automatic strategy optimization within the RL framework.", |
| "cite_spans": [ |
| { |
| "start": 169, |
| "end": 205, |
| "text": "Walker, Former, and Narayanan (1998)", |
| "ref_id": null |
| }, |
| { |
| "start": 394, |
| "end": 423, |
| "text": "(Engelbrecht and M\u00f6ller 2007)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 509, |
| "end": 540, |
| "text": "(Walker, Kamm, and Litman 2000;", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 541, |
| "end": 551, |
| "text": "Paek 2007)", |
| "ref_id": "BIBREF39" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of the Learned Reward Function", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "In the following we evaluate different aspects of the reward function. In Section 6.2.1 we test the model stability in a test-retest comparison across different user populations and data sets. In Section 6.2.2 we measure its prediction accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation of the Learned Reward Function", |
| "sec_num": "6.2" |
| }, |
| { |
| "text": "We first test the reward model's stability by re-constructing it from the data gathered in the real user tests (see Section 5) and comparing it to the original model constructed from the WOZ data. By replicating the regression model on different data sets we test whether the automatic estimate of Task Ease generalizes beyond the conditions and assumptions of a particular experimental design. The resulting models are shown in Equations (5)- 7, where TaskEase WOZ is the regression model obtained from the WOZ data, 10 TaskEase SL is obtained from the user test data running the supervised average wizard policy, and TaskEase RL is obtained from the user test data running the RL-based policy. They all reflect the same trends: Longer dialogues (measured in turns) result in a lower Task Ease, whereas a good performance in the multimodal information presentation phase (multimodal score) will positively influence Task Ease. For the user tests almost all the tasks were completed; therefore task completion was only chosen to be a predictive factor for the WOZ model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reward Model Stability.", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "TaskEase WOZ = 1.58 + .12 \u00d7 taskCompl + .09 \u00d7 mmScore \u2212 .20 \u00d7 dialogueLength", |
| "eq_num": "(5)" |
| } |
| ], |
| "section": "Reward Model Stability.", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "TaskEase SL = 3.50 + .54 \u00d7 mmScore \u2212 .34 \u00d7 dialogueLength", |
| "eq_num": "(6)" |
| } |
| ], |
| "section": "Reward Model Stability.", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "TaskEase RL = 3.80 + .49 \u00d7 mmScore \u2212 .36 \u00d7 dialogueLength", |
| "eq_num": "(7)" |
| } |
| ], |
| "section": "Reward Model Stability.", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "To evaluate the obtained regression models we use two measures: how well they fit the data and how close the functions are to each other (model replicability). Both are measured using goodness-of-fit R 2 . For the WOZ model the data fit was rather low (R 2 WOZ = .123), 11 whereas for the models obtained from the user tests the fit has improved (R 2 RL = .48, and R 2 SL = .55). Next, we compare how well the models from different data sets fit each other. Although the models obtained from the user test data show almost perfect overlap (R 2 = .98), the (reduced) WOZ model differs (R 2 = .22) in the sense that it assigns less weight to dialogue length and the multimodal presentation score, and more weight is assigned to task completion. Task completion did not play a role for the user tests, as mentioned earlier. This shows that multimodal presentation and dialogue length become even more important once the tasks are being completed. Overall, then, the data-driven reward model is relatively stable across the different data sets (WOZ, real users with the SL policy, and real users using the RL policy).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reward Model Stability.", |
| "sec_num": "6.2.1" |
| }, |
| { |
| "text": "We now investigate how well these reward models generalize by testing their prediction accuracy. Previous research evalu- ated two aspects: how well a given objective function/reward model is able to predict unseen scores from the original system (Engelbrecht and M\u00f6ller 2007) , and how well it is able to predict unseen scores of a new/different system (Walker, Kamm, and Litman 2000) . We evaluate these two aspects as well, the only difference is that we use the Root Mean Standard Error (RMSE) instead of R 2 for measuring the model's prediction accuracy. The RMSE is a frequently used measure of the differences between values predicted by a model or an estimator and the values actually observed. It is defined over [0, \u221e] , where 0 indicates perfect overlap. The maximum RMSE possible (= worst case) in our set-up is 7 for SL/RL and 5 for WOZ. In order to present results from different scales we also report the percentage of the RMSE of the maximum error (% error). RMSE is (we argue) more robust for small data sets. 12", |
| "cite_spans": [ |
| { |
| "start": 247, |
| "end": 276, |
| "text": "(Engelbrecht and M\u00f6ller 2007)", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 354, |
| "end": 385, |
| "text": "(Walker, Kamm, and Litman 2000)", |
| "ref_id": "BIBREF66" |
| }, |
| { |
| "start": 722, |
| "end": 728, |
| "text": "[0, \u221e]", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "R 2 = 1 \u2212 n i=1 (y i \u2212 y i ) 2 n i=1 (y \u2212 y)", |
| "eq_num": "(8)" |
| } |
| ], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "RMSE = 1 n n i=1 (y i \u2212 y i ) 2", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "First, we measure the predictive power of our models within the same data set using 10-fold cross validation, and then across the different systems by testing models trained on one system to predict perceived Task Ease scores for another system, following a method introduced by Walker, Kamm, and Litman (2000) .", |
| "cite_spans": [ |
| { |
| "start": 279, |
| "end": 310, |
| "text": "Walker, Kamm, and Litman (2000)", |
| "ref_id": "BIBREF66" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "The results for comparing the RMSE for training and testing within data sets (ID 1-3) and across data sets (ID 4-5) are shown in Table 11 . RMSE measures the average of the square of the \"error.\" As such, lower RMSE values are better. The contrary is true for R 2 , where \"1\" indicates perfect overlap between two functions.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 129, |
| "end": 137, |
| "text": "Table 11", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "The results show that predictions according to PARADISE can lead to accurate test results despite the low data fit. Whereas for the regression model obtained from the WOZ data the fit was 10 times lower than for SL/RL, the prediction performance is comparably good (see Table 11 , ID 1-3). The models also generalize well across systems (see Table 11 , ID 4-5). Table 12 visualizes the results (ID 1-3): Mean values for predicted and for true ratings are plotted per turn (see Engelbrecht and M\u00f6ller 2007) . The top two graphs in the Table 12 Average Task Ease ratings for dialogues of different length (in turns); the solid lines are the true ratings and the dashed line the predicted values; from top: RL, SL wizard, WOZ data. table show that the predicted mean values are fairly accurate for the SL and RL objective functions. The graph at the bottom indicates that the predictions are less accurate for the WOZ data, especially for low numbers of turns. This seems to contradict the previous results in Table 11 , which show low error rates for the WOZ data. However, this is due to the fact that most of the observations in the WOZ data set are in the region where the predictions are accurate (i.e., most of the dialogues in the WOZ data are over 14 turns long, where the curves converge).", |
| "cite_spans": [ |
| { |
| "start": 477, |
| "end": 505, |
| "text": "Engelbrecht and M\u00f6ller 2007)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 270, |
| "end": 278, |
| "text": "Table 11", |
| "ref_id": "TABREF7" |
| }, |
| { |
| "start": 342, |
| "end": 350, |
| "text": "Table 11", |
| "ref_id": "TABREF7" |
| }, |
| { |
| "start": 362, |
| "end": 370, |
| "text": "Table 12", |
| "ref_id": "TABREF8" |
| }, |
| { |
| "start": 534, |
| "end": 542, |
| "text": "Table 12", |
| "ref_id": "TABREF8" |
| }, |
| { |
| "start": 1007, |
| "end": 1015, |
| "text": "Table 11", |
| "ref_id": "TABREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "We conclude that, according to our measures, an objective function obtained from WOZ data is a valid first estimate of real users' preferences. Despite a low fit to the initial data, the objective function obtained from WOZ data makes accurate and useful predictions for automatic dialogue evaluation/reward. The models obtained from the tests with a real system follow the same trends, but can be seen as more reliable estimates of the objective function in this domain. In future work we will explore incrementally training a system according to improved representations of real user preferences, for example, gathered on-line from a deployed spoken dialogue system.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reward Model Performance: Prediction Accuracy.", |
| "sec_num": "6.2.2" |
| }, |
| { |
| "text": "We have presented a new data-driven methodology for simulation-based dialogue strategy learning. It allows us to address several problems in the field of automatic optimization of dialogue strategies: learning effective dialogue strategies when no initial data or system exists, and determining a data-driven reward function. We learned optimal strategies by interaction with a simulated environment which is bootstrapped from a small amount of Wizard-of-Oz data, and we evaluated the result with real users. The use of WOZ data allows us to develop optimal strategies for domains where no working prototype is available. In contrast to previous work, the developed simulations are largely data-driven and the reward function reflects real user preferences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7." |
| }, |
| { |
| "text": "We compare the Reinforcement Learning-based strategy against a supervised strategy which mimics the (human) wizards' policies from the original data. This comparison allows us to measure relative improvement over the training data. Our results show that RL significantly outperforms the average wizard strategy in simulation as well as in interactions with real users. The RL-based policy gains on average 50 times more reward when tested in simulation, and almost 18 times more reward when interacting with real users. The human users also subjectively rate the RL-based policy on average 10% higher, and 49% higher for Task Ease. We also show that results obtained in simulation are comparable to results for real users and we also evaluate the reward function. We conclude that a strategy trained from WOZ data via our bootstrapping method works well for real HCI.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7." |
| }, |
| { |
| "text": "Regarding scaling up such methods to larger databases, we would still quantize the number of database hits into High, Medium, and Low (more hits would be added to the \"High\" bin). In fact, wizards seemed to treat everything over 60 database hits equivalently (see Section 3.7). For learning, the state space grows linearly with the number of possible database hits. Techniques such as linear function approximation are useful for handling the resulting larger state spaces (Henderson, Lemon, and Georgila 2008) .", |
| "cite_spans": [ |
| { |
| "start": 473, |
| "end": 510, |
| "text": "(Henderson, Lemon, and Georgila 2008)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7." |
| }, |
| { |
| "text": "In ongoing work we apply similar techniques to statistical planning for Natural Language Generation in spoken dialogue (Lemon 2011 Janarthanam and Lemon 2008; Rieser and Lemon 2009b; Rieser, Lemon, and Liu 2010; Janarthanam and Lemon 2010) , see the EC FP7 CLASSiC project: www.classic-project.org. ", |
| "cite_spans": [ |
| { |
| "start": 119, |
| "end": 130, |
| "text": "(Lemon 2011", |
| "ref_id": "BIBREF29" |
| }, |
| { |
| "start": 131, |
| "end": 158, |
| "text": "Janarthanam and Lemon 2008;", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 159, |
| "end": 182, |
| "text": "Rieser and Lemon 2009b;", |
| "ref_id": "BIBREF50" |
| }, |
| { |
| "start": 183, |
| "end": 211, |
| "text": "Rieser, Lemon, and Liu 2010;", |
| "ref_id": "BIBREF51" |
| }, |
| { |
| "start": 212, |
| "end": 239, |
| "text": "Janarthanam and Lemon 2010)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7." |
| }, |
| { |
| "text": "In this example the wizard uses a mixed strategy presenting information multimodally in turn 1 and verbally in turn 2. The first time 142 items are presented multimodally by verbally reporting the number of retrieved items while displaying them on the screen. The database used in the WOZ experiments contained over a million songs and is searched with partial string match. Therefore the retrieved items for 'Layla' can be as high as 142. The user does not directly react to what is shown on the screen (either by referring to it or clicking), but continues providing information until the wizard (verbally) presents two alternatives, where the user indirectly chooses one by providing an album name which also disambiguates the artist. The user rankings from the questionnaire are about average.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comments:", |
| "sec_num": null |
| }, |
| { |
| "text": "Example dialogue from the SAMMIE WOZ corpus (wizard not starting the presentation phase early enough).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 2", |
| "sec_num": null |
| }, |
| { |
| "text": "User: Also, ich suche das Lied ,Smile'. Transl.:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "s1", |
| "sec_num": null |
| }, |
| { |
| "text": "Well, I am searching for the song 'Smile'. SA user:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "s1", |
| "sec_num": null |
| }, |
| { |
| "text": "add -> song-title(Smile) Wizard:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "s1", |
| "sec_num": null |
| }, |
| { |
| "text": "Welches presentMM(song-title) user ratings taskEase: 2, timing: 2, mmPresent.: 5, verbalPresent: 3, futureUse:3", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "s1", |
| "sec_num": null |
| }, |
| { |
| "text": "In this example the user is asking to see a short list on the screen (after resolving some understanding errors induced by the deletion tool), which is indicating that (a) the wizard did not enter the presentation phase early enough, and (b) that for the user four items seems to be a reasonable number to display. The user scores reflect this fact: The presentation mode got a maximal score (which will influence learning towards showing short lists), whereas the task ease got a lower score (task ease is used as an overall reward, i.e., this 'tells' the learner to enter the presentation mode earlier).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Comments:", |
| "sec_num": null |
| }, |
| { |
| "text": "Example dialogue with the RL policy operating in the simulated environment (mixed strategy).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 2", |
| "sec_num": null |
| }, |
| { |
| "text": "RL Comments: This example shows the RL policy interacting in the simulated environment. The system follows a mixed strategy: first presenting a list of 14 items on the screen and then presenting a unique item verbally. * the user acts add after a multimodal presentation are equivalent to clicking Comments: This example shows the RL policy interacting in the simulated environment. The system presents two alternatives and a single item using only verbal output. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "s1", |
| "sec_num": null |
| }, |
| { |
| "text": "TALK (Talk and Look: Tools for Ambient Linguistic Knowledge; www.talk-project.org) was funded by the EU as project no. IST-507802 within the 6th Framework program.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The Kruskal-Wallis test is the non-parametric equivalent to a one-way ANOVA. Because the users indicated their satisfaction on a five-point likert scale, an ANOVA which assumes normality would be invalid.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Note that we simplified the notion of a slot being grounded as a binary feature, followingHenderson, Lemon, and Georgila (2008). More recent work uses more fine-grained notions of confidence in user-provided information (e.g.,Roque and Traum 2008), or the notion of \"belief states\" in Partially Observable Markov Decision Processes (e.g.,Williams and Young 2007). This does lead to new policies in information acquisition, but is not the focus of this article. 4 In practice, the policy space is smaller, as some combinations are not possible (e.g., a slot cannot be confirmed before being filled). Furthermore, some incoherent action choices are excluded by the basic system logic.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Simulating the effects of noise, rather than the noise itself, is sufficient to learn presentation strategies in the presence of noise (e.g., whether a slot has to be confirmed before a result can be presented). Note that other work has focused on learning dialogue strategies under different noise conditions (e.g.,Bohus et al. 2006;Williams and Young 2007).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "Also known as information divergence, information gain, or relative entropy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "\"The task was easy to solve\", \"I had no problems finding the information I wanted.\" 8 \"I liked the combination of information being displayed on the screen and presented verbally\", \"Switching between modes did not distract me\", \"The displayed lists and tables contained on average the right amount of information\", \"The information presented verbally was easy to remember.\"", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The WOZ study was performed in German, whereas the user tests are performed in English. Therefore, a different database had to be used and task sets and user questionnaires had to be translated.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In contrast to the model in Equation (4) we now include the constant in the regression. 11 For R 2 we use the adjusted values.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "In particular, we argue that, by correcting for variance, R 2 can lead to artificially good results when using small tests sets (which typically vary more) and is sensitive to outliers (see Equation(8)). RMSE instead measures the (root) mean difference between actual and predicted values (see Equation(9)).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We would like to thank Professor Manfred Pinkal for discussing this work. We would also like to thank the anonymous reviewers for their useful comments. The research leading to these results has received funding from the European Community's Seventh Framework Programme (FP7, 2007(FP7, -2013 under grant agreement number 216594 (\"Computational Learning in Adaptive Systems for Spoken Conversation,\" CLASSiC project: www.classic-project.org), the EC FP6 project \"TALK: Talk and Look, Tools for Ambient Linguistic Knowledge\" (IST 507802, www.talk-project.org), from EPSRC grant numbers EP/E019501/1 and EP/G069840/1, and from the International Research Training Group in Language Technology and Cognitive Systems, Saarland University.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| }, |
| { |
| "text": "Cohen's Kappa (often simply called kappa, \u03ba) is a measure of agreement between the two individuals. We use this measure to assess inter-annotator agreement on user act, following Carletta et al. (1997) . Detailed results are in the table. Comments: This example shows a dialogue where the SL policy is operating in the simulated environment. Presentation timing and amount of presented information are not ideal (and therefore leading to quite a long dialogue): In turn 2 the system presents a list of 238 items, whereas when only having four alternatives (from turn 3 onwards) it fails to show a list. Table 1 Example dialogue with the SL policy operating with real users. Comments: This example shows the SL policy applied with real users. In turn 2 the user ignores the 175 items displayed, then the system does not display the 13 retrieved items. The user asks for help.", |
| "cite_spans": [ |
| { |
| "start": 179, |
| "end": 201, |
| "text": "Carletta et al. (1997)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 603, |
| "end": 610, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Appendix A: Measuring Inter-Annotator Agreement on User Act Using the \u03ba Statistics", |
| "sec_num": null |
| }, |
| { |
| "text": "Example dialogue with the RL policy operating with real users: multimodal and verbal presentation. Comments: This example shows the RL policy interacting with real users. The system uses a mixed strategy, showing multimodal output as soon as the number of retrieved items is below 15 (and therefore the reward will be positive), and presenting one item verbally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 2", |
| "sec_num": null |
| }, |
| { |
| "text": "Example dialogue with the RL policy operating with real users: Verbal presentation of options. Comments: This example shows the RL policy interacting with real users. Two alternatives are presented verbally.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Table 3", |
| "sec_num": null |
| }, |
| { |
| "text": "The table in this section presents the learned state action mappings, and is to be read as follows. The first two columns constitute the state space. The first column shows the slots that have been filled and/or confirmed. The slots are: slot 1: genre slot 2: artist slot 3: album slot 4: song titleThe second column represents possible numbers of database hits. Note that the possible number of items returned from the database is constrained by the structure of the task (i.e., how combinations of different slots values constrain the search space).The third column is the optimal action for that state. The \"x\"s in the second column denote the numbers of database hits that share the same optimal action (given the set of filled and confirmed slots). Horizontal lines are drawn between sets of states with different filled slots.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Appendix E: Learned State Action Mappings", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Comparing real-real, simulated-simulated, and simulated-real spoken dialogue corpora", |
| "authors": [ |
| { |
| "first": "Hua", |
| "middle": [], |
| "last": "Ai", |
| "suffix": "" |
| }, |
| { |
| "first": "Diane", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the AAAI Workshop on Statistical and Empirical Approaches for Spoken Dialogue Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ai, Hua and Diane Litman. 2006. Comparing real-real, simulated-simulated, and simulated-real spoken dialogue corpora. In Proceedings of the AAAI Workshop on Statistical and Empirical Approaches for Spoken Dialogue Systems, Boston, MA.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Comparing user simulation models for dialog strategy learning", |
| "authors": [ |
| { |
| "first": "Hua", |
| "middle": [], |
| "last": "Ai", |
| "suffix": "" |
| }, |
| { |
| "first": "Joel", |
| "middle": [], |
| "last": "Tetreault", |
| "suffix": "" |
| }, |
| { |
| "first": "Diane", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the North American Meeting of the Association of Computational Linguistics (NAACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "1--4", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ai, Hua, Joel Tetreault, and Diane Litman. 2007. Comparing user simulation models for dialog strategy learning. In Proceedings of the North American Meeting of the Association of Computational Linguistics (NAACL), pages 1-4, Rochester, NY.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Online supervised learning of non-understanding recovery policies", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Bohus", |
| "suffix": "" |
| }, |
| { |
| "first": "Brian", |
| "middle": [], |
| "last": "Langner", |
| "suffix": "" |
| }, |
| { |
| "first": "Antoine", |
| "middle": [], |
| "last": "Raux", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [ |
| "W" |
| ], |
| "last": "Black", |
| "suffix": "" |
| }, |
| { |
| "first": "Maxine", |
| "middle": [], |
| "last": "Eskenazi", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Rudnicky", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the IEEE/ACL workshop on Spoken Language Technology (SLT)", |
| "volume": "", |
| "issue": "", |
| "pages": "170--173", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bohus, Dan, Brian Langner, Antoine Raux, Alan W. Black, Maxine Eskenazi, and Alex Rudnicky. 2006. Online supervised learning of non-understanding recovery policies. In Proceedings of the IEEE/ACL workshop on Spoken Language Technology (SLT), Aruba, pages 170-173.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The reliability of a dialogue structure coding scheme", |
| "authors": [ |
| { |
| "first": "Jean", |
| "middle": [], |
| "last": "Carletta", |
| "suffix": "" |
| }, |
| { |
| "first": "Amy", |
| "middle": [], |
| "last": "Isard", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Isard", |
| "suffix": "" |
| }, |
| { |
| "first": "Jacqueline", |
| "middle": [ |
| "C" |
| ], |
| "last": "Kowtko", |
| "suffix": "" |
| }, |
| { |
| "first": "Gwyneth", |
| "middle": [], |
| "last": "Doherty-Sneddon", |
| "suffix": "" |
| }, |
| { |
| "first": "Anne", |
| "middle": [ |
| "H" |
| ], |
| "last": "Anderson", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Computational Linguistics", |
| "volume": "23", |
| "issue": "1", |
| "pages": "13--31", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carletta, Jean, Amy Isard, Stephen Isard, Jacqueline C. Kowtko, Gwyneth Doherty-Sneddon, and Anne H. Anderson. 1997. The reliability of a dialogue structure coding scheme. Computational Linguistics, 23(1):13-31.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Is this conversation on track", |
| "authors": [ |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Carpenter", |
| "suffix": "" |
| }, |
| { |
| "first": "Chun", |
| "middle": [], |
| "last": "Jin", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Wilson", |
| "suffix": "" |
| }, |
| { |
| "first": "Rong", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Bohus", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [ |
| "I" |
| ], |
| "last": "Rudnicky", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the European Conference on Speech Communication and Technology (Eurospeech)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carpenter, Paul, Chun Jin, Daniel Wilson, Rong Zhang, Dan Bohus, and Alexander I. Rudnicky. 2001. Is this conversation on track? In Proceedings of the European Conference on Speech Communication and Technology (Eurospeech), page 2121, Aalborg.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Using Language", |
| "authors": [ |
| { |
| "first": "Herbert", |
| "middle": [], |
| "last": "Clark", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Clark, Herbert. 1996. Using Language. Cambridge University Press.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Fast effective rule induction", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [ |
| "W" |
| ], |
| "last": "Cohen", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 12th International Conference on Machine Learning (ICML)", |
| "volume": "", |
| "issue": "", |
| "pages": "115--123", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cohen, William W. 1995. Fast effective rule induction. In Proceedings of the 12th International Conference on Machine Learning (ICML), pages 115-123, Tahoe City, CA.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Human-Computer dialogue simulation using Hidden Markov Models", |
| "authors": [ |
| { |
| "first": "Heriberto", |
| "middle": [], |
| "last": "Cuay\u00e1huitl", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Renals", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "Hiroshi", |
| "middle": [], |
| "last": "Shimodaira", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the IEEE workshop on Automatic Speech Recognition and Understanding (ASRU)", |
| "volume": "", |
| "issue": "", |
| "pages": "290--295", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Cuay\u00e1huitl, Heriberto, Steve Renals, Oliver Lemon, and Hiroshi Shimodaira. 2005. Human-Computer dialogue simulation using Hidden Markov Models. In Proceedings of the IEEE workshop on Automatic Speech Recognition and Understanding (ASRU), pages 290-295, San Juan.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Maximum likelihood from incomplete data via the EM algorithm", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Dempster", |
| "suffix": "" |
| }, |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Laird", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Rubin", |
| "suffix": "" |
| } |
| ], |
| "year": 1977, |
| "venue": "Journal of Royal Statistical Society B", |
| "volume": "39", |
| "issue": "", |
| "pages": "1--38", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dempster, A., N. Laird, and D. Rubin. 1977. Maximum likelihood from incomplete data via the EM algorithm. Journal of Royal Statistical Society B, 39:1-38.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "User modeling for spoken dialogue system evaluation", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Eckert", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pieraccini", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the IEEE workshop on Automatic Speech Recognition and Understanding (ASRU)", |
| "volume": "", |
| "issue": "", |
| "pages": "80--87", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eckert, W., E. Levin, and R. Pieraccini. 1997. User modeling for spoken dialogue system evaluation. In Proceedings of the IEEE workshop on Automatic Speech Recognition and Understanding (ASRU), pages 80-87, Santa Barbara, CA.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Automatic evaluation of spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Eckert", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pieraccini", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of Formal semantics and pragmatics of dialogue (TWLT13)", |
| "volume": "", |
| "issue": "", |
| "pages": "99--110", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Eckert, W., E. Levin, and R. Pieraccini. 1998. Automatic evaluation of spoken dialogue systems. In Proceedings of Formal semantics and pragmatics of dialogue (TWLT13), pages 99-110, Twente, NL.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Pragmatic usage of linear regression models for the predictions of user judgements", |
| "authors": [ |
| { |
| "first": "Klaus-Peter", |
| "middle": [], |
| "last": "Engelbrecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "M\u00f6ller", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 8th SIGdial workshop on Discourse and Dialogue", |
| "volume": "", |
| "issue": "", |
| "pages": "291--294", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Engelbrecht, Klaus-Peter and Sebastian M\u00f6ller. 2007. Pragmatic usage of linear regression models for the predictions of user judgements. In Proceedings of the 8th SIGdial workshop on Discourse and Dialogue, pages 291-294, Antwerp.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Recent research advances in Reinforcement Learning in Spoken Dialogue Systems", |
| "authors": [ |
| { |
| "first": "Mary", |
| "middle": [ |
| "Ellen" |
| ], |
| "last": "Foster", |
| "suffix": "" |
| }, |
| { |
| "first": "Jon", |
| "middle": [], |
| "last": "Oberlander", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics (EACL)", |
| "volume": "24", |
| "issue": "", |
| "pages": "375--408", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Foster, Mary Ellen and Jon Oberlander. 2006. Data-driven generation of emphatic facial displays. In Proceedings of the 11th Conference of the European Chapter of the Association for Computational Linguistics (EACL), pages 353-360, Trento. Frampton, Matthew and Oliver Lemon. 2009. Recent research advances in Reinforcement Learning in Spoken Dialogue Systems. Knowledge Engineering Review, 24(4):375-408.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Simulating speech systems", |
| "authors": [ |
| { |
| "first": "Norman", |
| "middle": [ |
| "M" |
| ], |
| "last": "Fraser", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Gilbert", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "Computer Speech and Language", |
| "volume": "5", |
| "issue": "", |
| "pages": "81--99", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Fraser, Norman M. and G. Nigel Gilbert. 1991. Simulating speech systems. Computer Speech and Language, 5:81-99.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Combining acoustic and pragmatic features to predict recognition performance in spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "Malte", |
| "middle": [], |
| "last": "Gabsdil", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "343--350", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gabsdil, Malte and Oliver Lemon. 2004. Combining acoustic and pragmatic features to predict recognition performance in spoken dialogue systems. In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL), pages 343-350, Barcelona.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "User simulation for spoken dialogue systems: Learning and evaluation", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the International Conference of Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1065--1068", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Georgila, K., J. Henderson, and O. Lemon. 2006. User simulation for spoken dialogue systems: Learning and evaluation. In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ ICSLP), Pittsburgh, PA, pages 1065-1068.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Learning user simulations for information state update dialogue systems", |
| "authors": [ |
| { |
| "first": "Kallirroi", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the International Conference of Spoken Language Processing (Interspeech/ICSLP)", |
| "volume": "", |
| "issue": "", |
| "pages": "893--896", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Georgila, Kallirroi, James Henderson, and Oliver Lemon. 2005. Learning user simulations for information state update dialogue systems. In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ICSLP), pages 893-896, Lisbon, Portugal.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Automatic annotation of context and speech acts for dialogue corpora", |
| "authors": [ |
| { |
| "first": "Kallirroi", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Johanna", |
| "middle": [], |
| "last": "Moore", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Natural Language Engineering", |
| "volume": "15", |
| "issue": "3", |
| "pages": "315--353", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Georgila, Kallirroi, Oliver Lemon, James Henderson, and Johanna Moore. 2009. Automatic annotation of context and speech acts for dialogue corpora. Natural Language Engineering, 15(3):315-353.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "The PARADISE evaluation framework: Issues and findings", |
| "authors": [ |
| { |
| "first": "Melita", |
| "middle": [], |
| "last": "Hajdinjak", |
| "suffix": "" |
| }, |
| { |
| "first": "France", |
| "middle": [], |
| "last": "Mihelic", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Computational Linguistics", |
| "volume": "32", |
| "issue": "2", |
| "pages": "263--272", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hajdinjak, Melita and France Mihelic. 2006. The PARADISE evaluation framework: Issues and findings. Computational Linguistics, 32(2):263-272.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Correlation-based feature selection for discrete and numeric class machine learning", |
| "authors": [ |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Hall", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 17th International Conference on Machine Learning (ICML)", |
| "volume": "", |
| "issue": "", |
| "pages": "359--366", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hall, Mark. 2000. Correlation-based feature selection for discrete and numeric class machine learning. In Proceedings of the 17th International Conference on Machine Learning (ICML), pages 359-366, San Francisco, CA.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Combining Reinforcement Learning with information-state update rules", |
| "authors": [ |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Heeman", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the North American Chapter of the Association for Computational Linguistics Annual Meeting (NAACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "268--275", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Heeman, Peter. 2007. Combining Reinforcement Learning with information-state update rules. In Proceedings of the North American Chapter of the Association for Computational Linguistics Annual Meeting (NAACL), pages 268-275, Rochester, NY.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Hybrid Reinforcement/Supervised Learning of dialogue policies from fixed datasets", |
| "authors": [ |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "Kallirroi", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Computational Linguistics", |
| "volume": "34", |
| "issue": "4", |
| "pages": "487--513", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Henderson, James, Oliver Lemon, and Kallirroi Georgila. 2008. Hybrid Reinforcement/Supervised Learning of dialogue policies from fixed datasets. Computational Linguistics, 34(4):487-513.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Identifying user corrections automatically in spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "Julia", |
| "middle": [], |
| "last": "Hirschberg", |
| "suffix": "" |
| }, |
| { |
| "first": "Diane", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Swerts", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings of the North American Meeting of the Association of Computational Linguistics (NAACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "1--8", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hirschberg, Julia, Diane Litman, and Marc Swerts. 2001. Identifying user corrections automatically in spoken dialogue systems. In Proceedings of the North American Meeting of the Association of Computational Linguistics (NAACL), pages 1-8, Pittsburgh, PA.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "User simulations for online adaptation and knowledge-alignment in troubleshooting dialogue systems", |
| "authors": [ |
| { |
| "first": "Srini", |
| "middle": [], |
| "last": "Janarthanam", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 12th SEMdial Workshop on the Semantics and Pragmatics of Dialogues", |
| "volume": "", |
| "issue": "", |
| "pages": "149--156", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Janarthanam, Srini and Oliver Lemon. 2008. User simulations for online adaptation and knowledge-alignment in troubleshooting dialogue systems. In Proceedings of the 12th SEMdial Workshop on the Semantics and Pragmatics of Dialogues, pages 149-156, London, UK.", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "Learning to adapt to unknown users: Referring expression generation in Spoken Dialogue Systems", |
| "authors": [ |
| { |
| "first": "Srini", |
| "middle": [], |
| "last": "Janarthanam", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "69--78", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Janarthanam, Srini and Oliver Lemon. 2010. Learning to adapt to unknown users: Referring expression generation in Spoken Dialogue Systems. In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL), pages 69-78, Uppsala.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "User expectations and real experience on a multimodal interactive system", |
| "authors": [ |
| { |
| "first": "Kristiina", |
| "middle": [], |
| "last": "Jokinen", |
| "suffix": "" |
| }, |
| { |
| "first": "Topi", |
| "middle": [], |
| "last": "Hurtig", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jokinen, Kristiina and Topi Hurtig. 2006. User expectations and real experience on a multimodal interactive system.", |
| "links": null |
| }, |
| "BIBREF26": { |
| "ref_id": "b26", |
| "title": "Proceedings of the International Conference of Spoken Language Processing (Interspeech/ ICSLP)", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1049--1055", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ ICSLP), pages 1049-1055.", |
| "links": null |
| }, |
| "BIBREF27": { |
| "ref_id": "b27", |
| "title": "Data-driven user simulation for automated evaluation of spoken dialog systems", |
| "authors": [ |
| { |
| "first": "Sangkeun", |
| "middle": [], |
| "last": "Jung", |
| "suffix": "" |
| }, |
| { |
| "first": "Cheongjae", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| }, |
| { |
| "first": "Kyungduk", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Minwoo", |
| "middle": [], |
| "last": "Jeong", |
| "suffix": "" |
| }, |
| { |
| "first": "Gary Geunbae", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Computer Speech & Language", |
| "volume": "23", |
| "issue": "", |
| "pages": "479--509", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jung, Sangkeun, Cheongjae Lee, Kyungduk Kim, Minwoo Jeong, and Gary Geunbae Lee. 2009. Data-driven user simulation for automated evaluation of spoken dialog systems. Computer Speech & Language, 23:479-509.", |
| "links": null |
| }, |
| "BIBREF28": { |
| "ref_id": "b28", |
| "title": "Adaptive natural language generation in dialogue using Reinforcement Learning", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Jurafsky", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [ |
| "H" |
| ], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivana", |
| "middle": [], |
| "last": "Kruijff-Korbayov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Tilmann", |
| "middle": [], |
| "last": "Becker", |
| "suffix": "" |
| }, |
| { |
| "first": "Nate", |
| "middle": [], |
| "last": "Blaylock", |
| "suffix": "" |
| }, |
| { |
| "first": "Ciprian", |
| "middle": [], |
| "last": "Gerstenberger", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Kaisser", |
| "suffix": "" |
| }, |
| { |
| "first": "Peter", |
| "middle": [], |
| "last": "Poller", |
| "suffix": "" |
| }, |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Speech and Language Processing. An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition", |
| "volume": "", |
| "issue": "", |
| "pages": "149--156", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jurafsky, Daniel and James H. Martin. 2000. Speech and Language Processing. An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition. Prentice-Hall: New Jersey, US. Kruijff-Korbayov\u00e1, Ivana, Tilmann Becker, Nate Blaylock, Ciprian Gerstenberger, Michael Kaisser, Peter Poller, Verena Rieser, and Jan Schehl. 2006. The SAMMIE corpus of multimodal dialogues with an MP3 player. In Proceedings of the 5th International Conference on Language Resources and Evaluation (LREC), pages 2018-2023, Genoa, Italy. Lemon, Oliver. 2008. Adaptive natural language generation in dialogue using Reinforcement Learning. In Proceedings of the 12th SEMdial Workshop on the Semantics and Pragmatics of Dialogues, pages 149-156, London, UK.", |
| "links": null |
| }, |
| "BIBREF29": { |
| "ref_id": "b29", |
| "title": "Learning what to say and how to say it: joint optimization of spoken dialogue management and Natural Language Generation", |
| "authors": [ |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Computer Speech and Language", |
| "volume": "2", |
| "issue": "2", |
| "pages": "210--221", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lemon, Oliver. (2011). Learning what to say and how to say it: joint optimization of spoken dialogue management and Natural Language Generation. Computer Speech and Language, 2(2):210-221.", |
| "links": null |
| }, |
| "BIBREF30": { |
| "ref_id": "b30", |
| "title": "Evaluating effectiveness and portability of Reinforcement Learned dialogue strategies with real users: The TALK TownInfo evaluation", |
| "authors": [ |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "Kallirroi", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Henderson", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the IEEE/ACL Workshop on Spoken Language Technology (SLT)", |
| "volume": "", |
| "issue": "", |
| "pages": "170--173", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lemon, Oliver, Kallirroi Georgila, and James Henderson. 2006. Evaluating effectiveness and portability of Reinforcement Learned dialogue strategies with real users: The TALK TownInfo evaluation. In Proceedings of the IEEE/ACL Workshop on Spoken Language Technology (SLT), Aruba, pages 170-173.", |
| "links": null |
| }, |
| "BIBREF32": { |
| "ref_id": "b32", |
| "title": "1: Integration of learning and adaptivity with the ISU approach", |
| "authors": [ |
| { |
| "first": "D4", |
| "middle": [], |
| "last": "Deliverable", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Deliverable D4.1: Integration of learning and adaptivity with the ISU approach. Technical report, TALK Project.", |
| "links": null |
| }, |
| "BIBREF33": { |
| "ref_id": "b33", |
| "title": "User simulations for context-sensitive speech recognition in spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "Ioannis", |
| "middle": [], |
| "last": "Konstas", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "European Conference of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "505--513", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lemon, Oliver and Ioannis Konstas. 2009. User simulations for context-sensitive speech recognition in spoken dialogue systems. In European Conference of the Association for Computational Linguistics, pages 505-513, Athens.", |
| "links": null |
| }, |
| "BIBREF34": { |
| "ref_id": "b34", |
| "title": "Hierarchical Reinforcement Learning of dialogue policies in a development environment for dialogue systems: REALL-DUDE", |
| "authors": [ |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingkun", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Shapiro", |
| "suffix": "" |
| }, |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Tollander", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 10th SEMdial Workshop on the Semantics and Pragmatics of Dialogues", |
| "volume": "", |
| "issue": "", |
| "pages": "2685--2688", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lemon, Oliver, Xingkun Liu, Daniel Shapiro, and Carl Tollander. 2006. Hierarchical Reinforcement Learning of dialogue policies in a development environment for dialogue systems: REALL-DUDE. In Proceedings of the 10th SEMdial Workshop on the Semantics and Pragmatics of Dialogues, pages 185-186, Potsdam, Germany. Lemon, Oliver and Olivier Pietquin. 2007. Machine Learning for spoken dialogue systems. In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ICSLP), pages 2685-2688, Antwerp, Belgium.", |
| "links": null |
| }, |
| "BIBREF35": { |
| "ref_id": "b35", |
| "title": "A stochastic model of human-machine interaction for learning dialog strategies", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pieraccini", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Eckert", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "IEEE Transactions on Speech and Audio Processing", |
| "volume": "8", |
| "issue": "1", |
| "pages": "11--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Levin, E., R. Pieraccini, and W. Eckert. 2000. A stochastic model of human-machine interaction for learning dialog strategies. IEEE Transactions on Speech and Audio Processing, 8(1), pages 11-23.", |
| "links": null |
| }, |
| "BIBREF36": { |
| "ref_id": "b36", |
| "title": "Empirically evaluating an adaptable spoken dialogue system", |
| "authors": [ |
| { |
| "first": "Esther", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Passonneau", |
| "suffix": "" |
| }, |
| { |
| "first": ";", |
| "middle": [], |
| "last": "Interspeech", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [ |
| "A" |
| ], |
| "last": "Pittsburgh", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Pan", |
| "suffix": "" |
| } |
| ], |
| "year": 1999, |
| "venue": "Proceedings of the 7th International Conference on User Modeling", |
| "volume": "", |
| "issue": "", |
| "pages": "55--64", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Levin, Esther and Rebecca Passonneau. 2006. A WOz variant with contrastive conditions. In Proceedings Dialog-on-Dialog Workshop, Interspeech, Pittsburgh, PA. Litman, D. and S. Pan. 1999. Empirically evaluating an adaptable spoken dialogue system. In Proceedings of the 7th International Conference on User Modeling, pages 55-64, Banff.", |
| "links": null |
| }, |
| "BIBREF37": { |
| "ref_id": "b37", |
| "title": "The Lane-Change-task as a tool for driver distraction evaluation", |
| "authors": [ |
| { |
| "first": "Stefan", |
| "middle": [], |
| "last": "Mattes", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Quality of Work and Products in Enterprises of the Future", |
| "volume": "", |
| "issue": "", |
| "pages": "57--60", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mattes, Stefan. 2003. The Lane-Change-task as a tool for driver distraction evaluation. In H. Strasser, K. Kluth, H. Rausch, and H. Bubb, editors, Quality of Work and Products in Enterprises of the Future. Ergonomica Verlag, Stuttgart, Germany, pages 57-60.", |
| "links": null |
| }, |
| "BIBREF38": { |
| "ref_id": "b38", |
| "title": "MeMo: Towards automatic usability evaluation of spoken dialogue services by user error simulations", |
| "authors": [ |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "M\u00f6ller", |
| "suffix": "" |
| }, |
| { |
| "first": "Roman", |
| "middle": [], |
| "last": "Englert", |
| "suffix": "" |
| }, |
| { |
| "first": "Klaus", |
| "middle": [], |
| "last": "Engelbrecht", |
| "suffix": "" |
| }, |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Hafner", |
| "suffix": "" |
| }, |
| { |
| "first": "Anthony", |
| "middle": [], |
| "last": "Jameson", |
| "suffix": "" |
| }, |
| { |
| "first": "Antti", |
| "middle": [], |
| "last": "Oulasvirta", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Raake", |
| "suffix": "" |
| }, |
| { |
| "first": "Norbert", |
| "middle": [], |
| "last": "Reithinger", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the International Conference of Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1786--1789", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M\u00f6ller, Sebastian, Roman Englert, Klaus Engelbrecht, Verena Hafner, Anthony Jameson, Antti Oulasvirta, Alexander Raake, and Norbert Reithinger. 2006. MeMo: Towards automatic usability evaluation of spoken dialogue services by user error simulations. In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ICSLP), Pittsburgh, PA, pages 1786-1789.", |
| "links": null |
| }, |
| "BIBREF39": { |
| "ref_id": "b39", |
| "title": "Reinforcement Learning for spoken dialogue systems: Comparing strengths and weaknesses for practical deployment", |
| "authors": [ |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Paek", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the NAACL-HLT Workshop on Bridging the Gap: Academic and Industrial Research in Dialog Technologies", |
| "volume": "", |
| "issue": "", |
| "pages": "40--47", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Paek, Tim. 2006. Reinforcement Learning for spoken dialogue systems: Comparing strengths and weaknesses for practical deployment. In Proceedings Dialog-on- Dialog Workshop, Interspeech, Pittsburgh, PA. Paek, Tim. 2007. Toward evaluation that leads to best practices: Reconciling dialogue evaluation in research and industry. In Proceedings of the NAACL-HLT Workshop on Bridging the Gap: Academic and Industrial Research in Dialog Technologies, Rochester, NY, pages 40-47.", |
| "links": null |
| }, |
| "BIBREF40": { |
| "ref_id": "b40", |
| "title": "A probabilistic framework for dialog simulation and optimal strategy learning", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Pietquin", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Dutoit", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "IEEE Transactions on Audio, Speech and Language Processing", |
| "volume": "14", |
| "issue": "2", |
| "pages": "589--599", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pietquin, O. and T. Dutoit. 2006. A probabilistic framework for dialog simulation and optimal strategy learning. IEEE Transactions on Audio, Speech and Language Processing, 14(2):589-599.", |
| "links": null |
| }, |
| "BIBREF41": { |
| "ref_id": "b41", |
| "title": "Rapid simulationdriven Reinforcement Learning of multimodal dialog strategies in humanrobot interaction", |
| "authors": [ |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Prommer", |
| "suffix": "" |
| }, |
| { |
| "first": "Hartwig", |
| "middle": [], |
| "last": "Holzapfel", |
| "suffix": "" |
| }, |
| { |
| "first": "Alex", |
| "middle": [], |
| "last": "Waibel", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the International Conference of Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1918--1924", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Prommer, Thomas, Hartwig Holzapfel, and Alex Waibel. 2006. Rapid simulation- driven Reinforcement Learning of multimodal dialog strategies in human- robot interaction. In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ICSLP), Pittsburgh, PA, pages 1918-1924.", |
| "links": null |
| }, |
| "BIBREF42": { |
| "ref_id": "b42", |
| "title": "C4.5: Programs for Machine Learning", |
| "authors": [ |
| { |
| "first": "Ross", |
| "middle": [], |
| "last": "Quinlan", |
| "suffix": "" |
| } |
| ], |
| "year": 1993, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Quinlan, Ross. 1993. C4.5: Programs for Machine Learning. Morgan Kaufmann, San Francisco.", |
| "links": null |
| }, |
| "BIBREF43": { |
| "ref_id": "b43", |
| "title": "Bootstrapping Reinforcement Learning-based Dialogue Strategies from Wizard-of-Oz data", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Saarbrueken Dissertations in Computational Linguistics and Language Technology", |
| "volume": "28", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena. 2008. Bootstrapping Reinforcement Learning-based Dialogue Strategies from Wizard-of-Oz data. Ph.D. thesis, Saarbrueken Dissertations in Computational Linguistics and Language Technology, Vol 28.", |
| "links": null |
| }, |
| "BIBREF44": { |
| "ref_id": "b44", |
| "title": "A corpus collection and annotation framework for learning multimodal clarification strategies", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Ivana", |
| "middle": [], |
| "last": "Kruijff-Korbayov\u00e1", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 6th SIGdial Workshop on Discourse and Dialogue", |
| "volume": "", |
| "issue": "", |
| "pages": "97--106", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena, Ivana Kruijff-Korbayov\u00e1, and Oliver Lemon. 2005. A corpus collection and annotation framework for learning multimodal clarification strategies. In Proceedings of the 6th SIGdial Workshop on Discourse and Dialogue, pages 97-106, Lisbon.", |
| "links": null |
| }, |
| "BIBREF45": { |
| "ref_id": "b45", |
| "title": "Cluster-based user simulations for learning dialogue strategies", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 9th International Conference of Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Oliver Lemon. 2006a. Cluster-based user simulations for learning dialogue strategies. In Proceedings of the 9th International Conference of Spoken Language Processing (Interspeech/ICSLP), Pittsburgh, PA.", |
| "links": null |
| }, |
| "BIBREF46": { |
| "ref_id": "b46", |
| "title": "Using Machine Learning to explore human multimodal clarification strategies", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING/ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "659--666", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Oliver Lemon. 2006b. Using Machine Learning to explore human multimodal clarification strategies. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING/ACL), pages 659-666, Sydney.", |
| "links": null |
| }, |
| "BIBREF47": { |
| "ref_id": "b47", |
| "title": "Does this list contain what you were searching for? Learning adaptive dialogue strategies for interactive question answering", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Natural Language Engineering", |
| "volume": "15", |
| "issue": "1", |
| "pages": "55--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Oliver Lemon. 2008a. Does this list contain what you were searching for? Learning adaptive dialogue strategies for interactive question answering. Natural Language Engineering, 15(1):55-72.", |
| "links": null |
| }, |
| "BIBREF48": { |
| "ref_id": "b48", |
| "title": "Learning effective multimodal dialogue strategies from Wizard-of-Oz data: Bootstrapping and evaluation", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the 21st International Conference on Computational Linguistics and 46th Annual Meeting of the Association for Computational Linguistics (ACL/HLT)", |
| "volume": "", |
| "issue": "", |
| "pages": "638--646", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Oliver Lemon. 2008b. Learning effective multimodal dialogue strategies from Wizard-of-Oz data: Bootstrapping and evaluation. In Proceedings of the 21st International Conference on Computational Linguistics and 46th Annual Meeting of the Association for Computational Linguistics (ACL/HLT), pages 638-646, Columbus, OH.", |
| "links": null |
| }, |
| "BIBREF49": { |
| "ref_id": "b49", |
| "title": "Learning human multimodal dialogue strategies", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Natural Language Engineering", |
| "volume": "16", |
| "issue": "1", |
| "pages": "3--23", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Oliver Lemon. 2009a. Learning human multimodal dialogue strategies. Natural Language Engineering, 16(1):3-23.", |
| "links": null |
| }, |
| "BIBREF50": { |
| "ref_id": "b50", |
| "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": 2009, |
| "venue": "Proceedings of the Conference of the European Chapter of the ACL (EACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "683--691", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Oliver Lemon. 2009b. Natural Language Generation as planning under uncertainty for Spoken Dialogue Systems. In Proceedings of the Conference of the European Chapter of the ACL (EACL), pages 683-691, Athens.", |
| "links": null |
| }, |
| "BIBREF51": { |
| "ref_id": "b51", |
| "title": "Optimising information presentation for Spoken Dialogue Systems", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Oliver", |
| "middle": [], |
| "last": "Lemon", |
| "suffix": "" |
| }, |
| { |
| "first": "Xingkun", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "1009--1018", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena, Oliver Lemon, and Xingkun Liu. 2010. Optimising information presentation for Spoken Dialogue Systems. In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL), pages 1009-1018, Uppsala.", |
| "links": null |
| }, |
| "BIBREF52": { |
| "ref_id": "b52", |
| "title": "Implications for generating clarification requests in task-oriented dialogues", |
| "authors": [ |
| { |
| "first": "Verena", |
| "middle": [], |
| "last": "Rieser", |
| "suffix": "" |
| }, |
| { |
| "first": "Johanna", |
| "middle": [], |
| "last": "Moore", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "239--246", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rieser, Verena and Johanna Moore. 2005. Implications for generating clarification requests in task-oriented dialogues. In Proceedings of the 43rd Annual Meeting of the Association for Computational Linguistics (ACL), pages 239-246, Ann Arbor, MI.", |
| "links": null |
| }, |
| "BIBREF53": { |
| "ref_id": "b53", |
| "title": "Form, intonation and function of clarification requests in German task-orientated spoken dialogues", |
| "authors": [ |
| { |
| "first": "Kepa", |
| "middle": [ |
| "J" |
| ], |
| "last": "Rodriguez", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Schlangen", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 8th SEMdial Workshop on the Semantics and Pragmatics of Dialogues", |
| "volume": "", |
| "issue": "", |
| "pages": "101--108", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rodriguez, Kepa J. and David Schlangen. 2004. Form, intonation and function of clarification requests in German task-orientated spoken dialogues. In Proceedings of the 8th SEMdial Workshop on the Semantics and Pragmatics of Dialogues, pages 101-108, Barcelona.", |
| "links": null |
| }, |
| "BIBREF54": { |
| "ref_id": "b54", |
| "title": "Degrees of grounding based on evidence of understanding", |
| "authors": [ |
| { |
| "first": "Antonio", |
| "middle": [], |
| "last": "Roque", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Traum", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of SIGdial", |
| "volume": "", |
| "issue": "", |
| "pages": "54--63", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Roque, Antonio and David Traum. 2008. Degrees of grounding based on evidence of understanding. In Proceedings of SIGdial, pages 54-63, Columbus, OH.", |
| "links": null |
| }, |
| "BIBREF55": { |
| "ref_id": "b55", |
| "title": "A survey of statistical user simulation techniques for reinforcement-learning of dialogue management strategies", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Schatzmann", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Weilhammer", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Stuttle", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "Knowledge Engineering Review", |
| "volume": "21", |
| "issue": "2", |
| "pages": "97--126", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schatzmann, J., K. Weilhammer, M. Stuttle, and S. Young. 2006. A survey of statistical user simulation techniques for reinforcement-learning of dialogue management strategies. Knowledge Engineering Review, 21(2):97-126.", |
| "links": null |
| }, |
| "BIBREF56": { |
| "ref_id": "b56", |
| "title": "Quantitative evaluation of user simulation techniques for Spoken Dialogue Systems", |
| "authors": [ |
| { |
| "first": "Jost", |
| "middle": [], |
| "last": "Schatzmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Kallirroi", |
| "middle": [], |
| "last": "Georgila", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Proceedings of the 6th", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schatzmann, Jost, Kallirroi Georgila, and Steve Young. 2005. Quantitative evaluation of user simulation techniques for Spoken Dialogue Systems. In Proceedings of the 6th", |
| "links": null |
| }, |
| "BIBREF58": { |
| "ref_id": "b58", |
| "title": "Agenda-based user simulation for bootstrapping a POMDP dialogue system", |
| "authors": [ |
| { |
| "first": "Jost", |
| "middle": [], |
| "last": "Schatzmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Karl", |
| "middle": [], |
| "last": "Weilhammer", |
| "suffix": "" |
| }, |
| { |
| "first": "Hui", |
| "middle": [], |
| "last": "Ye", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the North American Meeting of the Association of Computational Linguistics (NAACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "149--152", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schatzmann, Jost, Blaise Thomson, Karl Weilhammer, Hui Ye, and Steve Young. 2007. Agenda-based user simulation for bootstrapping a POMDP dialogue system. In Proceedings of the North American Meeting of the Association of Computational Linguistics (NAACL), pages 149-152, Rochester, NY.", |
| "links": null |
| }, |
| "BIBREF59": { |
| "ref_id": "b59", |
| "title": "Error simulation for training statistical dialogue systems", |
| "authors": [ |
| { |
| "first": "Jost", |
| "middle": [], |
| "last": "Schatzmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the IEEE workshop on Automatic Speech Recognition and Understanding (ASRU)", |
| "volume": "", |
| "issue": "", |
| "pages": "526--531", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schatzmann, Jost, Blaise Thomson, and Steve Young. 2007a. Error simulation for training statistical dialogue systems. In Proceedings of the IEEE workshop on Automatic Speech Recognition and Understanding (ASRU), pages 526-531, Kyoto.", |
| "links": null |
| }, |
| "BIBREF60": { |
| "ref_id": "b60", |
| "title": "Statistical user simulation with a hidden agenda", |
| "authors": [ |
| { |
| "first": "Jost", |
| "middle": [], |
| "last": "Schatzmann", |
| "suffix": "" |
| }, |
| { |
| "first": "Blaise", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the 8th SIGdial Workshop on Discourse and Dialogue", |
| "volume": "", |
| "issue": "", |
| "pages": "273--282", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Schatzmann, Jost, Blaise Thomson, and Steve Young. 2007b. Statistical user simulation with a hidden agenda. In Proceedings of the 8th SIGdial Workshop on Discourse and Dialogue, pages 273-282, Antwerp.", |
| "links": null |
| }, |
| "BIBREF61": { |
| "ref_id": "b61", |
| "title": "Corpus-based dialogue simulation for automatic strategy learning and evaluation", |
| "authors": [ |
| { |
| "first": "Konrad", |
| "middle": [], |
| "last": "Scheffler", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proceedings NAACL Workshop on Adaptation in Dialogue Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "64--70", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Scheffler, Konrad and Steve Young. 2001. Corpus-based dialogue simulation for automatic strategy learning and evaluation. In Proceedings NAACL Workshop on Adaptation in Dialogue Systems, Pittsburgh, PA, pages 64-70.", |
| "links": null |
| }, |
| "BIBREF62": { |
| "ref_id": "b62", |
| "title": "Separating skills from preference: Using learning to program by reward", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Shapiro", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Langley", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proceedings of the 19th International Conference on Machine Learning (ICML)", |
| "volume": "", |
| "issue": "", |
| "pages": "570--577", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shapiro, Dan and P. Langley. 2002. Separating skills from preference: Using learning to program by reward. In Proceedings of the 19th International Conference on Machine Learning (ICML), pages 570-577, Sydney.", |
| "links": null |
| }, |
| "BIBREF63": { |
| "ref_id": "b63", |
| "title": "Optimizing dialogue management with Reinforcement Learning: Experiments with the NJFun system", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Kearns", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "JAIR", |
| "volume": "16", |
| "issue": "", |
| "pages": "105--133", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Singh, S., D. Litman, M. Kearns, and M. Walker. 2002. Optimizing dialogue management with Reinforcement Learning: Experiments with the NJFun system. JAIR, 16:105-133.", |
| "links": null |
| }, |
| "BIBREF64": { |
| "ref_id": "b64", |
| "title": "Exploring human error recovery strategies: Implications for spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "Gabriel", |
| "middle": [], |
| "last": "Skantze", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Speech Communication", |
| "volume": "43", |
| "issue": "3", |
| "pages": "325--341", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Skantze, Gabriel. 2005. Exploring human error recovery strategies: Implications for spoken dialogue systems. Speech Communication, 43(3):325-341.", |
| "links": null |
| }, |
| "BIBREF65": { |
| "ref_id": "b65", |
| "title": "A framework for dialogue data collection with a simulated ASR channel", |
| "authors": [ |
| { |
| "first": "Matthew", |
| "middle": [ |
| "N" |
| ], |
| "last": "Stuttle", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [ |
| "D" |
| ], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the International Conference of Spoken Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stuttle, Matthew N., Jason D. Williams, and Steve Young. 2004. A framework for dialogue data collection with a simulated ASR channel. In Proceedings of the International Conference of Spoken Language Processing (Interspeech/ICSLP), Jeju.", |
| "links": null |
| }, |
| "BIBREF66": { |
| "ref_id": "b66", |
| "title": "Towards developing general models of usability with PARADISE", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Sutton", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| ";" |
| ], |
| "last": "Barto", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [ |
| "A" |
| ], |
| "last": "Walker", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Kamm", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Natural Language Engineering", |
| "volume": "6", |
| "issue": "3", |
| "pages": "363--377", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sutton, R. and A. Barto. 1998. Reinforcement Learning. MIT Press, Cambridge, MA. Walker, M., C. Kamm, and D. Litman. 2000. Towards developing general models of usability with PARADISE. Natural Language Engineering, 6(3), pages 363-377.", |
| "links": null |
| }, |
| "BIBREF67": { |
| "ref_id": "b67", |
| "title": "An application for Reinforcement Learning to dialogue strategy selection in a spoken dialogue system for email", |
| "authors": [ |
| { |
| "first": "Marilyn", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Artificial Intelligence Research", |
| "volume": "12", |
| "issue": "", |
| "pages": "387--416", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Walker, Marilyn. 2000. An application for Reinforcement Learning to dialogue strategy selection in a spoken dialogue system for email. Artificial Intelligence Research, 12:387-416.", |
| "links": null |
| }, |
| "BIBREF68": { |
| "ref_id": "b68", |
| "title": "Can we talk? Methods for evaluation and training of spoken dialogue system", |
| "authors": [ |
| { |
| "first": "Marilyn", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Language Resources and Evaluation", |
| "volume": "39", |
| "issue": "1", |
| "pages": "65--75", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Walker, Marilyn. 2005. Can we talk? Methods for evaluation and training of spoken dialogue system. Language Resources and Evaluation, 39(1):65-75.", |
| "links": null |
| }, |
| "BIBREF69": { |
| "ref_id": "b69", |
| "title": "Learning optimal dialogue strategies: A case study of a spoken dialogue agent for email", |
| "authors": [ |
| { |
| "first": "Marilyn", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeanne", |
| "middle": [], |
| "last": "Fromer", |
| "suffix": "" |
| }, |
| { |
| "first": "Shrikanth", |
| "middle": [], |
| "last": "Narayanan", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics (ACL/COLING)", |
| "volume": "", |
| "issue": "", |
| "pages": "1345--1351", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Walker, Marilyn, Jeanne Fromer, and Shrikanth Narayanan. 1998. Learning optimal dialogue strategies: A case study of a spoken dialogue agent for email. In Proceedings of the 36th Annual Meeting of the Association for Computational Linguistics and 17th International Conference on Computational Linguistics (ACL/COLING), pages 1345-1351, Montreal.", |
| "links": null |
| }, |
| "BIBREF70": { |
| "ref_id": "b70", |
| "title": "PARADISE: A general framework for evaluating spoken dialogue agents", |
| "authors": [ |
| { |
| "first": "Marylin", |
| "middle": [], |
| "last": "Walker", |
| "suffix": "" |
| }, |
| { |
| "first": "Diane", |
| "middle": [], |
| "last": "Litman", |
| "suffix": "" |
| }, |
| { |
| "first": "Candace", |
| "middle": [], |
| "last": "Kamm", |
| "suffix": "" |
| }, |
| { |
| "first": "Alicia", |
| "middle": [], |
| "last": "Abella", |
| "suffix": "" |
| } |
| ], |
| "year": 1997, |
| "venue": "Proceedings of the 35th Annual General Meeting of the Association for Computational Linguistics (ACL)", |
| "volume": "", |
| "issue": "", |
| "pages": "271--280", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Walker, Marylin, Diane Litman, Candace Kamm, and Alicia Abella. 1997. PARADISE: A general framework for evaluating spoken dialogue agents. In Proceedings of the 35th Annual General Meeting of the Association for Computational Linguistics (ACL), pages 271-280, Madrid.", |
| "links": null |
| }, |
| "BIBREF71": { |
| "ref_id": "b71", |
| "title": "Partially observable Markov decision processes for Spoken Dialog Systems", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Computer Speech and Language", |
| "volume": "21", |
| "issue": "2", |
| "pages": "231--422", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Williams, J. and S. Young. 2007. Partially observable Markov decision processes for Spoken Dialog Systems. Computer Speech and Language, 21(2):231-422.", |
| "links": null |
| }, |
| "BIBREF72": { |
| "ref_id": "b72", |
| "title": "A method for evaluating and comparing user simulations: The Cramer-von Mises divergence", |
| "authors": [ |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proceedings of the IEEE Workshop on Automatic Speech Recognition and Understanding (ASRU)", |
| "volume": "", |
| "issue": "", |
| "pages": "508--513", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Williams, Jason. 2007. A method for evaluating and comparing user simulations: The Cramer-von Mises divergence. In Proceedings of the IEEE Workshop on Automatic Speech Recognition and Understanding (ASRU), pages 508-513, Kyoto, Japan.", |
| "links": null |
| }, |
| "BIBREF73": { |
| "ref_id": "b73", |
| "title": "Using Wizard-of-Oz simulations to bootstrap Reinforcement-Learning-based dialog management systems", |
| "authors": [ |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Williams", |
| "suffix": "" |
| }, |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proceedings of the 4th SIGDIAL Workshop on Discourse and Dialogue", |
| "volume": "", |
| "issue": "", |
| "pages": "135--139", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Williams, Jason and Steve Young. 2004. Using Wizard-of-Oz simulations to bootstrap Reinforcement-Learning-based dialog management systems. In Proceedings of the 4th SIGDIAL Workshop on Discourse and Dialogue, pages 135-139, Sapporo, Japan. Witten, Ian H. and Eibe Frank. 2005. Data Mining: Practical Machine Learning Tools and Techniques (2nd Edition). Morgan Kaufmann, San Francisco.", |
| "links": null |
| }, |
| "BIBREF74": { |
| "ref_id": "b74", |
| "title": "Probabilistic methods in spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Philosophical Trans Royal Society (Series A)", |
| "volume": "358", |
| "issue": "", |
| "pages": "1389--1402", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Young, Steve. 2000. Probabilistic methods in spoken dialogue systems. Philosophical Trans Royal Society (Series A), 358(1769):1389-1402.", |
| "links": null |
| }, |
| "BIBREF75": { |
| "ref_id": "b75", |
| "title": "The Hidden Information State Model: A practical framework for POMDP-based spoken dialogue management", |
| "authors": [ |
| { |
| "first": "Steve", |
| "middle": [], |
| "last": "Young", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Gasic", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Keizer", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Mairesse", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Schatzmann", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Thomson", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Yu", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Computer Speech and Language", |
| "volume": "24", |
| "issue": "2", |
| "pages": "150--174", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Young, Steve, M. Gasic, S. Keizer, F. Mairesse, J. Schatzmann, B. Thomson, and K. Yu. 2009. The Hidden Information State Model: A practical framework for POMDP-based spoken dialogue management. Computer Speech and Language, 24(2):150-174.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "text": "State-action space for hierarchical Reinforcement Learning.", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "text": "(\u00b1 2.2) 50.2(\u00b1 9.7) 53.5(\u00b1 11.7) modality 51.0(\u00b1 7.0) 93.5(\u00b111.5)* 94.6(\u00b1 10.0)* * Statistically significant improvement at p < .05.Listing 1 Supervised Strategy i f ( db<4){ return p r e s e n t I n f o V e r b a l ; } e l s e { return presentInfoMM ; }", |
| "uris": null |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Annotation scheme of discourse functions for wizard's actions.", |
| "uris": null |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "num": null, |
| "text": "Graph comparison of objective measures. SLs = SL policy in simulation; SLr = SL policy with real users; RLs = RL policy in simulation; RLr = RL policy with real users.", |
| "uris": null |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "content": "<table><tr><td colspan=\"3\"># action type freq</td><td>%</td><td>example (original)</td><td>translation</td></tr><tr><td>1</td><td>add</td><td>54</td><td colspan=\"2\">30.5\u00e4h, Ella Fitzgerald.</td><td>er, Ella Fitzgerald.</td></tr><tr><td>3</td><td>repeat</td><td>57</td><td colspan=\"2\">32.2 ja, Smile ja.</td><td>yes, Smile yes.</td></tr><tr><td>2</td><td>y/n</td><td>14</td><td colspan=\"2\">7.9 ja, in Ordnung.</td><td>yes, that's OK.</td></tr><tr><td>4</td><td>change</td><td>17</td><td colspan=\"2\">9.6 dann machen wir was anderes</td><td>Let's try something else then. I</td></tr><tr><td/><td/><td/><td/><td>und zwar h\u00e4tte ich gern eine</td><td>would like a playlist with three</td></tr><tr><td/><td/><td/><td/><td>Playlist mit drei Liedern.</td><td>songs.</td></tr><tr><td/><td>others</td><td>35</td><td>19.8</td><td>-</td><td>no answer, comment, aside</td></tr></table>", |
| "html": null, |
| "text": "User action types and frequencies as annotated in the data.", |
| "num": null |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "content": "<table><tr><td>speech act</td><td>level</td><td>severity</td><td>modality</td></tr><tr><td>reject</td><td colspan=\"2\">acoustic repetition</td><td>verbal</td></tr><tr><td colspan=\"3\">explicitConfirm acoustic confirmation</td><td>verbal</td></tr><tr><td>askAQuestion</td><td>goal</td><td>elaboration</td><td>verbal</td></tr><tr><td colspan=\"2\">implicitConfirm goal</td><td colspan=\"2\">confirmation+elaboration verbal</td></tr><tr><td>presentVerbal</td><td>goal</td><td>confirmation</td><td>verbal</td></tr><tr><td>presentMM</td><td>goal</td><td>confirmation</td><td>multimodal</td></tr></table>", |
| "html": null, |
| "text": "System speech acts and corresponding discourse functions.", |
| "num": null |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "content": "<table><tr><td colspan=\"2\">User simulations</td><td colspan=\"2\">Baselines</td></tr><tr><td colspan=\"4\">smoothed cluster random majority</td></tr><tr><td>0.087</td><td>0.095</td><td>0.43</td><td>0.48</td></tr></table>", |
| "html": null, |
| "text": "Kullback-Leibler divergence scores for the different user simulations.", |
| "num": null |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "content": "<table/>", |
| "html": null, |
| "text": "(R 2 = .144, R 2 adjusted = .123).", |
| "num": null |
| }, |
| "TABREF4": { |
| "type_str": "table", |
| "content": "<table><tr><td>Measure</td><td colspan=\"2\">SL wizard baseline RL Strategy</td></tr><tr><td>avg. turns</td><td>8.42(\u00b13.04)</td><td>5.9(\u00b12.4)***</td></tr><tr><td>avg. speech items</td><td>1.04(\u00b1.2)</td><td>1.1(\u00b1.3)</td></tr><tr><td>avg. MM items</td><td>61.37(\u00b182.5)</td><td>11.2(\u00b12.4)***</td></tr><tr><td>avg. reward</td><td>\u22121,741.3(\u00b1566.2)</td><td>44.06(\u00b151.5)***</td></tr></table>", |
| "html": null, |
| "text": "Comparison of results for SL wizard and RL-based strategies in simulation.", |
| "num": null |
| }, |
| "TABREF5": { |
| "type_str": "table", |
| "content": "<table><tr><td>Measure</td><td>Wizard Strategy</td><td>RL Strategy</td></tr><tr><td>Task Ease</td><td>4.78 (\u00b11.84)</td><td>5.51 (\u00b11.44)***</td></tr><tr><td>Timing</td><td>4.42 (\u00b11.84)</td><td>5.36 (\u00b11.46)***</td></tr><tr><td>MM Presentation</td><td>4.57 (\u00b11.87)</td><td>5.32 (\u00b11.62)***</td></tr><tr><td>Verbal Presentation</td><td>4.94 (\u00b11.52)</td><td>5.55 (\u00b11.38)***</td></tr><tr><td>Future Use</td><td>3.86 (\u00b11.44)</td><td>4.68 (\u00b11.39)***</td></tr><tr><td colspan=\"2\">*** Statistical significance at p < .001.</td><td/></tr></table>", |
| "html": null, |
| "text": "Comparison of mean user ratings for SL wizard baseline and RL policies (with standard deviation \u00b1).", |
| "num": null |
| }, |
| "TABREF6": { |
| "type_str": "table", |
| "content": "<table><tr><td>Measure</td><td colspan=\"2\">Wizard Strategy RL Strategy</td></tr><tr><td>avg. turns</td><td>5.86(\u00b13.2)</td><td>5.07(\u00b12.9)***</td></tr><tr><td>avg. speech items</td><td>1.29(\u00b1.4)</td><td>1.2(\u00b1.4)</td></tr><tr><td>avg. MM items</td><td>52.2(\u00b168.5)</td><td>8.73(\u00b14.4)***</td></tr><tr><td>avg. reward</td><td>\u2212628.2(\u00b1178.6)</td><td>37.62(\u00b160.7)***</td></tr></table>", |
| "html": null, |
| "text": "Comparison of results for SL average wizard and RL-based strategies with real users.", |
| "num": null |
| }, |
| "TABREF7": { |
| "type_str": "table", |
| "content": "<table><tr><td>ID</td><td>train</td><td>test</td><td colspan=\"2\">RMSE % error</td></tr><tr><td>1</td><td colspan=\"2\">WOZ WOZ</td><td>0.82</td><td>16.42</td></tr><tr><td>2</td><td>SL</td><td>SL</td><td>1.27</td><td>18.14</td></tr><tr><td>3</td><td>RL</td><td>RL</td><td>1.06</td><td>15.14</td></tr><tr><td>4</td><td>RL</td><td>SL</td><td>1.23</td><td>17.57</td></tr><tr><td>5</td><td>SL</td><td>RL</td><td>1.03</td><td>14.71</td></tr></table>", |
| "html": null, |
| "text": "Prediction accuracy for models within (1-3) and across (4-5) data sets.", |
| "num": null |
| }, |
| "TABREF8": { |
| "type_str": "table", |
| "content": "<table><tr><td>annotator1</td><td/><td/><td colspan=\"2\">annotator2</td><td/><td/></tr><tr><td>user reply</td><td colspan=\"6\">add change others repeat y/n total</td></tr><tr><td>add</td><td>58</td><td>5</td><td>2</td><td>1</td><td>0</td><td>66</td></tr><tr><td>change</td><td>4</td><td>11</td><td>0</td><td>0</td><td>0</td><td>15</td></tr><tr><td>others</td><td>9</td><td>5</td><td>21</td><td>1</td><td>0</td><td>36</td></tr><tr><td>repeat</td><td>9</td><td>0</td><td>7</td><td>9</td><td>0</td><td>25</td></tr><tr><td>y/n</td><td>2</td><td>0</td><td>2</td><td>1</td><td>30</td><td>35</td></tr><tr><td>total</td><td>82</td><td>21</td><td>32</td><td>12</td><td>30</td><td>177</td></tr></table>", |
| "html": null, |
| "text": "Inter-annotator agreement on user act with \u03ba = .632.", |
| "num": null |
| }, |
| "TABREF11": { |
| "type_str": "table", |
| "content": "<table><tr><td>s1</td><td>RL policy:</td><td>greet (db: 438)</td></tr><tr><td/><td>sim.User:</td><td>add->artist(Bob Dylan)</td></tr><tr><td/><td>state:</td><td>filled [slot2], confirmed [], db:56</td></tr><tr><td>s2</td><td>RL policy:</td><td>implConf(artist)AskASlot(genre)</td></tr><tr><td/><td>sim.User:</td><td>change->song-title(Hurricane)</td></tr><tr><td/><td>state:</td><td>filled [slot2,slot4], confirmed [slot2], db:2</td></tr><tr><td>s3</td><td>RL policy:</td><td>present[verbal] ->album1,album2</td></tr><tr><td/><td>sim.User:</td><td>add->album(Desire)</td></tr><tr><td/><td>state:</td><td>filled [slot2, slot3, slot4], confirmed [slot2,slot4], db:1</td></tr><tr><td>s4</td><td>RL policy:</td><td>present[verbal] ->artist, album, song-title</td></tr><tr><td/><td>sim.User:</td><td>yes-answer->yes(yes)</td></tr><tr><td/><td>state:</td><td>filled [slot2, slot3, slot4], confirmed</td></tr><tr><td/><td/><td>[slot2, slot3, slot4], db:1</td></tr><tr><td/><td>reward:</td><td>lengthPenalty : \u221280.8, complVal : 118, presentVal : 8.7 \u00d7 (4.327 + 3.395)</td></tr><tr><td/><td/><td>finalReward: 104.38</td></tr></table>", |
| "html": null, |
| "text": "Example dialogue with the RL policy operating in the simulated environment: presenting alternatives.", |
| "num": null |
| } |
| } |
| } |
| } |