Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "A92-1040",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:03:54.048508Z"
},
"title": "Dialogue Management for Telephone Information Systems",
"authors": [
{
"first": "Scott",
"middle": [],
"last": "Mcglashan",
"suffix": "",
"affiliation": {
"laboratory": "Social and Computer Sciences Research Group",
"institution": "University of Surrey Guildford",
"location": {
"country": "U.K"
}
},
"email": ""
},
{
"first": "Norman",
"middle": [],
"last": "Fraser",
"suffix": "",
"affiliation": {
"laboratory": "Social and Computer Sciences Research Group",
"institution": "University of Surrey Guildford",
"location": {
"country": "U.K"
}
},
"email": ""
},
{
"first": "Nigel",
"middle": [],
"last": "Gilbert",
"suffix": "",
"affiliation": {
"laboratory": "Social and Computer Sciences Research Group",
"institution": "University of Surrey Guildford",
"location": {
"country": "U.K"
}
},
"email": ""
},
{
"first": "Eric",
"middle": [],
"last": "Bilange",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Paul",
"middle": [],
"last": "Heisterkamp",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Nick Youd Logica Cambridge Ltd",
"location": {
"addrLine": "Daimler-Benz AG Wilhehn-Runge-Strasse 11, 104 Hills Road Cambridge",
"postCode": "D-7900",
"settlement": "Ulna",
"country": "Germany, U.K"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "A distributed approach to spoken dialogue management for real-time telephone information systems is outlined.",
"pdf_parse": {
"paper_id": "A92-1040",
"_pdf_hash": "",
"abstract": [
{
"text": "A distributed approach to spoken dialogue management for real-time telephone information systems is outlined.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "The approach to dialogue managenaent described here has been developed as part of the Sundial project (Speech UNderstanding in DIALogue) whose goal is to build real-time integrated computer systems capable of maintaining co-operative dialogues with users over standard telephone lines. 1 Systems have been developed for four languages -French, German, Italian and English -within the task domains of flight reservations and enquiries and train enquiries.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Each system consists of five components: a speech recognition component inputs acoustic speech signals fi'om the telephone and outputs a word lattice; a parser extracts a plausible string from the lattice and assigns it syntactic and semantic representations; a dialogue manager gives these representations an interpretation, decides how the dialogue lnay continue and, if it is the system's turn to speak, plans a system utterance; a text. generator constructs a. detailed linguistic representation from the plan; and a text-to-speech system synthesizes the representation for transmissiol~ by telephone. ' 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The SUNDIAL dialogue manager addresses two problems facing spoken dialogue systems. The first is that, for maxinmm usefulness, dialogue management needs to be generic: i.e. the dialogue manager module must be able to interpret and generate utterances in more 1SUNDIAL is partly funded by the Commission of the Europeam Communities under the ESPRIT II programme ~s project P2218.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Two Problems of Dialogue Management",
"sec_num": "2"
},
{
"text": "2See Peckham (1991) for an overview of the Sundial system. thai] one language and across more than one task domain. The. second problem is that dialogue management must provide co-operative interaction with the user. To achieve this, the system needs to produce utterances which are perceived by the user as natural, coherent and helpful within the context of the dialogue. The purpose and modality of the dialogue forms part of this context: in our case, task-driven spoken dialogues. The system needs to deal with inconsistent task information, such as that obtained when the speech recognizer and parser yield a. plausible but incorrect interpretation; for exampie, the user said 1 want to fly to Lannion, but the system understands London rather than Lannion.",
"cite_spans": [
{
"start": 5,
"end": 19,
"text": "Peckham (1991)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Two Problems of Dialogue Management",
"sec_num": "2"
},
{
"text": "The Sundial solution to these problems lies, in part, ill the distributed architecture of the dialogue manager. Tile dialogue manager is responsible for providing a co-operative interaction with the user (Gerlach and ttoracek, 1989) . From the user's point of view, system utterances must be appropriate and helpful to the user iTi the cur'rel~t dialogue context. To achieve this, both interpretation of user utterances and planning of system utterances must. be informed by the past and current states of the interaction. Co-operative dialogue managemeut, therefore, requires the construction and maintenance of an interactional model: i.e. a model which specifies the layers of st.ructure which can be distinguished in dialogues. Following Grosz and Sidner (1986) we distinguish linguistic structure, attentional, or belief structure, and intelltionM structure. Intentional structure is further differentiated into dialogue structure and task structure (Bunt, 1989) . tiowever, rather than using a unitary model where these layers are given as a single structured representation, we have adopted a distributed model where these layers are distributed across a. number of modules. Each rnodule consists of a partial model of the interaction, rules for updating the model as well as associated dialogue management flmctions.",
"cite_spans": [
{
"start": 204,
"end": 232,
"text": "(Gerlach and ttoracek, 1989)",
"ref_id": null
},
{
"start": 955,
"end": 967,
"text": "(Bunt, 1989)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A Distributed Solution",
"sec_num": "3"
},
{
"text": "[\"urthern~ore, modules may need to collaborate with each other in order to determine how to update their model: their update rules may depend upon information maintained in another module.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A Distributed Solution",
"sec_num": "3"
},
{
"text": "The interactionM model is falsification definite since agents assume rather than infer that their belief model corresponds to that of the other agent. This places an obligation on agents to make explicit the state of their belief model so as to give the other agent the opportunity to correct or modify it. For example, if the system utters You want to. go to London in response to the user's request, the user has an opportunity to contest the current state of the system's belief model. Moeschler, 1989) . In order to determine the appropriate contextual interpretation of user utterances, the dialogue module interacts with the belief module which maintains a model of belief containing not just concepts created directly as a result of user utterances, but also inferential extensions. For example, if the system initiated an exchange to determine tile departure date of a flight, this exchange can be closed if the belief model can interpret the user's utterance as refierencing a 'date' concept. The belief module requires context information from the dialogue module in order to guide the interpretation process. For example, the second can reference date or flight concepts (the second of May or the second flight) depending on the context. The belief module additionally eoopera.tes with the message plaT~ning module in order to provide selnantic descriptions of concepts referenced in the plan of system utterances.",
"cite_spans": [
{
"start": 489,
"end": 505,
"text": "Moeschler, 1989)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A Distributed Solution",
"sec_num": "3"
},
{
"text": "Finally, the task module is responsible for maintaining a model of the task structure of the dialogue, consulting domain-specific application databases and informing the dialogue module of the current state of t.he ta.sk. Typically, this involves deciding whether sufficient task information has been provided by the user and, if not, which additional parameters are required. 1,ess frequent are int~'ractions which arise when a user provides sulficient, but incorrect, information: for example, there is no flight to the stated destination city. Rather than simply informing the dialogue module that the task cannot be satisfied, the task module a.ttempts to relax task parameters and suggest, alternative vMues for them (Guyomard and Siroux, 1988) . For example, if there are no flights available ill the morning of the given departure day, flights in the afternoon n-my be suggested. In such cases, system utterances are selected and formulated so as to make explicit to the user the fact that an alternative is being offered.",
"cite_spans": [
{
"start": 722,
"end": 749,
"text": "(Guyomard and Siroux, 1988)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A Distributed Solution",
"sec_num": "3"
},
{
"text": "Tile Sundial dialogue manager has been implemented in Quintus Prolog and tested on a variety of differem hardware platforms. It has been integrated with the rest, of the Sundial system and successfully manages a range of English, French, and German spoken (public network) telephone dialogues relating to flight enquiries, flight reservations, and train enquiries. Language and task call be changed in the dialogue manager simply by resetting switches which govern the choice of static knowledge bases consulted during dialogue management. Current average response times for the entire Sundial system (including speech recognition and synthesis) are around 10 seconds, with the dialogue manager taking 1-2 seconds. However, a significant amount of optimization has still to be carried out, and it is expected that response times will approach real time within the next six months. The lexicon currently contains around 300 entries for each language.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "hnplementation",
"sec_num": "4"
},
{
"text": "Two problems facing dialogue management in telephone information systems --co-operative interaction and portability across languages and task domains -have been addressed by the dialogue manager ill the Sundial system. Our solution has been to distribute the intera.ctional model, as well as functions dealing with co-operative interaction, across a number of semiindependent modules. Each module is an expert on a local part of the interactional model. The language of spoken interaction and the application task can both be changed by instructing the relevant modules t.o consult different knowledge bases. In this way the generic Sundial dialogue manager can be customized for specific languages and applications.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Towards a dynamic interopretation theory of utterances in dialogue",
"authors": [
{
"first": "C",
"middle": [],
"last": "Harry",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Bunt",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Harry C. Bunt. Towards a dynamic interopreta- tion theory of utterances in dialogue. In Ben A.G. Elsendoorn and Iterman Bonma, editors, Working models of human perception.. Academic Press, 1989.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Dialog control in a. na.lural language system",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Gerlach",
"suffix": ""
},
{
"first": "Hehnut",
"middle": [],
"last": "Horacek",
"suffix": ""
}
],
"year": 1989,
"venue": "Proceeding of the /tlh CoT@'reuce of the European Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Gerlach and Hehnut Horacek. Dialog control in a. na.lural language system. ]n Proceeding of the /tlh CoT@'reuce of the European Chapter of the Associa- tion for Computational Linguistics, 1989. Manchester.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Attentions, iut.emions, and the structure of discourse",
"authors": [
{
"first": "Candace",
"middle": [
"I L"
],
"last": "Barbara",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sidner",
"suffix": ""
}
],
"year": 1986,
"venue": "Compu-laliol~al .Li~guistics",
"volume": "12",
"issue": "3",
"pages": "175--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Barbara .I. (h'osz and Candace L. Sidner. Attentions, iut.emions, and the structure of discourse. Compu- laliol~al .Li~guistics, 12(3):175-204, July-September 1986.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "An approach to co-operation in man machine oral dialogue",
"authors": [
{
"first": "Marc",
"middle": [],
"last": "Guyomard",
"suffix": ""
},
{
"first": "Jaques",
"middle": [],
"last": "Siroux",
"suffix": ""
}
],
"year": null,
"venue": "ERGO-IA, 1988. Jacques Moeschh:r",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marc Guyomard and Jaques Siroux. An approach to co-operation in man machine oral dialogue. In ERGO- IA, 1988. Jacques Moeschh:r.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Moddlisation du dialogue, reprdseutation de l'infdrence argumentative",
"authors": [],
"year": 1989,
"venue": "Hermes",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Moddlisation du dialogue, reprdseutation de l'infdrence argumentative. Hermes, 1989.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Speech understanding and dialogue over the telephone: an overview of progress in the Sundial project",
"authors": [
{
"first": "Peckham",
"middle": [],
"last": "Leremy",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of the 2nd European Conference on Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "1469--1472",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "leremy Peckham. Speech understanding and dialogue over the telephone: an overview of progress in the Sundial project. [n Proceedings of the 2nd European Conference on Speech Communication and Technol- ogy, pages 1469-1472, 1991.",
"links": null
}
},
"ref_entries": {}
}
}