|
{ |
|
"paper_id": "N07-1047", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T14:47:55.291842Z" |
|
}, |
|
"title": "Applying Many-to-Many Alignments and Hidden Markov Models to Letter-to-Phoneme Conversion", |
|
"authors": [ |
|
{ |
|
"first": "Sittichai", |
|
"middle": [], |
|
"last": "Jiampojamarn", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Alberta", |
|
"location": { |
|
"postCode": "T6G 2E8", |
|
"settlement": "Edmonton", |
|
"region": "AB", |
|
"country": "Canada" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Grzegorz", |
|
"middle": [], |
|
"last": "Kondrak", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Alberta", |
|
"location": { |
|
"postCode": "T6G 2E8", |
|
"settlement": "Edmonton", |
|
"region": "AB", |
|
"country": "Canada" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Tarek", |
|
"middle": [], |
|
"last": "Sherif", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Alberta", |
|
"location": { |
|
"postCode": "T6G 2E8", |
|
"settlement": "Edmonton", |
|
"region": "AB", |
|
"country": "Canada" |
|
} |
|
}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Letter-to-phoneme conversion generally requires aligned training data of letters and phonemes. Typically, the alignments are limited to one-to-one alignments. We present a novel technique of training with many-to-many alignments. A letter chunking bigram prediction manages double letters and double phonemes automatically as opposed to preprocessing with fixed lists. We also apply an HMM method in conjunction with a local classification model to predict a global phoneme sequence given a word. The many-to-many alignments result in significant improvements over the traditional one-to-one approach. Our system achieves state-of-the-art performance on several languages and data sets.", |
|
"pdf_parse": { |
|
"paper_id": "N07-1047", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Letter-to-phoneme conversion generally requires aligned training data of letters and phonemes. Typically, the alignments are limited to one-to-one alignments. We present a novel technique of training with many-to-many alignments. A letter chunking bigram prediction manages double letters and double phonemes automatically as opposed to preprocessing with fixed lists. We also apply an HMM method in conjunction with a local classification model to predict a global phoneme sequence given a word. The many-to-many alignments result in significant improvements over the traditional one-to-one approach. Our system achieves state-of-the-art performance on several languages and data sets.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Letter-to-phoneme (L2P) conversion requires a system to produce phonemes that correspond to a given written word. Phonemes are abstract representations of how words should be pronounced in natural speech, while letters or graphemes are representations of words in written language. For example, the phonemes for the word phoenix are [ f i n I k s ].", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The L2P task is a crucial part of speech synthesis systems, as converting input text (graphemes) into phonemes is the first step in representing sounds. L2P conversion can also help improve performance in spelling correction (Toutanova and Moore, 2001) . Unfortunately, proper nouns and unseen words prevent a table look-up approach. It is infeasible to construct a lexical database that includes every word in the written language. Likewise, orthographic complexity of many languages prevents us from using hand-designed conversion rules. There are always exceptional rules that need to be added to cover a large vocabulary set. Thus, an automatic L2P system is desirable.", |
|
"cite_spans": [ |
|
{ |
|
"start": 225, |
|
"end": 252, |
|
"text": "(Toutanova and Moore, 2001)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Many data-driven techniques have been proposed for letter-to-phoneme conversion systems, including pronunciation by analogy (Marchand and Damper, 2000) , constraint satisfaction (Van Den Bosch and Canisius, 2006) , Hidden Markov Model (Taylor, 2005) , decision trees (Black et al., 1998) , and neural networks (Sejnowski and Rosenberg, 1987) . The training data usually consists of written words and their corresponding phonemes, which are not aligned; there is no explicit information indicating individual letter and phoneme relationships. These relationships must be postulated before a prediction model can be trained.", |
|
"cite_spans": [ |
|
{ |
|
"start": 124, |
|
"end": 151, |
|
"text": "(Marchand and Damper, 2000)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 178, |
|
"end": 212, |
|
"text": "(Van Den Bosch and Canisius, 2006)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 235, |
|
"end": 249, |
|
"text": "(Taylor, 2005)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 267, |
|
"end": 287, |
|
"text": "(Black et al., 1998)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 310, |
|
"end": 341, |
|
"text": "(Sejnowski and Rosenberg, 1987)", |
|
"ref_id": "BIBREF13" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Previous work has generally assumed one-to-one alignment for simplicity (Daelemans and Bosch, 1997; Black et al., 1998; ). An expectation maximization (EM) based algorithm (Dempster et al., 1977) is applied to train the aligners. However, there are several problems with this approach. Letter strings and phoneme strings are not typically the same length, so null phonemes and null letters must be introduced to make oneto-one-alignments possible, Furthermore, two letters frequently combine to produce a single phoneme (double letters), and a single letter can sometimes produce two phonemes (double phonemes).", |
|
"cite_spans": [ |
|
{ |
|
"start": 72, |
|
"end": 99, |
|
"text": "(Daelemans and Bosch, 1997;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 100, |
|
"end": 119, |
|
"text": "Black et al., 1998;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 172, |
|
"end": 195, |
|
"text": "(Dempster et al., 1977)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "To help address these problems, we propose an automatic many-to-many aligner and incorporate it into a generic classification predictor for letter-tophoneme conversion. Our many-to-many aligner automatically discovers double phonemes and double letters, as opposed to manually preprocessing data by merging phonemes using fixed lists. To our knowledge, applying many-to-many alignments to letter-to-phoneme conversion is novel.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Once we have our many-to-many alignments, we use that data to train a prediction model. Many phoneme prediction systems are based on local prediction methods, which focus on predicting an individual phoneme given each letter in a word. Conversely, a method like pronunciation by analogy (PbA) (Marchand and Damper, 2000) is considered a global prediction method: predicted phoneme sequences are considered as a whole. Recently, Van Den Bosch and Canisius (2006) proposed trigram class prediction, which incorporates a constraint satisfaction method to produce a global prediction for letter-to-phoneme conversion. Both PbA and trigram class prediction show improvement over predicting individual phonemes, confirming that L2P systems can benefit from incorporating the relationship between phonemes in a sequence.", |
|
"cite_spans": [ |
|
{ |
|
"start": 293, |
|
"end": 320, |
|
"text": "(Marchand and Damper, 2000)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 436, |
|
"end": 461, |
|
"text": "Bosch and Canisius (2006)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In order to capitalize on the information found in phoneme sequences, we propose to apply an HMM method after a local phoneme prediction process. Given a candidate list of two or more possible phonemes, as produced by the local predictor, the HMM will find the best phoneme sequence. Using this approach, our system demonstrates an improvement on several language data sets.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The rest of the paper is structured as follows. We describe the letter-phoneme alignment methods including a standard one-to-one alignment method and our many-to-many approach in Section 2. The alignment methods are used to align graphemes and phonemes before the phoneme prediction models can be trained from the training examples. In Section 3, we present a letter chunk prediction method that automatically discovers double letters in grapheme sequences. It incorporates our manyto-many alignments with prediction models. In Section 4, we present our application of an HMM method to the local prediction results. The results of experiments on several language data sets are discussed in Section 5. We conclude and propose future work in Section 6.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "2 Letter-phoneme alignment 2.1 One-to-one alignment There are two main problems with one-to-one alignments:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "1. Double letters: two letters map to one phoneme (e.g. sh", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "-[ S ], ph -[ f ]).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "2. Double phonemes: one letter maps to two phonemes (e.g.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "x -[ k s ], u -[ j u ]).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "First, consider the double letter problem. In most cases when the grapheme sequence is longer than the phoneme sequence, it is because some letters are silent. For example, in the word abode, pronounced [ @ b o d ], the letter e produces a null phoneme ( ). This is well captured by one-to-one aligners. However, the longer grapheme sequence can also be generated by double letters; for example, in the word king, pronounced [ k I N ], the letters ng together produce the phoneme [ N ] . In this case, one-to-one aligners using null phonemes will produce an incorrect alignment. This can cause problems for the phoneme prediction model by training it to produce a null phoneme from either of the letters n or g.", |
|
"cite_spans": [ |
|
{ |
|
"start": 480, |
|
"end": 485, |
|
"text": "[ N ]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In the double phoneme case, a new phoneme is introduced to represent a combination of two (or more) phonemes. For example, in the word fume with phoneme sequence [ f j u m ], the letter u produces both the [ j ] and [ u ] phonemes. There are two possible solutions for constructing a oneto-one alignment in this case. The first is to create a new phoneme by merging the phonemes [ j ] and [ u ] . This requires constructing a fixed list of new phonemes before beginning the alignment process. The second solution is to add a null letter in the grapheme sequence. However, the null letter not only confuses the phoneme prediction model, but also complicates the the phoneme generation phase.", |
|
"cite_spans": [ |
|
{ |
|
"start": 379, |
|
"end": 384, |
|
"text": "[ j ]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 389, |
|
"end": 394, |
|
"text": "[ u ]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "For comparison with our many-to-many approach, we implement a one-to-one aligner based on the epsilon scattering method (Black et al., 1998) . The method applies the EM algorithm to estimate Algorithm 1: Pseudocode for a many-to-many expectation-maximization algorithm.", |
|
"cite_spans": [ |
|
{ |
|
"start": 120, |
|
"end": 140, |
|
"text": "(Black et al., 1998)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Input:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:EM-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "x T , y V , maxX, maxY Output: \u03b3 forall mapping operations z do \u03b3(z) := 0 foreach sequence pair (x T , y V ) do Expectation-many2many(x T , y V , maxX, maxY, \u03b3) Maximization-Step(\u03b3)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:EM-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "the probability of mapping a letter l to a phoneme p, P (l, p). The initial probability table starts by mapping all possible alignments between letters and phonemes for each word in the training data, introducing all possible null phoneme positions. For example, the word/phoneme-sequence pair abode [ @ b o d ] has five possible positions where a null phoneme can be added to make an alignment.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:EM-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The training process uses the initial probability table P (l, p) to find the best possible alignments for each word using the Dynamic Time Warping (DTW) algorithm (Sankoff and Kruskal, 1999) . At each iteration, the probability table P (l, p) is re-calculated based on the best alignments found in that iteration. Finding the best alignments and re-calculating the probability table continues iteratively until there is no change in the probability table. The final probability table P (l, p) is used to find one-to-one alignments given graphemes and phonemes.", |
|
"cite_spans": [ |
|
{ |
|
"start": 163, |
|
"end": 190, |
|
"text": "(Sankoff and Kruskal, 1999)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:EM-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We present a many-to-many alignment algorithm that overcomes the limitations of one-to-one aligners. The training of the many-to-many aligner is an extension of the forward-backward training of a one-to-one stochastic transducer presented in (Ristad and Yianilos, 1998). Partial counts are counts of all possible mappings from letters to phonemes that are collected in the \u03b3 table, while mapping probabilities (initially uniform) are maintained in the \u03b4 table. For each grapheme-/phoneme-sequence pair (x, y), the EM-many2many function (Algorithm 1) calls the Expectation-many2many function (Algorithm 2) to collect partial counts. T and V are the lengths of x and y respectively. The maxX and maxY variables are the maximum lengths of subsequences used in a single mapping operation for x and y. (For the Algorithm 2: Pseudocode for a many-to-many expectation algorithm.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Many-to-Many alignment", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Input:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "x T , y V , maxX, maxY, \u03b3 Output: \u03b3 \u03b1 := Forward-many2many (x T , y V , maxX, maxY ) \u03b2 := Backward-many2many (x T , y V , maxX, maxY ) if (\u03b1T,V = 0) then return for t = 0...T do for v = 0...V do if (t > 0 \u2227 DELX) then for i = 1...maxX st t \u2212 i \u2265 0 do \u03b3(x t t\u2212i+1 , )+ = \u03b1 t\u2212i,v \u03b4(x t t\u2212i+1 , )\u03b2 t,v \u03b1 T ,V if (v > 0 \u2227 DELY ) then for j = 1...maxY st v \u2212 j \u2265 0 do \u03b3( , y v v\u2212j+1 )+ = \u03b1 t,v\u2212j \u03b4( ,y v v\u2212j+1 )\u03b2 t,v \u03b1 T ,V if (v > 0 \u2227 t > 0) then for i = 1...maxX st t \u2212 i \u2265 0 do for j = 1...maxY st v \u2212 j \u2265 0 do \u03b3(x t t\u2212i+1 , y v v\u2212j+1 )+ = \u03b1 t\u2212i,v\u2212j \u03b4(x t t\u2212i+1 ,y v v\u2212j+1 )\u03b2 t,v \u03b1 T ,V", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "task at hand, we set both maxX and maxY to 2.) The Maximization-step function simply normalizes the partial counts to create a probability distribution. Normalization can be done over the whole table to create a joint distribution or per grapheme to create a conditional distribution.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The Forward-many2many function (Algorithm 3) fills in the table \u03b1, with each entry \u03b1(t, v) being the sum of all paths through the transducer that generate the sequence pair (x t 1 , y v 1 ). Analogously, the Backward-many2many function fills in \u03b2, with each entry \u03b2(t, v) being the sum of all paths through the transducer that generate the sequence pair (x T t , y V v ). The constants DELX and DELY indicate whether or not deletions are allowed on either side. In our system, we allow letter deletions (i.e. mapping of letters to null phoneme), but not phoneme deletions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Expectation-many2many first calls the two functions to fill the \u03b1 and \u03b2 tables, and then uses the probabilities to calculate partial counts for every possible mapping in the sequence pair. The partial count collected at positions t and v in the sequence pair is the sum of all paths that generate the sequence pair and go through (t, v), divided by the sum of all paths that generate the entire sequence pair (\u03b1(T, V )).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Once the probabilities are learned, the Viterbi Algorithm 3: Pseudocode for a many-to-many forward algorithm.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Algorithm:Forward-many2many Input:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "(x T , y V , maxX, maxY ) Output: \u03b1 \u03b10,0 := 1 for t = 0...T do for v = 0...V do if (t > 0 \u2228 v > 0) then \u03b1t,v = 0 if (t > 0 \u2227 DELX) then for i = 1...maxX st t \u2212 i \u2265 0 do \u03b1t,v+ = \u03b4(x t t\u2212i+1 , )\u03b1t\u2212i,v if (v > 0 \u2227 DELY ) then for j = 1...maxY st v \u2212 j \u2265 0 do \u03b1t,v+ = \u03b4( , y v v\u2212j+1 )\u03b1t,v\u2212j if (v > 0 \u2227 t > 0) then for i = 1...maxX st t \u2212 i \u2265 0 do for j = 1...maxY st v \u2212 j \u2265 0 do \u03b1t,v+ = \u03b4(x t t\u2212i+1 , y v v\u2212j+1 )\u03b1t\u2212i,v\u2212j", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "algorithm can be used to produce the most likely alignment as in the following equations. Back pointers to maximizing arguments are kept at each step so the alignment can be reconstructed.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "\u03b1(0, 0) = 1 (1) \u03b1(t, v) = max 1\u2264i\u2264maxX, 1\u2264j\u2264maxY 8 < : \u03b4(x t t\u2212i+1 , )\u03b1t\u2212i,v \u03b4( , y v v\u2212j+1 )\u03b1t,v\u2212j \u03b4(x t t\u2212i+1 , y v v\u2212j+1 )\u03b1t\u2212i,v\u2212j", |
|
"eq_num": "(2)" |
|
} |
|
], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Given a set of words and their phonemes, alignments are made across graphemes and phonemes. For example, the word phoenix, with phonemes [ f i n I k s ], is aligned as:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "ph oe n i x | | | | | f i n I ks", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The letters ph are an example of the double letter problem (mapping to the single phoneme [ f ]), while the letter x is an example of the double phoneme problem (mapping to both [ k ] and [ s ] in the phoneme sequence). These alignments provide more accurate grapheme-to-phoneme relationships for a phoneme prediction model.", |
|
"cite_spans": [ |
|
{ |
|
"start": 188, |
|
"end": 193, |
|
"text": "[ s ]", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Algorithm:Expectation-many2many", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Our new alignment scheme provides more accurate alignments, but it is also more complexsometimes a prediction model should predict two phonemes for a single letter, while at other times the prediction model should make a prediction based on a pair of letters. In order to distinguish between these two cases, we propose a method called \"letter chunking\". Once many-to-many alignments are built across graphemes and phonemes, each word contains a set of letter chunks, each consisting of one or two letters aligned with phonemes. Each letter chunk can be considered as a grapheme unit that contains either one or two letters. In the same way, each phoneme chunk can be considered as a phoneme unit consisting of one or two phonemes. Note that the double letters and double phonemes are implicitly discovered by the alignments of graphemes and phonemes. They are not necessarily consistent over the training data but based on the alignments found in each word.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Letter chunking", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "In the phoneme generation phase, the system has only graphemes available to predict phonemes, so there is no information about letter chunk boundaries. We cannot simply merge any two letters that have appeared as a letter chunk in the training data. For example, although the letter pair sh is usually pronounced as a single phoneme in English (e.g. gash [ g ae S ]), this is not true universally (e.g. gasholder [ g ae s h o l d @ r ]). Therefore, we implement a letter chunk prediction model to provide chunk boundaries given only graphemes.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Letter chunking", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "In our system, a bigram letter chunking prediction automatically discovers double letters based on instance-based learning (Aha et al., 1991) . Since the many-to-many alignments are drawn from 1-0, 1-1, 1-2, 2-0, and 2-1 relationships, each letter in a word can form a chunk with its neighbor or stand alone as a chunk itself. We treat the chunk prediction as a binary classification problem. We generate all the bigrams in a word and determine whether each bigram should be a chunk based on its context. Table 1 shows an example of how chunking prediction proceeds for the word longs. Letters l i\u22122 , l i\u22121 , l i+1 , and l i+2 are the context of the bigram l i ; chunk = 1 if the letter bigram l i is a chunk. Otherwise, the chunk simply consists of an individual letter. In the example, the word is decomposed as l|o|ng|s, which can be aligned with its pronunciation [ l | 6 | N | z ]. If the model happens to predict consecutive overlapping chunks, only the first of the two is accepted. lo n g 0 l on g s 0 l o ng s 1 o n gs 0 Table 1 : An example of letter chunking prediction.", |
|
"cite_spans": [ |
|
{ |
|
"start": 123, |
|
"end": 141, |
|
"text": "(Aha et al., 1991)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 505, |
|
"end": 512, |
|
"text": "Table 1", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 991, |
|
"end": 1057, |
|
"text": "lo n g 0 l on g s 0 l o ng s 1 o n gs 0 Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Letter chunking", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "l i\u22122 l i\u22121 l i l i+1 l i+2 chunk", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Letter chunking", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Most of the previously proposed techniques for phoneme prediction require training data to be aligned in one-to-one alignments. Those models approach the phoneme prediction task as a classification problem: a phoneme is predicted for each letter independently without using other predictions from the same word. These local predictions assume independence of predictions, even though there are clearly interdependencies between predictions. Predicting each phoneme in a word without considering other assignments may not satisfy the main goal of finding a set of phonemes that work together to form a word. A trigram phoneme prediction with constraint satisfaction inference (Van Den Bosch and Canisius, 2006) was proposed to improve on local predictions. From each letter unit, it predicts a trigram class that has the target phoneme in the middle surrounded by its neighboring phonemes. The phoneme sequence is generated in such a way that it satisfies the trigram, bigram and unigram constraints. The overlapping predictions improve letter-to-phoneme performance mainly by repairing imperfect one-to-one alignments.", |
|
"cite_spans": [ |
|
{ |
|
"start": 675, |
|
"end": 709, |
|
"text": "(Van Den Bosch and Canisius, 2006)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Phoneme prediction", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "However, the trigram class prediction tends to be more complex as it increases the number of target classes. For English, there are only 58 unigram phoneme classes but 13,005 tri-gram phoneme classes. The phoneme combinations in the tri-gram classes are potentially confusing to the prediction model because the model has more target classes in its search space while it has access to the same number of local features in the grapheme side.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Phoneme prediction", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We propose to apply a supervised HMM method embedded with local classification to find the most likely sequence of phonemes given a word. An HMM is a statistical model that combines the observation likelihood (probability of phonemes given let-ters) and transition likelihood (probability of current phoneme given previous phonemes) to predict each phoneme. Our approach differs from a basic Hidden Markov Model for letter-to-phoneme system (Taylor, 2005 ) that formulates grapheme sequences as observation states and phonemes as hidden states. The basic HMM system for L2P does not provide good performance on the task because it lacks context information on the grapheme side. In fact, a pronunciation depends more on graphemes than on the neighboring phonemes; therefore, the transition probability (language model) should affect the prediction decisions only when there is more than one possible phoneme that can be assigned to a letter.", |
|
"cite_spans": [ |
|
{ |
|
"start": 441, |
|
"end": 454, |
|
"text": "(Taylor, 2005", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Phoneme prediction", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Our approach is to use an instance-based learning technique as a local predictor to generate a set of phoneme candidates for each letter chunk, given its context in a word. The local predictor produces confidence values for Each candidate phoneme. We normalize the confidence values into values between 0 and 1, and treat them as the emission probabilities, while the transition probabilities are derived directly from the phoneme sequences in the training data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Phoneme prediction", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The pronunciation is generated by considering both phoneme prediction values and transition probabilities. The optimal phoneme sequence is found with the Viterbi search algorithm. We limit the size of the context to n = 3 in order to avoid overfitting and minimize the complexity of the model. Since the candidate set is from the classifier, the search space is limited to a small number of candidate phonemes (1 to 5 phonemes in most cases).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Phoneme prediction", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The HMM postprocessing is independent of local predictions from the classifier. Instead, it selects the best phoneme sequence from a set of possible local predictions by taking advantage of the phoneme language model, which is trained on the phoneme sequences in the training data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Phoneme prediction", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We evaluated our approaches on CMUDict, Brulex, and German, Dutch and English Celex corpora (Baayen et al., 1996) . The corpora (except English Celex) are available as part of the Letterto-Phoneme Conversion PRONALSYL Challenge 1 . For the English Celex data, we removed duplicate words as well as words shorter than four letters. Table 2 shows the number of words and the language of each corpus.", |
|
"cite_spans": [ |
|
{ |
|
"start": 92, |
|
"end": 113, |
|
"text": "(Baayen et al., 1996)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 331, |
|
"end": 338, |
|
"text": "Table 2", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "For all of our experiments, our local classifier for predicting phonemes is the instance-based learning IB1 algorithm (Aha et al., 1991) implemented in the TiMBL package (Daelemans et al., 2004) . The HMM technique is applied as post processing to the instance-based learning to provide a sequence prediction. In addition to comparing one-toone and many-to-many alignments, we also compare our method to the constraint satisfaction inference method as described in Section 4. The results are reported in word accuracy rate based on the 10-fold cross validation, with the mean and standard deviation values. Table 3 shows word accuracy performance across a variety of methods. We show results comparing the one-to-one aligner described in Section 2.1 and the one-to-one aligner provided by the PRONAL-SYL challenge. The PRONALSYS one-to-one alignments are taken directly from the PRONAL-SYL challenge, whose method is based on an EM algorithm. For both alignments, we use instancebased learning as the prediction model. Overall, our one-to-one alignments outperform the alignments provided by the data sets for all corpora. The main difference between the PRONAL-SYS one-to-one alignment and our one-to-one alignment is that our aligner does not allow a null letter on the grapheme side. Consider the word abomination [ @ b 6 m I n e S @ n ]: the first six letters and phonemes are aligned the same way by both aligners (abomin-[ @ b 6 m I n ]). However, the two aligners produce radically different alignments for the last five letters. The alignment provided by the PRONALSYS one-to-one alignments is:", |
|
"cite_spans": [ |
|
{ |
|
"start": 118, |
|
"end": 136, |
|
"text": "(Aha et al., 1991)", |
|
"ref_id": "BIBREF0" |
|
}, |
|
{ |
|
"start": 170, |
|
"end": 194, |
|
"text": "(Daelemans et al., 2004)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 607, |
|
"end": 614, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "a t i o n | | | | | | | e S @ n", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "while our one-to-one alignment is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "a t i o n | | | | | e S @ n", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Clearly, the latter alignment provides more information on how the graphemes map to the phonemes. Table 3 also shows that impressive improvements for all evaluated corpora are achieved by using many-to-many alignments rather than one-to-one alignments (1-1 align vs. M-M align). The significant improvements, ranging from 2.7% to 7.6% in word accuracy, illustrate the importance of having more precise alignments. For example, we can now obtain the correct alignment for the second part of the word abomination:", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 105, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "a ti o n | | | | e S @ n Instead of adding a null phoneme in the phoneme sequence, the many-to-many aligner maps the letter chunk ti to a single phoneme.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The HMM approach is based on the same hypothesis as the constraint satisfaction inference (CSInf) (Van Den Bosch and Canisius, 2006) . The results in Table 3 (1-1+CSInf vs. 1-1+HMM) show that the HMM approach consistently improves performance over the baseline system (1-1 align), while the CSInf degrades performance on the Brulex data set. For the CSInf method, most errors are caused by trigram confusion in the prediction phase.", |
|
"cite_spans": [ |
|
{ |
|
"start": 98, |
|
"end": 132, |
|
"text": "(Van Den Bosch and Canisius, 2006)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 150, |
|
"end": 157, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The results of our best system, which combines the HMM method with the many-to-many alignments (M-M+HMM), are better than the results reported in (Black et al., 1998) on both the CMU-Dict and German Celex data sets. This is true even though Black et al. (1998) use explicit lists of letterphoneme mappings during the alignment process, while our approach is a fully automatic system that does not require any handcrafted list.", |
|
"cite_spans": [ |
|
{ |
|
"start": 146, |
|
"end": 166, |
|
"text": "(Black et al., 1998)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 241, |
|
"end": 260, |
|
"text": "Black et al. (1998)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We presented a novel technique of applying manyto-many alignments to the letter-to-phoneme conversion problem. The many-to-many alignments relax Table 3 : Word accuracies achieved on data sets based on the 10-fold cross validation. PRONALSYS: oneto-one alignments provided by the PRONALSYL challenge. 1-1 align: our one-to-one alignment method described in Section 2.1. CsInf: Constraint satisfaction inference (Van Den Bosch and Canisius, 2006) . M-M align: our many-to-many alignment method. HMM: our HMM embedded with a local prediction.", |
|
"cite_spans": [ |
|
{ |
|
"start": 411, |
|
"end": 445, |
|
"text": "(Van Den Bosch and Canisius, 2006)", |
|
"ref_id": "BIBREF16" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 145, |
|
"end": 152, |
|
"text": "Table 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Conclusion and future work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "the constraint assumptions of the traditional one-toone alignments. Letter chunking bigram prediction incorporates many-to-many alignments into the conventional phoneme prediction models. Finally, the HMM technique yields global phoneme predictions based on language models. Impressive word accuracy improvements are achieved when the many-to-many alignments are applied over the baseline system. On several languages and data sets, using the many-to-many alignments, word accuracy improvements ranged from 2.7% to 7.6%, as compared to one-to-one alignments. The HMM cooperating with the local predictions shows slight improvements when it is applied to the manyto-many alignments. We illustrated that the HMM technique improves the word accuracy more consistently than the constraint-based approach. Moreover, the HMM can be easily incorporated into the many-to-many alignment approach.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and future work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We are investigating the possibility of integrating syllabification information into our system. It has been reported that syllabification can potentially improve pronunciation performance in English . We plan to explore other sequence prediction approaches, such as discriminative training methods (Collins, 2004) , and sequence tagging with Support Vector Machines (SVM-HMM) (Altun et al., 2003) to incorporate more features (context information) into the phoneme generation model. We are also interested in applying our approach to other related areas such as morphology and transliteration.", |
|
"cite_spans": [ |
|
{ |
|
"start": 299, |
|
"end": 314, |
|
"text": "(Collins, 2004)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 377, |
|
"end": 397, |
|
"text": "(Altun et al., 2003)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusion and future work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "The PRONALSYL Challenge: http://www. pascal-network.org/Challenges/PRONALSYL/.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We would like to thank Susan Bartlett, Colin Cherry, and other members of the Natural Language Processing research group at University of Alberta for their helpful comments and suggestions. This research was supported by the Natural Sciences and Engineering Research Council of Canada.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Instance-based learning algorithms", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Aha", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dennis", |
|
"middle": [], |
|
"last": "Kibler", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marc", |
|
"middle": [ |
|
"K" |
|
], |
|
"last": "Albert", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1991, |
|
"venue": "Machine Learning", |
|
"volume": "6", |
|
"issue": "1", |
|
"pages": "37--66", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David W. Aha, Dennis Kibler, and Marc K. Albert. 1991. Instance-based learning algorithms. Machine Learn- ing, 6(1):37-66.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Hidden Markov Support Vector Machines", |
|
"authors": [ |
|
{ |
|
"first": "Yasemin", |
|
"middle": [], |
|
"last": "Altun", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ioannis", |
|
"middle": [], |
|
"last": "Tsochantaridis", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Thomas", |
|
"middle": [], |
|
"last": "Hofmann", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the 20th International Conference on Machine Learning (ICML-2003)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yasemin Altun, Ioannis Tsochantaridis, and Thomas Hofmann. 2003. Hidden Markov Support Vector Ma- chines. In Proceedings of the 20th International Con- ference on Machine Learning (ICML-2003).", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "The CELEX2 lexical database", |
|
"authors": [ |
|
{ |
|
"first": "Harald", |
|
"middle": [], |
|
"last": "Baayen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Richard", |
|
"middle": [], |
|
"last": "Piepenbrock", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Leon", |
|
"middle": [], |
|
"last": "Gulikers", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "96--110", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Harald Baayen, Richard Piepenbrock, and Leon Gulikers. 1996. The CELEX2 lexical database. LDC96L14.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Issues in building general letter to sound rules", |
|
"authors": [ |
|
{ |
|
"first": "Alan", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Black", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kevin", |
|
"middle": [], |
|
"last": "Lenzo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vincent", |
|
"middle": [], |
|
"last": "Pagel", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "The Third ESCA Workshop in Speech Synthesis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "77--80", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alan W. Black, Kevin Lenzo, and Vincent Pagel. 1998. Issues in building general letter to sound rules. In The Third ESCA Workshop in Speech Synthesis, pages 77- 80.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Discriminative training methods for Hidden Markov Models: Theory and experiments with perceptron algorithms", |
|
"authors": [ |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Collins", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the Conference on Empirical Methods in Natural Langauge Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michael Collins. 2004. Discriminative training meth- ods for Hidden Markov Models: Theory and experi- ments with perceptron algorithms. In Proceedings of the Conference on Empirical Methods in Natural Lan- gauge Processing (EMNLP).", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Language-independent data-oriented grapheme-tophoneme conversion", |
|
"authors": [ |
|
{ |
|
"first": "Walter", |
|
"middle": [], |
|
"last": "Daelemans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Antal", |
|
"middle": [], |
|
"last": "Van Den", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Bosch", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Progress in Speech Synthesis", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "77--89", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Walter Daelemans and Antal Van Den Bosch. 1997. Language-independent data-oriented grapheme-to- phoneme conversion. In Progress in Speech Synthesis, pages 77-89. Springer, New York.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "TiMBL: Tilburg Memory Based Learner, version 5.1, reference guide", |
|
"authors": [ |
|
{ |
|
"first": "Walter", |
|
"middle": [], |
|
"last": "Daelemans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jakub", |
|
"middle": [], |
|
"last": "Zavrel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ko", |
|
"middle": [], |
|
"last": "Van Der", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Antal", |
|
"middle": [], |
|
"last": "Sloot", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Van Den", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Bosch", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Technical Report Series", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "4--6", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Walter Daelemans, Jakub Zavrel, Ko Van Der Sloot, and Antal Van Den Bosch. 2004. TiMBL: Tilburg Mem- ory Based Learner, version 5.1, reference guide. In ILK Technical Report Series 04-02.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Aligning text and phonemes for speech technology applications using an EM-like algorithm", |
|
"authors": [ |
|
{ |
|
"first": "Robert", |
|
"middle": [ |
|
"I" |
|
], |
|
"last": "Damper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yannick", |
|
"middle": [], |
|
"last": "Marchand", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [ |
|
"Ds" |
|
], |
|
"last": "Marsters", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alexander", |
|
"middle": [ |
|
"I" |
|
], |
|
"last": "Bazin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "International Journal of Speech Technology", |
|
"volume": "8", |
|
"issue": "2", |
|
"pages": "147--160", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Robert I. Damper, Yannick Marchand, John DS. Marsters, and Alexander I. Bazin. 2005. Aligning text and phonemes for speech technology applications using an EM-like algorithm. International Journal of Speech Technology, 8(2):147-160, June.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Maximum likelihood from incomplete data via the EM algorithm", |
|
"authors": [ |
|
{ |
|
"first": "Arthur", |
|
"middle": [], |
|
"last": "Dempster", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nan", |
|
"middle": [], |
|
"last": "Laird", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Donald", |
|
"middle": [], |
|
"last": "Rubin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1977, |
|
"venue": "Journal of the Royal Statistical Society", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--38", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Arthur Dempster, Nan Laird, and Donald Rubin. 1977. Maximum likelihood from incomplete data via the EM algorithm. In Journal of the Royal Statistical Society, pages B:1-38.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "A multistrategy approach to improving pronunciation by analogy", |
|
"authors": [ |
|
{ |
|
"first": "Yannick", |
|
"middle": [], |
|
"last": "Marchand", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [ |
|
"I" |
|
], |
|
"last": "Damper", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Computational Linguistics", |
|
"volume": "26", |
|
"issue": "2", |
|
"pages": "195--219", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yannick Marchand and Robert I. Damper. 2000. A multistrategy approach to improving pronunciation by analogy. Computational Linguistics, 26(2):195-219, June.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Can syllabification improve pronunciation by analogy of English?", |
|
"authors": [ |
|
{ |
|
"first": "Yannick", |
|
"middle": [], |
|
"last": "Marchand", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [ |
|
"I" |
|
], |
|
"last": "Damper", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Natural Language Engineering", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--25", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yannick Marchand and Robert I. Damper. 2005. Can syllabification improve pronunciation by analogy of English? In Natural Language Engineering, pages (1):1-25.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Learning string-edit distance", |
|
"authors": [ |
|
{ |
|
"first": "Eric", |
|
"middle": [ |
|
"Sven" |
|
], |
|
"last": "Ristad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [], |
|
"last": "Peter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Yianilos", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "IEEE Transactions on Pattern Analysis and Machine Intelligence", |
|
"volume": "20", |
|
"issue": "5", |
|
"pages": "522--532", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Eric Sven Ristad and Peter N. Yianilos. 1998. Learn- ing string-edit distance. IEEE Transactions on Pattern Analysis and Machine Intelligence, 20(5):522-532.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Time Warps, String Edits, and Macromolecules", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Sankoff", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joseph", |
|
"middle": [], |
|
"last": "Kruskal", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "55--91", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David Sankoff and Joseph Kruskal, 1999. Time Warps, String Edits, and Macromolecules, chapter 2, pages 55-91. CSLI Publications.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Parallel networks that learn to pronounce English text", |
|
"authors": [ |
|
{ |
|
"first": "Terrence", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Sejnowski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Charles", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Rosenberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1987, |
|
"venue": "Complex Systems", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "145--168", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Terrence J. Sejnowski and Charles R. Rosenberg. 1987. Parallel networks that learn to pronounce English text. In Complex Systems, pages 1:145-168.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Hidden Markov Models for grapheme to phoneme conversion", |
|
"authors": [ |
|
{ |
|
"first": "Paul", |
|
"middle": [], |
|
"last": "Taylor", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the 9th", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Paul Taylor. 2005. Hidden Markov Models for grapheme to phoneme conversion. In Proceedings of the 9th", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Pronunciation modeling for improved spelling correction", |
|
"authors": [ |
|
{ |
|
"first": "Kristina", |
|
"middle": [], |
|
"last": "Toutanova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [ |
|
"C" |
|
], |
|
"last": "Moore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "ACL '02: Proceedings of the 40th Annual Meeting on Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "144--151", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kristina Toutanova and Robert C. Moore. 2001. Pro- nunciation modeling for improved spelling correction. In ACL '02: Proceedings of the 40th Annual Meeting on Association for Computational Linguistics, pages 144-151, Morristown, NJ, USA. Association for Com- putational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Improved morpho-phonological sequence processing with constraint satisfaction inference", |
|
"authors": [ |
|
{ |
|
"first": "Antal", |
|
"middle": [], |
|
"last": "Van Den", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sander", |
|
"middle": [], |
|
"last": "Bosch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Canisius", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the Eighth Meeting of the ACL Special Interest Group in Computational Phonology, SIGPHON '06", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "41--49", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Antal Van Den Bosch and Sander Canisius. 2006. Improved morpho-phonological sequence processing with constraint satisfaction inference. Proceedings of the Eighth Meeting of the ACL Special Interest Group in Computational Phonology, SIGPHON '06, pages 41-49, June.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF1": { |
|
"content": "<table/>", |
|
"html": null, |
|
"text": "Number of words in each data set.", |
|
"num": null, |
|
"type_str": "table" |
|
}, |
|
"TABREF2": { |
|
"content": "<table><tr><td colspan=\"2\">Language Data set</td><td>PRONALSYS</td><td>1-1 align</td><td>1-1+CsInf</td><td>1-1+HMM</td><td>M-M align</td><td>M-M+HMM</td></tr><tr><td>English</td><td>CMUDict</td><td>58.3 \u00b1 0.49</td><td>60.3</td><td/><td/><td/></tr></table>", |
|
"html": null, |
|
"text": "\u00b1 0.53 62.9 \u00b1 0.45 62.1 \u00b1 0.53 65.1 \u00b1 0.60 65.6 \u00b1 0.72 English Celex -74.6 \u00b1 0.80 77.8 \u00b1 0.72 78.5 \u00b1 0.76 82.2 \u00b1 0.63 83.6 \u00b1 0.63 Dutch Celex 84.3 \u00b1 0.34 86.6 \u00b1 0.36 87.5 \u00b1 0.32 87.6 \u00b1 0.34 91.1 \u00b1 0.27 91.4 \u00b1 0.24 German Celex 86.0 \u00b1 0.40 86.6 \u00b1 0.54 87.6 \u00b1 0.47 87.6 \u00b1 0.59 89.3 \u00b1 0.53 89.8 \u00b1 0.59 French Brulex 86.3 \u00b1 0.67 87.0 \u00b1 0.38 86.5 \u00b1 0.68 88.2 \u00b1 0.39 90.6 \u00b1 0.57 90.9 \u00b1 0.45", |
|
"num": null, |
|
"type_str": "table" |
|
} |
|
} |
|
} |
|
} |