| { |
| "paper_id": "P96-1008", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T09:03:06.706243Z" |
| }, |
| "title": "A FULLY STATISTICAL APPROACH TO NATURAL LANGUAGE INTERFACES", |
| "authors": [ |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "BBN Systems and Technologies", |
| "location": { |
| "addrLine": "70 Fawcett Street Cambridge", |
| "postCode": "02138", |
| "region": "MA" |
| } |
| }, |
| "email": "szmiller@bbn.com" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Stallard", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "BBN Systems and Technologies", |
| "location": { |
| "addrLine": "70 Fawcett Street Cambridge", |
| "postCode": "02138", |
| "region": "MA" |
| } |
| }, |
| "email": "stallard@bbn.com" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Bobrow", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "BBN Systems and Technologies", |
| "location": { |
| "addrLine": "70 Fawcett Street Cambridge", |
| "postCode": "02138", |
| "region": "MA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Richard", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "BBN Systems and Technologies", |
| "location": { |
| "addrLine": "70 Fawcett Street Cambridge", |
| "postCode": "02138", |
| "region": "MA" |
| } |
| }, |
| "email": "schwartz@bbn.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We present a natural language interface system which is based entirely on trained statistical models. The system consists of three stages of processing: parsing, semantic interpretation, and discourse. Each of these stages is modeled as a statistical process. The models are fully integrated, resulting in an end-to-end system that maps input utterances into meaning representation frames.", |
| "pdf_parse": { |
| "paper_id": "P96-1008", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We present a natural language interface system which is based entirely on trained statistical models. The system consists of three stages of processing: parsing, semantic interpretation, and discourse. Each of these stages is modeled as a statistical process. The models are fully integrated, resulting in an end-to-end system that maps input utterances into meaning representation frames.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "A recent trend in natural language processing has been toward a greater emphasis on statistical approaches, beginning with the success of statistical part-of-speech tagging programs (Church 1988) , and continuing with other work using statistical part-of-speech tagging programs, such as BBN PLUM (Weischedel et al. 1993) and NYU Proteus (Grishman and Sterling 1993) . More recently, statistical methods have been applied to domain-specific semantic parsing (Miller et al. 1994) , and to the more difficult problem of wide-coverage syntactic parsing (Magerman 1995) . Nevertheless, most natural language systems remain primarily rule based, and even systems that do use statistical techniques, such as AT&T Chronus (Levin and Pieraccini 1995) , continue to require a significant rule based component.", |
| "cite_spans": [ |
| { |
| "start": 182, |
| "end": 195, |
| "text": "(Church 1988)", |
| "ref_id": null |
| }, |
| { |
| "start": 297, |
| "end": 321, |
| "text": "(Weischedel et al. 1993)", |
| "ref_id": null |
| }, |
| { |
| "start": 338, |
| "end": 366, |
| "text": "(Grishman and Sterling 1993)", |
| "ref_id": null |
| }, |
| { |
| "start": 458, |
| "end": 478, |
| "text": "(Miller et al. 1994)", |
| "ref_id": null |
| }, |
| { |
| "start": 550, |
| "end": 565, |
| "text": "(Magerman 1995)", |
| "ref_id": null |
| }, |
| { |
| "start": 715, |
| "end": 742, |
| "text": "(Levin and Pieraccini 1995)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "Development of a complete end-to-end statistical understanding system has been the focus of several ongoing research efforts, including (Miller et al. 1995) and (Koppelman et al. 1995) . In this paper, we present such a system.", |
| "cite_spans": [ |
| { |
| "start": 136, |
| "end": 156, |
| "text": "(Miller et al. 1995)", |
| "ref_id": null |
| }, |
| { |
| "start": 161, |
| "end": 184, |
| "text": "(Koppelman et al. 1995)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The overall structure of our approach is conventional, consisting of a parser, a semantic interpreter, and a discourse module. The implementation and integration of these elements is far less conventional. Within each module, every processing step is assigned a probability value, and very large numbers of alternative theories are pursued in parallel. The individual modules are integrated through an n-best paradigm, in which many theories are passed from one stage to the next, together with their associated probability scores. The meaning of a sentence is determined by taking the highest scoring theory from among the n-best possibilities produced by the final stage in the model. Some key advantages to statistical modeling techniques are:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "All knowledge required by the system is acquired through training examples, thereby eliminating the need for hand-written rules. In parsing for example, it is sufficient to provide the system with examples specifying the correct parses for a set of training examples. There is no need to specify an exact set of rules or a detailed procedure for producing such parses.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "\u2022 All decisions made by the system are graded, and there are principled techniques for estimating the gradations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "The system is thus free to pursue unusual theories, while remaining aware of the fact that they are unlikely. In the event that a more likely theory exists, then the more likely theory is selected, but if no more likely interpretation can be found, the unlikely interpretation is accepted.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "The focus of this work is primarily to extract sufficient information from each utterance to give an appropriate response to a user's request. A variety of problems regarded as standard in computational linguistics, such as quantification, reference and the like, are thus ignored.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "To evaluate our approach, we trained an experimental system using data from the Air Travel Information (ATIS) domain (Bates et al. 1990; Price 1990 ). The selection of ATIS was motivated by three concerns. First, a large corpus of ATIS sentences already exists and is readily available. Second, ATIS provides an existing evaluation methodology, complete with independent training and test corpora, and scoring programs. Finally, evaluating on a common corpus makes it easy to compare the performance of the system with those based on different approaches.", |
| "cite_spans": [ |
| { |
| "start": 117, |
| "end": 136, |
| "text": "(Bates et al. 1990;", |
| "ref_id": null |
| }, |
| { |
| "start": 137, |
| "end": 147, |
| "text": "Price 1990", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "We have evaluated our system on the same blind test sets used in the ARPA e.valuations (Pallett et al. 1995) , and present a preliminary result at the conclusion of this paper.", |
| "cite_spans": [ |
| { |
| "start": 87, |
| "end": 108, |
| "text": "(Pallett et al. 1995)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "The remainder of the paper is divided into four sections, one describing the overall structure of our models, and one for each of the three major components of parsing, semantic interpretation and discourse.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "\u2022", |
| "sec_num": null |
| }, |
| { |
| "text": "Given a string of input words W and a discourse history H, the task of a statistical language understanding system is to search among the many possible discourse-dependent meanings Mo for the most likely meaning M0: ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Structure", |
| "sec_num": "2." |
| }, |
| { |
| "text": "M 0 = argmax P(M o I W, H", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Structure", |
| "sec_num": "2." |
| }, |
| { |
| "text": "P( M s ,T) P(W I M S ,T) P(W) M 0 = argmax E P(MD IH'Ms) P(Ms'T) P(WI Ms,T) MD Ms,r P(W)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Structure", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Now, since P(W) is constant for any given word string, the problem of finding meaning 34o that maximizes", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Structure", |
| "sec_num": "2." |
| }, |
| { |
| "text": "P(M S,T) P(WI M S,T) E P(M D IH, M s) P(W) M s ,T", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Structure", |
| "sec_num": "2." |
| }, |
| { |
| "text": "is equivalent to finding Mo that maximizes", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Model Structure", |
| "sec_num": "2." |
| }, |
| { |
| "text": "M s ,T M 0 = argmax EP(MD IH, M s) P(Ms,T) P(WI Ms,T). Mo M s ,T", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "We now introduce a third independence assumption:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "3. The probability of words W does not depend on meaning", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "Ms, given that parse Tis known.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "This assumption is justified because the word tags in our parse representation specify both semantic and syntactic class information. Under this assumption:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "M 0 = argmax EP(Mo IH, M s) P(Ms,T) P(WIT) MD M s ,T", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "Finally, we assume that most of the probability mass for each discourse-dependent meaning is focused on a single parse tree and on a single pre-discourse meaning. Under this (Viterbi) assumption, the summation operator can be replaced by the maximization operator, yielding:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "Mo = arg max( max ( P( M o l H, M s ) P( M s,T) P(W I T) ) ] M D ~.Ms,T", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "This expression corresponds to the computation actually performed by our system which is shown in Figure 1 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 98, |
| "end": 106, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "Processing proceeds in three stages:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "1. Word string W arrives at the parsing model. The full space of possible parses T is searched for n-best candidates according to the measure P(T)P(WIT).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "These parses, together with their probability scores, are passed to the semantic interpretation model. 3. The constrained space of candidate pre-discourse meanings Ms (received from the semantic interpretation model), combined with the full space of possible postdiscourse meanings Mo, is searched for the single candidate that maximizes P( M o I H, M s) P( M s,T) P(W I T), conditioned on the current history H. The discourse history is then updated and the post-discourse meaning is returned.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "We now proceed to a detailed discussion of each of these three stages, beginning with parsing.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "E P(M D I H, ,T) P(WI M S,T). Ms) P(Ms", |
| "sec_num": null |
| }, |
| { |
| "text": "Our parse representation is essentially syntactic in form, patterned on a simplified head-centered theory of phrase structure. In content, however, the parse trees are as much semantic as syntactic. Specifically, each parse node indicates both a semantic and a syntactic class (excepting a few types that serve purely syntactic functions). Figure 2 shows a sample parse of a typical ATIS sentence.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 340, |
| "end": 348, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Parsing", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The semantic/syntactic character of this representation offers several advantages: 1. Annotation: Well-founded syntactic principles provide a framework for designing an organized and consistent annotation schema.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parsing", |
| "sec_num": "3." |
| }, |
| { |
| "text": "2. Decoding: Semantic and syntactic constraints are simultaneously available during the decoding process; the decoder searches for parses that are both syntactically and semantically coherent.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parsing", |
| "sec_num": "3." |
| }, |
| { |
| "text": "3. Semantic Interpretation: Semantic/syntactic parse trees are immediately useful to the semantic interpretation process: semantic labels identify the basic units of meaning, while syntactic structures help identify relationships between those units.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Parsing", |
| "sec_num": "3." |
| }, |
| { |
| "text": "The parsing model is a probabilistic recursive transition network similar to those described in (Miller et ai. 1994) and (Seneff 1992) . The probability of a parse tree T given a word string Wis rewritten using Bayes role as:", |
| "cite_spans": [ |
| { |
| "start": 96, |
| "end": 116, |
| "text": "(Miller et ai. 1994)", |
| "ref_id": null |
| }, |
| { |
| "start": 121, |
| "end": 134, |
| "text": "(Seneff 1992)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Statistical Parsing Model", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Since P(W) is constant for any given word string, candidate parses can be ranked by considering only the product P(T) P(W I 7\"). The probability P(T) is modeled by state transition probabilities in the recursive transition network, and P(W I T) is modeled by word transition probabilities. \u2022 Word transition probabilities have the form P(word n I wordn_ l,tag) . For example, P(\"class\" I \"first\", class-of-service/npr) is the probability of the word sequence \"first class\" given the tag class-of-service/npr.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(T) P(W I T) P(TIW) = P(W)", |
| "sec_num": null |
| }, |
| { |
| "text": "Each parse tree T corresponds directly with a path through the recursive transition network.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(T) P(W I T) P(TIW) = P(W)", |
| "sec_num": null |
| }, |
| { |
| "text": "The probability P(T) P(W I 1\") is simply the product of each transition probability along the path corresponding to T.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(T) P(W I T) P(TIW) = P(W)", |
| "sec_num": null |
| }, |
| { |
| "text": "/wh-question // // // / / 1 / / / /", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(T) P(W I T) P(TIW) = P(W)", |
| "sec_num": null |
| }, |
| { |
| "text": "Transition probabilities are estimated directly by observing occurrence and transition frequencies in a training corpus of annotated parse trees. These estimates are then smoothed to overcome sparse data limitations. The semantic/syntactic parse labels, described above, provide a further advantage in terms of smoothing: for cases of undertrained probability estimates, the model backs off to independent syntactic and semantic probabilities as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Parsing Model", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Ps(semlsyn n I semlsynn_ 1 ,semlsyn up) = ~.( semlsyn n I semlsynn_ l ,seral syn up)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Parsing Model", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "x P(semlsyn n I semlsynn_ 1 ,sem/syn up)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Parsing Model", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "+ (1 -,].(semlsyn n I semlsynn_ ! ,semlsyn up) X P(sem n I semup) P(syn n I synn_l,synup)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Parsing Model", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where Z is estimated as in (Placeway et al. 1993) . Backing off to independent semantic and syntactic probabilities potentially provides more precise estimates than the usual strategy of backing off directly form bigram to unigram models.", |
| "cite_spans": [ |
| { |
| "start": 27, |
| "end": 49, |
| "text": "(Placeway et al. 1993)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Parsing Model", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "In order to explore the space of possible parses efficiently, the parsing model is searched using a decoder based on an adaptation of the Earley parsing algorithm (Earley 1970) . This adaptation, related to that of (Stolcke 1995) , involves reformulating the Earley algorithm to work with probabilistic recursive transition networks rather than with deterministic production rules. For details of the decoder, see (Miller 1996) .", |
| "cite_spans": [ |
| { |
| "start": 163, |
| "end": 176, |
| "text": "(Earley 1970)", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 215, |
| "end": 229, |
| "text": "(Stolcke 1995)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 414, |
| "end": 427, |
| "text": "(Miller 1996)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Searching the Parsing Model", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "Both pre-discourse and post-discourse meanings in our current system are represented using a simple frame representation. Figure 3 shows a sample semantic frame corresponding to the parse in Figure 2 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 122, |
| "end": 130, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| }, |
| { |
| "start": 191, |
| "end": 199, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Air-Transportation Show: (Arrival-Time)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Origin: (City \"Boston\") Destination: (City \"Atlanta\") Recall that the semantic interpreter is required to compute P(Ms,T) P(WIT ). The conditional word probability P(WIT) has already been computed during the parsing phase and need not be recomputed. The current problem, then, is to compute the prior probability of meaning Ms and parse T occurring together. Our strategy is to embed the instructions for constructing Ms directly into parse T o resulting in an augmented tree structure. For example, the instructions needed to create the frame shown in Figure 3 are:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 553, |
| "end": 561, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "1. Create an Air-Transportation frame.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "2. Fill the Show slot with Arrival-Time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "3. Fill the Origin slot with (City \"Boston\") 4. Fill the Destination slot with (City \"Atlanta\")", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "These instructions are attached to the parse tree at the points indicated by the circled numbers (see Figure 2 ). The probability P(Ms,T ) is then simply the prior probability of producing the augmented tree structure.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 102, |
| "end": 110, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Semantic Interpretation", |
| "sec_num": "4." |
| }, |
| { |
| "text": "Meanings Ms are decomposed into two parts: the frame type FT, and the slot fillers S. The frame type is always attached to the topmost node in the augmented parse tree, while the slot filling instructions are attached to nodes lower down in the tree. Except for the topmost node, all parse nodes are required to have some slot filling operation. For nodes that do not directly trigger any slot fill operation, the special operation null is attached. The probability P(Ms, T) is then:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Statistical Interpretation Model", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "Obviously, the prior probabilities P(FT) can be obtained directly from the training data. To compute P(T I FT), each of the state transitions from the previous parsing model are simply rescored conditioned on the frame type. The new state transition probabilities are: P(state n I staten_ t, stateup, FT) .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P( Ms,T) = P( FT, S,T)= P( FT) P(T I FT) P(S I FT, T).", |
| "sec_num": null |
| }, |
| { |
| "text": "To compute P(S I FT, T) , we make the independence assumption that slot filling operations depend only on the frame type, the slot operations already performed, and on the local parse structure around the operation. This local neighborhood consists of the parse node itself, its two left siblings, its two right siblings, and its four immediate ancestors. Further, the syntactic and semantic components of these nodes are considered independently. Under these assumptions, the probability of a slot fill operation is: Sn_l, semn_ 2 ..... sem n ..... semn+2, semupl ..... semup4, Synupl ..... synup4 ) and the probability P(S I FT, T) is simply the product of all such slot fill operations in the augmented tree.", |
| "cite_spans": [ |
| { |
| "start": 518, |
| "end": 523, |
| "text": "Sn_l,", |
| "ref_id": null |
| }, |
| { |
| "start": 524, |
| "end": 557, |
| "text": "semn_ 2 ..... sem n ..... semn+2,", |
| "ref_id": null |
| }, |
| { |
| "start": 558, |
| "end": 578, |
| "text": "semupl ..... semup4,", |
| "ref_id": null |
| }, |
| { |
| "start": 579, |
| "end": 600, |
| "text": "Synupl ..... synup4 )", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P( Ms,T) = P( FT, S,T)= P( FT) P(T I FT) P(S I FT, T).", |
| "sec_num": null |
| }, |
| { |
| "text": "P(slot n I FT,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P( Ms,T) = P( FT, S,T)= P( FT) P(T I FT) P(S I FT, T).", |
| "sec_num": null |
| }, |
| { |
| "text": "Transition probabilities are estimated from a training corpus of augmented trees. Unlike probabilities in the parsing model, there obviously is not sufficient training data to estimate slot fill probabilities directly. Instead, these probabilities are estimated by statistical decision trees similar to those used in the Spatter parser (Magerman 1995) . Unlike more common decision tree classifiers, which simply classify sets of conditions, statistical decision trees give a probability distribution over all possible outcomes. Statistical decision trees are constructed in a two phase process. In the first phase, a decision tree is constructed in the standard fashion using entropy reduction to guide the construction process. This phase is the same as for classifier models, and the distributions at the leaves are often extremely sharp, sometimes consisting of one outcome with probability I, and all others with probability 0. In the second phase, these distributions are smoothed by mixing together distributions of various nodes in the decision tree. As in (Magerman 1995) , mixture weights are determined by deleted interpolation on a separate block of training data.", |
| "cite_spans": [ |
| { |
| "start": 336, |
| "end": 351, |
| "text": "(Magerman 1995)", |
| "ref_id": null |
| }, |
| { |
| "start": 1065, |
| "end": 1080, |
| "text": "(Magerman 1995)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Semantic Interpretation Model", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Searching the interpretation model proceeds in two phases. In the first phase, every parse T received from the parsing model is rescored for every possible frame type, computing P(T I FT) (our current model includes only a half dozen different types, so this computation is tractable). Each of these theories is combined with the corresponding prior probability P(FT) yielding P(FT) P(T I FT). The n-best of these theories are then passed to the second phase of the interpretation process. This phase searches the space of slot filling operations using a simple beam search procedure. For each combination of FT and T, the beam search procedure considers all possible combinations of fill operations, while pruning partial theories that fall beneath the threshold imposed by the beam limit. The surviving theories are then combined with the conditional word probabilities P(W I T),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Searching the Semantic Interpretation Model", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "computed during the parsing model. The final result of these steps is the n-best set of candidate pre-discourse meanings, scored according to the measure P(M s,T) P(WIT).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Searching the Semantic Interpretation Model", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The discourse module computes the most probable postdiscourse meaning of an utterance from its pre-discourse meaning and the discourse history, according to the measure:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discourse Processing", |
| "sec_num": "5." |
| }, |
| { |
| "text": "Because pronouns can usually be ignored in the ATIS domain, our work does not treat the problem of pronominal reference. Our probability model is instead shaped by the key discourse problem of the ATIS domain, which is the inheritance of constraints from context. This inheritance phenomenon, similar in spirit to one-anaphora, is illustrated by the following dialog:: In USER2, it is obvious from context that the user is asking about flights whose ORIGIN is BOSTON and whose DESTINATION is DENVER, and not all flights between any two cities. Constraints are not always inherited, however. For example, in the following continuation of this dialogue:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(M o I H, M S) P(M S , T) P(W I T).", |
| "sec_num": null |
| }, |
| { |
| "text": "USER3: Show me return flights from Denver to Boston, it is intuitively much less likely that the user means the \"on Tuesday\" constraint to continue to apply.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(M o I H, M S) P(M S , T) P(W I T).", |
| "sec_num": null |
| }, |
| { |
| "text": "The discourse history H simply consists of the list of all postdiscourse frame representations for all previous utterances in the current session with the system. These frames are the source of candidate constraints to be inherited. For most utterances, we make the simplifying assumption that we need only look at the last (i.e. most recent) frame in this list, which we call Me.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(M o I H, M S) P(M S , T) P(W I T).", |
| "sec_num": null |
| }, |
| { |
| "text": "The statistical discourse model maps a 23 element input vector X onto a 23 element output vector Y. These vectors have the following interpretations:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Statistical Discourse Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "\u2022 X represents the combination of previous meaning Me and the pre-discourse meaning Ms. Output vector Y is constructed by directly copying all fields from input vector X except those labeled TACIT. These direct copying operations are assigned probability 1. For fields labeled TACIT, the corresponding field in Y is filled with either INHERITED or NOT-INHERITED. The probability of each of these operations is determined by a statistical decision tree model. The discourse model contains 23 such statistical decision trees, one for each slot position. An ordering is imposed on the set of frame slots, such that inheritance decisions for slots higher in the order are conditioned on the decisions for slots lower in the order.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Statistical Discourse Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The probability P(YIX) is then the product of all 23 decision probabilities: P(Y I X) = P(YllX) P(Y2 1X,yl)... P(Y23 1X,Yl,y 2 ..... Y22) \u2022", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Statistical Discourse Model", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "The discourse model is trained from a corpus annotated with both pre-discourse and post-discourse semantic frames. Corresponding pairs of input and output (X, I,') vectors are computed from these annotations, which are then used to train the 23 statistical decision trees. The training procedure for estimating these decision tree models is similar to that used for training the semantic interpretation model.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training the Discourse Model", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "Searching the discourse model begins by selecting a meaning frame Me from the history stack H, and combining it with each pre-discourse meaning Ms received from the semantic interpretation model. This process yields a set of candidate input vectors X. Then, for each vector X, a search process exhaustively constructs and scores all possible output vectors Y according to the measure P(Y I X) (this computation is feasible because the number of TACIT fields is normally small). These scores are combined with the pre-discourse scores P(M s,T) P(W I T), already computed by the semantic interpretation process. This computation yields: P(YI X) P(M S,r) P(WIT), which is equivalent to:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Searching The Discourse Model", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "The highest scoring theory is then selected, and a straightforward computation derives the final meaning frame Mo from output vector Y.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "P(M D I H, Ms) P(Ms,T) P(W IT).", |
| "sec_num": null |
| }, |
| { |
| "text": "We have trained and evaluated the system on a common corpus of utterances collected from naive users in the ATIS domain. In this test, the system was trained on approximately 4000 ATIS 2 and ATIS 3 sentences, and then evaluated on the December 1994 test material (which was held aside as a blind test set). The combined system produced an error rate of 21.6%. Work on the system is ongoing, however, and interested parties are encouraged to contact the authors for more recent results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "6." |
| }, |
| { |
| "text": "We have presented a fully trained statistical natural language interface system, with separate models corresponding to the classical processing steps of parsing, semantic interpretation and discourse. Much work remains to be done in order to refine the statistical modeling techniques, and to extend the statistical models to additional linguistic phenomena such as quantification and anaphora resolution.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "7." |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We wish to thank Robert Ingria for his effort in supervising the annotation of the training corpus, and for his helpful technical suggestions. ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": "8." |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Developing an Evaluation Methodology for Spoken Language Systems", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bates", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Boisen", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Makhoul", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Speech and Natural Language Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "102--108", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Bates, M., Boisen, S., and Makhoul, J. \"Developing an Evaluation Methodology for Spoken Language Systems.\" Speech and Natural Language Workshop, Hidden Valley, Pennsylvania, 102-108.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "A Stochastic Parts Program and Noun Phrase Parser for Unrestricted Text", |
| "authors": [ |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Church", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Second Conference on Applied Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Church, K. \"A Stochastic Parts Program and Noun Phrase Parser for Unrestricted Text.\" Second Conference on Applied Natural Language Processing, Austin, Texas.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "An ,Efficient Context-Free Parsing Algorithm", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Earley", |
| "suffix": "" |
| } |
| ], |
| "year": 1970, |
| "venue": "Communications of the ACM", |
| "volume": "6", |
| "issue": "", |
| "pages": "451--455", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Earley, J. (1970). \"An ,Efficient Context-Free Parsing Algorithm.\" Communications of the ACM, 6, 451-455.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Description of the Proteus System as Used for MUC-5", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Sterling", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Fifth Message Understanding Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "181--194", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grishman, R., and Sterling, J. \"Description of the Proteus System as Used for MUC-5.\" Fifth Message Understanding Conference, Baltimore, Maryland, 181-194.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "A statistical approach to language modeling for the ATIS task", |
| "authors": [ |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Koppelman", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [ |
| "D" |
| ], |
| "last": "Pietra", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Epstein", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Roukos", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Ward", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Eurospeech", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Koppelman, J., Pietra, S. D., Epstein, M., Roukos, S., and Ward, T. \"A statistical approach to language modeling for the ATIS task.\" Eurospeech 1995, Madrid.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "CHRONUS: The Next Generation", |
| "authors": [ |
| { |
| "first": "E", |
| "middle": [], |
| "last": "Levin", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Pieraccini", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Spoken Language Systems Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "269--271", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Levin, E., and Pieraccini, R. \"CHRONUS: The Next Generation.\" Spoken Language Systems Technology Workshop, Austin, Texas, 269-271.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Statistical Decision Tree Models for Parsing", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Magerman", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "33rd Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "276--283", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Magerman, D. \"Statistical Decision Tree Models for Parsing.\" 33rd Annual Meeting of the Association for Computational Linguistics, Cambridge, Massachusetts, 276- 283.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Hidden Understanding Models", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miller, S. (1996). \"Hidden Understanding Models,\" Northeastern University, Boston, MA.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Recent Progress in Hidden Understanding Models", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Bates", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Bobrow", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Ingria", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Makhoul", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Spoken Language Systems Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "276--280", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miller, S., Bates, M., Bobrow, R., Ingria, R., Makhoul, J., and Schwartz, R. \"Recent Progress in Hidden Understanding Models.\" Spoken Language Systems Technology Workshop, Austin, Texas, 276-280.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Hidden Understanding Models of Natural Language", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Bobrow", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Ingria", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "32nd Annual Meeting of the Association 'ibr Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "25--32", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miller, S., Bobrow, R., Ingria, R., and Schwartz, R. \"Hidden Understanding Models of Natural Language.\" 32nd Annual Meeting of the Association 'ibr Computational Linguistics, Las Cruces, New Mexico, 25-32.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Benchmark Tests for the ARPA Spoken Language Program", |
| "authors": [ |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Pallett", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Fiscus", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Fisher", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Garofolo", |
| "suffix": "" |
| }, |
| { |
| "first": "B", |
| "middle": [], |
| "last": "Lund", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Martin", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Przybocki", |
| "suffix": "" |
| } |
| ], |
| "year": 1994, |
| "venue": "Spoken Language Systems Technology Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pallett, D., Fiscus, J., Fisher, W., Garofolo, J., Lund, B., Martin, A., and Przybocki, M. \"1994 Benchmark Tests for the ARPA Spoken Language Program.\" Spoken Language Systems Technology Workshop, Austin, Texas.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "The Estimation of Powerful Language Models from Small and Large Corpora", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Placeway", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Schwartz", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Fung", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Nguyen", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "IEEE ICASSP", |
| "volume": "", |
| "issue": "", |
| "pages": "33--36", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Placeway, P., Schwartz, R., Fung, P., and Nguyen, L. \"The Estimation of Powerful Language Models from Small and Large Corpora.\" IEEE ICASSP, 33-36.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Evaluation of Spoken Language Systems: the ATIS Domain", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Price", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Speech and Natural Language Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "91--95", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Price, P. \"Evaluation of Spoken Language Systems: the ATIS Domain.\" Speech and Natural Language Workshop, Hidden Valley, Pennsylvania, 91-95.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "\u00b0FINA: A Natural Language System for Spoken Language Applications", |
| "authors": [ |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Seneff", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "Computational Linguistics", |
| "volume": "18", |
| "issue": "", |
| "pages": "61--86", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Seneff, S. (1992). '\u00b0FINA: A Natural Language System for Spoken Language Applications.\" Computational Linguistics, 18,1, 61-86.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "An Efficient Probabilistic Context-Free Parsing Algorithm that Computes Prefix Probabilites", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Stolcke", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Computational Linguistics", |
| "volume": "21", |
| "issue": "2", |
| "pages": "165--201", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stolcke, A. (1995). \"An Efficient Probabilistic Context-Free Parsing Algorithm that Computes Prefix Probabilites.\" Computational Linguistics, 21 (2), 165-201.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Description of the PLUM System as Used for MUC-5", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Weischedel", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Ayuso", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Boisen", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Fox", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Ingfia", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Matsukawa", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Papageorgiou", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Maclaughlin", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Kitagawa", |
| "suffix": "" |
| }, |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Sakai", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Abe", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Hosihi", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Miyamoto", |
| "suffix": "" |
| }, |
| { |
| "first": "S", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "Fifth Message Understanding Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "93--107", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Weischedel, R., Ayuso, D., Boisen, S., Fox, H., Ingfia, R., Matsukawa, T., Papageorgiou, C., MacLaughlin, D., Kitagawa, M., Sakai, T., Abe, J., Hosihi, H., Miyamoto, Y., and Miller, S. \"Description of the PLUM System as Used for MUC-5.\" Fifth Message Understanding Conference, Baltimore, Maryland, 93-107.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "The constrained space of candidate parses T (received from the parsing model), combined with the full space of possible pre-discourse meanings Ms, is searched for n-best candidates according to the measure P(M s,T) P(W I T). These pre-discourse meanings, together with their associated probability scores, are passed to the discourse model. )P(WIT) P(Ms,T)P(WIT) P(MolMs,H)P(Ms,T)P(WIT) Overview of statistical processing.", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF1": { |
| "text": "A sample parse tree.", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF2": { |
| "text": "A sample semantic frame.", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF3": { |
| "text": "to fly from Boston to Denver. <displays Boston to Denver flights> Which flights are available on Tuesday? SYSTEM2: <displays Boston to Denver flights for Tuesday>", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| }, |
| "FIGREF4": { |
| "text": "I H, Ms) = P(YI X) . The 23 elements in vectors X and Y correspond to the 23 possible slots in the frame schema. Each element in X can have one of five values, specifying the relationship between the filler of the corresponding slot in Me and Ms: INITIAL -slot filled in Ms but not in Me TACIT -slot filled in Me but not in Ms REITERATE -slot filled in both Me and Ms; value the same CHANGE -slot filled in both Me and Ms; value different IRRELEVANT -slot not filled in either Me or Ms", |
| "type_str": "figure", |
| "num": null, |
| "uris": null |
| } |
| } |
| } |
| } |