ACL-OCL / Base_JSON /prefixE /json /E06 /E06-1046.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "E06-1046",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T10:35:18.209775Z"
},
"title": "Edit Machines for Robust Multimodal Language Processing",
"authors": [
{
"first": "Srinivas",
"middle": [],
"last": "Bangalore",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "AT&T Labs-Research",
"location": {
"addrLine": "180 Park Ave Florham Park",
"postCode": "07932",
"region": "NJ"
}
},
"email": ""
},
{
"first": "Michael",
"middle": [],
"last": "Johnston",
"suffix": "",
"affiliation": {
"laboratory": "AT&T Labs-Research",
"institution": "",
"location": {
"addrLine": "180 Park Ave Florham Park",
"postCode": "07932",
"region": "NJ"
}
},
"email": "johnston@research.att.com"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Multimodal grammars provide an expressive formalism for multimodal integration and understanding. However, handcrafted multimodal grammars can be brittle with respect to unexpected, erroneous, or disfluent inputs. Spoken language (speech-only) understanding systems have addressed this issue of lack of robustness of hand-crafted grammars by exploiting classification techniques to extract fillers of a frame representation. In this paper, we illustrate the limitations of such classification approaches for multimodal integration and understanding and present an approach based on edit machines that combine the expressiveness of multimodal grammars with the robustness of stochastic language models of speech recognition. We also present an approach where the edit operations are trained from data using a noisy channel model paradigm. We evaluate and compare the performance of the hand-crafted and learned edit machines in the context of a multimodal conversational system (MATCH).",
"pdf_parse": {
"paper_id": "E06-1046",
"_pdf_hash": "",
"abstract": [
{
"text": "Multimodal grammars provide an expressive formalism for multimodal integration and understanding. However, handcrafted multimodal grammars can be brittle with respect to unexpected, erroneous, or disfluent inputs. Spoken language (speech-only) understanding systems have addressed this issue of lack of robustness of hand-crafted grammars by exploiting classification techniques to extract fillers of a frame representation. In this paper, we illustrate the limitations of such classification approaches for multimodal integration and understanding and present an approach based on edit machines that combine the expressiveness of multimodal grammars with the robustness of stochastic language models of speech recognition. We also present an approach where the edit operations are trained from data using a noisy channel model paradigm. We evaluate and compare the performance of the hand-crafted and learned edit machines in the context of a multimodal conversational system (MATCH).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Over the years, there have been several multimodal systems that allow input and/or output to be conveyed over multiple channels such as speech, graphics, and gesture, for example, put that there (Bolt, 1980) , CUBRICON (Neal and Shapiro, 1991) , QuickSet (Cohen et al., 1998) , SmartKom (Wahlster, 2002) , Match . Multimodal integration and interpretation for such interfaces is elegantly expressed using multimodal grammars . These grammars support composite multimodal inputs by aligning speech input (words) and gesture input (represented as sequences of gesture symbols) while expressing the relation between the speech and gesture input and their combined semantic representation. In (Bangalore Johnston and Banga-lore, 2005) , we have shown that such grammars can be compiled into finite-state transducers enabling effective processing of lattice input from speech and gesture recognition and mutual compensation for errors and ambiguities.",
"cite_spans": [
{
"start": 195,
"end": 207,
"text": "(Bolt, 1980)",
"ref_id": "BIBREF4"
},
{
"start": 219,
"end": 243,
"text": "(Neal and Shapiro, 1991)",
"ref_id": "BIBREF17"
},
{
"start": 255,
"end": 275,
"text": "(Cohen et al., 1998)",
"ref_id": "BIBREF8"
},
{
"start": 287,
"end": 303,
"text": "(Wahlster, 2002)",
"ref_id": "BIBREF23"
},
{
"start": 700,
"end": 730,
"text": "Johnston and Banga-lore, 2005)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, like other approaches based on handcrafted grammars, multimodal grammars can be brittle with respect to extra-grammatical, erroneous and disfluent input. For speech recognition, a corpus-driven stochastic language model (SLM) with smoothing or a combination of grammarbased and -gram model (Bangalore and Johnston, 2004; Wang et al., 2002) can be built in order to overcome the brittleness of a grammar-based language model. Although the corpus-driven language model might recognize a user's utterance correctly, the recognized utterance may not be assigned a semantic representation by the multimodal grammar if the utterance is not part of the grammar.",
"cite_spans": [
{
"start": 299,
"end": 329,
"text": "(Bangalore and Johnston, 2004;",
"ref_id": "BIBREF3"
},
{
"start": 330,
"end": 348,
"text": "Wang et al., 2002)",
"ref_id": "BIBREF24"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "There have been two main approaches to improving robustness of the understanding component in the spoken language understanding literature. First, a parsing-based approach attempts to recover partial parses from the parse chart when the input cannot be parsed in its entirety due to noise, in order to construct a (partial) semantic representation (Dowding et al., 1993; Allen et al., 2001; Ward, 1991) . Second, a classification-based approach views the problem of understanding as extracting certain bits of information from the input. It attempts to classify the utterance and identifies substrings of the input as slot-filler values to construct a frame-like semantic representation. Both approaches have shortcomings. Although in the first approach, the grammar can encode richer semantic representations, the method for combining the fragmented parses is quite ad hoc. In the second approach, the robustness is derived from training classifiers on annotated data, this data is very expensive to collect and annotate, and the semantic representation is fairly limited. Furthermore, it is not clear how to extend this approach to apply on lattice input -an important requirement for multimodal processing.",
"cite_spans": [
{
"start": 348,
"end": 370,
"text": "(Dowding et al., 1993;",
"ref_id": "BIBREF10"
},
{
"start": 371,
"end": 390,
"text": "Allen et al., 2001;",
"ref_id": "BIBREF1"
},
{
"start": 391,
"end": 402,
"text": "Ward, 1991)",
"ref_id": "BIBREF25"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "An alternative to these approaches is to edit the recognized string to match the closest string that can be accepted by the grammar. Essentially the idea is that, if the recognized string cannot be parsed, then we determine which in-grammar string it is most like. For example, in Figure 1 , the recognized string is mapped to the closest string in the grammar by deletion of the words restaurants and in.",
"cite_spans": [],
"ref_spans": [
{
"start": 281,
"end": 289,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "show cheap restaurants thai places in in chelsea Edits:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ASR:",
"sec_num": null
},
{
"text": "show cheap In this paper, we develop further this edit-based approach to finite-state multimodal language understanding and show how when appropriately tuned it can provide a substantial improvement in concept accuracy. We also explore learning edits from data and present an approach of modeling this process as a machine translation problem. We learn a model to translate from out of grammar or misrecognized language (such as 'ASR:' above) to the closest language the system can understand ('Grammar:' above). To this end, we adopt techniques from statistical machine translation (Brown et al., 1993; Och and Ney, 2003) and use statistical alignment to learn the edit patterns. Here we evaluate these different techniques on data from the MATCH multimodal conversational system but the same techniques are more broadly applicable to spoken language systems in general whether unimodal or multimodal.",
"cite_spans": [
{
"start": 583,
"end": 603,
"text": "(Brown et al., 1993;",
"ref_id": "BIBREF6"
},
{
"start": 604,
"end": 622,
"text": "Och and Ney, 2003)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "ASR:",
"sec_num": null
},
{
"text": "The layout of the paper is as follows. In Sections 2 and 3, we briefly describe the MATCH application and the finite-state approach to multimodal language understanding. In Section 4, we discuss the limitations of the methods used for robust understanding in spoken language understanding literature. In Section 5 we present our approach to building hand-crafted edit machines. In Section 6, we describe our approach to learning the edit operations using a noisy channel paradigm. In Section 7, we describe our experimental evaluation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ASR:",
"sec_num": null
},
{
"text": "MATCH (Multimodal Access To City Help) is a working city guide and navigation system that enables mobile users to access restaurant and subway information for New York City and Washington, D.C. . The user interacts with an interface displaying restaurant listings and a dynamic map showing locations and street information. The inputs can be speech, drawing/pointing on the display with a stylus, or synchronous multimodal combinations of the two modes. The user can ask for the review, cuisine, phone number, address, or other information about restaurants and subway directions to locations. The system responds with graphical labels on the display, synchronized with synthetic speech output. For example, if the user says phone numbers for these two restaurants and circles two restaurants as in Figure 2 [A], the system will draw a callout with the restaurant name and number and say, for example Time Cafe can be reached at 212-533-7000, for each restaurant in turn (Figure 2 [B]). ",
"cite_spans": [],
"ref_spans": [
{
"start": 799,
"end": 807,
"text": "Figure 2",
"ref_id": null
},
{
"start": 971,
"end": 980,
"text": "(Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "MATCH: A Multimodal Application",
"sec_num": "2"
},
{
"text": "Our approach to integrating and interpreting multimodal inputs is an extension of the finite-state approach previously proposed in Johnston and Bangalore, 2005) . In this approach, a declarative multimodal grammar captures both the structure and the interpretation of multimodal and unimodal commands. The grammar consists of a set of context-free rules. The multimodal aspects of the grammar become apparent in the terminals, each of which is a triple W:G:M, consisting of speech (words, W), gesture (gesture symbols, G), and meaning (meaning symbols, M). The multimodal grammar encodes not just multimodal integration patterns but also the syntax of speech and gesture, and the assignment of meaning, here represented in XML. The symbol SEM is used to abstract over specific content such as the set of points delimiting an area or the identifiers of selected objects . In Figure 3 , we present a small simplified fragment from the MATCH application capable of handling information seeking requests such as phone for these three restaurants. The epsilon symbol (\u00a2 ) indicates that a stream is empty in a given terminal.",
"cite_spans": [
{
"start": 131,
"end": 160,
"text": "Johnston and Bangalore, 2005)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [
{
"start": 874,
"end": 882,
"text": "Figure 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Finite-state Multimodal Understanding",
"sec_num": "3"
},
{
"text": "In the example above where the user says phone for these two restaurants while circling two restaurants ( Figure 2 [a] ), assume the speech recognizer returns the lattice in Figure 4 is either a selection of two restaurants or a geographical area. In Figure 4 (Gesture) the specific content is indicated in parentheses after SEM. This content is removed before multimodal parsing and integration and replaced afterwards. For detailed explanation of our technique for abstracting over and then re-integrating specific gestural content and our approach to the representation of complex gestures see . The multimodal grammar (Figure 3 ) expresses the relationship between what the user said, what they drew with the pen, and their combined meaning, in this case Figure 4 (Meaning). The meaning is generated by concatenating the meaning symbols and replacing SEM with the appropriate specific content:",
"cite_spans": [],
"ref_spans": [
{
"start": 106,
"end": 118,
"text": "Figure 2 [a]",
"ref_id": null
},
{
"start": 174,
"end": 182,
"text": "Figure 4",
"ref_id": null
},
{
"start": 251,
"end": 259,
"text": "Figure 4",
"ref_id": null
},
{
"start": 622,
"end": 631,
"text": "(Figure 3",
"ref_id": null
},
{
"start": 759,
"end": 767,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Finite-state Multimodal Understanding",
"sec_num": "3"
},
{
"text": "cmd info type phone /type obj rest [r12,r15] /rest /obj /info /cmd .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Finite-state Multimodal Understanding",
"sec_num": "3"
},
{
"text": "For use in our system, the multimodal grammar is compiled into a cascade of finite-state transducers Johnston and Bangalore, 2005) . As a result, processing of lattice inputs from speech and gesture processing is straightforward and efficient.",
"cite_spans": [
{
"start": 101,
"end": 130,
"text": "Johnston and Bangalore, 2005)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Finite-state Multimodal Understanding",
"sec_num": "3"
},
{
"text": "The hierarchically nested XML representation above is effective for processing by the backend application, but is not well suited for the automated determination of the performance of the language understanding mechanism. We adopt an approach, similar to (Ciaramella, 1993; Boros et al., 1996) , in which the meaning representation, in our case XML, is transformed into a sorted flat list of attribute-value pairs indicating the core contentful concepts of each command. The example above yields:",
"cite_spans": [
{
"start": 255,
"end": 273,
"text": "(Ciaramella, 1993;",
"ref_id": "BIBREF7"
},
{
"start": 274,
"end": 293,
"text": "Boros et al., 1996)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Meaning Representation for Concept Accuracy",
"sec_num": "3.1"
},
{
"text": "! # \" % $ ' & ) ( ' 0 2 1 4 3 6 5 8 7 # 9 @ $ A 7 C B D 1 E ( # 9 F 1 A G # H 6 9 D A 3 I $ D P E 9 C Q 6 9 ' A 3 R & E 1 E ( # S",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Meaning Representation for Concept Accuracy",
"sec_num": "3.1"
},
{
"text": "(1) This allows us to calculate the performance of the understanding component using the same string matching metrics used for speech recognition accuracy. Concept Sentence Accuracy measures the number of user inputs for which the system got the meaning completely right (this is called Sentence Understanding in (Ciaramella, 1993) ).",
"cite_spans": [
{
"start": 313,
"end": 331,
"text": "(Ciaramella, 1993)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Meaning Representation for Concept Accuracy",
"sec_num": "3.1"
},
{
"text": "Robust understanding has been of great interest in the spoken language understanding literature. The issue of noisy output from the speech recognizer and disfluencies that are inherent in spoken input make it imperative for using mechanisms to provide robust understanding. As discussed in the introduction, there are two approaches to addressing robustness -partial parsing approach and classification approach. We have explored the classification-based approach to multimodal understanding in earlier work. We briefly present this approach and discuss its limitations for multimodal language processing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Robust Understanding",
"sec_num": "4"
},
{
"text": "In previous work (Bangalore and Johnston, 2004) , we viewed multimodal understanding as a sequence of classification problems in order to determine the predicate and arguments of an utterance. The meaning representation shown in (1) consists of an predicate (the command attribute) and a sequence of one or more argument attributes which are the parameters for the successful interpretation of the user's intent. For example, in (1),",
"cite_spans": [
{
"start": 28,
"end": 47,
"text": "and Johnston, 2004)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "! # \" T $ 2 & U ( D 0 2 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "is the predicate and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "3 C 5 V 7 # 9 @ $ W 7 C B # 1 A ( # 9 X 1 E G D H C 9 D W 3 I $ # P A 9 2 Q 8 9 D A 3 # & V 1 A (",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "is the set of arguments to the predicate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "We determine the predicate (Y ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "Y` g f h 6 i W p 8 q r h 6 s t u i D vY x w E b c e x y",
"eq_num": "(2)"
}
],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "We view the problem of identifying and extracting arguments from a multimodal input as a problem of associating each token of the input with a specific tag that encodes the label of the argument and the span of the argument. These tags are drawn from a tagset which is constructed by extending each argument label by three additional symbols D",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": ", following (Ramshaw and Marcus, 1995) . These symbols correspond to cases when a token is inside ( ) an argument span, outside ( ) an argument span or at the boundary of two argument spans ( ) (See Table 1 ). Given this encoding, the problem of extracting the arguments is a search for the most likely sequence of tags ( ) given the input multimodal utterance b c e as shown in Equation 3. We approximate the posterior probability",
"cite_spans": [
{
"start": 12,
"end": 38,
"text": "(Ramshaw and Marcus, 1995)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [
{
"start": 199,
"end": 206,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "u i D v w b c e y us- ing independence assumptions as shown in Equa- tion (4). f h 8 i W p 8 q r h 6 s u i D v w E b c e y (3) h 8 i W p 8 q r h 6 s W u i ' v d w E b f e g h g h e h # i y",
"eq_num": "(4)"
}
],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "Owing to the large set of features that are used for predicate identification and argument extraction, we estimate the probabilities using a classification model. In particular, we use the Adaboost classifier (Freund and Schapire, 1996) wherein a highly accurate classifier is build by combining many \"weak\" or \"simple\" base classifiers j , each of which may only be moderately accurate. The selection of the weak classifiers proceeds iteratively picking the weak classifier that correctly classifies the examples that are misclassified by the previously selected weak classifiers. Each weak classifier is associated with a weight (k ) that reflects its contribution towards minimizing the classification error. The posterior probability of",
"cite_spans": [
{
"start": 209,
"end": 236,
"text": "(Freund and Schapire, 1996)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "u i ' vY x w s y is computed as in Equation 5. u i D vY x w s y f l v l n m F o h # i` q p r s r` q t r v u x w U y y",
"eq_num": "(5)"
}
],
"section": "Classification-based Approach",
"sec_num": "4.1"
},
{
"text": "Although, we have shown that the classification approach works for unimodal and simple multimodal inputs, it is not clear how this approach can be extended to work on lattice inputs. Multimodal language processing requires the integration and joint interpretation of speech and gesture input. Multimodal integration requires alignment of the speech and gesture input. Given that the input modalities are both noisy and can receive multiple within-modality interpretations (e.g. a circle could be an \"O\" or an area gesture); it is necessary for the input to be represented as a multiplicity of hypotheses, which can be most compactly represented as a lattice. The multiplicity of hypotheses is also required for exploiting the mutual compensation between the two modalities as shown in (Oviatt, 1999; . Furthermore, in order to provide the dialog manager the best opportunity to recover the most appropriate meaning given the dialog context, we construct a lattice of semantic representations instead of providing only one semantic representation.",
"cite_spans": [
{
"start": 785,
"end": 799,
"text": "(Oviatt, 1999;",
"ref_id": "BIBREF19"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Limitations of this approach",
"sec_num": "4.2"
},
{
"text": "In the multimodal grammar-based approach, the alignment between speech and gesture along with their combined interpretation is utilized in deriving the multimodal finite-state transducers. These transducers are used to create a gesture-speech aligned lattice and a lattice of semantic interpretations. However, in the classification-based approach, it is not as yet clear how alignment between speech and gesture would be achieved especially when the inputs are lattice and how the aligned speech-gesture lattices can be processed to produce lattice of multimodal semantic representations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Limitations of this approach",
"sec_num": "4.2"
},
{
"text": "A corpus trained SLM with smoothing is more effective at recognizing what the user says, but this will not help system performance if coupled directly to a grammar-based understanding system which can only assign meanings to in-grammar utterances. In order to overcome the possible mismatch between the user's input and the language encoded in the multimodal grammar (z",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Hand-crafted Finite-State Edit Machines",
"sec_num": "5"
},
{
"text": ") , we introduce a weighted finite-state edit transducer to the multimodal language processing cascade. This transducer coerces the set of strings (} ) encoded in the lattice resulting from ASR (z | ) to closest strings in the grammar that can be assigned an interpretation. We are interested in the string with the least costly number of edits (h 6 i ) p 6 q ) that can be assigned an interpretation by the grammar 1 . This can be achieved by composition ( ) of transducers followed by a search for the least cost path through a weighted transducer as shown below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "| {",
"sec_num": null
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "f h 6 i W p 8 q q z D z D z D {",
"eq_num": "(6)"
}
],
"section": "| {",
"sec_num": null
},
{
"text": "We first describe the edit machine introduced in (Bangalore and Johnston, 2004) (Basic Edit) then go on to describe a smaller edit machine with higher performance (4-edit) and an edit machine which incorporates additional heuristics (Smart edit).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "| {",
"sec_num": null
},
{
"text": "Our baseline, the edit machine described in (Bangalore and Johnston, 2004) , is essentially a finitestate implementation of the algorithm to compute the Levenshtein distance. It allows for unlimited insertion, deletion, and substitution of any word for another ( Figure 5 ). The costs of insertion, deletion, and substitution are set as equal, except for members of classes such as price (cheap, expensive), cuisine (turkish) etc., which are assigned a higher cost for deletion and substitution. ",
"cite_spans": [
{
"start": 59,
"end": 74,
"text": "Johnston, 2004)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [
{
"start": 263,
"end": 271,
"text": "Figure 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Basic edit",
"sec_num": "5.1"
},
{
"text": "Basic edit is effective in increasing the number of strings that are assigned an interpretation (Bangalore and Johnston, 2004) but is quite large (15mb, 1 state, 978120 arcs) and adds an unacceptable amount of latency (5s on average). In order to overcome this performance problem we experimented with revising the topology of the edit machine so that it allows only a limited number of edit operations (at most four) and removed the substitution arcs, since they give rise to",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4-edit",
"sec_num": "5.2"
},
{
"text": "R L M M i O",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4-edit",
"sec_num": "5.2"
},
{
"text": "arcs. For the same grammar, the resulting edit machine is about 300K with 4 states and 16796 arcs and the average latency is (0.5s). The topology of the 4-edit machine is shown in Figure 6 . Figure 6 : 4-edit machine",
"cite_spans": [],
"ref_spans": [
{
"start": 180,
"end": 188,
"text": "Figure 6",
"ref_id": null
},
{
"start": 191,
"end": 199,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "4-edit",
"sec_num": "5.2"
},
{
"text": "i /icost \u03b5 : w i w /0 : w i i /dcost \u03b5 : w /0 : w i /icost w i \u03b5 w i : : w i /dcost \u03b5 i i /dcost \u03b5 : w w i /icost \u03b5 : w : w i /0 i i w : \u03b5 : w i /dcost /icost w /0 : w i \u03b5 i w /0 : w i",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "4-edit",
"sec_num": "5.2"
},
{
"text": "Smart edit is a 4-edit machine which incorporates a number of additional heuristics and refinements to improve performance:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Smart edit",
"sec_num": "5.3"
},
{
"text": "1. Deletion of SLM-only words: Arcs were added to the edit transducer to allow for free deletion of any words in the SLM training data which are not found in the grammar. For example, listings in thai restaurant listings in midtown thai restaurant in midtown.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Smart edit",
"sec_num": "5.3"
},
{
"text": "2. Deletion of doubled words: A common error observed in SLM output was doubling of monosyllabic words. For example: subway to the cloisters recognized as subway to to the cloisters. Arcs were added to the edit machine to allow for free deletion of any short word when preceded by the same word.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Smart edit",
"sec_num": "5.3"
},
{
"text": "3. Extended variable weighting of words: Insertion and deletion costs were further subdivided from two to three classes: a low cost for 'dispensable' words, (e.g. please, would, looking, a, the), a high cost for special words (slot fillers, e.g. chinese, cheap, downtown), and a medium cost for all other words, (e.g. restaurant, find).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Smart edit",
"sec_num": "5.3"
},
{
"text": "It is unlikely that grammar authors will include all of the different ways to refer to named entities such as place names. For example, if the grammar includes metropolitan museum of art the user may just say metropolitan museum. These changes can involve significant numbers of edits. A capability was added to the edit machine to complete partial specifications of place names in a single edit. This involves a closed world assumption over the set of place names. For example, if the only metropolitan museum in the database is the metropolitan museum of art we assume that we can insert of art after metropolitan museum. The algorithm for construction of these auto-completion edits enumerates all possible substrings (both contiguous and non-contiguous) for place names. For each of these it checks to see if the substring is found in more than one semantically distinct member of the set. If not, an edit sequence is added to the edit machine which freely inserts the words needed to complete the placename. Figure 7 illustrates one of the edit transductions that is added for the place name metropolitan museum of art. The algorithm which generates the autocomplete edits also generates new strings to add to the place name class for the SLM (expanded class). In order to limit over-application of the completion mechanism substrings starting in prepositions ( The average latency of SmartEdit is 0.68s. Note that the application-specific structure and weighting of SmartEdit (3,4 above) can be derived automatically: 4. runs on the placename list for the new application and the classification in 3. is primarily determined by which words correspond to fields in the underlying application database.",
"cite_spans": [],
"ref_spans": [
{
"start": 1013,
"end": 1021,
"text": "Figure 7",
"ref_id": "FIGREF6"
}
],
"eq_spans": [],
"section": "Auto completion of place names:",
"sec_num": "4."
},
{
"text": "In the previous section, we described an edit approach where the weights of the edit operations have been set by exploiting the constraints from the underlying application. In this section, we discuss an approach that learns these weights from data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Learning Edit Patterns",
"sec_num": "6"
},
{
"text": "The edit machine serves the purpose of translating user's input to a string that can be assigned a meaning representation by the grammar. One of the possible shortcomings of the approach described in the preceding section is that the weights for the edit operations are set heuristically and are crafted carefully for the particular application. This process can be tedious and application-specific. In order to provide a more general approach, we couch the problem of error correction in the noisy channel modeling framework. In this regard, we follow (Ringger and Allen, 1996; Ristad and Yianilos, 1998) , however, we encode the error correction model as a weighted Finite State Transducer (FST) so we can directly edit ASR input lattices. Furthermore, unlike (Ringger and Allen, 1996) , the language grammar from our application filters out edited strings that cannot be assigned an interpretation by the multimodal grammar. Also, while in (Ringger and Allen, 1996) the goal is to translate to the reference string and improve recognition accuracy, in our approach the goal is to translate in order to get the reference meaning and improve concept accuracy. We let b { be the string that can be assigned a meaning representation by the grammar and ",
"cite_spans": [
{
"start": 553,
"end": 578,
"text": "(Ringger and Allen, 1996;",
"ref_id": "BIBREF21"
},
{
"start": 579,
"end": 605,
"text": "Ristad and Yianilos, 1998)",
"ref_id": "BIBREF22"
},
{
"start": 762,
"end": 787,
"text": "(Ringger and Allen, 1996)",
"ref_id": "BIBREF21"
},
{
"start": 943,
"end": 968,
"text": "(Ringger and Allen, 1996)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Noisy Channel Model for Error Correction",
"sec_num": "6.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "f h 6 i W p 8 q r h 8 s U u vb ' b | { y",
"eq_num": "(7)"
}
],
"section": "Noisy Channel Model for Error Correction",
"sec_num": "6.1"
},
{
"text": "We then use a Markov approximation (trigram for our purposes) to compute the joint probability . We use the viterbi alignment provided by GIZA++ toolkit (Och and Ney, 2003) Figure 8 . We compute the joint n-gram model using a language modeling toolkit (Goffin et al., 2005) . Equation 8 thus allows us to edit a user's utterance to a string that can be interpreted by the grammar.",
"cite_spans": [
{
"start": 153,
"end": 172,
"text": "(Och and Ney, 2003)",
"ref_id": "BIBREF18"
},
{
"start": 252,
"end": 273,
"text": "(Goffin et al., 2005)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 173,
"end": 181,
"text": "Figure 8",
"ref_id": "FIGREF11"
}
],
"eq_spans": [],
"section": "Noisy Channel Model for Error Correction",
"sec_num": "6.1"
},
{
"text": "show:show me:me the:\u00a1 map:\u00a1 of:\u00a1 midtown:midtown no:\u00a1 find:find me:me french:french restaurants:around downtown:downtown I:\u00a1 need:\u00a1 subway:subway directions:directions ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Noisy Channel Model for Error Correction",
"sec_num": "6.1"
},
{
"text": "Since our multimodal grammar is implemented as a finite-state transducer it is fully reversible and can be used not just to provide a meaning for input strings but can also be run in reverse to determine possible input strings for a given meaning. Our multimodal corpus was annotated for meaning using the multimodal annotation tools described in . In order to train the translation model we build a corpus that pairs the reference speech string for each utterance in the training data with a target string. The target string is derived in two steps. First, the multimodal grammar is run in reverse on the reference meaning yielding a lattice of possible input strings. Second, the closest string in the lattice to the reference speech string is selected as the target string.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Deriving Translation Corpus",
"sec_num": "6.2"
},
{
"text": "In order to facilitate editing of ASR lattices, we represent the edit model as a weighted finite-state transducer. We first represent the joint n-gram model as a finite-state acceptor (Allauzen et al., 2004) . We then interpret the symbols on each arc of the acceptor as having two componentsa word from user's utterance (input) and a word from the edited string (output). This transformation makes a transducer out of an acceptor. In doing so, we can directly compose the editing model with ASR lattices to produce a weighted lattice of edited strings. We further constrain the set of edited strings to those that are interpretable by the grammar. We achieve this by composing with the language finite-state acceptor derived from the multimodal grammar as shown in Equation 5. Figure 9 shows the input string and the resulting output after editing with the trained model. Input: I'm trying to find african restaurants that are located west of midtown Edited Output: find african around west midtown Input: I'd like directions subway directions from the metropolitan museum of art to the empire state building Edited Output: subway directions from the metropolitan museum of art to the empire state building ",
"cite_spans": [
{
"start": 184,
"end": 207,
"text": "(Allauzen et al., 2004)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [
{
"start": 778,
"end": 786,
"text": "Figure 9",
"ref_id": "FIGREF12"
}
],
"eq_spans": [],
"section": "FST-based Decoder",
"sec_num": "6.3"
},
{
"text": "To evaluate the approach, we collected a corpus of multimodal utterances for the MATCH domain in a laboratory setting from a set of sixteen first time users (8 male, 8 female). A total of 833 user interactions (218 multimodal / 491 speech-only / 124 pen-only) resulting from six sample task scenarios were collected and annotated for speech transcription, gesture, and meaning . These scenarios involved finding restaurants of various types and getting their names, phone numbers, addresses, or reviews, and getting subway directions between locations. The data collected was conversational speech where the users gestured and spoke freely.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "Since we are concerned here with editing errors out of disfluent, misrecognized or unexpected speech, we report results on the 709 inputs that involve speech (491 unimodal speech and 218 multimodal). Since there are only a small number of scenarios performed by all users, we partitioned the data six ways by scenario. This ensures that the specific tasks in the test data for each partition are not also found in the training data for that partition. For each scenario we built a class-based trigram language model using the other five scenarios as training data. Averaging over the six partitions, ASR sentence accuracy was 49% and word accuracy was 73.4%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "In order to evaluate the understanding performance of the different edit machines, for each partition of the data we first composed the output from speech recognition with the edit machine and the multimodal grammar, flattened the meaning representation (as described in Section 3.1), and computed the exact string match accuracy between the flattened meaning representation and the reference meaning representation. We then averaged this concept sentence accuracy measure over all six partitions. The results are tabulated in Figure 10 . The columns show the concept sentence accuracy (ConSentAcc) and the relative improvement over the the baseline of no edits. Compared to the baseline of 38.9% concept sentence accuracy without edits (No Edits), Basic Edit gave a relative improvement of 32%, yielding 51.5% concept sentence accuracy. 4-edit further improved concept sentence accuracy (53%) compared to Basic Edit. The heuristics in Smart Edit brought the concept sentence accuracy to 60.2%, a 55% improvement over the baseline. Applying Smart edit to lattice input improved performance from 60.2% to 63.2%.",
"cite_spans": [],
"ref_spans": [
{
"start": 527,
"end": 536,
"text": "Figure 10",
"ref_id": "FIGREF13"
}
],
"eq_spans": [],
"section": "Experiments and Results",
"sec_num": "7"
},
{
"text": "The MT-based edit model yielded concept sentence accuracy of 51.3% a 31.8% improvement over the baseline with no edits, but still substantially less than the edit model derived from the application database. We believe that given the lack of data for multimodal applications that an approach that combines the two methods may be most effective.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ConSentAcc",
"sec_num": null
},
{
"text": "The Classification approach yielded only 34.0% concept sentence accuracy. Unlike MT-based edit this approach does not have the benefit of composition with the grammar to guide the understanding process. The low performance of the classifier is most likely due to the small size of the corpus. Also, since the training/test split was by scenario the specifics of the commands differed between training and test. In future work will explore the use of other classification techniques and try combining the annotated data with the grammar for training the classifier model.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "ConSentAcc",
"sec_num": null
},
{
"text": "Robust understanding is a crucial feature of a practical conversational system whether spoken or multimodal. There have been two main approaches to addressing this issue for speech-only dialog systems. In this paper, we present an alternative approach based on edit machines that is more suitable for multimodal systems where generally very little training data is available and data is costly to collect and annotate. We have shown how edit machines enable integration of stochastic speech recognition with hand-crafted multimodal understanding grammars. The resulting multimodal understanding system is significantly more robust 62% relative improvement in performance compared to 38.9% concept accuracy without edits. We have also presented an approach to learning the edit operations and a classificationbased approach. The Learned edit approach provides a substantial improvement over the baseline, performing similarly to the Basic edit machine, but does not perform as well as the applicationtuned Smart edit machine. Given the small size of the corpus, the classification-based approach performs less well. This leads us to conclude that given the lack of data for multimodal applications a combined strategy may be most effective. Multimodal grammars coupled with edit machines derived from the underlying application database can provide sufficiently robust understanding performance to bootstrap a multimodal service and as more data become available data-driven techniques such as Learned edit and the classificationbased approach can be brought into play.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "8"
},
{
"text": "We note that the closest string according to the edit metric may not be the closest string in meaning",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A generalized construction of speech recognition transducers",
"authors": [
{
"first": "C",
"middle": [],
"last": "Allauzen",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Mohri",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Riley",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Roark",
"suffix": ""
}
],
"year": 2004,
"venue": "ICASSP",
"volume": "",
"issue": "",
"pages": "761--764",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. Allauzen, M. Mohri, M. Riley, and B. Roark. 2004. A generalized construction of speech recognition transduc- ers. In ICASSP, pages 761-764.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Towards Conversational Human-Computer Interaction",
"authors": [
{
"first": "J",
"middle": [],
"last": "Allen",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Byron",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Dzikovska",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Ferguson",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Galescu",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Stent",
"suffix": ""
}
],
"year": 2001,
"venue": "AI Magazine",
"volume": "22",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Allen, D. Byron, M. Dzikovska, G. Ferguson, L. Galescu, and A. Stent. 2001. Towards Conversational Human- Computer Interaction. AI Magazine, 22(4), December.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Tight-coupling of multimodal language processing with speech recognition",
"authors": [
{
"first": "S",
"middle": [],
"last": "Bangalore",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of ICSLP",
"volume": "",
"issue": "",
"pages": "126--129",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Bangalore and M. Johnston. 2000. Tight-coupling of mul- timodal language processing with speech recognition. In Proceedings of ICSLP, pages 126-129, Beijing, China.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Balancing data-driven and rule-based approaches in the context of a multimodal conversational system",
"authors": [
{
"first": "S",
"middle": [],
"last": "Bangalore",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of HLT-NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Bangalore and M. Johnston. 2004. Balancing data-driven and rule-based approaches in the context of a multimodal conversational system. In Proceedings of HLT-NAACL.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "put-that-there\":voice and gesture at the graphics interface",
"authors": [
{
"first": "Robert",
"middle": [
"A"
],
"last": "Bolt",
"suffix": ""
}
],
"year": 1980,
"venue": "Computer Graphics",
"volume": "14",
"issue": "3",
"pages": "262--270",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robert A. Bolt. 1980. \"put-that-there\":voice and gesture at the graphics interface. Computer Graphics, 14(3):262- 270.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Towards Understanding Spontaneous Speech: Word Accuracy vs. Concept Accuracy",
"authors": [
{
"first": "M",
"middle": [],
"last": "Boros",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Eckert",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Gallwitz",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "G\u020frz",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Hanrieder",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Niemann",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of ICSLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Boros, W. Eckert, F. Gallwitz, G. G\u020frz, G. Hanrieder, and H. Niemann. 1996. Towards Understanding Spontaneous Speech: Word Accuracy vs. Concept Accuracy. In Pro- ceedings of ICSLP, Philadelphia.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The Mathematics of Machine Translation: Parameter Estimation",
"authors": [
{
"first": "P",
"middle": [],
"last": "Brown",
"suffix": ""
},
{
"first": "S",
"middle": [
"D"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "V",
"middle": [
"D"
],
"last": "Pietra",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Mercer",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "16",
"issue": "2",
"pages": "263--312",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Brown, S.D. Pietra, V.D. Pietra, and R. Mercer. 1993. The Mathematics of Machine Translation: Parameter Estima- tion. Computational Linguistics, 16(2):263-312.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A Prototype Performance Evaluation Report",
"authors": [
{
"first": "A",
"middle": [],
"last": "Ciaramella",
"suffix": ""
}
],
"year": 1993,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Ciaramella. 1993. A Prototype Performance Evalua- tion Report. Technical Report WP8000-D3, Project Esprit 2218 SUNDIAL.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Multimodal interaction for distributed interactive simulation",
"authors": [
{
"first": "Philip",
"middle": [
"R"
],
"last": "Cohen",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Mcgee",
"suffix": ""
},
{
"first": "S",
"middle": [
"L"
],
"last": "Oviatt",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Pittman",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Smith",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Clow",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Philip R. Cohen, M. Johnston, D. McGee, S. L. Oviatt, J. Pittman, I. Smith, L. Chen, and J. Clow. 1998. Mul- timodal interaction for distributed interactive simulation.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Readings in Intelligent Interfaces",
"authors": [
{
"first": "M",
"middle": [],
"last": "In",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Maybury",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Wahlster",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "In M. Maybury and W. Wahlster, editors, Readings in In- telligent Interfaces. Morgan Kaufmann Publishers.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "GEMINI: A natural language system for spoken-language understanding",
"authors": [
{
"first": "J",
"middle": [],
"last": "Dowding",
"suffix": ""
},
{
"first": "J",
"middle": [
"M"
],
"last": "Gawron",
"suffix": ""
},
{
"first": "D",
"middle": [
"E"
],
"last": "Appelt",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Bear",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Cherny",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Moore",
"suffix": ""
},
{
"first": "D",
"middle": [
"B"
],
"last": "Moran",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "54--61",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Dowding, J. M. Gawron, D. E. Appelt, J. Bear, L. Cherny, R. Moore, and D. B. Moran. 1993. GEMINI: A natural language system for spoken-language understanding. In Proceedings of ACL, pages 54-61.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Collecting mobile multimodal data for MATCH",
"authors": [
{
"first": "P",
"middle": [],
"last": "Ehlen",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Vasireddy",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of ICSLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Ehlen, M. Johnston, and G. Vasireddy. 2002. Collecting mobile multimodal data for MATCH. In Proceedings of ICSLP, Denver, Colorado.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Experiments with a new boosting alogrithm",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Freund",
"suffix": ""
},
{
"first": "R",
"middle": [
"E"
],
"last": "Schapire",
"suffix": ""
}
],
"year": 1996,
"venue": "Machine Learning: Proceedings of the Thirteenth International Conference",
"volume": "",
"issue": "",
"pages": "148--156",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Freund and R. E. Schapire. 1996. Experiments with a new boosting alogrithm. In Machine Learning: Proceedings of the Thirteenth International Conference, pages 148-156.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The at&t watson speech recognizer",
"authors": [
{
"first": "V",
"middle": [],
"last": "Goffin",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Allauzen",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Bocchieri",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Hakkani-Tur",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Ljolje",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Parthasarathy",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Rahim",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Riccardi",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Saraclar",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of ICASSP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "V. Goffin, C. Allauzen, E. Bocchieri, D. Hakkani-Tur, A. Ljolje, S. Parthasarathy, M. Rahim, G. Riccardi, and M. Saraclar. 2005. The at&t watson speech recognizer. In Proceedings of ICASSP, Philadelphia, PA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Finite-state multimodal parsing and understanding",
"authors": [
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Bangalore",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of COLING",
"volume": "",
"issue": "",
"pages": "369--375",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Johnston and S. Bangalore. 2000. Finite-state mul- timodal parsing and understanding. In Proceedings of COLING, pages 369-375, Saarbr\u00fccken, Germany.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Finite-state multimodal integration and understanding",
"authors": [
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Bangalore",
"suffix": ""
}
],
"year": 2005,
"venue": "Journal of Natural Language Engineering",
"volume": "11",
"issue": "2",
"pages": "159--187",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Johnston and S. Bangalore. 2005. Finite-state multi- modal integration and understanding. Journal of Natural Language Engineering, 11(2):159-187.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "MATCH: An architecture for multimodal dialog systems",
"authors": [
{
"first": "M",
"middle": [],
"last": "Johnston",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Bangalore",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Vasireddy",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Stent",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Ehlen",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Walker",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Whittaker",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Maloor",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "376--383",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Johnston, S. Bangalore, G. Vasireddy, A. Stent, P. Ehlen, M. Walker, S. Whittaker, and P. Maloor. 2002. MATCH: An architecture for multimodal dialog systems. In Pro- ceedings of ACL, pages 376-383, Philadelphia.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Intelligent multi-media interface technology",
"authors": [
{
"first": "J",
"middle": [
"G"
],
"last": "Neal",
"suffix": ""
},
{
"first": "S",
"middle": [
"C"
],
"last": "Shapiro",
"suffix": ""
}
],
"year": 1991,
"venue": "Intelligent User Interfaces",
"volume": "",
"issue": "",
"pages": "45--68",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. G. Neal and S. C. Shapiro. 1991. Intelligent multi-media interface technology. In J. W. Sullivan and S. W. Tyler, editors, Intelligent User Interfaces, pages 45-68. ACM Press, Addison Wesley, New York.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "A systematic comparison of various statistical alignment models",
"authors": [
{
"first": "F",
"middle": [
"J"
],
"last": "Och",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2003,
"venue": "Computational Linguistics",
"volume": "29",
"issue": "1",
"pages": "19--51",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F.J. Och and H. Ney. 2003. A systematic comparison of various statistical alignment models. Computational Lin- guistics, 29(1):19-51.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Mutual disambiguation of recognition errors in a multimodal architecture",
"authors": [
{
"first": "S",
"middle": [
"L"
],
"last": "Oviatt",
"suffix": ""
}
],
"year": 1999,
"venue": "CHI '99",
"volume": "",
"issue": "",
"pages": "576--583",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. L. Oviatt. 1999. Mutual disambiguation of recognition errors in a multimodal architecture. In CHI '99, pages 576-583. ACM Press, New York.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Text chunking using transformation-based learning",
"authors": [
{
"first": "L",
"middle": [],
"last": "Ramshaw",
"suffix": ""
},
{
"first": "M",
"middle": [
"P"
],
"last": "Marcus",
"suffix": ""
}
],
"year": 1995,
"venue": "Proceedings of the Third Workshop on Very Large Corpora, MIT",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Ramshaw and M. P. Marcus. 1995. Text chunking us- ing transformation-based learning. In Proceedings of the Third Workshop on Very Large Corpora, MIT, Cambridge, Boston.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "A fertility channel model for post-correction of continuous speech recognition",
"authors": [
{
"first": "E",
"middle": [
"K"
],
"last": "Ringger",
"suffix": ""
},
{
"first": "J",
"middle": [
"F"
],
"last": "Allen",
"suffix": ""
}
],
"year": 1996,
"venue": "ICSLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. K. Ringger and J. F. Allen. 1996. A fertility channel model for post-correction of continuous speech recogni- tion. In ICSLP.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Learning string-edit distance",
"authors": [
{
"first": "E",
"middle": [
"S"
],
"last": "Ristad",
"suffix": ""
},
{
"first": "P",
"middle": [
"N"
],
"last": "Yianilos",
"suffix": ""
}
],
"year": 1998,
"venue": "IEEE Transactions on Pattern Analysis and Machine Intelligence",
"volume": "20",
"issue": "5",
"pages": "522--532",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. S. Ristad and P. N. Yianilos. 1998. Learning string-edit distance. IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 20(5):522-532.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "SmartKom: Fusion and fission of speech, gestures, and facial expressions",
"authors": [
{
"first": "W",
"middle": [],
"last": "Wahlster",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the 1st International Workshop on Man-Machine Symbiotic Systems",
"volume": "",
"issue": "",
"pages": "213--225",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "W. Wahlster. 2002. SmartKom: Fusion and fission of speech, gestures, and facial expressions. In Proceedings of the 1st International Workshop on Man-Machine Symbiotic Sys- tems, pages 213-225, Kyoto, Japan.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Combination of statistical and rule-based approaches for spoken language understanding",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Acero",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Chelba",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Frey",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Wong",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the IC-SLP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Wang, A. Acero, C. Chelba, B. Frey, and L. Wong. 2002. Combination of statistical and rule-based approaches for spoken language understanding. In Proceedings of the IC- SLP, Denver, Colorado, September.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Understanding spontaneous speech: the phoenix system",
"authors": [
{
"first": "W",
"middle": [],
"last": "Ward",
"suffix": ""
}
],
"year": 1991,
"venue": "ICASSP",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "W. Ward. 1991. Understanding spontaneous speech: the phoenix system. In ICASSP.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "cheap thai places in chelsea"
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Figure 1: Editing Example"
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Figure 2: MATCH Example"
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "(Speech). The gesture recognition component also returns a lattice(Figure 4, Gesture)indicating that the user's ink CMD"
},
"FIGREF4": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "the posterior probability as shown in Equation 2."
},
"FIGREF5": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Figure 5: Basic Edit Machine"
},
"FIGREF6": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "of art metropolitan museum of art) or involving deletion of parts of abbreviations are not considered for edits (b c Auto-completion Edits"
},
"FIGREF8": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "b{"
},
"FIGREF10": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "for this purpose. We convert the viterbi alignment into a bilanguage representation that pairs words of the string b with words of b { . A few examples of bilanguage strings are shown in"
},
"FIGREF11": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "A few examples of bilanguage strings"
},
"FIGREF12": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Edited output from the MT edit-model"
},
"FIGREF13": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "Results of 6-fold cross validation"
},
"TABREF1": {
"num": null,
"html": null,
"text": "",
"content": "<table><tr><td>: The</td><td>I ,O,B encoding for argument ex-</td></tr><tr><td>traction.</td><td/></tr></table>",
"type_str": "table"
}
}
}
}