|
{ |
|
"paper_id": "H94-1040", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T03:29:57.102618Z" |
|
}, |
|
"title": "COMBINING KNOWLEDGE SOURCES TO REORDER N-BEST SPEECH HYPOTHESIS LISTS", |
|
"authors": [ |
|
{ |
|
"first": "Manny", |
|
"middle": [], |
|
"last": "Raynez", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Carter", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "SRI International", |
|
"location": { |
|
"addrLine": "Suite 23, Millers Yard", |
|
"postCode": "CB2 1RQ", |
|
"settlement": "Cambridge", |
|
"country": "UK (" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Vassilios", |
|
"middle": [], |
|
"last": "Digalakis", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "Speech Technology and Research Laboratory", |
|
"institution": "SRI International", |
|
"location": { |
|
"addrLine": "333 Ravenswood Ave", |
|
"postCode": "94025-3493", |
|
"settlement": "Menlo Park", |
|
"region": "CA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Patti", |
|
"middle": [], |
|
"last": "Price", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "Speech Technology and Research Laboratory", |
|
"institution": "SRI International", |
|
"location": { |
|
"addrLine": "333 Ravenswood Ave", |
|
"postCode": "94025-3493", |
|
"settlement": "Menlo Park", |
|
"region": "CA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "A simple and general method is described that can combine different knowledge sources to reorder N-best lists of hypotheses produced by a speech recognizer. The method is automatically trainable, acquiring information from both positive and negative examples. In experiments, the method was tested on a 1000-utterance sample of unseen ATIS data.", |
|
"pdf_parse": { |
|
"paper_id": "H94-1040", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "A simple and general method is described that can combine different knowledge sources to reorder N-best lists of hypotheses produced by a speech recognizer. The method is automatically trainable, acquiring information from both positive and negative examples. In experiments, the method was tested on a 1000-utterance sample of unseen ATIS data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "During the last few years, the previously separate fields of speech and natural language processing have moved much closer together, and it is now common to see integrated systems containing components for both speech recognition and language processing. An immediate problem is the nature of the interface between the two. A popular solution has been the N-best list-for example, [9] ; for some N, the speech recognizer hands the language processor the N utterance hypotheses it considers most plausible. The recognizer chooses the hypotheses on the basis of the acoustic information in the input signal and, usually, a simple language model such as a bigram grammar. The language processor brings more sophisticated linguistic knowledge sources to bear, typically some form of syntactic and/or semantic analysis, and uses them to choose the most plausible member of the N-best list. We will call an algorithm that selects a member of the N-best list a preference method. The most common preference method is to select the highest member of the list that receives a valid semantic analysis. We will refer to this as the \"highest-incoverage\" method. Intuitively, highest-in-coverage seems a promising idea. However, practical experience shows that it is surprisingly hard to use it to extract concrete gains. For example, a recent paper [8] concluded that the highest-incoverage candidate was in terms of the word error rate only very marginally better than the one the recognizer considered best. In view of the considerable computational overhead required to perform linguistic analysis on a large number of speech hypotheses, its worth is dubious.", |
|
"cite_spans": [ |
|
{ |
|
"start": 381, |
|
"end": 384, |
|
"text": "[9]", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 1337, |
|
"end": 1340, |
|
"text": "[8]", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "INTRODUCTION", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "In this paper, we will describe a general strategy for constructing a preference method as a near-optimal combination of a number of different knowledge sources. By a \"knowledge source\", we will mean any well-defined procedure that asso- The methods described here were tested on a 1001-utterance unseen subset of the ATIS corpus; speech recognition was performed using SRI's DECIPHER TM recognizer [7, 5] , and linguistic analysis by a version of the Core Language Engine (CLE [2] ). For 10-best hypothesis lists, the best method yielded proportional reductions of 13% in the word error rate and 11% in the sentence error rate; if sentence error was scored in the context of the task, the reduction was about 21%. By contrast, the corresponding figures for the highestin-coverage method were a 7% reduction in word error rate, a 5% reduction in sentence error rate (strictly measured), and a 12% reduction in the sentence error rate in the context of the task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 399, |
|
"end": 402, |
|
"text": "[7,", |
|
"ref_id": "BIBREF6" |
|
}, |
|
{ |
|
"start": 403, |
|
"end": 405, |
|
"text": "5]", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 478, |
|
"end": 481, |
|
"text": "[2]", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "INTRODUCTION", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "The rest of the paper is laid out as follows. In Section 2 we describe a method that allows different knowledge sources to be merged into a near-optimal combination. Section 3 describes the experimental results in more detail. Section 4 concludes.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "INTRODUCTION", |
|
"sec_num": "1." |
|
}, |
|
{ |
|
"text": "Different knowledge sources (KSs) can be combined. We begin by assuming the existence of a training corpus of N-best lists produced by the recognizer, e~h list tagged with a \"reference sentence\" that determines which (if any) of the hypotheses in it was correct. We analyse each hypothesis H in the corpus using a set of possible KSs, each of which associates some form of information with H. Information can be of two different kinds. Some KSs may directly produce a number that can be viewed as a measure of H's plausibility. Typical examples are the score the recognizer assigned to H, and the score for whether or not H received a linguistic analysis (1 or 0, respectively). More commonly, however, the KS will produce a list of one or more \"linguistic items\" associated with H, for example surface N-grams in H or the grammar rules occurring in the best linguistic analysis of H, if there was one. A given linguistic item L is associated with a numerical score through a \"discrimination function\" (one function for each type of linguistic item), which summarizes the relative frequencies of occurrence of L in correct and incorrect hypotheses, respectively. Discrimination functions are discussed in more detail shortly. The score assigned to H by a KS of this kind will be the sum of the discrimination scores for all the linguistic items it finds. Thus, each KS will eventuMly contribute a numerical score, possibly via a discrimination function derived from an analysis of the training corpus.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "The totM score for each hypothesis is a weighted sum of the scores contributed by the various KSs. The final requirement is to use the training corpus a second time to compute optimal weights for the different KSs. This is an optimization problem that can be approximately solved using the method described in [3] 1 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 310, |
|
"end": 313, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "The most interesting role in the above is played by the discrimination functions. The intent is that linguistic items that tend to occur more frequently in correct hypotheses than incorrect ones will get positive scores; those which occur more frequently in incorrect hypotheses than correct ones will get negative scores. dT(L) for a given linguistic item L is computed as follows.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "(This is a sfight generalization of the method given in [4] .) The training corpus is analyzed, and each hypothesis is tagged with its set of associated linguistic items. We then find all possible 4-tuples (U, H1, H2, L) where", |
|
"cite_spans": [ |
|
{ |
|
"start": 56, |
|
"end": 59, |
|
"text": "[4]", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "\u2022 U is an utterance. * H1 and H2 are hypotheses for U, exactly one of which is correct.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "\u2022 L is a linguistic item of type T that is associated with exactly one of H1 and H2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "If L occurs in the correct hypothesis of the pair (Ha, H2), we call this a \"good\" occurrence of L; otherwise, it is a \"bad\" one. Counting occurrences over the whole set, we let g be the total number of good occurrences of L, and b be the total number of bad occurrences. The discrimination score of type T for L, dT(L), is then defined as a function d (g, b) . It seems sensible to demand that d(g, b) has the following properties: 1A summary can also be found in [11] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 352, |
|
"end": 358, |
|
"text": "(g, b)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 464, |
|
"end": 468, |
|
"text": "[11]", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "\u2022 d(gl,b) > d(g2,b) if ga > g2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "We have experimented with a number of possible such functions, the best one appearing to be the following:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "log2(2(g-b 1)/(g -[-b--b 2)) if g < b d(g,b)= o il g=b -log2(2(b.-t-1)/(g-t-b-.I-2)) if g >b", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "This formula is a symmetric, logarithmic transform of the function (g + 1)/(g -t-b + 2), which is the expected a posteriori probability that a new (U, Ha,H2, L) 4-tuple will be a good occurrence, assuming that, prior to the quantities g and b being known, this probability has a uniform a priori distribution on the interval [0,1].", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "One serious problem with corpus-based measures like discrimination functions is data sparseness; for this reason, it will often be advantageous to replace the raw linguistic items L with equivalence classes of such items, to smooth the data. We will discuss this further in Section 3.2.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "COMBINING KNOWLEDGE SOURCES", |
|
"sec_num": "2." |
|
}, |
|
{ |
|
"text": "Our experiments tested the general methods that we have outlined.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "EXPERIMENTS", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "The experiments were run on the 1001-utterance subset of the ATIS corpus used for the December 1993 evaluations, which was previously unseen data for the purposes of the experiments. The corpus, originally supplied as waveforms, was processed into N-best lists by the DECIPHER TM recognizer. The recognizer used a class bigram language model. Each Nbest hypothesis received a numerical plausibility score; only the top 10 hypotheses were retained. The 1-best sentence error rate was about 34%, the 5-best error rate (i.e., the frequency with which the correct hypothesis was not in the top 5) about 19%, and the 10-best error rate about 16%. Linguistic processing was performed using a version of the Core Language Engine (CLE) customized to the ATIS domain, which was developed under the SRI-SICS-Telia Research Spoken Language Translator project [1, 11, 12] . The CLE normally assigns a hypothesis several different possible linguistic analyses, scoring each one with a plausibility measure. The plausibility measure is highly optimized [3] , and for the ATIS domain has an error rate of about 5%. Only the most plausible linguistic analysis was used.", |
|
"cite_spans": [ |
|
{ |
|
"start": 848, |
|
"end": 851, |
|
"text": "[1,", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 852, |
|
"end": 855, |
|
"text": "11,", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 856, |
|
"end": 859, |
|
"text": "12]", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 1039, |
|
"end": 1042, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Set-up", |
|
"sec_num": "3.1." |
|
}, |
|
{ |
|
"text": "The general CLE grammar was specialized to the domain using the Explanation-Based Learning (EBL) algorithm [13] and the resulting grammar parsed using an LR parser [14] , giving a decrease in analysis time, compared to the normal CLE left-corner parser, of about an order of magnitude. This made it possible to impose moderately realistic resource limits: linguistic analysis was allowed a maximum of 12 CPU seconds per hypothesis, running SICStus Prolog on a Sun SPARCstation 10/412. Analysis that overran the time limit was cut off, and corresponding data replaced by null values. Approximately 1.2% of all hypotheses timed out during 2All product names mentioned in this paper are the trademark of their respective holder. linguistic analysis; the average analysis time required per hypothesis was 2.1 seconds.", |
|
"cite_spans": [ |
|
{ |
|
"start": 107, |
|
"end": 111, |
|
"text": "[13]", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 164, |
|
"end": 168, |
|
"text": "[14]", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Set-up", |
|
"sec_num": "3.1." |
|
}, |
|
{ |
|
"text": "Experiments were carried out by first dividing the corpus into five approximately equal pools, in such a way that sentences from any given speaker were never assigned to more than one pool 3 . Each pool was then in turn held out as test data, and the other four used as training data.. The fact that utterances from the same speaker never occurred both as test and training data turned out to have an important effect on the results, and is discussed in more detail later.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Set-up", |
|
"sec_num": "3.1." |
|
}, |
|
{ |
|
"text": "The following knowledge sources were used in the experiments: In coverage: Whether or not the CLE assigned the hypothesis a linguistic analysis (1 or 0).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Sources Used", |
|
"sec_num": "3.2." |
|
}, |
|
{ |
|
"text": "Unlikely grammar construction: 1 if the most plansible linguistic analysis assigned to the hypothesis by the CLE was \"unlikely\", 0 otherwise. In these experiments, the only analyses tagged as \"unlikely\" are ones in which the main verb is a form of be, and there is a number mismatch between subject and predicate-for example, \"what is the fares?\". Typical values for Rel are \"subject\" or \"object\", when Head1 is a verb and Head2 the head-word of one of its arguments; alternatively, Rel can be a preposition, if the relation is a PP modification of an NP or VP. There are also some other possibilities (cf. [3] ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 607, |
|
"end": 610, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Sources Used", |
|
"sec_num": "3.2." |
|
}, |
|
{ |
|
"text": "3We would llke to thank Bob Moore for suggesting this idea.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Sources Used", |
|
"sec_num": "3.2." |
|
}, |
|
{ |
|
"text": "The knowledge sources naturally fall into three groups. The first is the singleton consisting of the \"recognizer score\" KS; the second contains the four class N-gram discriminant KSs; the third consists of the remMning \"linguistic\" KSs. The method of [3] was used to calculate near-optimal weights for three combinations of KSs: ", |
|
"cite_spans": [ |
|
{ |
|
"start": 251, |
|
"end": 254, |
|
"text": "[3]", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Knowledge Sources Used", |
|
"sec_num": "3.2." |
|
}, |
|
{ |
|
"text": "To facilitate comparison, some other methods were tested as well. Two variants of the highest-in-coverage method provided a lower limit: the \"straight\" method, and one in which the hypotheses were first rescored using the optimized combination of recognizer score and N-gram discriminant KSs. This is marked in the tables as \"N-gram/highest-incoverage\", and is roughly the strategy described in [6] . An upper limit was set by a method that selected the hypothesis in the list with the lower number of insertions, deletions and substitutions. This is marked as \"lowest WE in 10-best\". Table 1 shows the sentence error rates for different preference methods and utterance lengths, using 10-best lists; Table 2 shows the word error rates for each method on the full set. The absolute decrease in the sentence error rate between 1best and optimized 10-best with all KSs is from 33.7% to 29.9%, a proportionM decrease of 11%. This is nearly exactly the same as the improvement measured when the lists were rescored using a class trigram model, though it should be stressed that the present experiments used far less training data. The word error rate decreased from 7.5% to 6.4%, a 13% proportional decrease. Here, however, the trigram model performed significantly better, and achieved a reduction of 22%.", |
|
"cite_spans": [ |
|
{ |
|
"start": 395, |
|
"end": 398, |
|
"text": "[6]", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 585, |
|
"end": 592, |
|
"text": "Table 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 701, |
|
"end": 708, |
|
"text": "Table 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "All available KSs", |
|
"sec_num": "3." |
|
}, |
|
{ |
|
"text": "It is apparent that nearly all of the improvement is coming from the linguistic KSs; the difference between the lines \"recognizer + linguistic KSs\" and \"all available KSs\" is not significant. Closer inspection of the results also shows that the improvement, when evaluated in the context of the spoken languagetranslation task, is rather greater than Table 1 Preference method Table 3 . The improvement in sentence error rate on this method of evaluation is from 28.8% to 22.8%, a proportional decrease of 21~0. On either type of evaluation, the difference between \"all available KSs\" and any other method except \"recognizer + linguistic KSs\" is significant at the 5% level according to the McNemar sign test [10] .", |
|
"cite_spans": [ |
|
{ |
|
"start": 709, |
|
"end": 713, |
|
"text": "[10]", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 351, |
|
"end": 358, |
|
"text": "Table 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 377, |
|
"end": 384, |
|
"text": "Table 3", |
|
"ref_id": "TABREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "One point of experimental method is interesting enough to be worth a diversion. In earlier experiments, reported in the notebook version of this paper, we had not separated the data in such a way as to ensure that the speakers of the utterances in the test and training data were always disjoint. This led to results that were both better and also qualitatively different; the N-gram KSs made a much larger contribution, and appeared to dominate the linguistic KSs. This presumably shows that there are strong surface uniformities between utterances from at least some of the speakers, which the N-gram KSs can capture more easily than the linguistic ones. It is possible that the effect is an artifact of the data-collection methods, and is wholly or partially caused by users who repeat queries after system misrecognitions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "For a total of 88 utterances, there was some acceptable 10best hypothesis, but the hypothesis chosen by the method Table 4 : Causes of N-best preference failure that made use of all available KSs was unacceptable. To get a more detailed picture of where the preference methods might be improved, we inspected these utterances and categorized them into different apparent causes of failure. Four main classes of failure were considered:", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 115, |
|
"end": 122, |
|
"text": "Table 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "Apparently impossible: There is no apparent reason to prefer the correct hypothesis to the one chosen without access to intersentential context or prosody. There were two main subclasses: either some important content word was substituted by an equally plausible alternative (e.g. \"Minneapolis\" instead of \"Indianapolis\"), or the utterance was so badly malformed that none of the alternatives seemed plausible.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "Coverage problem: The correct hypothesis was not in implemented linguistic coverage, but would probably have been chosen if it had been; alternately, the selected hypothesis was incorrectly classed as \" being in linguistic coverage, but would probably not have been chosen if it had been correctly classifted as ungrammatical.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "Clear preference failure: The information needed to make the correct choice appeared intuitively to be present, but had not been exploited.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "Uncertain: Other cases.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "The results are summarized in Table 4 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 30, |
|
"end": 37, |
|
"text": "Table 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "At present, the best preference method is in effect able to identify about 40% of the acceptable new hypotheses produced when going from 1-best to 10-best. (In contrast, the \"highest-in-coverage\" method finds only about 20%.) It appears that addressing the problems responsible for the last three failure categories could potentially improve the proportion to something between 70% and 90%. Of this increase, about two-thirds could probably be achieved by suitable improvements to linguistic coverage, and the rest by other means. It seems plausible that a fairly substantial proportion of the failures not due to coverage problems can be ascribed to the very small quantity of training data used.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "3.3." |
|
}, |
|
{ |
|
"text": "A simple and uniform architecture combines different knowledge sources to create an N-best preference method. The method can easily absorb new knowledge sources as they become available, and can be automatically trained. It is economical with regard to training material, since it makes use of both correct and incorrect recognizer hypotheses. It is in fact to be noted that over 80% of the discrimination scores are negative, deriving from incorrect hypotheses. The apparent success of the method can perhaps most simply be explained by the fact that it attempts directly to model characteristic mistakes made by the recognizer. These are often idiosyncratic to a particular recognizer (or even to a particular version of a recognizer), and will not necessarily be easy to detect using more standard language models based on information derived from correct utterances only.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "CONCLUSIONS", |
|
"sec_num": "4." |
|
}, |
|
{ |
|
"text": "We find the initial results described here encouraging, and in the next few months intend to extend them by training on larger amounts of data, refining existing knowledge sources, and adding new ones. In particular, we plan to investigate the possibility of improving the linguistic KSs by using partial linguistic analyses when a full analysis is not available. We are also experimenting with applying our methods to N-best lists that have first been rescored using normal class trigram models. Preliminary results indicate a proportional decrease of about 7% in the sentence error rate when syntactic variants of the reference sentence are counted as correct; this is significant according to the McNemar test. Only the finguistic KSs appear to contribute. We hope to be able to report these results in more detail at a later date.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "CONCLUSIONS", |
|
"sec_num": "4." |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "The work we have described was accomplished under contract to Tefia Research.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "ACKNOWLEDGEMENT", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "The Core Language Engine", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Alshawi", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alshawi, H., The Core Language Engine, Cambridge, Massachusetts: The MIT Press, 1992.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Training and Scaling Preference Functions for Disambiguation", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Alshawi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Carter", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "SRI Technical Report", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alshawi, H. and Carter, D.M., Training and Scaling Preference Functions for Disambiguation, SRI Techni- cal Report, 1993.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "The Use of Semantic Collocations in Preference Metrics and Word Similarity Measures, M", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Collins", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Collins, M.J. The Use of Semantic Collocations in Pref- erence Metrics and Word Similarity Measures, M Phil Thesis, Cambridge University, Cambridge, England, 1993.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Genones: Optimizing the Degree of Tying in a Large Vocabulary HMM Speech Recognizer", |
|
"authors": [ |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Digalakis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Murveit", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "Proc. Inter. Conf. on Acoust., Speech and Signal Proc", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Digalakis, V. and Murveit, H., \"Genones: Optimizing the Degree of Tying in a Large Vocabulary HMM Speech Recognizer\", Proc. Inter. Conf. on Acoust., Speech and Signal Proc., 1994.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "BBN Byblos and Harc February 1992 ATIS Benchmark Results", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Kubala", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Barry", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Bates", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Bobrow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Fung", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Ingria", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Makhoul", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Nguyen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Schwartz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Stallard", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kubala, F., Barry, C., Bates, M., Bobrow, R., Fung, P., Ingria, R., Makhoul, J., Nguyen, L., Schwartz, R. and Stallard, D., \"BBN Byblos and Harc February 1992 ATIS Benchmark Results\", Proe. DARPA Workshop on Speech and Natural Language, 199P.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Large Vocabulary Dictation using SRI's DECIPHER TM Speech Recognition System: Progressive Search Techniques", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Murveit", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Butzberger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Digalakis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Weintraub", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Proc. Inter. Conf. on Acoust., Speech and Signal Proc", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Murveit, H., Butzberger, J., Digalakis, V. and Wein- traub, M., \"Large Vocabulary Dictation using SRI's DECIPHER TM Speech Recognition System: Progres- sive Search Techniques\", Proc. Inter. Conf. on Acoust., Speech and Signal Proc., Minneapolis, Minnesota, April 1993.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Recent Improvements and Benchmark Results for the Paramax ATIS System", |
|
"authors": [ |
|
{ |
|
"first": "L", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Norton", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Dahl", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Linebarger", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proc. DARPA Workshop on Speech and Natural Language", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Norton, L.M., Dahl, D.A. and Linebarger, M.C., \"Re- cent Improvements and Benchmark Results for the Para- max ATIS System\". Proc. DARPA Workshop on Speech and Natural Language, 1992.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Integration of Diverse Recognition Methodologies Through Reevaluation of N-best Sentence Hypotheses", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Ostendorf", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proc. DARPA Workshop on Speech and Natural Language", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ostendorf, M., et al., \"Integration of Diverse Recog- nition Methodologies Through Reevaluation of N-best Sentence Hypotheses,\" Proc. DARPA Workshop on Speech and Natural Language, 1991.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Cambridge Mathematical and Statistical Tables", |
|
"authors": [ |
|
{ |
|
"first": "F", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Powell", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1976, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Powell, F.C., Cambridge Mathematical and Statistical Tables, Cambridge University Press, Cambridge, Eng- land, 1976.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "A Speech to Speech Translation System Built From Standard Components", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Rayner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Alshawi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Bretan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Carter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Diga]akis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Gamb\u00a3ck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Kaja", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Karlgren", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Lyberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Price", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pulman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Samuelsson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Proc. ARPA workshop on Human Language Technology", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rayner, M., Alshawi, H., Bretan, I., Carter, D.M., Di- ga]akis, V., Gamb\u00a3ck, B., Kaja, J., Karlgren, J., Ly- berg, B., Price, P., Pulman, S. and Samuelsson, C., \"A Speech to Speech Translation System Built From Stan- dard Components\". Proc. ARPA workshop on Human Language Technology, 1993", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Spoken Language Translation with Mid-90's Technology: A Case Study", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Rayner", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Bretan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Carter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Collins", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "Digalakis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Gamb\u00a3ck", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Kaja", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Karlgren", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Lyberg", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Price", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Pulman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Samuelsson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "Proc. Eurospeeeh '93", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Rayner, M., Bretan, I., Carter, D., Collins, M., Di- galakis, V., Gamb\u00a3ck, B., Kaja, J., Karlgren, J., Ly- berg, B., Price, P., Pulman S. and Samuelsson, C., \"Spo- ken Language Translation with Mid-90's Technology: A Case Study\". Proc. Eurospeeeh '93, Berlin, 1993.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Quantitative Evaluation of Explanation-Based Learning as a Tuning Tool for a Large-Scale Natural Language System", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Samuelsson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Rayner", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Proc. 1Pth International Joint Conference on Artificial Intelligence", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Samuelsson, C. and Rayner, M., \"Quantitative Evalu- ation of Explanation-Based Learning as a Tuning Tool for a Large-Scale Natural Language System\". Proc. 1Pth International Joint Conference on Artificial Intelligence. Sydney, Australia, 1991.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Fast Natural Language Parsing Using Explanation-Based Learning", |
|
"authors": [ |
|
{ |
|
"first": "C", |
|
"middle": [], |
|
"last": "Samuelsson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Samuelsson, C., Fast Natural Language Parsing Using Explanation-Based Learning, PhD thesis, Royal Insti- tute of Technology, Stockholm, Sweden, 1994.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "ciates some potentially meaningful piece of information with a given utterance hypothesis H. Some examples of knowledge sources are \u2022 The plausibility score originally assigned to H by the recognizer \u2022 The sets of surface unigrams, bigrams and trigrams present in H \u2022 Whether or not H receives a well-formed syntactic/semantic analysis \u2022 If so, properties of that analysis" |
|
}, |
|
"FIGREF1": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "\u2022 d(g,b)>Oifg>b \u2022 d(g, b) = -d(b, g) (and hence d(g, b) ----0 if g ----b)" |
|
}, |
|
"FIGREF2": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Class N-gram discriminants (four distinct knowledge sources): Discrimination scores for 1-, 2-, 3-and 4-grams of classes of surface linguistic items. The class N-grams are extracted after some surface words are grouped into multi-word phrases, and some common words and groups are replaced with classes; the dummy words *START* and *END* are also added to the beginning and end of the list, respectively. Thus, for example, the utterance one way flights to d f w would, after this phase of processing, be *START* flight_type_adj flights to airport_name *END*. Grammar rule discriminants: Discrimination scores for the grammar rules used in the most plausible linguistic analysis of the hypothesis, if there was one. Semantic triple diseriminants: Discrimination scores for \"semantic triples\" in the most plausible linguistic analysis of the hypothesis, if there was one. A semantic triple is of the form (Head1, Rel, Head2), where Head1 and Head2 are head-words of phrases, and Rel is a grammatical relation obtaining between them." |
|
}, |
|
"FIGREF3": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Recognizer score + class N-gram discriminant KSs 2. Recognizer score + linguistic KSs" |
|
}, |
|
"TABREF2": { |
|
"text": "example all el the can be substituted for all the or what are ... for which are .... When syntactic variants of this kind are scored as correct, the figures are as shown in", |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td/><td>Word Error (%)</td></tr><tr><td>1-best</td><td>7.4</td></tr><tr><td>Highest-in-coverage</td><td>6.9</td></tr><tr><td>Recognizer+N-gram KSs</td><td>6.8</td></tr><tr><td>N-gram/highest-in-coverage</td><td>6.7</td></tr><tr><td>Recognizer+linguistic KSs</td><td>6.5</td></tr><tr><td>All available KSs</td><td>6.4</td></tr><tr><td>Lowest WE in 10-best</td><td>3.0</td></tr><tr><td colspan=\"2\">Table 2: 10-best word error rates</td></tr><tr><td colspan=\"2\">would appear to indicate. Since the linguistic KSs only look</td></tr><tr><td colspan=\"2\">at the abstract semantic analyses of the hypotheses, they of-</td></tr><tr><td colspan=\"2\">ten tend to pick harmless syntactic variants of the reference</td></tr><tr><td>sentence; for</td><td/></tr></table>", |
|
"num": null |
|
}, |
|
"TABREF4": { |
|
"text": "", |
|
"html": null, |
|
"type_str": "table", |
|
"content": "<table><tr><td>: 10-best sentence error rates counting acceptable</td></tr><tr><td>variants as successes</td></tr></table>", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |