ACL-OCL / Base_JSON /prefixW /json /W00 /W00-0305.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "W00-0305",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T05:34:09.434154Z"
},
"title": "Excerpt 2: The second excerpt regards a flight ~om New York to Melbourne, Australia. The excerpt is the system response after the user has restricted his New York departure to La Guardia ai~ port, similarly to (Excerpt 1, Line 6)",
"authors": [],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "new york to washington national 4 BOB: TEN A.M. 5 SYSTEM: i see a few flights from new york to washington national which depart about ten A M on january twenty seventh. do you prefer to depart from newark, J F K, or la guardia. 6 BOB: LA GUARDIA 7 SYSTEM: there are several flights from la guardia, you can fly on delta departing at nine thirty A M or ten thirty A M, or on U S air at ten A M. please specify an airline or time.",
"pdf_parse": {
"paper_id": "W00-0305",
"_pdf_hash": "",
"abstract": [
{
"text": "new york to washington national 4 BOB: TEN A.M. 5 SYSTEM: i see a few flights from new york to washington national which depart about ten A M on january twenty seventh. do you prefer to depart from newark, J F K, or la guardia. 6 BOB: LA GUARDIA 7 SYSTEM: there are several flights from la guardia, you can fly on delta departing at nine thirty A M or ten thirty A M, or on U S air at ten A M. please specify an airline or time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "three segments of the trip, Mthough the user would only discover this rather unusual coincidence upon asking for detMls about the individual flights. The difficulty in this case arises because the mechanism for generation for a very short list of flights has not yet been subsumed as part of the aggregation mechanism (described below) which would have au-tomaticMly determined that the two flights should be grouped. Excerpt 3:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "i SYSTEM: I will book this leg. Do you want to continue with another leg? Please say yes or no.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "TO HAVE FLIGHT COMING BACK 11 SYSTEM: i can't find any nonstop flights from phoenix to newark on america west which depart about ten A M on june third, you may want to try changing the departure time to seven twenty five A M, eight fifty nine A M, twelve seventeen P M, or three oh five P M.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "JANE: YES I NEED TO CONTINUE BUT I NEED",
"sec_num": "2"
},
{
"text": "In this section we will focus on some tasks handled by our deep generation module, emphasizing the role of constraint functions as a unifying theme. Although the notion can be developed more broadly in various ways, we will consider a constraint function here to be a function on a single data record consisting of information about a particular flight from one location to another, possibly making connections. Examples of a constraint function are: tlmeDepVal, giving the departure time of the flight; t|meArrClass, giving the class of the arrival time (before six A.M., between six A.M. and noon, etc); and connVal giving the list of connection cities. A constraint on a data record is the condition that some given constraint function has a given value. In a typical turn a user may modify the list of Constraints imposed on the flights under discussion 2. How the system interprets the user input, searches for flights satisfying the constraints, and decides what to say about them are all affected by the shared conversational context between system and 2For brevity, we focus in this section on system response to user input whose content consists solely of constraints modifications. Processing of other kinds of input such as questions (e.g. \"when does the nine A.M. flight arrive?\") is handled similarly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep Generation",
"sec_num": "4"
},
{
"text": "user. Specifically, we have found the following most useful to keep track of:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep Generation",
"sec_num": "4"
},
{
"text": "1. the constraints the user has imposed on the flights;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep Generation",
"sec_num": "4"
},
{
"text": "2. what information about the user input constraints the system has repeated back to the user;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep Generation",
"sec_num": "4"
},
{
"text": "3. the flights the system has conveyed information about to the user; and 4. the constraints on flights that the system has discovered and whether those constraints have been conveyed to the user or can be deduced by the user.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep Generation",
"sec_num": "4"
},
{
"text": "In this section we focus on two particular cases that need to be handled by any dialog system in which the user and system negotiate to find a suitable record from a source of data: the underconstrained case and the over-constrained case.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deep Generation",
"sec_num": "4"
},
{
"text": "In this section we discuss how the system decides what to say in the under-constrained case when there are many flights satisfying the user request. Examples of the system response in this case can be found in (Excerpt 1, Turn 5), (Excerpt 1, Turn 7), and Excerpt 2. The following example occurred when a user requested a departure after 10:00 A.M., after having previously imposed the constraints of flying from Chicago to Miami on March third. The system responded as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "(I) there are several flights which depart after ten A M.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "(2) all of them leave from chicago o'hare and arrive in the afternoon.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "(3) do you prefer to fly on american or united.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "Part (i) of the system response summarizes the most salient constraints of the user input using the summary script of section 5 s. Part (2) is a specification of the significant information common to all flights. In part (3), the system has decided which under-specified constraint is most likely relevant to the user, grouped the flights according to the values of the constraints, and prompted the user by specifying the possible values of the constraint.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "The significant common information in part (2) and the most relevant grouping in part (3) are com-B Some readers may have noticed that, in (Excerpt 1, Turn 5), the system unnecessarily reviewed constraints that have recently been reviewed. This is because the generation mechanism used before enough constraints have been satisfied to query the data base has not yet been fully unified with the mechanism discussed in this paper. The principal domain dependent data needed by the algorithm consists of utility functions for each constraint telling how high a priority it is to go into detail about that constraint. The output is a tree structure which represents the hierarchy of constraint information that is deemed most useful to convey to the user. More specifically, the inputs to the aggregation algorithm consist of a flat list of data records (e.g. a table of flights) together with a list of aggregation specifications. An aggregation specification is a triple consisting of: (1) a constraint function by which data may be grouped, (2) a sort function which orders the groups according to their constraint value, and (3) a utility function to determine how useful this grouping is (which may depend both on conversational context as well as when in the algorithm the grouping is attempted). The utility functions also have the ability to return codes that control the search for the best tree. For example, a utility function can declare itself to be the highest priority, thus pruning the search. The output is a tree with non-terminal nodes labeled by lists of constraint functions, edges labeled by values taken by the constraint functions labeling the node above, and terminal vertices labeled by a list of the data records satisfying the constraints specified by the labelings of all its ancestor nodes and edges.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "For the example discussed above, the output of the aggregation algorithm is depicted in Figure 1 . The top node and the edge below it indicate that all the flights leave from Chicago O'Hare in the afternoon (i.e. the constraint depArpVal takes on 4The term \"aggregation\" is sometimes used within the generation community referring to a process of combining groups of linguistically similar phrases. One might say the aggregation here is occurring on a semantic level, i.e. the internal representations of the flights are being grouped. the SABRE code \"0RD\" for Chicago O'Hare and the constraint timeArrClass takes on the value \"morning\"). We call this node a simple node because there is only one edge emanating from it. By contrast, the node below is a complex node since the constraint function at that node airVal can take on more than one value (either \"american\" or \"united\"). The box on the lower left contains those input flights which are on American Airlines and depart from Chicago O'Hare in the morning, and similarly for the box on the lower right.",
"cite_spans": [],
"ref_spans": [
{
"start": 88,
"end": 96,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "For our application we have found it best to use the same kind of utility function for all constraints. When only this type of utility function is used the behavior of the aggregation algorithm is quite simple and always l:~od~uces a tree similar to the one in Figure 1 , namely~rm with two nodes: a simple one above a complex one. Corresponding to the notion of simple node and complex node, we call a constraint function (chosen from the aggregation specification) simple if it yields the same value when applied to all of the data records and complex otherwise. The simplified aggregation algorithm effectively proceeds as follows:",
"cite_spans": [],
"ref_spans": [
{
"start": 261,
"end": 269,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "(1) For each simple constraint function (whose value is not known to the user based on the conversational history) apply a significance test. Place those constraints functions that pass the test (if there are any) in the top node of the tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "(2) Pick the complex constraint function of maximum positive utility and place that in the node below the top. If all utilities are negative, the node remains empty.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "As an example, when depArpVal is a simple constraint it is deemed significant if it is not the only airport serving the departure location the user requested. In our example, since Chicago is served by both O'Hare and Midway airports, the fact that all flights land in O'Hare is deemed significant to tell the user. As our airline travel system develops we expect to have available more expert knowledge about the airline travel domain. For example, the significance test for depArpVal may be modified in the future if the system has a way of knowing that Chicago O'Hare is the airport the user would. naturally expect in many circumstances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping of Information",
"sec_num": "4.1"
},
{
"text": "In this section, we consider the over-constrained case in which no suitable flights can be found that satisfy the user request. One example of the system response in such a case occurs in (Excerpt 3, line 11). Another example is the following:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxation",
"sec_num": "4.2"
},
{
"text": "(i) there don't seem to be any nonstop flights from san francisco to newark new jersey on united which serve breakfast and depart after nine A M on february tenth.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxation",
"sec_num": "4.2"
},
{
"text": "(2) you may want to try changing your choice of meal, the airline to Continental, or the departure time to seven oh five A M or eight twenty A M.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxation",
"sec_num": "4.2"
},
{
"text": "In part (I), the system first reviews detailed information about what it believes the current user request is. This is particularly useful to help alert the user to any previous conversational error. In part (2), the system suggests possible relaxations that may be of interest to the user. A relaxation here is just a change of a single constraint in the user request which would allow flights to be found. For example, the system response (2) above indicates that there ar~ flights on united which satisfy all of the other user constraints listed in (1) above.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relaxation",
"sec_num": "4.2"
},
{
"text": "Surface Generation There are many approaches to generating text from an underlying semantic representation. Simple templates are adequate for many purposes, but result in a combinatorial explosion in the number of templates required to produce output for all possible circumstances. There are also several powerful generation packages available. One package in particular that we found it insightful to experiment with was FUF (Elhadad, 1989) , which is short for \"Functional Unification Framework\" (Elhadad and Robin, 1992) . FUF comes available with a reusable grammar of English (Elhadad and Robin, 1996) . Although we found the sophisticated linguistic framework of FUF/SURGE difficult to adapt to our needs, we have found it helpful to include analogues of some elements of that framework in the approach we now describe.",
"cite_spans": [
{
"start": 427,
"end": 442,
"text": "(Elhadad, 1989)",
"ref_id": "BIBREF2"
},
{
"start": 499,
"end": 524,
"text": "(Elhadad and Robin, 1992)",
"ref_id": "BIBREF1"
},
{
"start": 582,
"end": 607,
"text": "(Elhadad and Robin, 1996)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "After our initial experiments, we decided to \"evolve\" a surface generation module starting with the straight forward model of template filling and procedure calls provided by the programming language tel. To overcome the problem of combinatorial explosion in program size, our surface generation makes use of an exception catching mechanism which allows sub-phrases within a complicated phrase to be \"turned on\" if the semantic input required for them is present. This can be done recursively. This approach has a side benefit of being very robust because detailed error catching is built in. Even if the script writer makes an unintentional error in part of a script (and no alternatives for generating the information in the erroneous part are available) only that part will fail to be generated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "Our system makes available to the developer several useful domain independent constructs. In addition to these basic constructs, our surface generation Table 1 ).",
"cite_spans": [],
"ref_spans": [
{
"start": 152,
"end": 159,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "has a morphology module (giving the correct form of a word based on number, tense, etc.) and a library of routines for generating simple phrases. To give the reader a flavor of our approach, we discuss the example of the script which generates phrases such as those in Table 1. 1. There are I several flights.",
"cite_spans": [],
"ref_spans": [
{
"start": 269,
"end": 277,
"text": "Table 1.",
"ref_id": null
}
],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "2. I can't find any I roundtrip flights from New York to Chicago.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "3. There don't seem to be any I nonstop flights which serve breakfast and make a connection in Dallas.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "4. There is only one I flight on American which departs between six p m and nine p m on February second and arrives in the morning on February third.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "5. I see quite a few ] flights which cost less than $1000 and arrive in the morning. Table 1 : Sample output from summarization script. (The vertical bar has been added to demarcate the separation between parts generated by separate subscripts.)",
"cite_spans": [],
"ref_spans": [
{
"start": 85,
"end": 92,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "Phrases such as the ones above are generated by surface generation when it is asked by deep generation to summarize some of the constraints on what kind of flight the user is looking for and the approximate number of flights found. The script fragment in Figure 2 generates phrases like the ones after the vertical bar in the above examples. Variables such as locFr, dateDep, and air correspond to user specified constraints on departure location, departure date, airline, and so on. Only those variables will be set which deep generation has decided should be summarized. Since there are thirteen variables referred to in the short script below and the (even shorter) subscripts it refers to, they are capable of generating 213 different kinds of phrases expressing the desired content. It is perhaps a fortunate prop-erty of the airline travel domain we are restricting to that this approach allows fairly simple scripts to be used in circumstances where an inordinate number of templates would h~ve been required.",
"cite_spans": [],
"ref_spans": [
{
"start": 255,
"end": 263,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "We offer a few words of explanation of the script in Figure 2 . First, the \"morphology\" procedure Verb provides the appropriate morphological form of a verb (depending on the current setting of number, tense, etc.). The procedure subst is used for expanding the subscripts referred to. The procedures DoAir, DoArp DoPrlceRange, and DoStops are from the \"phrase library\". They generate appropriate phrases associated with an airline, an airport, a price range, or whether or not a flight is nonstop. One may think of these as rules for converting the semantic information, previously determined by deep generation and stored in variables such as air and price, into a surface realization. For example, \"[DoAir Sair]\" returns \"American\" and \"[DoPrice SPrite]\" returns \"less than $1000\".",
"cite_spans": [],
"ref_spans": [
{
"start": 53,
"end": 61,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "The construct opt-s (short for op__t)onal substitution) includes the text generated by expanding its argument if that expansion is successful, or else catches and ignores any errors if the expansion was not successful. The construct NonEmptyConjunetion is used to adjoin a list of phrases. (The separators between phrases are optional arguments.) If the input list is empty, however, an error is generated. In such a case (e.g. examples 1 and 2 above), the error is caught by the enclosing opt-s, so the entire \"which\" clause is omitted.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "Another example of a construct is SayOnce. This is used when generating a list of phrases, so that a particular script fragment will only be expanded and included the first time it is encountered. For example, SayOnce has been used to omit the second occurrence of the word \"departing\" in (Excerpt 1, Turn 7). Similarly, in the following response to a user query about the arrival times of the flights under discussion, the second occurrence of the word \"flights\" has been omitted by a simple application 2@ of SayOnce: i see at least 3 flights which arrive between two P M and six P M, and 4 which arrive between six P M and ten P",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "5",
"sec_num": null
},
{
"text": "In developing our deep and surface generation modules we have followed a strategy of starting with a simple approach and adding basic building blocks as they are warranted, for example the generation constructs described in section 5 and the utility functions of sections 4.1. This strategy has helped us develop generation modules which are flexible, robust, and interact well with the other components of our system. Also, the tools presented here tend to reduce the growth in code size with complexity (as measured by the number of possible constraints). We are optimistic that these methods can be applied to other domains, although certainly additional features would have to be added. For instance, in Excerpt 2, we gave an example of a shortcoming of our system that arose when we summarized details about a very short list of flights. This problem could be fixed either by subsuming the case of a very short list of flights into the general aggregation mechanism or by adding an additional mechanism to handle this separate case better. Since the problem seemed insignificant enough in the airline travel domain we have not yet resolved it, but we expect that experience with other domains will dictate the best approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "We consider it to be an advantage of this approach that it is not tied to a particular linguistic framework and affords rather straight forward development. This certainly seems appropriate for our application so far, where the summary script of Figure 2 represents the typical level of complexity of the scripts we have had to develop. It is possible that this could become a limiting factor as the complexity, scope, and variety of domains increases. However, we expect other limitations to become more pressing. For example, we plan to investigate additional building blocks which will be useful as we begin to delve into issues such as improving our help messages or adding emphasis to particular parts of the information we want to convey, either via prosody or more finely crafted text.",
"cite_spans": [],
"ref_spans": [
{
"start": 246,
"end": 254,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
}
],
"back_matter": [
{
"text": "The author would like to thank Mark Epstein, Adwait Ratnaparhki, Salim Roukos, Kishore Palyineni, and Todd Ward for helpful discussions. This work was supported in part by DARPA contract MDA972-97-C-0012.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgements",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Spoken dialog systems: Some case studies from AT~T",
"authors": [
{
"first": "K",
"middle": [],
"last": "References",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Biatov",
"suffix": ""
},
{
"first": "G",
"middle": [
"Di"
],
"last": "Bocchieri",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Frabbrizio",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Kahm",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Levin",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Narayanan",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Pokrovsky",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Ruscitti",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Rahim",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Walker",
"suffix": ""
}
],
"year": 2000,
"venue": "Presentation at DARPA Communicator Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "References K. Biatov, E. Bocchieri, G. Di Frabbrizio, C. Kahm, E. Levin, S. Narayanan, A. Pokrovsky, P. Ruscitti, M. Rahim, and L. Walker. 2000. Spoken dialog systems: Some case studies from AT~T. In Pre- sentation at DARPA Communicator Workshop, Charleston, SC, Jan. 2000. See http://www.dsic- web.net :8501/pub/comra_2000jan/ATT- Narayanan.pdf for presentation and http://www.dsic-web.net/ito/mectings/ communicator_jan00/agenda.html for conference agenda.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "An overview of SUKGE: A re-usable comprehensive syntactic realization component",
"authors": [
{
"first": "Michael",
"middle": [],
"last": "Elhadad",
"suffix": ""
},
{
"first": "Jacques",
"middle": [],
"last": "Robin",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 8th International Workshop on Natural Language Generation",
"volume": "587",
"issue": "",
"pages": "89--104",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Elhadad and Jacques Robin. 1992. Control- ling content realization with functional unification grammars. In Aspects of Automated Natural Lan- guage Generation, Lecture Notes in Artificial In- telligence, 587, pages 89-104. Springer, Berlin. Michael Elhadad and Jacques Robin. 1996. An overview of SUKGE: A re-usable comprehensive syntactic realization component. In Proceedings of the 8th International Workshop on Natural Lan- guage Generation, Beer Sheva, Israel.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "FUF: The universal unifier user manual",
"authors": [
{
"first": "Michael",
"middle": [
"Elhadad"
],
"last": "",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Michael Elhadad. 1989. FUF: The universal uni- fier user manual. Technical report, Department of Computer Science, Columbia University. URL = http://www.cs.bgu.ac.il/surge/index.htm:",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Free-flow dialog management using forms",
"authors": [
{
"first": "K",
"middle": [
"A"
],
"last": "Papineni",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "R",
"middle": [
"T"
],
"last": "Ward",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of Eurospeech-99",
"volume": "",
"issue": "",
"pages": "1411--1414",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. A. Papineni, S. Roukos, and R. T. Ward. 1999. Free-flow dialog management using forms. In Pro- ceedings of Eurospeech-99, pages 1411-1414, Sept. 1999.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Creating natural dialogs in the Carnegie Mellon Communicator system",
"authors": [
{
"first": "A",
"middle": [
"I"
],
"last": "Rudnicky",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Thayer",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Constantinides",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Tchou",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Shern",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Lenzo",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Xu",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Oh",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of Eurospeech-1999",
"volume": "",
"issue": "",
"pages": "931--934",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A.I. Rudnicky, E. Thayer, P. Constantinides, C. Tchou, R. Shern, K. Lenzo, W. Xu, and A. Oh. 1999. Creating natural dialogs in the Carnegie Mellon Communicator system. In Proceedings of Eurospeech-1999, pages 931-934, Budapest, Hun- gary, Sept. 1999.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Galaxy-II: A reference architecture for conversational system development",
"authors": [
{
"first": "S",
"middle": [],
"last": "Seneff",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hurley",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Lau",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Pao",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Schmid",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Zue",
"suffix": ""
}
],
"year": 1998,
"venue": "Pi'oceedings of ICSLP-1998",
"volume": "",
"issue": "",
"pages": "1153--1156",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Seneff, E. Hurley, R. Lau, C. Pao, P. Schmid, and V. Zue. 1998. Galaxy-II: A reference architecture for conversational system development. In Pi'o- ceedings of ICSLP-1998, pages 1153-1156, Syd- ney, Australia, Nov. 30-Dec. 4, 1998.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The CU Communicator system",
"authors": [
{
"first": "Wayne",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "Bryan",
"middle": [],
"last": "Pellom",
"suffix": ""
}
],
"year": 1999,
"venue": "IEEE Workshop on Automatic Speech Recognition and Understanding",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wayne Ward and Bryan Pellom. 1999. The CU Communicator system. In 1999 IEEE Work- shop on Automatic Speech Recognition and Un- derstanding, Keystone Colorado, Dec. 1999.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Example of an Aggregation puted by what we call the aggregation algorithm 4."
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"uris": null,
"text": "Fragment from summarization script (generating text after vertical bar in examples in"
},
"TABREF0": {
"html": null,
"num": null,
"type_str": "table",
"text": "SYSTEM: Okay, continuing with leg two. flying from phoenix to newark on what date? 4 JANE: 0KAY THAT WOULD BE FINE JUNE THIRD 5 SYSTEM: what time would you like to leave on june third? 6 JANE: OF THE TWO O'CLOCK IN THE AFTERNOON",
"content": "<table><tr><td>7 SYSTEM: america west flight 7 74</td></tr><tr><td>departs phoenix at one thirty six P</td></tr><tr><td>M on Saturday, june third and arrives</td></tr><tr><td>in las vegas at two thirty eight P M,</td></tr><tr><td>connecting to continental flight 12</td></tr><tr><td>82 departing at three fifteen P M and</td></tr><tr><td>arriving in newark at ten forty one P M.</td></tr><tr><td>Is this flight okay?</td></tr><tr><td>8 JANE: NO IS THERE A DIRECT FLIGHT</td></tr><tr><td>FROM PHOENIX TO NEWARK I ON JUNE THIRD</td></tr><tr><td>ANYTIME TO THIRD</td></tr><tr><td>9 SYSTEM: pardon me, what time would you</td></tr><tr><td>like to leave?</td></tr></table>"
}
}
}
}