| { |
| "paper_id": "C90-2011", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T12:36:37.784868Z" |
| }, |
| "title": "An Augmented Chart Data Structure with Efficient Word Lattice Parsing Scheme In Speech Recognition Applications", |
| "authors": [ |
| { |
| "first": "Lee-Feng", |
| "middle": [], |
| "last": "Chien", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Taiwan University", |
| "location": { |
| "settlement": "Taipei", |
| "country": "Taiwan, R.O.C" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "K", |
| "middle": [ |
| "J" |
| ], |
| "last": "Chen", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Lin-Shan", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "National Taiwan University", |
| "location": { |
| "settlement": "Taipei", |
| "country": "Taiwan, R.O.C" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper, an augmented chart data structure with efficient word lattice parsing scheme in speech recognition applications is proposed. The augmented chart and the associated parsing, algorithm can represent and parse very efficiently a lattice of word hypotheses produced in speech recognition with high degree of lexical ambiguity .without changing the fundamental principles of chart parsing. Every word !attice can be mapped to the augmented chart with the ordering and connection relation among word hypotheses being well preserved in the augmented chart. A jump edge is defined to link edges representing word hypotheses physically separated but practically possible to be connected. Preliminary experimental results show that with the augmented chart parsing all possible constituents of the input word lattice can be constructed and no constituent needs to be built more than once. This will reduce the computation complexity significantly especially when serious lexical ambiguity exists in the input word lattice as in many speech recognition problems. This augmented chart parsing is thus a very useful and efficient approach to language processing problems in speech recognition applications.", |
| "pdf_parse": { |
| "paper_id": "C90-2011", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper, an augmented chart data structure with efficient word lattice parsing scheme in speech recognition applications is proposed. The augmented chart and the associated parsing, algorithm can represent and parse very efficiently a lattice of word hypotheses produced in speech recognition with high degree of lexical ambiguity .without changing the fundamental principles of chart parsing. Every word !attice can be mapped to the augmented chart with the ordering and connection relation among word hypotheses being well preserved in the augmented chart. A jump edge is defined to link edges representing word hypotheses physically separated but practically possible to be connected. Preliminary experimental results show that with the augmented chart parsing all possible constituents of the input word lattice can be constructed and no constituent needs to be built more than once. This will reduce the computation complexity significantly especially when serious lexical ambiguity exists in the input word lattice as in many speech recognition problems. This augmented chart parsing is thus a very useful and efficient approach to language processing problems in speech recognition applications.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "In this paper, the conventional chart data structure has been augmented for efficient word lattice parsing to handle the high degree of ambiguities encountered in speech recognition applications. A word lattice is a set of word hypotheses produced by some acoustic signal processor in continuous speech recognition applications which possibly includes problems such as word boundary overlapping, lexical ambiguities, missing or extra phones, recognition uncertainty and errors, etc. The purpose of parsing such a word lattice is to efficiently and accurately obtain the most promising candidate sentence at acceptable computation complexity by means of grammatical constraints and appropriate data structure design. For example, in the process of continuous speech recognition, it happened very often that not oaly more than one words may be produced for a given segment of speech (such as homonyms, especially for some languages with large number of homonyms such as Chinese language (Lee, 1987) ), but many competing word hypotheses can be produced at overlapping, adjoining, or separate sediments of the acoustic sig-nal without a set of aligned word boundaries. T,,,is will result in huge number of sentence hypotheses, each of which formed by one combination of a sequence of word hypotheses, such that exhaustively parsing all these sentence hypotheses with a conventionai text parser is computational inefficient or even prohibitively difficult. A really efficient approach is therefore desired. Several algorithms for parsing such word lattices had been proposed (Tomita, 1986; Chow, 1989) . These algorithms had been shown to be ve~:y efficient in parsing less ambiguous natural lartguages such as English obtained in speech recognition. However, all of them are primarily strictly from left-to-right, thus with relatively limited applications for cases in which other strategies such as island-driven (Hayes, 1986) or even right-to-left are more useful (Huang, 1988) , for example, corrupted word lattice with extra, missing or erroneous phones in speech recognition (Ward, 1988) . On the other hand, chart has been an efficient working structure widely used in many natural language processing systems and has been shown to be a very effective approach (Kay, 1980) , but it is basically designed to parse a sequence of fixed and known words instead of ambiguous word lattice. In this paper, the conventional chart is therefore extended or augmented such that it is able to represent a word lattice; while the conventional functions, operations and properties of a chart parser as well as some useful extensions such as the use of lexicalized grammars and island-driven parsing will not be affected by the augmentation at all. Therefore t2he augmented chart parsing proposed in this paper is a very efficient and attractive parsing scheme for many language processing problems in speech recognition applications. A word lattice parser based on the augmented chart data structure proposed here has been implemented and tested for Chinese language and the preliminary results are very encouraging.", |
| "cite_spans": [ |
| { |
| "start": 985, |
| "end": 996, |
| "text": "(Lee, 1987)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 1571, |
| "end": 1585, |
| "text": "(Tomita, 1986;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 1586, |
| "end": 1597, |
| "text": "Chow, 1989)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 1911, |
| "end": 1924, |
| "text": "(Hayes, 1986)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 1963, |
| "end": 1976, |
| "text": "(Huang, 1988)", |
| "ref_id": null |
| }, |
| { |
| "start": 2077, |
| "end": 2089, |
| "text": "(Ward, 1988)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 2264, |
| "end": 2275, |
| "text": "(Kay, 1980)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "In the following, Section 2 introduces the concept of the augmented chart and Section 3 describes the mapping procedure to map an input word lattice to the ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1." |
| }, |
| { |
| "text": "The conventional chart parsing algorithm was designed to parse a sequence of words. In this section the chart is augmented for parsing word lattices. The purpose is to efficiently and accurately find out all grammatically valid sentence hypotheses and their sentence structures from a given word lattice based on a grammar.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Augmented Chart", |
| "sec_num": "2." |
| }, |
| { |
| "text": "A word lattice W is a partially ordered set of word hypotheses, W = {w 1 ..... win}, where each word hypothesis w i, i=l .... ,m, is characterized by begin, the beginning point, end, the ending point, cat, the category, phone, the associated phonemes, and name, the word name of the word hypothesis. These word hypotheses are sorted in the order of their ending points; that is, for every pair of word hypotheses w i and wj, i<j implies end(wi) <= end(wj). Also, two word hypotheses w i and wj are said to be connected if there is no other word hypothesis located exactiy between the boundaries of the two word hypotheses, i.e., if w i _< wj and there does not exist any other word hypothesis w k such that w i < w k _<wj, where w i _< wj fff end(wi) <= begin(wj). A sentence hypothesis is then a sequence of connected word hypotheses selected from the given word lattice, and a sentence hypothesis is grammatical valid only if it can be generated by a grammar. As an example, a sample word lattice constructed for demonstration purpose is shown on the top of Fig. 1 , in which only the word sequence \"Tad does this.\" is a valid sentence hypothesis. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 1060, |
| "end": 1066, |
| "text": "Fig. 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "The Augmented Chart", |
| "sec_num": "2." |
| }, |
| { |
| "text": "I I.. f V t)o, '[ ~C t V V'~ YV", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Augmented Chart", |
| "sec_num": "2." |
| }, |
| { |
| "text": "\u2022 : ~ I m 11 I 2--L II Fig.1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Augmented Chart", |
| "sec_num": "2." |
| }, |
| { |
| "text": "In this figure, on the top is a set of overlapped word hypotheses which are assumed to be produced by an acoustic signal processor in speech recognition, where each rectangular shape denotes the time segment of the acoustic signal for the word hypothesis and above it is the 5-tuple information, from left to right, i.e., begin, end, cat, phone and name, respectively; on the middle are the sorted wbp's; and on the bottom is the resulting initial chart.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Augmented Chart", |
| "sec_num": "2." |
| }, |
| { |
| "text": "E6) = false due to E 3 and E 4 existing in between. This jump edge and the new connection relation is the primary difference between the conventional chart and our augmented chart.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "The Augmented Chart", |
| "sec_num": "2." |
| }, |
| { |
| "text": "Before parsing is performed, any input word lattice has to be mapped to the augmented chart. At the beginning of the mapping procedure, we have to first consider a situation in which additional word hypotheses should be inserted into the input lattice to avoid any important word being missed in the sentence. A good example for such situation is in Fig. 2 where the time segment for the word hypothesis w i (the word \"same\") is from 10 to 20, and that for wj (the word \"message\") is from 14 to 30. Apparently for this situation four cases are all possible: w i is a correct word but wj is not, wj is correct but w i is not, both w i and wj are correct because they share a common phoneme (m) in the co-articulated continuous acoustic signal, or both w i and wj are not correct. A simple approach to be used here is that two additional word hypotheses Wil (also \"same\", but from 10 to 17) and wj 1 (also \"message\", but from 17 to 30) are inserted into the word lattice W, such that all the above four possible cases will be properly considered during parsing and no any word will be missed. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 350, |
| "end": 358, |
| "text": "Fig. 2", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Augmented Chart", |
| "sec_num": null |
| }, |
| { |
| "text": "The fundamental principle of chart parsing is:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Extensions", |
| "sec_num": null |
| }, |
| { |
| "text": "Whenever an active edge A is connected to an inactive edge I which satisfies A's conditions for extensions, a new edge N covering both is built. Now, in the augmented chart parsing this principle is still held;", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Extensions", |
| "sec_num": null |
| }, |
| { |
| "text": "except that the inactive edge I doesn't have to share the same vertex with the active edge A; instead it can be separated from the active edge A, as long as there exists a jump edge linking edges A and I. The augmented chart parsing scheme proposed here is not only very useful and efficient to rule-based grammar applications, but is equally useful and efficient in other applications such as a lexicalized grammar (e.g.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Extensions", |
| "sec_num": null |
| }, |
| { |
| "text": ",HPSG (Pollard, 1987) ) in which the syntactical relationships are stated as part of the lexical description, and in the augmented chart the structures to be assigned to the input may be extended to attribute-value matrices (complex feature structures)", |
| "cite_spans": [ |
| { |
| "start": 6, |
| "end": 21, |
| "text": "(Pollard, 1987)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Extensions", |
| "sec_num": null |
| }, |
| { |
| "text": "instead of syntactic parsing trees and the recognition algorithm may rely on the head-driven slot and filler principle instead of derivation oriented recognition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Extensions", |
| "sec_num": null |
| }, |
| { |
| "text": "Such an extension is in fact straightforward. Furthermore, in some other approaches to increase the flexibility of the slot and filler principle, such as island parsing (Stock, 1988) and discontinuous segmented parsing (Hellwig, 1988) , the augmented chart proposed here can also be easily extended and applied.", |
| "cite_spans": [ |
| { |
| "start": 169, |
| "end": 182, |
| "text": "(Stock, 1988)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 219, |
| "end": 234, |
| "text": "(Hellwig, 1988)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Further Extensions", |
| "sec_num": null |
| }, |
| { |
| "text": "In order to see how the above, concept \"for Although this ratio depends seriously on the degree of ambiguity of the input word lattices, the computation complexity can always be reduced significantly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Some Preliminary Experimental Results", |
| "sec_num": "5." |
| }, |
| { |
| "text": "~.3 ~g.1 ~c~ce Fig.4 An example in Mandarin Chinese is given here. It is obtained from the Chinese sentence utterance: ni-3 'you' shr-4 'are' yi-2 'a' jia-4 'set' huei-4 'can' tieng-1 'listen to' guo-2 iu-3 'Mandarin' de-5 'which' dian-4 nan-3 'computer' (you are a computer which can listen to Mandarin, ~ ~ -~--~~-~[~,~.'~j~ ), where the syllables are represented in Mandarin Phonetic Symbols II (MPS-II) with the integers (1 to 5) indicating the tone. The possible word hypotheses are shovm above where the horizontal axis denotes the time ordering of the syllables and the vertical scale shows the corresponding word hypotheses for the syllables, in which only those denoted by \"*\" are correct words. In this example all the syllables are actually clearly identified and correctly recognized and therefore all word hypotheses are in fact well aligned in boundaries, except that two syllables (the first syllable hi-3 and the sixth syllable tieng-1) are confused by a second candidate (li-3 and tiang-1, respectively). Therefore the ambiguity is primarily due to the large number of homonyms in Chinese language. The line segments under each word hypothesis indicates whether the word hypothesis is composed of one or two syllables. In our analysis, as many as 470 sentence hypotheses are obtained from this example word lattice with most syllables correctly recognized, and the experimental results show that for this example ~totally 58132 edges have to be built in conventional chart parsing, while only 925 edges are necessary in the. augmented chart parsing. The edge reduction ratio for this example is 1/62.8.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 15, |
| "end": 20, |
| "text": "Fig.4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Some Preliminary Experimental Results", |
| "sec_num": "5." |
| }, |
| { |
| "text": "In this paper, an augmented chart data structure fc,~' word lattice parsing is proposed, it is able to represent a~ad parse a lattice of words very efficiently without changing the fundamental principles, operations and applications of chart parsing. With this proposed approach, all possible constituents of the in!rot word lattice can be constructed and no constituent needs to be built more than once. This wilt reduce the computation complexity significantly especially when serious lexical ambiguity exists in the input word lattice. It is a general parsing scheme, in<lependent of the granmmr formalisms and parsing strategies, thus can be easily extended to different applications. This augmented chart parsing scheme is therefore a very useful and efficient approach for speech recognition applications.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concluding Remarks", |
| "sec_num": "6." |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Speech Understanding Using A Unification Grammar", |
| "authors": [ |
| { |
| "first": "-", |
| "middle": [], |
| "last": "Chow Yen", |
| "suffix": "" |
| }, |
| { |
| "first": "Ronkos", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Salim", |
| "suffix": "" |
| } |
| ], |
| "year": 1989, |
| "venue": "Proceedings of the International Conference on", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chow Yen-Lu and Ronkos Salim. (1989). Speech Understanding Using A Unification Grammar. Proceedings of the International Conference on", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Speech and Signal Processing", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Acoustic", |
| "suffix": "" |
| } |
| ], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "727--730", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Acoustic, Speech and Signal Processing, pp. 727-730.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Unification-based Analysis and Parsing Strategy of Mandarin Particle Question", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [ |
| "R" |
| ], |
| "last": "Hu;Img", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [ |
| "L" |
| ], |
| "last": "Shin", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of International Computer Symposium, Taipei", |
| "volume": "", |
| "issue": "", |
| "pages": "38--43", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hu;img C. R. and Shin Y. L. (1988) Unification-based Analysis and Parsing Strategy of Mandarin Particle Question. Proceedings of International Computer Symposium, Taipei, pp-38-43.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Parsing Spoken Language:A Semantic Caseframe Approach", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [ |
| "J" |
| ], |
| "last": "Hayes", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings of the International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "587--592", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hayes P.J. et al. (1986). Parsing Spoken Language:A Semantic Caseframe Approach. Proceedings of the International Conference on Computational Linguistics, pp. 587-592.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Chart Parsing According to the Slot and Filler Principle", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Hellwing", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of the International Conference on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "242--244", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hellwing P. (1988). Chart Parsing According to the Slot and Filler Principle. Proceedings of the International Conference on Computational Linguistics, pp. 242~244.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Algorithm Schemata and Data Structures in Syntactic Processing", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Kay", |
| "suffix": "" |
| } |
| ], |
| "year": 1980, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kay M. (1980). Algorithm Schemata and Data Structures in Syntactic Processing. Xerox Report CSL~80-12, Pala Alto.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "The Preliminal)7 Resuhs of a Mandarin Dictation Machine based upon Chinese Natural Language Analysis", |
| "authors": [ |
| { |
| "first": "L", |
| "middle": [ |
| "S" |
| ], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Proceedings of the International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lee L. S. et al. (1987). The Preliminal)7 Resuhs of a Mandarin Dictation Machine based upon Chinese Natural Language Analysis. Proceedings of the International Joint Conference on Artificial Intelligence.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Information-Based Syntax and Semmltics", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Pollard", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [ |
| "A" |
| ], |
| "last": "Sag I", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "", |
| "volume": "1", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Pollard C. and Sag i. A. (1987). Information-Based Syntax and Semmltics, Vol. 1. Fundamentals, CSLI Lectm'e Notes, No. 12., Stanford Universky.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Island Parsing and Bidirectional Charts", |
| "authors": [ |
| { |
| "first": "O", |
| "middle": [], |
| "last": "Stock", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of the international Conference. on Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "636--641", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Stock O.et al. (1988). Island Parsing and Bidirectional Charts. Proceedings of the international Conference. on Computational Linguistics, pp. 636o641,", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "An Efficient Word Lattice Parsing Algorithm for Continuous Speech Recognition", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Tomita", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Proceedings of the International Conference on Acoustic, Speech and Signal Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "1569--1572", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tomita M. (1986). An Efficient Word Lattice Parsing Algorithm for Continuous Speech Recognition. Proceedings of the International Conference on Acoustic, Speech and Signal Processing, pp. 1569-1572.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Parsing Spoken Phrases Despite Missing Words", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [ |
| "H" |
| ], |
| "last": "Ward", |
| "suffix": "" |
| } |
| ], |
| "year": 1988, |
| "venue": "Proceedings of the international Conference on Acoustic, Speech and Signal Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "275--278", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ward W. H. et al. (1988). Parsing Spoken Phrases Despite Missing Words. Proceedings of the international Conference on Acoustic, Speech and Signal Processing, pp. 275-278.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "augmented chart. The parsing scheme and some fitrther extensions are discussed in Sections 4; while some preliminary experimental results are presented irt Section 5. Concluding remarks are finally given in Section 6." |
| }, |
| "FIGREF1": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "The augmented chart is a directed uncyclic graph specified by a two-tuple <V, E>, where V is a sequence of vertices and E is a set of edges. Eachvertex in V represents an end point of some word hypotheses in the input word lattice, while the edge set is divided into three disjoint groups: inactive, active and jump edges. As were used in a conventional chart, an inactive edge is a data structure to represent a completed constituent, while an active edge represents an incomplete constituent which needs some other complete constituents to compose a larger one. A jump edge, however, is a functional edge which links two different edges to indicate their connection relation (described below) and guide the parser to search through all edges connected to each active edge during parsing. The pailial ordering relation among the edges in the augmented chart can first be defined according to the order of the boundary vertices. Two edge E i and Ej are then said to be connected (i.e. EConn(E i, Ej) = true) only when the end vertex of one of them is the begin vertex of the other, or there exists a jump edge linking them together. For example, in the chart representation of the sample word lattice in Fig: 1 (on the bottom of the figure, the details will be explained in the next section), EConn(E 3, E 6) = true due to the existence of J~np3 linking E 3 and E 6, but EConn(E 1 , Th~ ~r~k: ~m:l lanio~ w I:(5, 20, N, t4d,Tad) w3:('/5, 42. V, t~) wS: (45.60, N;tis, thi~)" |
| }, |
| "FIGREF2": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "The situation in which additional:word hypotheses are inserted After the above additional word hypotheses insertion, every boundary point (either beginning or ending) of any word hypothesis of W should then be mapped to a vertex in the chart. All these word boundary points (wbp's) have to be first sorted into an ordered sequence (indicated by a function Order(x), where x is any wbp); the definition of Order(x) is as follows. To any pair of wbp's x and y, if x and y are distinct then their order is based on order in time; if x and y are identical then the begi,ming wbp (denoted by b) L,; after the ending wbp (denoted by e). For each wbp x, the corresponding vertex is then assigned depending on its preceding wbp y as described below.As was shown inFig. 3, for totally four possible cases of x and y, i.e. bb (y is a beginning wbp and x is also\" a beginning wbp), be, eb, ee, only for the case be (y is a beginning wbp but x an ending wbp), two different vertices should be assigned to x and y to preserve the ord.::ring relation between the corresponding word hypotheses of x and y. But in all the other three cases,x and y can l:u'. given the same vertex. Let the function Vertex(x) denotes this assignment. the word boundary points Now, for each word hypothesis w i , an initial inactive edge can be constructed. The function Edge(w i) for a word hypothesis w i is then exactly specified by the two vertices assigned to the two wbp's of w i , i.e. Edge(w i) = < Vertex(begin(wi)), Vertex(end(wi))>. Finally, for any pair of vertices v i and vj, if there isn't any complete initial inactive edge existing between them, a jump edge from v i to vj is constructed to link v i and vj. Using the above procedure,Fig. 1also shows the mapping results of the sample word lattice. The sorted wbp's (specified by a time scale and whether it is a beginning or ending wbp) are on the middle of the figure, and the resulting initial chart is on the bottom. It can be shown that the above mapping procedure has the following nice properties: first, the ordering and connection relations among all word hypotheses in the word lattice can be completely preserved among the corresponding edges in the augmented chart; second, when the input word lattice can be reduced to a simple sequence of word hypotheses, the augmented chart representation can also be reduced to a conventional chart representation." |
| }, |
| "FIGREF3": { |
| "uris": null, |
| "type_str": "figure", |
| "num": null, |
| "text": "augmented chart parsing works, a bottom-up and left-to-right parser based on the proposed augmented chart (also capable of perforating conventional chart parsing) has been implemented and tested in some preliminary experiments. The test data base includes a large number of Chinese word lattices obtained from an acoustic signal processor which recognizes Mandarin speech. Due to the existence of large number of homonyms in Chinese language and uncertainty and errors in speech recognition, very high degree of Iexical ambiguity exists in the input lattices. One example of such Chinese word lattice is inFig. 4. The results show that, all possibte constituents for the input word lattice can be constructed and no any constituent needs to be built more than once using the augmented chart parsing. According to the experimental results, the edge reduction ratio (the ratio of the total number of edges built in the augmented chart parsing to the total number of edges built in conventional chart parsing) is on the order of 1/30 ~ 1/80 for our input Chinese word lattices." |
| } |
| } |
| } |
| } |