{ "paper_id": "H92-1013", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:28:57.512042Z" }, "title": "Progress Report on the Chronus System: ATIS Benchmark Results", "authors": [ { "first": "Roberto", "middle": [], "last": "Pieraccini", "suffix": "", "affiliation": { "laboratory": "AT&T Bell Laboratories", "institution": "", "location": { "addrLine": "600 Mountain Avenue Murray Hill", "postCode": "07974", "region": "NJ" } }, "email": "" }, { "first": "Evelyne", "middle": [], "last": "Tzoukermann", "suffix": "", "affiliation": { "laboratory": "AT&T Bell Laboratories", "institution": "", "location": { "addrLine": "600 Mountain Avenue Murray Hill", "postCode": "07974", "region": "NJ" } }, "email": "" }, { "first": "Zakhar", "middle": [], "last": "Gorelov", "suffix": "", "affiliation": { "laboratory": "AT&T Bell Laboratories", "institution": "", "location": { "addrLine": "600 Mountain Avenue Murray Hill", "postCode": "07974", "region": "NJ" } }, "email": "" }, { "first": "Esther", "middle": [], "last": "Levin", "suffix": "", "affiliation": { "laboratory": "AT&T Bell Laboratories", "institution": "", "location": { "addrLine": "600 Mountain Avenue Murray Hill", "postCode": "07974", "region": "NJ" } }, "email": "" }, { "first": "Chin-Hui", "middle": [], "last": "Lee", "suffix": "", "affiliation": { "laboratory": "AT&T Bell Laboratories", "institution": "", "location": { "addrLine": "600 Mountain Avenue Murray Hill", "postCode": "07974", "region": "NJ" } }, "email": "" }, { "first": "Jean-Luc", "middle": [], "last": "Gauvain", "suffix": "", "affiliation": { "laboratory": "AT&T Bell Laboratories", "institution": "", "location": { "addrLine": "600 Mountain Avenue Murray Hill", "postCode": "07974", "region": "NJ" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "The speech understanding system we propose in this paper is based on the stochastic modeling of a sentence as a sequence of elemental units that represent its meaning. According to this paradigm, the original meaning of a sentence, can be decoded using a dynamic programming algorithm, although the small amount of training data currently available suggested the integration of the decoder with a more traditional technique. However, the advantage of this method consists in the development of a framework in which a closed training loop reduces the amount of human supervision in the design phase of the understanding component. The results reported here for the February 1992 DARPA ATIS test are extremely promising, considering the small amount of hand tuning the system required. 1.", "pdf_parse": { "paper_id": "H92-1013", "_pdf_hash": "", "abstract": [ { "text": "The speech understanding system we propose in this paper is based on the stochastic modeling of a sentence as a sequence of elemental units that represent its meaning. According to this paradigm, the original meaning of a sentence, can be decoded using a dynamic programming algorithm, although the small amount of training data currently available suggested the integration of the decoder with a more traditional technique. However, the advantage of this method consists in the development of a framework in which a closed training loop reduces the amount of human supervision in the design phase of the understanding component. The results reported here for the February 1992 DARPA ATIS test are extremely promising, considering the small amount of hand tuning the system required. 1.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "In February 1991 [1] we proposed a novel paradigm that represents the conceptual content of a spoken sentence in terms of a probabilistic finite state automaton. The motivations for developing this model are summarized by the following points.", "cite_spans": [ { "start": 17, "end": 20, "text": "[1]", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "\u2022 Current natural language understanding systems are generally based on the synthesis of rules operated generally by an expert. This procedure makes maintenance, updating, and generalization of a system to other tasks a very expensive and difficult operation. We bel:eve that an understanding system should incorporate a mechanism that allows, or is suitable for, unsupervised learning. Only using this mechanism can the system easily take advantage of large amounts of training data.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "\u2022 Systems that are based on parsing with formal grammars (finite state, context free, etc) are generally very rigid. A system that has to be integrated with a speech recognizer has to be quite insensitive to recognition errors (substitution, insertion, deletion of words) as well as to speech disfluencies, like false starts, ungrammatical sentences, non-speech phenomena, and so on.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "\u2022 The understanding model should define a framework that allows an easy and natural integration with the speech recognizer.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "Following these considerations we formalized the speech understanding problem in terms of a communication channel whose input is the meaning of a sentence and whose output is a sequence of acoustic observations. Here we assume that the meaning of a sentence can be expressed by a sequence of basic meaning units M = ml,m2,...m~VMM and that there is a sequential correspondence between each mj and a subsequence of the acoustic observation A = al,a2...a~v,. This hypothesis, although very restrictive, was successfully introduced also in [2] . According to this model of the spoken sentence production, one can think of decoding the original sequence of meaning units directly from the acoustic observation. The decoding process can be based on the maximization of the a posteriori probability P(M [ A).", "cite_spans": [ { "start": 537, "end": 540, "text": "[2]", "ref_id": "BIBREF1" } ], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "The problem now consists in defining a suitable representation of the meaning of a sentence in terms of basic units. The representation we chose was inspired by the semar~tic network [3, 4] paradigm, where the meaning of a sentence can be represented as a relational graph whose nodes belong to some category of concepts and whose arcs represent relations between concepts or linguistic cases. In our representation, each unit of meaning consists of a pair rnj = (cj, vj) , where cj is a conceptual relation, (e.g. origin, destination, meal in the ATIS domain), and vj is the value with which cj is instantiated in the actual sentence. (e.g. Boston, San Francisco, breakfast). Given a certain application domain we can define two sets of symbols, C and V, such that cj E C, and vj E Y. For an application like ATIS, the size of the dictionary of concept relations C is fairly small (around 50), while the dictionary of concept values 13 can be relatively large (consider for instance all the possible flight numbers). Moreover, due to the limited amount of training data we may reasonably think of collecting in this task, it is advisable to have a relatively small number of parameters to be estimated. This consideration lead us to use the model for representing only the sequence of concept relations cj. The sequence of concept values is detected using more traditional techniques by a subsequent mod-ule called the template generator, that uses both the decoded concept name and the sequence of words. Hence, according to the maximum a posteriori decoding criterion, given a sequence of acoustic observations A, we want to find a sequence of conceptual relations C and a sequence of words W = wl,...,wNw that maximize the a posteriori probability P(W, C I A). The underlying model for computing and maximizing this probability was chosen to be a HMM whose states represent concept relations and whose observation probabilities are statelocal language models in the form of word bigrams [1, 5] .", "cite_spans": [ { "start": 183, "end": 186, "text": "[3,", "ref_id": "BIBREF2" }, { "start": 187, "end": 189, "text": "4]", "ref_id": "BIBREF3" }, { "start": 463, "end": 471, "text": "(cj, vj)", "ref_id": null }, { "start": 1991, "end": 1994, "text": "[1,", "ref_id": "BIBREF0" }, { "start": 1995, "end": 1997, "text": "5]", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "INTRODUCTION", "sec_num": null }, { "text": "The task of the conceptual decoder (see Fig. I )", "cite_spans": [], "ref_spans": [ { "start": 40, "end": 46, "text": "Fig. I", "ref_id": null } ], "eq_spans": [], "section": "SYSTEM ARCHITECTURE", "sec_num": null }, { "text": "is that of providing a conceptual segmentation", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SYSTEM ARCHITECTURE", "sec_num": null }, { "text": "S = [Cj, (WIt , WI3+N J )], j = 1,..., NM,", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "SYSTEM ARCHITECTURE", "sec_num": null }, { "text": "where (w G , wIj+Nj) = w G, wI3+1 ...wG+N ~ is the subsequence of words that express the concept relation cj within the given sentence In the current version of the CHRONUS understanding system the speech recognizer is used in a decoupled mode. The best string of words produced by the recognizer is used by the decoder for generating the conceptual segmentation. Because in this particular task there are numbers, acronyms and compound words, the string is pre-processed by a module called lezical parser that generates a lattice with all the possible interpretations of the string (e.g. the substring \"B SEVEN FOUR SEVEN\" could be interpreted as \"B 747\" or \"B7 47\" or \"B74 7\", etc. The conceptual decoder is then realized as a generalization of the Viterbi algorithm that works on a lattice rather than on a string of words. The template generator [6] consists of a simple pattern matching procedure that, given the conceptual segmentation, produces for each concept relation cj the corresponding concept value vj. Finally the SQL translator translates the meaning representation M into an SQL query.", "cite_spans": [ { "start": 850, "end": 853, "text": "[6]", "ref_id": "BIBREF5" } ], "ref_spans": [], "eq_spans": [], "section": "SYSTEM ARCHITECTURE", "sec_num": null }, { "text": "The conceptual model, as explained in the introduction of this paper, consists of concept transition probabilities P(cg~ I cg,_l) and concept conditional bigram language models P(wi [ w~-l, cg~) , where cg~ is the concept expressed by the phrase in which word wi is included. These probabilities were initially trained using a set of 532 sentences whose conceptual segmentation was provided by hand. This initial model was used in the experiments described in [1, 5] and gave satisfactory performance as far as the conceptual segmentation of test sentences was concerned. Hand labeling train- ing sentences is of course a rather expensive procedure whose consistence is rather doubtful. As of today, most of the training sentences available are annotated with a reference file that includes the right answer. However, for taking advantage of the annotated sentences we must use the whole understanding system in the training phase, generate the answer, and compare the answer with the reference file (see Fig. 1 ). Therefore the comparator [7] provides the training procedure with a feedback signal that can be used to partially automatize the training procedure. As a first attempt to develop a completely automatic training procedure, we designed a training loop based on the following steps:", "cite_spans": [ { "start": 182, "end": 194, "text": "[ w~-l, cg~)", "ref_id": null }, { "start": 460, "end": 463, "text": "[1,", "ref_id": "BIBREF0" }, { "start": 464, "end": 466, "text": "5]", "ref_id": "BIBREF4" }, { "start": 1040, "end": 1043, "text": "[7]", "ref_id": "BIBREF6" } ], "ref_spans": [ { "start": 1005, "end": 1011, "text": "Fig. 1", "ref_id": null } ], "eq_spans": [], "section": "Training the conceptual model", "sec_num": null }, { "text": "1. Start with a reasonable model.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Training the conceptual model", "sec_num": null }, { "text": ". Generate an answer for each sentence in the training set.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "3", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": ". Compare each answer with the corresponding reference answer.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "4. Use the conceptual segmentation of the sentences that were given a correct answer to reestimate the model parameters.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "2", "sec_num": null }, { "text": "A certain number of sentences will still produce a wrong answer after several iterations of the training loop. The conceptual segmentation of these sentences may be then corrected by hand and included in the training set for a final reestimation of the model parameters. Table 1 shows the sets of data used for testing the effectiveness of the training loop. All sentences are class A (context independent) sentences and belong to the MADCOW database. The conceptual segmentation of the sentences in set A was done by hand, set B and C were annotated shows the results on October 91 when the initial model is smoothed using the supervised smoothing described in [5] . The third line.reports the accuracy (on both set B and October 91) when the sentences that were correctly answered out of set B were added to the training set (this set is called T(B)) and their conceptual labeling was used along with set A for reestimating the model. It is interesting to notice that the performance on the October 91 test set is higher than that obtained with supervised smoothing. The last line of Table 2 shows that supervised smoothing increases the performance by a very small percentage. The results of this experiment show that the use of automatically produced conceptual segmentation along with the feedback introduced by the comparator improves the performance of the system of an amount that is comparable with that obtained by a supervised procedure, like the supervised smoothing. ", "cite_spans": [ { "start": 662, "end": 665, "text": "[5]", "ref_id": "BIBREF4" } ], "ref_spans": [ { "start": 271, "end": 278, "text": "Table 1", "ref_id": "TABREF0" }, { "start": 1086, "end": 1093, "text": "Table 2", "ref_id": "TABREF2" } ], "eq_spans": [], "section": "Update the model and go to step 2", "sec_num": "5." }, { "text": "The February 1992 test set includes 402 class A sentences and 285 class D sentences. This set of 687 sentences, used for scoring the NL performance, is part of a larger set that originally included 283 class X (unanswerable) sentences. The test was carried out for the overall set of 970 sentence, without knowing which class they belong to. The official score given from NIST is summarized in Table 3 . After the test we found an inaccuracy in the module of the SQL translator that is responsible for the CAS formatting. We fixed the bug and rescored the whole set of sentences, obtaining the results reported in Table 4 . In Table 5 we report a detailed analysis of the results. In this analysis we included only the sentences that generated a false response. Conceptual decoding and template generator errors are generally due to the lack of training data. SQL translator and dialog manager errors are generally due to the limited power of the representation we are currently using. Finally for the errors attributed to the CAS format or labeled as ambiguos we generated a correct internal meaning representation but the format of the answer did not comply with the principles of interpretation, or our interpretation did not agree with the one given by the annotators.", "cite_spans": [], "ref_spans": [ { "start": 394, "end": 401, "text": "Table 3", "ref_id": "TABREF3" }, { "start": 614, "end": 621, "text": "Table 4", "ref_id": "TABREF5" }, { "start": 627, "end": 634, "text": "Table 5", "ref_id": "TABREF6" } ], "eq_spans": [], "section": "NL results on February 1992 test", "sec_num": "3.3." }, { "text": "In this section we give a description of the speech recognition system that was used in conjunction with the natural The Speech signal was first filtered from 100 Hz to 3.8 KHz and down-sampled to an 8 kHz sampling rate. 10th order LPC analysis was then performed every 10 msec on consecutive 30 msec windows with a 20 msec frame overlap. Based on the short-time LPC features, 12 LPCderived cepstral coefficients and their first and second derivatives, plus normalized log energy and its first and second derivatives were computed and concatenated to form a single 39-dimension feature vector. 6259 spontaneous utterances from the MADCOW data were used for training the acoustic models. Contextdependent phone-like units [10] , including doublecontext phones, left-context phones, right-context phones, context-independent phones, word-juncture context dependent phones and position dependent phones, were modeled using continuous density hidden Markov models (HMM) with mixture Gaussian state observation densities. The inventory of acoustic units was determined through an occurrency selection rule. Only units that appear in the training database more than 20 times were selected, resulting in a set of 2330 contextdependent phones. A maximum of 16 mixture components was used for each acoustic HMM state. The HMM parameters were estimated by means of the segmental kmeans training procedure [11] .", "cite_spans": [ { "start": 721, "end": 725, "text": "[10]", "ref_id": "BIBREF9" }, { "start": 1395, "end": 1399, "text": "[11]", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "The recognition lexicon consisted of 1153 lexical entries including 1060 words appearing in the Feb91 benchmark evaluation and 93 compound words which were mostly concatenation of letters to form acronyms. Each entry had a single pronunciation. In addition, two nonphonetic units, one for modeling weak extraneous (out of vocabulary) speech events and the other for modeling strong extraneous speech events, were included, like in [12] . Word bigrams were used in the test. They were estimated using the same set of 6259 annotated sentences, and smoothed with backoff probabilities. The perplexity of the language defined by the bigram probabilities, computed on the training set, was found to be 17. The speech recognition results are summaried in Table 6 Overall we observed 17.5% word error and 64.6% string error.", "cite_spans": [ { "start": 431, "end": 435, "text": "[12]", "ref_id": "BIBREF11" } ], "ref_spans": [ { "start": 749, "end": 756, "text": "Table 6", "ref_id": null } ], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "In the current system configuration, only 6259 utterances (about 12 hours of speech) were used to create the acoustic HMM models. Out of the 218 speakers, 15 of them were from the ATT training set and 17 of them were from the CMU training set, which amounts to about 90 minutes of training data from each of them. We can see from Table 6 that there is a problem due to an insufficient training for ATT and CMU test data. On the other hand, since most of the training data we used were collected at BBN and MIT, the performance is better for BBN and MIT test speakers. 94 out of the 427 deleted words were A and THE. Short function words amounted to over 90% of the deletion errors. As for the 328 insertion errors, 46 of them were insertion of words A and THE. Again, short function words contributed to over 90% of the insertion errors.", "cite_spans": [], "ref_spans": [ { "start": 330, "end": 337, "text": "Table 6", "ref_id": null } ], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "Since function words, in most cases, did not affect the meaning of a recognized sentence, we expect that such errors did not degrade the performance of the NL module. Substitution errors had a greater impact on the SLS system performance than insertion and deletion errors. Most of the substitution errors can be categorized into three types:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "1. Out-of-vocabulary words;", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "2. Morphological inflections of words, which are difficult to discriminate acoustically for band-limited data;", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "3. short function words.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "Out of the 1153 substitution error, 66 were caused by out-of-vocabulary words, and 127 were caused by morphological inflections. For the remaining 85% of the er- cies found in the answer formatter, that we don't believe affects the real performance of the CHRONUS system. Nevertheless, this suggests the importance of investigating a more meaningful and more rubust scoring criterion. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "THE SPEECH RECOGNIZER", "sec_num": "4." }, { "text": "The integrated SLS system for the February 1992 test was implemented by using the best first recognized string from our speech recognizer as input to the NL system. Table 7 reports the official results from NIST and Table 8 reports our results after the format bug was fixed.", "cite_spans": [], "ref_spans": [ { "start": 165, "end": 172, "text": "Table 7", "ref_id": "TABREF9" }, { "start": 216, "end": 223, "text": "Table 8", "ref_id": null } ], "eq_spans": [], "section": "SLS RESULTS ON FEBRUARY 1992 TEST", "sec_num": null }, { "text": "In this paper we give a global outline of the CHRONUS speech understanding system. The system is built around the conceptual decoder, a Viterbi decoder that uses a stochastic model for extracting the conceptual content of an input sentence. Although the problem is formalized in such a way that the decoder could also extract the actual value of the conceptual relations (not only their category), the limited amount of training sentences currently available suggested the use of a more traditional pattern matcher (the template generator) along with the conceptual decoder. However, the advantage of the stochastic formalization is the trainability of the model over a database of suitably annotated examples. The annotation given with the MADCOW sentences and the comparator developed by NIST provide a useful feedback signal that allows to automatize the training procedure. In a preliminary experiment designed to test this procedure we show that a significant improvement of the accuracy of the system can be obtained without human supervision. The results on the February 92 ATIS test are then reported in the paper. The big discrepancy between the official NIST score and the score obtained in a successive assessment of the system is explained by inaccura- ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "CONCLUSIONS", "sec_num": "6." } ], "back_matter": [], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Stochastic Representation of Conceptual Structure in the ATIS Task", "authors": [ { "first": "R", "middle": [], "last": "Pieraccini", "suffix": "" }, { "first": "E", "middle": [], "last": "Levin", "suffix": "" }, { "first": "C", "middle": [ "H" ], "last": "Lee", "suffix": "" } ], "year": 1991, "venue": "Proc. of 4th DARPA Workshop on Speech and Natural Language", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pieraccini, R., Levin, E., Lee, C. H., \"Stochastic Rep- resentation of Conceptual Structure in the ATIS Task,\" Proc. of 4th DARPA Workshop on Speech and Natural Language, Asilomar (CA), February 1991.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Learning Language Models through the ECGI Method", "authors": [ { "first": "N", "middle": [], "last": "Prieto", "suffix": "" }, { "first": "E", "middle": [], "last": "Vidal", "suffix": "" } ], "year": 1991, "venue": "Proc. of EUROSPEECH 91", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Prieto, N., Vidal, E., \"Learning Language Models through the ECGI Method,\" Proc. of EUROSPEECH 91, Genova, Italy, September 1991.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "Semantic networks: their computation and use for understanding English sentences", "authors": [ { "first": "R", "middle": [], "last": "Simmons", "suffix": "" } ], "year": 1973, "venue": "Computer Models of Thought and Language", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Simmons, R. Semantic networks: their computation and use for understanding English sentences, In Schank and Colby, eds Computer Models of Thought and Language, Freeman: San Francisco, 1973.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Analyzing language in restricted domains: Sublanguage description and processing", "authors": [ { "first": "", "middle": [], "last": "Kittredge", "suffix": "" } ], "year": 1986, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kittredge, Analyzing language in restricted domains: Sublanguage description and processing, In Grishman, ed. Lawrence Erlbaum, 1986.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Stochastic Representation of Semantic Structure for Speech Understanding", "authors": [ { "first": "R", "middle": [], "last": "Pieraccini", "suffix": "" }, { "first": "E", "middle": [], "last": "Levin", "suffix": "" } ], "year": 1991, "venue": "Proc. of EUROSPEECH 91", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pieraccini, R., Levin, E., \"Stochastic Representation of Semantic Structure for Speech Understanding,\" Proc. of EUROSPEECH 91, Genova, Italy, September 1991.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "A Speech Understanding System Based on Statistical Representation of Semantics", "authors": [ { "first": "R", "middle": [], "last": "Pieraccini", "suffix": "" }, { "first": "E", "middle": [], "last": "Tzoukermann", "suffix": "" }, { "first": "Z", "middle": [], "last": "Gorelov", "suffix": "" }, { "first": ".", "middle": [ "L" ], "last": "Gauvain", "suffix": "" }, { "first": "E", "middle": [], "last": "Levin", "suffix": "" }, { "first": "C", "middle": [ "H" ], "last": "Lee", "suffix": "" }, { "first": "J", "middle": [ "G" ], "last": "Wilpon", "suffix": "" } ], "year": 1992, "venue": "Proc. oflCASSP 92", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Pieraccini, R., Tzoukermann, E., Gorelov, Z., Gauvain, 3. L., Levin, E., Lee, C. H., Wilpon, J. G., \"A Speech Understanding System Based on Statistical Representa- tion of Semantics,\" Proc. oflCASSP 92, San Francisco, CA, March 1992.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "A Proposal for SLS Evaluation", "authors": [ { "first": "S", "middle": [], "last": "Bosen", "suffix": "" }, { "first": "L", "middle": [], "last": "Ramshaw", "suffix": "" }, { "first": "D", "middle": [], "last": "Ayuso", "suffix": "" }, { "first": "M", "middle": [], "last": "Bates", "suffix": "" } ], "year": 1989, "venue": "Proc. of 2nd DARPA Workshop on Speech and Natural Language", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Bosen, S., Ramshaw, L., Ayuso, D., Bates, M., \"A Pro- posal for SLS Evaluation,\" Proc. of 2nd DARPA Work- shop on Speech and Natural Language, Cape Cod (MA), October 1989.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Improved Acoustic Modeling for Speaker Independent Large Vocabulary Continuous Speech Recognition", "authors": [ { "first": "C", "middle": [ "H" ], "last": "Lee", "suffix": "" }, { "first": "E", "middle": [], "last": "Giachin", "suffix": "" }, { "first": "L", "middle": [ "R" ], "last": "Rabiner", "suffix": "" }, { "first": "R", "middle": [], "last": "Pieraccini", "suffix": "" }, { "first": "A", "middle": [ "E" ], "last": "Rosenberg", "suffix": "" } ], "year": 1991, "venue": "Proc. of ICASSP", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lee, C. H., Giachin, E., Rabiner, L. R., Pieraccini, R., Rosenberg, A. E., \"Improved Acoustic Modeling for Speaker Independent Large Vocabulary Continuous Speech Recognition,\" Proc. of ICASSP 1991, Toronto, Ontario, May 1991.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Bayesian Learning fro Hidden Markov Models with Gaussian Mixture State Observation densities", "authors": [ { "first": "J", "middle": [ "L" ], "last": "Gauvain", "suffix": "" }, { "first": "C", "middle": [ "H" ], "last": "Lee", "suffix": "" } ], "year": 1991, "venue": "Proc. of EUROSPEECH 91", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Gauvain, J. L., Lee, C. H., \"Bayesian Learning fro Hid- den Markov Models with Gaussian Mixture State Obser- vation densities,\" Proc. of EUROSPEECH 91, Genova, Italy, September 1991.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Acoustic Modeling for Large Vocabulary Speech Recognition", "authors": [ { "first": "C", "middle": [ "H" ], "last": "Lee", "suffix": "" }, { "first": "L", "middle": [ "R" ], "last": "Rabiner", "suffix": "" }, { "first": "R", "middle": [], "last": "Pieraccini", "suffix": "" }, { "first": "J", "middle": [ "G" ], "last": "Wilpon", "suffix": "" } ], "year": 1990, "venue": "Computer, Speech and Language", "volume": "4", "issue": "", "pages": "127--165", "other_ids": {}, "num": null, "urls": [], "raw_text": "Lee, C. H., Rabiner, L. R., Pieraccini, R., Wilpon, J. G., \"Acoustic Modeling for Large Vocabulary Speech Recognition,\" Computer, Speech and Language, 4, pp. 127-165, 1990.", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "A segmental k-means training procedure for connected word recognition based on whole word reference patterns", "authors": [ { "first": "L", "middle": [ "R" ], "last": "Rabiner", "suffix": "" }, { "first": "J", "middle": [ "G" ], "last": "Wilpon", "suffix": "" }, { "first": "B", "middle": [ "H" ], "last": "Juang", "suffix": "" } ], "year": 1986, "venue": "AT~T Technical Journal", "volume": "65", "issue": "3", "pages": "21--31", "other_ids": {}, "num": null, "urls": [], "raw_text": "Rabiner, L. R., , Wilpon, J. G., Juang, B. H., \"A segmental k-means training procedure for connected word recognition based on whole word reference pat- terns,\" AT~T Technical Journal, vol. 65 no. 3, pp 21-31, May/June 1986", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Automatic Recognition of Keywords in Unconstrained Speech Using Hidden Markov Models", "authors": [ { "first": "J", "middle": [ "G" ], "last": "Wilpon", "suffix": "" }, { "first": "L", "middle": [ "R" ], "last": "Rabiner", "suffix": "" }, { "first": "C", "middle": [ "H" ], "last": "Lee", "suffix": "" }, { "first": "E", "middle": [ "R" ], "last": "Goldman", "suffix": "" } ], "year": null, "venue": "IEEE Trans. ASSP", "volume": "38", "issue": "11", "pages": "1870--1878", "other_ids": {}, "num": null, "urls": [], "raw_text": "Wilpon, J. G., Rabiner, L. R., Lee, C. H., Goldman, E. R., \"Automatic Recognition of Keywords in Uncon- strained Speech Using Hidden Markov Models,\" IEEE Trans. ASSP, Vol. 38, No. 11, pp.1870-1878", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Score for the SLS ATIS February 92 after the format bug was removed", "authors": [], "year": null, "venue": "", "volume": "8", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Table 8: Score for the SLS ATIS February 92 after the format bug was removed", "links": null } }, "ref_entries": { "FIGREF0": { "text": "Block diagram of the proposed understanding system", "type_str": "figure", "num": null, "uris": null }, "TABREF0": { "html": null, "text": "Description of the data sets used in the training experiment with reference files (set C corresponds to the official October 91 test set). The comparison with reference files was done using only the minimal answer. The results of this experiment are reported inTable 2. The first line in the table shows the results (as the percentage of correctly answered sentences) both on set B and on the October 91 test set when the initial model, trained on the 532 hand labeled sentences, was used. The second line", "type_str": "table", "num": null, "content": "" }, "TABREF2": { "html": null, "text": "", "type_str": "table", "num": null, "content": "
Class#TFNAW. Err.
A402 256965060.2
D285 122 1135096.8
A+D687 378 20910075.4
" }, "TABREF3": { "html": null, "text": "Official NIST score for the NL ATIS February 92 test ager the history is kept by saving the template from the previous sentence in the same session and merging it with the newly formed template, according to a set of application specific rules.", "type_str": "table", "num": null, "content": "" }, "TABREF5": { "html": null, "text": "Score for the NL ATIS February 92 after the format bug was removed", "type_str": "table", "num": null, "content": "
Error typeNumber of
Sentences
Conceptual decoding30
Template generation19
SQL translator24
CAS format16
Dialog manager20
Ambiguous12
" }, "TABREF6": { "html": null, "text": "Analysis of the errors for the NL ATIS February 92 test", "type_str": "table", "num": null, "content": "" }, "TABREF9": { "html": null, "text": "Official NIST score for the SLS ATIS February 92 test rors, about half involved short function words.", "type_str": "table", "num": null, "content": "
" } } } }