| { |
| "paper_id": "W08-0108", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T03:37:52.010657Z" |
| }, |
| "title": "Rapidly Deploying Grammar-Based Speech Applications with Active Learning and Back-off Grammars", |
| "authors": [ |
| { |
| "first": "Tim", |
| "middle": [], |
| "last": "Paek", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Microsoft Research", |
| "location": { |
| "addrLine": "One Microsoft Way", |
| "postCode": "98052", |
| "settlement": "Redmond", |
| "region": "WA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Sudeep", |
| "middle": [], |
| "last": "Gandhe", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "USC Institute for Creative Technologies", |
| "location": { |
| "addrLine": "13274 Fiji Way", |
| "postCode": "90292", |
| "settlement": "Marina del Rey", |
| "region": "CA" |
| } |
| }, |
| "email": "gandhe@usc.edu" |
| }, |
| { |
| "first": "David", |
| "middle": [ |
| "Maxwel" |
| ], |
| "last": "Chickering", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Microsoft Research", |
| "location": { |
| "addrLine": "One Microsoft Way", |
| "postCode": "98052", |
| "settlement": "Redmond", |
| "region": "WA" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Grammar-based approaches to spoken language understanding are utilized to a great extent in industry, particularly when developers are confronted with data sparsity. In order to ensure wide grammar coverage, developers typically modify their grammars in an iterative process of deploying the application, collecting and transcribing user utterances, and adjusting the grammar. In this paper, we explore enhancing this iterative process by leveraging active learning with back-off grammars. Because the back-off grammars expand coverage of user utterances, developers have a safety net for deploying applications earlier. Furthermore, the statistics related to the back-off can be used for active learning, thus reducing the effort and cost of data transcription. In experiments conducted on a commercially deployed application, the approach achieved levels of semantic accuracy comparable to transcribing all failed utterances with 87% less transcriptions.", |
| "pdf_parse": { |
| "paper_id": "W08-0108", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Grammar-based approaches to spoken language understanding are utilized to a great extent in industry, particularly when developers are confronted with data sparsity. In order to ensure wide grammar coverage, developers typically modify their grammars in an iterative process of deploying the application, collecting and transcribing user utterances, and adjusting the grammar. In this paper, we explore enhancing this iterative process by leveraging active learning with back-off grammars. Because the back-off grammars expand coverage of user utterances, developers have a safety net for deploying applications earlier. Furthermore, the statistics related to the back-off can be used for active learning, thus reducing the effort and cost of data transcription. In experiments conducted on a commercially deployed application, the approach achieved levels of semantic accuracy comparable to transcribing all failed utterances with 87% less transcriptions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Although research in spoken language understanding is typically pursued from a statistical perspective, grammar-based approaches are utilized to a great extent in industry (Knight et al., 2001) . Speech recognition grammars are often manually authored and iteratively modified as follows: Typically, context-free grammars (CFG) are written in a format such as Speech Recognition Grammar Specification (SRGS) (W3C, 2004) and deployed. Once user utterances are collected and transcribed, the grammars are then adjusted to improve their coverage. This process continues until minimal OOG utterances are observed. In this paper, we explore enhancing this iterative process of grammar modification by combining back-off grammars, which expand coverage of user utterances, with active learning, which reduces \"the number of training examples to be labeled by automatically processing unlabeled examples, and then selecting the most informative ones with respect to a specified cost function for a human to label\" (Hakkani- Tur et al., 2002) . This paper comprises three sections. In Section 2, we describe our overall approach to rapid application development (RAD) . In Section 3, we explain how data transcription can be reduced by leveraging active learning based on statistics related to the usage of back-off grammars. Finally, in Section 4, we evaluate the active learning approach with simulation experiments conducted on data collected from a commercial grammar-based speech application.", |
| "cite_spans": [ |
| { |
| "start": 172, |
| "end": 193, |
| "text": "(Knight et al., 2001)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 408, |
| "end": 419, |
| "text": "(W3C, 2004)", |
| "ref_id": null |
| }, |
| { |
| "start": 1017, |
| "end": 1034, |
| "text": "Tur et al., 2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 1154, |
| "end": 1159, |
| "text": "(RAD)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Working under the assumption that developers in industry will continue to use CFGs for rapid application development, our approach to grammar modification is as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1. Create a CFG (either manually or automatically).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "1.1 Generate a back-off grammar from the CFG. 2. Deploy the application.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "2.1 Use the back-off grammar for OOG utterances. 3. Gather data from users. 4. Selectively transcribe data by using statistics related to the back-off for active learning; i.e., transcribe only those utterances that satisfy the active learning criterion. 5. Modify CFG either manually or automatically and go to step 1.1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "To begin with, developers start with a CFG in Step 1. If they had access to a grammatical platform such as Regulus (Rayner et al., 2006) , they could in principle construct a CFG automatically for any new domain, though most developers will probably manually author the grammar. Two steps are added to the typical iterative process. In Step 1.1, we generate a back-off grammar from the CFG. One way to accomplish this is by constructing a backoff CFG using filler models (Paek et al., 2007) , which when applied to the same command-andcontrol task in Section 4 can result in a 35% relative reduction in semantic error rate for OOG utterances. However, the back-off grammar could also be a SLM trained on artificial data created from the CFG (Galescu et al., 1998) . Whatever back-off mechanism is employed, its coverage should be wider than the original CFG so that utterances that fail to be recognized by the CFG, or fall below an acceptable confidence threshold, can be handled by the back-off in a second or simultaneous pass. That is the gist of Step 2.1, the second additional step. It is not only important to generate a back-off grammar, but it must be utilized for handling possible OOG utterances.", |
| "cite_spans": [ |
| { |
| "start": 115, |
| "end": 136, |
| "text": "(Rayner et al., 2006)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 471, |
| "end": 490, |
| "text": "(Paek et al., 2007)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 741, |
| "end": 763, |
| "text": "(Galescu et al., 1998)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Our approach attempts to reduce the usual cost associated with grammar modification after the application has been deployed and data collected in", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Step 4. The idea is simple: Exploit the fast and accurate CFG recognition of in-grammar (ING) utterances by making OOG utterances handled by the back-off grammar ING. In other words, expand CFG coverage to include whatever gets handled by the back-off grammar. This idea is very complementary with a two-pass recognition approach where the goal is to get utterances correctly recognized by a CFG on the first pass so as to minimize computational expenses (Paek et al., 2007) .", |
| "cite_spans": [ |
| { |
| "start": 455, |
| "end": 474, |
| "text": "(Paek et al., 2007)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "All of this can be accomplished with reduced transcription effort by keeping track of and leveraging back-off statistics for active learning. If the back-off is a CFG, we keep track of statistics related to which CFG rules were utilized the most, whether they allowed the task to be successfully completed, etc. If the back-off is a SLM, we keep track of similar statistics related to the semantic alignment and mapping in spoken language understanding. Given an active learning criterion, these statistics can be used to selectively transcribe utterances which can then be used to modify the CFG in Step 5 so that OOG utterances become ING. Section 3 covers this in more detail.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "RAD Approach & Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Step 5, the CFG grammar is modified using the selectively transcribed utterances. Although developers will probably want to do this manually, it is possible to automate much of this step by making grammar changes with minimal edit distance or Levenshtein distance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finally, in", |
| "sec_num": null |
| }, |
| { |
| "text": "Leveraging a wider coverage back-off grammar is of course not new. For grammar-based applications, several researchers have investigated using a CFG along with a back-off grammar either simultaneously via a domain-trained SLM (Gorrell et a1., 2002) , or in two-pass recognition using either an SLM trained on CFG data (Gorrell, 2003) or a dictation n-gram (Dusan & Flanagan, 2002) . To our knowledge however, no prior research has considered leveraging statistics related to the back-off grammar for active learning, especially as part of a RAD approach.", |
| "cite_spans": [ |
| { |
| "start": 226, |
| "end": 248, |
| "text": "(Gorrell et a1., 2002)", |
| "ref_id": null |
| }, |
| { |
| "start": 318, |
| "end": 333, |
| "text": "(Gorrell, 2003)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 356, |
| "end": 380, |
| "text": "(Dusan & Flanagan, 2002)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Finally, in", |
| "sec_num": null |
| }, |
| { |
| "text": "Our overall approach utilizes back-off grammars to provide developers with a safety net for deploying applications earlier, and active learning to reduce transcription effort and cost. We now elaborate on active learning, demonstrate the concept with respect to a CFG back-off.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Active Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Active learning aims at reducing transcription of training examples by selecting utterances that are most likely to be informative according to a specified cost function (Hakkani-Tur et al., 2002) . In the speech community, active learning has been successfully applied to reducing the transcription effort for ASR (Hakkani-Tur et al., 2002) , SLU (Tur et al., 2003b) , as well as finding labeling errors (Tur et al., 2003) . In our case, the examples are user utterances that need to be transcribed, and the learning involves modifying a CFG to achieve wider coverage of user expressions. Instead of passively transcribing everything and modifying the CFG as such, the grammar can \"actively\" participate in which utterances are transcribed.", |
| "cite_spans": [ |
| { |
| "start": 170, |
| "end": 196, |
| "text": "(Hakkani-Tur et al., 2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 315, |
| "end": 341, |
| "text": "(Hakkani-Tur et al., 2002)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 348, |
| "end": 367, |
| "text": "(Tur et al., 2003b)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 405, |
| "end": 423, |
| "text": "(Tur et al., 2003)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Active Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The usual procedure for selecting utterances for grammar modification is to transcribe at least all failed utterances, such as those that fall below a rejection threshold. By leveraging a back-off grammar, developers have more information with which to select utterances for transcription. For a CFG back-off, how frequently a back-off rule fired can serve as an active learning criterion because that is where OOG utterances are handled. Given this active learning criterion, the algorithm would proceed as follows (where i denotes iteration, S t denotes the set of transcribed utterances, and S u denotes the set of all utterances): Note that the set S u grows with each iteration and follows as a result of deploying an application with a CFG i + back-off i .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Active Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Step ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Active Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For evaluation, we used utterances collected from 204 users of Microsoft Voice Command, a grammar-based command-and-control (C&C) application for high-end mobile devices (see Paek et al., 2007 for details) . We partitioned 5061 transcribed utterances into five sets, one of which was used exclusively for testing. The remaining four were used for iterative CFG modification. For the first iteration, we started with a CFG which was a degraded version of the grammar currently shipped with the Voice Command product. It was obtained by using the mode, or the most frequent user utterance, for each CFG rule. We compared two approaches: CFG_Full, where each iterative CFG was modified using the full set of transcribed utterances that resulted in a failure state (i.e., when a false recognition event occurred or the phrase confidence score fell below 45%, which was set by a proprietary tuning procedure for optimizing worderror rate), and CFG_Active, where each iterative CFG was modified using only those transcribed utterances corresponding to the most frequently occurring CFG back-off rules. For both CFG_Full and CFG_Active, CFG i was modified using the same set of heuristics akin to minimal edit distance. In order to assess the value of using the back-off grammar as a safety net, we also compared CFG_Full+Back-off, where a derived CFG back-off was utilized whenever a failure state occurred with CFG_Full, and CFG_Active+Back-off, where again a CFG back-off was utilized, this time with the back-off derived from the CFG trained on selective utterances. As our metric, we evaluated semantic accuracy since that is what matters most in C&C settings. Furthermore, because recognition of part of an utterance can increase the odds of ultimately achieving task completion (Paek et al., 2007) , we carried out separate evaluations for the functional constituents of a C&C utterance (i.e., keyword and slot) as well as the complete phrase (keyword + slot). We computed accuracy as follows: For any single utterance, the recognizer can either accept or reject it. If it is accepted, then the semantics of the utterance can either be correct (i.e., it matches what the user intended) or incorrect, hence:", |
| "cite_spans": [ |
| { |
| "start": 175, |
| "end": 205, |
| "text": "Paek et al., 2007 for details)", |
| "ref_id": null |
| }, |
| { |
| "start": 1778, |
| "end": 1797, |
| "text": "(Paek et al., 2007)", |
| "ref_id": "BIBREF6" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "accuracy = CA / (CA + IA + R)", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "where CA denotes accepted commands that are correct, IA denotes accepted commands that are incorrect, and R denotes the number of rejections. Table 2 displays semantic accuracies for both CFG_Full and CFG_Active. Standard errors about the mean were computed using the jacknife procedure with 10 re-samples. Notice that both CFG_Full and CFG_Active initially have the same accuracy levels because they start off with the same degraded CFG. The highest accuracies obtained almost always occurred in the second iteration after modifying the CFG with the first batch of transcriptions. Thereafter, all accuracies seem to decrease. In order to understand why this would be case, we computed the coverage of the i th CFG on the holdout set. This is reported in the \"OOG%\" column. Comparing CFG_Full to CFG_Active on keyword + slot accuracy, CFG_Full decreases in accuracy after the second iteration as does CFG_Active. However, the OOG% of CFG_Full is much lower than CFG_Active. In fact, it seems to level off after the second iteration, suggesting that perhaps the decrease in accuracies reflects the increase in grammar perplexity; that is, as the grammar covers more of the utterances, it has more hypotheses to consider, and as a result, performs slightly worse. Interestingly, after the last iteration, CFG_Active for keyword + slot and slot accuracies was slightly higher (69.06%) than CFG_Full (66.88%) (p = .05). Furthermore, this was done with 193 utterances as opposed to 1393, or 87% less transcriptions. For keyword accuracy, CFG_Active (64.09%) was slightly worse than CFG_Full (66.10%) (p < .05).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 142, |
| "end": 149, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "With respect to the value of having a back-off grammar as a safety net, we found that both CFG_Full and CFG_Active achieved much higher accuracies with the back-off for keyword, slot, and keyword + slot accuracies. Notice also that the differences between CFG_Full and CFG_Active after the last iteration were much closer to each other than without the back-off, suggesting applications should always be deployed with a back-off.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this paper, we explored enhancing the usual iterative process of grammar modification by leveraging active learning with back-off grammars.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Because the back-off grammars expand coverage of user utterances to handle OOG occurrences, developers have a safety net for deploying applications earlier. Furthermore, because statistics related to the back-off can be used for active learning, developers can reduce the effort and cost of data transcription. In our simulation experiments, leveraging active learning achieved levels of semantic accuracy comparable to transcribing all failed utterances with 87% less transcriptions. Table 2 . Semantic accuracies for partial (keyword or slot) and full phrase recognitions (keyword + slot) using a CFG trained on either \"Full\" or \"Active\" transcriptions (i.e., selective transcriptions based on active learning). Parentheses indicate standard error about the mean. The \"i\" column represents iteration. The \"Utterances Transcribed\" column is cumulative. The \"OOG%\" column represents coverage of the ith CFG on the hold-out set. Rows containing \"Back-off\" evaluate 2-pass recognition using both the CFG and a derived CFG back-off.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 485, |
| "end": 492, |
| "text": "Table 2", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "5" |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Adaptive dialog based upon multimodal language acquisition", |
| "authors": [ |
| { |
| "first": "&", |
| "middle": [ |
| "J" |
| ], |
| "last": "Dusan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Flanagan", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of ICMI", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dusan & J. Flanagan. 2002. Adaptive dialog based upon multimod- al language acquisition. In Proc. of ICMI.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Rapid language model development for new task domains", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Galescu", |
| "suffix": "" |
| }, |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Ringger", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [ |
| "J" |
| ], |
| "last": "Allen", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proc. of LREC", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "L. Galescu, E. Ringger, & J. Allen. 1998. Rapid language model de- velopment for new task domains. In Proc. of LREC.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Adding intelligent help to mixed initiative spoken dialogue systems", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Gorrell", |
| "suffix": "" |
| }, |
| { |
| "first": "I", |
| "middle": [], |
| "last": "Lewin", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [ |
| "M" |
| ], |
| "last": "Rayner", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of ICSLP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Gorrell, I. Lewin, & M. Rayner. 2002. Adding intelligent help to mixed initiative spoken dialogue systems. In Proc. of ICSLP.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Using statistical language modeling to identify new vocabulary in a grammar-based speech recognition system", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Gorrell", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of Eurospeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Gorrell. 2003. Using statistical language modeling to identify new vocabulary in a grammar-based speech recognition system. In Proc. of Eurospeech.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Active learning for automatic speech recognition", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Riccardi", |
| "suffix": "" |
| }, |
| { |
| "first": "& A", |
| "middle": [], |
| "last": "Gorin", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D. Hakkani-Tur, G. Riccardi & A. Gorin. 2002. Active learning for automatic speech recognition. In Proc. of ICASSP.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Comparing grammar-based and robust approaches to speech understanding: A case study", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Knight", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Gorrell", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Rayner", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Milward", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Koel-Ing", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [ |
| "I" |
| ], |
| "last": "Lewin", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc. of Eurospeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "S. Knight, G. Gorrell, M. Rayner, D. Milward, R. Koel-ing, & I. Le- win. 2001. Comparing grammar-based and robust approaches to speech understanding: A case study. In Proc. of Eurospeech.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Handling out-ofgrammar commands in mobile speech interaction using back-off filler models", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Paek", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Gandhe", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Chickering", |
| "suffix": "" |
| }, |
| { |
| "first": "& Y", |
| "middle": [], |
| "last": "Ju", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Proc. of ACL Workshop on Grammar-Based Approaches to Spoken Language Processing (SPEECHGRAM)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Paek, S. Gandhe, D. Chickering & Y. Ju. 2007. Handling out-of- grammar commands in mobile speech interaction using back-off filler models. In Proc. of ACL Workshop on Grammar-Based Ap- proaches to Spoken Language Processing (SPEECHGRAM).", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Putting Linguistics into Speech Recognition: The Regulus Grammar Compiler", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Rayner", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [ |
| "A" |
| ], |
| "last": "Hockey", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [ |
| "P" |
| ], |
| "last": "Bouillon", |
| "suffix": "" |
| } |
| ], |
| "year": 2006, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. Rayner, B.A. Hockey, & P. Bouillon. 2006. Putting Linguistics into Speech Recognition: The Regulus Grammar Compiler. CSLI.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Active labeling for spoken language understanding", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Tur", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Rahim", |
| "suffix": "" |
| }, |
| { |
| "first": "& D", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of Eurospeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Tur, M. Rahim & D. Hakkani-Tur. 2003. Active labeling for spo- ken language understanding. In Proc. of Eurospeech.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Active learning for spoken language understanding", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Tur", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Schapire", |
| "suffix": "" |
| }, |
| { |
| "first": "&", |
| "middle": [ |
| "D" |
| ], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Tur, R. Schapire, & D. Hakkani-Tur. 2003b. Active learning for spoken language understanding. In Proc. of ICASSP.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Speech Recognition Grammar Specification Version 1", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W3C. 2004. Speech Recognition Grammar Specification Version 1.0. http://www.w3.org/TR/speech-grammar", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "content": "<table><tr><td colspan=\"3\">[2] Recognize utterances in set S u using CFG i + back-</td></tr><tr><td/><td>off i .</td><td/></tr><tr><td colspan=\"3\">[3] Compute statistics on what back-off rules fired</td></tr><tr><td/><td colspan=\"2\">when and how frequently.</td></tr><tr><td colspan=\"3\">[4] Select the k utterances that were handled by the</td></tr><tr><td/><td colspan=\"2\">most frequently occurring back-off rule and tran-</td></tr><tr><td/><td colspan=\"2\">scribe them. Call the new transcribed set as S i .</td></tr><tr><td>[5]</td><td>; S S S S t t i u \uf03d \uf055</td><td>u S S i \uf03d \uf02d</td></tr><tr><td colspan=\"3\">[6] Stop when CFG i achieves a desired level of seman-</td></tr><tr><td/><td colspan=\"2\">tic accuracy, or alternatively when back-off rules</td></tr><tr><td/><td colspan=\"2\">only handle a desired percentage of S u , otherwise</td></tr><tr><td/><td>go to Step 1.</td><td/></tr></table>", |
| "text": "Modify CFG i using S t and generate corresponding back-off i from the CFG i .", |
| "html": null, |
| "type_str": "table", |
| "num": null |
| } |
| } |
| } |
| } |