WO2005089340A2 - Training tree transducers - Google Patents

Training tree transducers Download PDF

Info

Publication number
WO2005089340A2
WO2005089340A2 PCT/US2005/008648 US2005008648W WO2005089340A2 WO 2005089340 A2 WO2005089340 A2 WO 2005089340A2 US 2005008648 W US2005008648 W US 2005008648W WO 2005089340 A2 WO2005089340 A2 WO 2005089340A2
Authority
WO
WIPO (PCT)
Prior art keywords
tree
information
transducer
output
input
Prior art date
Application number
PCT/US2005/008648
Other languages
French (fr)
Other versions
WO2005089340A3 (en
Inventor
Kevin Knight
Jonathan Graehl
Original Assignee
University Of Southern California
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University Of Southern California filed Critical University Of Southern California
Publication of WO2005089340A2 publication Critical patent/WO2005089340A2/en
Publication of WO2005089340A3 publication Critical patent/WO2005089340A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • G06F40/42Data-driven translation
    • G06F40/44Statistical methods, e.g. probability models

Definitions

  • Tree transducers are used for decidability results in logic, -for modeling mathematically the theories of syntax direction translations and program schemata, syntactic pattern recognition, logic programming, term rewriting and linguistics.
  • automated language monitoring programs often use probabilistic finite state transducers that operate on strings of words. For example, speech recognition may transduce acoustic sequences to word sequences using left to right substitution.
  • Tree based models based on probabilistic techniques have been used for machine translation, machine summarization, machine paraphrasing, natural langu age generation, parsing, language modeling, and others.
  • a special kind of tree transducer often called an R transducer, operates with its roots at the bottom, with R standing for "root to frontier". At each point within the operation, the transducer chooses a production to apply. That choice is based only on the current state and the current root symbol. The travel through the transducer continues until there are no more state annotated nodes.
  • the R transducer represents two pairs, T1 and T2, and the conditions under which some sequence of productions applied to T1 results in T2. This is similar to what is done by a finite state transducer.
  • the R transducer may also copy whole trees, transform subtrees, delete subtrees, and other operations.
  • the present application teaches a technique of training tree transducers from sample input/output pairs.
  • a first embodiment trains the tree pairs, while a second embodiment trains the tree transducers based on tree/string pairs.
  • Techniques are described that facilitate the computation, and simplify the information as part of the training process.
  • An embodiment is described which uses these techniques to train transducers for statistical based language processing: e.g. language recognition and/or language generation.
  • this embodiment is merely exemplary, and the other applications for the training of the tree transducers are contemplated.
  • Figure 1 shows derivation trees and their simplifications
  • Figure 2A shows a flowchart
  • figure 2B shows a speech engine that can execute the flowchart of figure 2 A
  • Figure 2C shows a flowchart of a second embodiment
  • Figures 3 and 4 show a model and parameter table.
  • the present application describes training of tree transducers.
  • the embodiment describes training of tree transducers, e.g., probabilistic R transducers. These transducers may be used for any probabilistic purpose.
  • the trained transducers are used for linguistic operations, such as machine translation, paraphrasing, text compression and the like. Training data may be obtained in the form of tree pairs. Linguistic knowledge is automatically distilled from those tree pairs and transducer information.
  • T ⁇ represents the set of trees over the alphabet ⁇ . An alphabet is a finite set of symbols. Trees may also be written as strings over the set ⁇ .
  • a regular tree grammar or RTG allows compactly representing a potentially infinite set of trees.
  • a weighted regular tree grammar is a set of values, where trees in the set have weights associated with them.
  • the trees can be described as a quadruple G ( ⁇ ,N,S,P), where ⁇ is the alphabet, and N is the set of non-terminals, S is the starting (initial) terminal, and P is the set of weighted productions. The productions are written left to right.
  • a weighted RTG can accept information from an infinite number of trees. More generally, the weighted RTG can be any list which includes information about the trees in a tree grammar, in a way that allows the weight to change rather than a new entry each time the same information is reobtained. [O019]
  • the RTG can take the following form:
  • the tree is parsed from left to right, so that the leftmost non-terminal is the next one to be expanded as the next item in the RTG.
  • the left most derivations of G build a tree pre-order from left to right according to LD(G) ⁇ ⁇ (t,( ⁇ p ⁇ ,n)»...,(p»,r»)) - Da Vl ⁇ l ⁇ - :j» w ⁇ , ? p; ⁇ lotal wdtflii oft in G given by W G '. ⁇ >j -> 3. the sum.
  • b is derived from a by application of a rule (queue, pattem)-> rhs to an unprocessed input subtree ai which is in state q. Its output is replaced by the output given by rhs. Its non-terminals are replaced by the instruction to transform descendent input subtrees.
  • Tl ⁇ > total weight of (f, 0) in X ih given by Wx : 2>; X T ⁇ -> R » the a ⁇ in of Mti ⁇ ost dtaivati ⁇ th rutjaforming / to 0: Colour FF ⁇ (F) ) ⁇ : T "" f %* ht « rc A ?t
  • a processing module 250 receives data from various sources 255.
  • the sources may be the input and output trees and transducer rules described herein. Specifically, this may be the translation memories, dictionaries, glossaries, Internet, and human-created translations.
  • the processor 250 processes this information as described herein to produce translation parameters which are output as 260.
  • the translation parameters are used by language engine 265 in making translations based on input language 270.
  • the speech engine is a language translator which translates from a first language to a second language.
  • the speech engine can be any engine that operates on strings of words such as a language recognition device in speech recognition device, a machine paraphraser, natural language generator, modeler, or the like.
  • the processor 250 and speech engine 265 may be any general purpose computer, and can be effected by a microprocessor, a digital signal processor, or any other processing device that is capable of executing the steps described herein.
  • the flowchart described herein can be instructions which are embodied on a machine-readable medium such as a disc or the like. Alternatively, the flowchart can be executed by dedicated hardware, or by any known or later discovered processing device.
  • the system obtains a plurality of input and output trees or strings, and transducer rules with parameters.
  • the parameters may then be used for statistical machine translation. More generally, however, the parameters can be used for any tree transformation task.
  • the input tree, output tree and tranducer rules are converted to a large set of individual derivation trees, "a derivation forest”.
  • the derivation forest effectively flattens the rules into trees of depth one.
  • the root is labeled by the original rule. All the non-expanding ⁇ labeled nodes of the rule are deterministically listed in order.
  • the weights of the derivation trees are the products of the weights of the rules in those derivation trees.
  • Figure 1 illustrates an input tree 100 being converted to an output tree
  • Figure 1 also shows the transducer rules 120. All of these are inputs to the system, specifically the input and output tree are the data that is obtained from various language translation resources
  • the transducer rules are known.
  • the object of the parsing carried out in figure 1 is to derive the derivation trees 130 automatically.
  • the input/output tree pairs are used to produce a probability estimate for each production in P, that maximizes the probability of the output trees given the input trees. The result is to find a local maximum.
  • the present system uses simplifications to find this maximum.
  • the technique describes the use of memoization by creating the weighted RTG's.
  • Memoization means that the possible derivations for a given produced combination are constant. This may prevent certain combinations from being computed more than once. In this way, the table, here the wRTG can store the answers for all past queries and return those instead of recomputing.
  • rule one will always be applied, so the first RTG represents a 1.0 probability of rule one being applied.
  • the arguments of rule one are 1.12 and 2.11. If 1.12 is applied, rule 2 is always used, while 2.11 can be either rule 3 or rule 4, with the different weightings for the different rules being also shown.
  • the weighted RTG is further processed to sum the weights of the derivation trees.
  • This can use the "inside-outside” technique, (Lari, et al, "The estimation of stochastic context free grammars using the inside-outside algorithm, Computer Speech and Language, 4, pp 35-36).
  • the inside-outside technique observes counts and determines each time a rule gets used. When a rule gets used, the probability of that rule is increased. More specifically, given a weighted RTG with parameters, the inside outside technique enables computing the sums of weights of the trees derived using each production.
  • Inside weights are the sum of all weights that can be derived for a non-terminal or production. This is a recursive definition.
  • the inside weights for a production are the sum of all the weights of the trees that can be derived from that production. ⁇ a ⁇ n €N) ⁇ £ w ⁇ a ⁇ r) fn,r, « «Jfe
  • the outside weights for a non-terminal are the sum of weights of trees generated by the weighted RTG that have derivations containing it but exclude its inside weights, according to nain € u es of ⁇ in ⁇ r «4iM ! ⁇ r5 ⁇ * tv> a( ⁇ >) ⁇ i 0a ⁇ l ⁇ c4j4 ⁇ otherwise. ⁇ .tv'.r.it )& :te 4 t ⁇ n ⁇ * ⁇ path ⁇ -, ( ⁇ V>— ⁇ > ⁇ . fibl.og iMsufcr ⁇ nhta
  • Estimation maximization training is then carried out at 240. This maximizes the expectation of decisions taken for all possible ways of generating the training corpus, according to expectation, and then maximization, as:
  • step 230 can be written in psuedocode as:
  • each estimation maximum iteration takes an amount of time that is linear to the size of the transducer. For example, this may compute the sum of all the counts for rules having the same state, to provide model weights for a joint probability distribution of the input output tree pairs.
  • the tree to string transduction is then parsed using an extended R transducer as in the first embodiment. This is used to form a weighted derivation tree grammar.
  • the derivation trees are formed by converting the input tree and the string into a flattened string of information which may include trees and strings. 285 of Figure 5c simply refers to this as derivation information.
  • the parsing of the tree to string transduction may be slightly different then the tree to tree transduction. Instead of derivation trees, there may be output string spans.
  • a less constrained alignment may result.
  • Figure 2A specifically, creation of the weighted RTG, the same as the weight summing of 230 and the expectation maximization of 240.
  • Example [0043] An example is now described here in of how to cast a probabilistic language model as an R transducer.
  • Table 2 shows a bilingual English tree Japanese string training corpus.
  • EUGtlSH CVB OCK Iiypocrisy (VB ia) CJJ CJJ i dho v& ⁇ ) (TO ⁇ T0 to) (f ⁇ htat))))
  • JAPANESE fatres to yiaoii g& dai ⁇ rai da EHQUSfU (VB (PRP to) (VB s) (£11 (J.T UX.IU.IMI1) (I ⁇ M ability)) (IS (IX in) CM frtgliai.))
  • JAPANESE! karo l t ⁇ **i zu imJte-ta.
  • Figures 3 and 4 respectively show the generative model and its parameters. The parameter values that are shown are learned via expectation maximization techniques as described in Yamada and Knight 2001.
  • Figure 3 shows how the channel input is first reordered, that is its children are permeated probabilistically. If there are three children, then there are six possible permutations whose probabilities add up to one. The reordering is done depending only on the child label sequence.
  • This insertion technique at 320 depends on the labels of the node and the parent.
  • the English leaf words are translated probabilistically into Japanese, independent of context.
  • the internal nodes are removed, leaving only the Japanese string.
  • This model can effectively provide a formula for P. (Japanese string] English tree) in terms of individual parameters. The expectation maximization training described herein seeks to maximize the product of these conditional probabilities based on the entire tree-string corpus.
  • State r means "reorder my children and then recurse”. For internal nodes, this includes a production for each parent/child sequence, and every permutation thereof:
  • the RHS then sends the child subtrees back to state q for recursive processing.
  • the process instead transitions to a different state t to prohibit any subsequent Japanese function word insertion: • r NN(xO: u €ar'-) ⁇ t xO r CCCxO anef) -4 t. xO
  • State t means "translate this word”. There is a production for each pair of cooccuring in English and Japanese words.
  • Each production in the XRS transducer has an associated weight, and corresponds to exactly 1 of the model parameters.
  • the transducer is unfaithful in one respect, specifically the insert function word decision is independent of context. It should depend on the node label and the parent label. This is addressed by fixing the q and r production. Start productions are used:

Abstract

Training using tree transducers is described. Given sample input/output pairs as training (100, 110), and given a set of tree transducer rules (120), the information is combined to yield locally optimal weights for those rules (140). This combination is carried out by building a weighted derivation forest for each input/output pair and applying counting methods to those forests (130).

Description

Training Tree Transducers [0001] This application claims the benefit of the priority of U.S. Provisional Application Serial No. 60/553,587, filed March 15, 2004 and entitled "TRAINING TREE TRANSDUCERS", the disclosure of which is hiereby incorporated by reference.
Background [0002] Many different applications are known for tree transducers. These have been used in calculus, other forms of higher mathematics. Tree transducers are used for decidability results in logic, -for modeling mathematically the theories of syntax direction translations and program schemata, syntactic pattern recognition, logic programming, term rewriting and linguistics. [0003] Within linguistics, automated language monitoring programs often use probabilistic finite state transducers that operate on strings of words. For example, speech recognition may transduce acoustic sequences to word sequences using left to right substitution. Tree based models based on probabilistic techniques have been used for machine translation, machine summarization, machine paraphrasing, natural langu age generation, parsing, language modeling, and others.
[0004] A special kind of tree transducer, often called an R transducer, operates with its roots at the bottom, with R standing for "root to frontier". At each point within the operation, the transducer chooses a production to apply. That choice is based only on the current state and the current root symbol. The travel through the transducer continues until there are no more state annotated nodes.
[0005] The R transducer represents two pairs, T1 and T2, and the conditions under which some sequence of productions applied to T1 results in T2. This is similar to what is done by a finite state transducer.
[0006] For example, if a finite state transition from state q to state r eats symbol A and outputs symbol B, then this can be written as an R production of q( A x0) -> B (r xO).
[0007] The R transducer may also copy whole trees, transform subtrees, delete subtrees, and other operations.
Summary [0008] The present application teaches a technique of training tree transducers from sample input/output pairs. A first embodiment trains the tree pairs, while a second embodiment trains the tree transducers based on tree/string pairs. Techniques are described that facilitate the computation, and simplify the information as part of the training process. [0009] An embodiment is described which uses these techniques to train transducers for statistical based language processing: e.g. language recognition and/or language generation. However, it should be understood that this embodiment is merely exemplary, and the other applications for the training of the tree transducers are contemplated. Brief description of the drawings [0010] These and other aspects will now be described in detail with reference to the accompanying drawings, wherein:
[0011] Figure 1 shows derivation trees and their simplifications; [0012] Figure 2A shows a flowchart;
[0013] figure 2B shows a speech engine that can execute the flowchart of figure 2 A;
[0014] Figure 2C shows a flowchart of a second embodiment; and [0015] Figures 3 and 4 show a model and parameter table.
Detailed description [0016] The present application describes training of tree transducers. The embodiment describes training of tree transducers, e.g., probabilistic R transducers. These transducers may be used for any probabilistic purpose. In an embodiment, the trained transducers are used for linguistic operations, such as machine translation, paraphrasing, text compression and the like. Training data may be obtained in the form of tree pairs. Linguistic knowledge is automatically distilled from those tree pairs and transducer information. [0017] TΣ represents the set of trees over the alphabet Σ. An alphabet is a finite set of symbols. Trees may also be written as strings over the set Σ. [0018] A regular tree grammar or RTG allows compactly representing a potentially infinite set of trees. A weighted regular tree grammar is a set of values, where trees in the set have weights associated with them. The trees can be described as a quadruple G (Σ,N,S,P), where Σ is the alphabet, and N is the set of non-terminals, S is the starting (initial) terminal, and P is the set of weighted productions. The productions are written left to right. A weighted RTG can accept information from an infinite number of trees. More generally, the weighted RTG can be any list which includes information about the trees in a tree grammar, in a way that allows the weight to change rather than a new entry each time the same information is reobtained. [O019] The RTG can take the following form:
Σ -- {S? NP, VP„ PP, PREP. BET, . Y, run, the, at , ύmtg &m} y = {t p, qpp, qdet, qu, qprep} 5 = q p = jq → I Λ S{ . VP(VB(rutO)), qnp →n-6 KP(q<k*t, qn), qnp →0, NP{φip. <|røjs, qpp _A« PP<qyprrp, up), qctet ~A° DET(thβ), qi>rcp ->1 Λ PREP (of) ^ qn →β-δ N(aorø), qn -XUt N(daiϊghtens)}
Table I
[O020] The tree is parsed from left to right, so that the leftmost non-terminal is the next one to be expanded as the next item in the RTG. The left most derivations of G build a tree pre-order from left to right according to LD(G) ≡ {(t,({pι,n)»...,(p»,r»)) - Da Vl < l < - :j»w ώ,? p;} lotal wdtflii oft in G given by WG '. ϊ>j -> 3. the sum. of Mtmυsl dcri fcious producing t: c WQ(t) ≡ ∑ Jl «»» where A = (ft i » • .. . ΛΛ) and /*,- = G'f. tø . A «>*))
[0021] Therefore, for every weighted context free grammar, there is an equivalent weighted RTG that produces weighted derivation trees. Each weighted RTG is generated from exactly the recognizable tree language. [0022] An extended transducer are is also used herein. According to this extended transducer xR, an input subtree matching pattern in state q is converted into its right hand side ("rhs"), and it's Q paths are replaced by their recursive transformations. The right hand side of these rules may have no states for further expansions (terminal rules) or may have states for further expansion. In notation form
=?x≡ I { a ήf lhih Xif ζq.palfertt^ rkn ))) | , atterns rhs. uή € li € ixitit ti q = label <f(i) patf em(a 4- ' * (1))) = 1 A b = a i *~ rha p {— q'(a . it (1) * i')
where, b is derived from a by application of a rule (queue, pattem)-> rhs to an unprocessed input subtree ai which is in state q. Its output is replaced by the output given by rhs. Its non-terminals are replaced by the instruction to transform descendent input subtrees.
Tlκ» swrcύXr of a rule r ~ { .rft^ uή € JR. arc the input-paths "m the rhπ: øurc c{r a) ≡ {i j 3 € patl tφ<,(Q xpnfh$)tql € Q : labels β) = (tt' *))
Tlκj ιeflι»siv(», traiiMtivw dusuu> of =*Λ is> wriiloii => . imd the thrk'tit of X, written D(X), arc thti ways of frtwijjfoitutHg input tee I (with h root iti ( o initial 6tafβ) tø an output tree 0:
D(X) ΞΓ {(_\fλΛ) € Tfc X TΔ x (μα/A* Pf | (Q Ι) )) =*-\ ( ft)}
The Iφm i derivations of X transform the free preordcr front luft to tifilib (always applying a tr.tιu>fi>rmatiυu m to the stal abeks buhtrec furthest left in its string ffptosuiitation):
LB(X) ≡ (IfO»((Fi'»*i)}"-s H^«)) l3(X) J Vl < < » :p?*ι fasPi}
Tlκ> total weight of (f, 0) in X ih given by Wx : 2>; X TΛ -> R» the aπin of Mtiπost dtaivatiωth rutjaforming / to 0: ». FF\ (F) ) Ξ: T ""f %*ht«rc A = ?t| , ... , h„) and ht = fø„ (/„ /{, <«?)) jl,0.ft>teAβ|Λj*--ϊ [0023] The tree transducers operate by starting at an initial state root and recursively applying output generating rules until no states remain, so that there is a complete derivation. In this way, the information (trees and transducer information) can be converted to a derivation forest, stored as a weighted RTG. [0024] The overall operation is illustrated in the flow chart of figure 2A; and figure 2B illustrates an exemplary hardware device which may execute that flowchart. For the application of language translation, a processing module 250 receives data from various sources 255. The sources may be the input and output trees and transducer rules described herein. Specifically, this may be the translation memories, dictionaries, glossaries, Internet, and human-created translations. The processor 250 processes this information as described herein to produce translation parameters which are output as 260. The translation parameters are used by language engine 265 in making translations based on input language 270. In the disclosed embodiment, the speech engine is a language translator which translates from a first language to a second language. However, alternatively, the speech engine can be any engine that operates on strings of words such as a language recognition device in speech recognition device, a machine paraphraser, natural language generator, modeler, or the like. [0025] The processor 250 and speech engine 265 may be any general purpose computer, and can be effected by a microprocessor, a digital signal processor, or any other processing device that is capable of executing the steps described herein. [0026] The flowchart described herein can be instructions which are embodied on a machine-readable medium such as a disc or the like. Alternatively, the flowchart can be executed by dedicated hardware, or by any known or later discovered processing device.
[0027] The system obtains a plurality of input and output trees or strings, and transducer rules with parameters. The parameters may then be used for statistical machine translation. More generally, however, the parameters can be used for any tree transformation task.
[0028] At 210, the input tree, output tree and tranducer rules are converted to a large set of individual derivation trees, "a derivation forest".
[0029] The derivation forest effectively flattens the rules into trees of depth one. The root is labeled by the original rule. All the non-expanding Δ labeled nodes of the rule are deterministically listed in order. The weights of the derivation trees are the products of the weights of the rules in those derivation trees.
[0030] Figure 1 illustrates an input tree 100 being converted to an output tree
110 and generating derivation trees 130. Figure 1 also shows the transducer rules 120. All of these are inputs to the system, specifically the input and output tree are the data that is obtained from various language translation resources
255, for example. The transducer rules are known. The object of the parsing carried out in figure 1 is to derive the derivation trees 130 automatically.
[0031] The input/output tree pairs are used to produce a probability estimate for each production in P, that maximizes the probability of the output trees given the input trees. The result is to find a local maximum. The present system uses simplifications to find this maximum.
[0032] The technique describes the use of memoization by creating the weighted RTG's. Memoization means that the possible derivations for a given produced combination are constant. This may prevent certain combinations from being computed more than once. In this way, the table, here the wRTG can store the answers for all past queries and return those instead of recomputing. [0033] Note the way in which the derivation trees are converted to weighted RTG's. At the start, rule one will always be applied, so the first RTG represents a 1.0 probability of rule one being applied. The arguments of rule one are 1.12 and 2.11. If 1.12 is applied, rule 2 is always used, while 2.11 can be either rule 3 or rule 4, with the different weightings for the different rules being also shown. [0034] At 230, the weighted RTG is further processed to sum the weights of the derivation trees. This can use the "inside-outside" technique, (Lari, et al, "The estimation of stochastic context free grammars using the inside-outside algorithm, Computer Speech and Language, 4, pp 35-36). The inside-outside technique observes counts and determines each time a rule gets used. When a rule gets used, the probability of that rule is increased. More specifically, given a weighted RTG with parameters, the inside outside technique enables computing the sums of weights of the trees derived using each production. Inside weights are the sum of all weights that can be derived for a non-terminal or production. This is a recursive definition. The inside weights for a production are the sum of all the weights of the trees that can be derived from that production. βa{n€N)≡ £ w<βa{r) fn,r,««Jfe
άc(r € Α*(X) I (u, r, «*) € P] ≡ JJ ( (føte! p)}
[0035] The outside weights for a non-terminal are the sum of weights of trees generated by the weighted RTG that have derivations containing it but exclude its inside weights, according to nain €
Figure imgf000011_0001
u es of β in μr«4iM !<ιr5<* tv> a(ι>)< i 0a{lΛc4j4 }} otherwise. Ϋ.tv'.r.it )& :te 4t <ρ\~n ρ*<~path<-, (ιV>— {ρ> \ . fibl.og iMsufcrønhta
[0036] Estimation maximization training is then carried out at 240. This maximizes the expectation of decisions taken for all possible ways of generating the training corpus, according to expectation, and then maximization, as:
Figure imgf000012_0001
2. Maximizing by ali ning the count" 10 th<* parameters and ronoπnalii πg;
Vp € par n iers ; a < „;■■■'
[0037] Each iteration increases the likelihood until a local maximum is reached.
[0038] The step 230 can be written in psuedocode as:
Fϋr eaek th os «'«•«.» <>) € T; / Estimate,
Figure imgf000012_0002
ϊi, compute t Ut 3D u«ing lait^ ϊ-r kt mh-mi kk wm t® ML r ISGKΛ rod = (». t' t< w) € P ; hιb£irh&(Q) C i? in derlvat ion RTO D = (J?, JV- 5, P' A. Λfo{ r rf) t-
Figure imgf000012_0003
*tv > βoirl )
Figure imgf000012_0004
iv. X- - 14 log(iij>(5) 3-am≠f For each r ~ (q^pat rn rϊmfw) € 22: / Maxwrmi cotmf,.
Figure imgf000012_0005
la tf L d<- iaatL <— Lt Hum <- t7nt> 4- 1 By using the weighted RTG's, each estimation maximum iteration takes an amount of time that is linear to the size of the transducer. For example, this may compute the sum of all the counts for rules having the same state, to provide model weights for a joint probability distribution of the input output tree pairs.
This joint normalization may avoid many different problems.
[0039] The above has described tree-to-tree transducers. An alternative embodiment describes tree to string transducers is shown in the flowchart of figure 2C. This transducer will be used when a tree is only available at the input side of the training corpus. Note that figure 2C is substantially identical to figure
2A other than the form of the input data.
[0040] The tree to string transduction is then parsed using an extended R transducer as in the first embodiment. This is used to form a weighted derivation tree grammar. The derivation trees are formed by converting the input tree and the string into a flattened string of information which may include trees and strings. 285 of Figure 5c simply refers to this as derivation information. The parsing of the tree to string transduction may be slightly different then the tree to tree transduction. Instead of derivation trees, there may be output string spans.
A less constrained alignment may result.
[0041] This is followed in Figure 2C by operations that are analogous to those in
Figure 2A: specifically, creation of the weighted RTG, the same as the weight summing of 230 and the expectation maximization of 240.
[0042]
Example [0043] An example is now described here in of how to cast a probabilistic language model as an R transducer.
Table 2 shows a bilingual English tree Japanese string training corpus.
EUGtlSH: CVB OCK Iiypocrisy) (VB ia) CJJ CJJ i dho v&Α) (TO <T0 to) (f εhtat)))) JAPANESE: fatres to yiaoii g& dai ϊrai da EHQUSfU (VB (PRP to) (VB s) (£11 (J.T UX.IU.IMI1) (IΪM ability)) (IS (IX in) CM frtgliai.))) JAPANESE!: karo l t όϊκ **i zu imJte-ta. aalttou wo raot-tβ iasa ENGLISH ! (VB (PHP lie (VB was) (JJ (JJ ablasβ) CIS (IK *itΛ) (DM anger) 3 » JAPANESE: a.m Ita αat- a ni i c-te ώk&t-t.. i- a EWLISH; (VB (PEP i) (VB alsoBϊiaate) (lit snates)) JAPAHESE: ϊiβbi ga dai ir&i da
Table 2
[0044] Figures 3 and 4 respectively show the generative model and its parameters. The parameter values that are shown are learned via expectation maximization techniques as described in Yamada and Knight 2001. [0045] According to the model, an English tree becomes a Japanese string in four operations. Figure 3 shows how the channel input is first reordered, that is its children are permeated probabilistically. If there are three children, then there are six possible permutations whose probabilities add up to one. The reordering is done depending only on the child label sequence.
[0046] In 320, a decision is made at every node about inserting a Japanese function word. This is a three-way decision at each node, requiring determination of whether the word should be inserted to the left, to the right, or not inserted at all. This insertion technique at 320 depends on the labels of the node and the parent. At 330, the English leaf words are translated probabilistically into Japanese, independent of context. At 340, the internal nodes are removed, leaving only the Japanese string. [0047] This model can effectively provide a formula for P. (Japanese string] English tree) in terms of individual parameters. The expectation maximization training described herein seeks to maximize the product of these conditional probabilities based on the entire tree-string corpus.
[0048] First, an xRs tree to string transducer is built that embodies the probabilities noted above. This is a four state transducer. For the main-start state, the function q, meaning translate this tree, has three productions:
i q s → r x. i x - 14 * q x - r x State i means "produce a Japanese word out of thin air." There is an i production for each Japanese word in the vocabulary.
♦ i x → "clef *j χ → '" uruma"
«l x -4 4*raf*
* . . ,
[0049] State r means "reorder my children and then recurse". For internal nodes, this includes a production for each parent/child sequence, and every permutation thereof:
• r r K(x0:UD, x!:NN) → q xO. q xl
• r N(xQ:CD, xl: ) → q xt, q τU
[0051] The RHS then sends the child subtrees back to state q for recursive processing. For English leaf nodes, the process instead transitions to a different state t to prohibit any subsequent Japanese function word insertion: • r NN(xO:u€ar'-) → t xO r CCCxO anef) -4 t. xO
[0052] State t means "translate this word". There is a production for each pair of cooccuring in English and Japanese words.
* t e ι^ → 'l iruraa"
* t " r" → ' W
* t "car" -4- *n*
[0053] Each production in the XRS transducer has an associated weight, and corresponds to exactly 1 of the model parameters. [0054] The transducer is unfaithful in one respect, specifically the insert function word decision is independent of context. It should depend on the node label and the parent label. This is addressed by fixing the q and r production. Start productions are used:
• q x:VB -4 q.TOP.YB x i q x: J J -→ q.TOP. J x
[0055] States are used, such as q.top.vb which states mean something like "translate this tree, whose route is vb". Every parent-child payer in the corpus gets its own set of insert function word productions:
OP, VB x -4 i x. t x
* q.TOP.YB x -4 r x, i x
• q.TOP. VB x -4 r x
• q.VB.NN x -4 i x. r x
• q.YB.NN ' -4 r x» i x
• q.YB. K* x -4 r [0056] Finally, the R productions need to send parent child information when they recurse to the q.parent.child states.
[0057] The productions stay the same. Productions for appraisal translations and others can also be added.
[0058] Although only a few embodiments have been disclosed in detail above, other modifications are possible, and this disclosure is intended to cover all such modifications, and most particularly, any modification which might be predictable to a person having ordinary skill in the art. For example, an alternative embodiment could use the same techniques for string to string training, based on tree based models or based only on string pair data. Another application is to generate likely input trees from output trees or vide versa. Also, and to reiterate the above, many other applications can be carried out with tree transducers, and the application of tree transducers to linguistic issues is merely exemplary. [0059] Also, only those claims which use the words "means for" are intended to be interpreted under 35 USC 112, sixth paragraph. Moreover, no limitations from the specification are intended to be read into any claims, unless those limitations are expressly included in the claims
[0060] All such modifications are intended to be encompassed within the following claims

Claims

What is claimed is
1. A method, comprising: obtaining tree transducer information including input/ output pair information and transducer information; converting said input/output pair information and said transducer information into a set of values in a weighted tree grammar; and using said weighted tree grammar to solve a problem that requires information from the input/output pair information and transducer information.
2. A method as in claim 1 , wherein said using comprises training a linguistic engine which solves a linguistic problem.
3. A method as in claim 2, wherein said linguistic problem includes training of a linguistic engine of a type that converts from one language to another.
4. A method as in claim 1 , wherein said tree transducer information includes an input tree and an output tree as said input/output pair.
5. A method as in claim 1 , wherein said tree transducer information includes an input tree and an output string as said input/output pair.
6. A method as in claim 1 , further comprising converting said tree transducer information into a derivation forest.
7. A method as in claim 1 , wherein said set of values represents information about the tree transducer information and transducer information in a specified grammar, associated with a weight for each of a plurality of entries.
8. A method as in claim 7, wherein said set of values are in a weighted regular tree grammar.
9. A method as in claim 8, wherein said converting comprises storing the set of values as a weighted regular tree grammar, and returning certain stored information instead of recomputing said certain stored information.
10. A method as in claim 1 , further comprising further processing the set of values to sum weights based on information learned from said tree transducer information and said transducer information.
11. A method as in claim 10, wherein said further processing comprises using an inside-outside algorithm to observe counts and determine each time a rule gets used and to adjust said rule weights based on said observing.
12. A method as in claim 10, wherein said further processing comprises observing counts and determining each time a rule gets used, and increasing a probability of that rule each time the rule gets used.
13. A method as in claim 1 , wherein said training further comprises maximizing an expectation of decisions.
14. A method as in claim 1 , wherein said training further comprises computing a sum of all the counts for rules having the same state, to provide model weights for one of a joint or conditional probability distribution of the tree transducer information.
15. A method as in claim 1 , wherein said using comprises solving a logic problem.
16. A method as in claim 15, wherein said logic problem is a problem that uses a machine to analyze and the aspect of at least one language.
17. A training apparatus comprising: an input part which includes tree transducer information that includes input samples and output samples, and includes transducer information; a processor that processes said tree transducer information and said transducer information and produces an output table indicative of said tree transducer information and said transducer information, said output table including a set of values, and weights for said set of values.
18. A training apparatus as in claim 17, further comprising a linguistic engine, receiving said output tables, addressing a linguistic problem based on said output tables.
19. A training apparatus as in claim 17, further comprising using an inside- outside algorithm to observe counts and determine each time a rule gets used and to adjust said rule weights based on the observing.
i 20. A training apparatus as in claim 17, wherein said input part is a tree transducer.
21. A training apparatus as in claim 20, wherein said output part is a tree transducer.
22. A training apparatus as in claim 20, wherein said output of part is a string transducer.
23. A training apparatus as in claim 17, wherein said output table stores a set of values as a regular tree grammar that is weighted with weights related to a number of times that each rule is used.
24. A training apparatus as in claim 23, wherein said processor is also operative to adjust said weights.
!
25. A training apparatus as in claim 17, further comprising a logic engine that analyzes at least one logical problem based on said output table.
26. A computer readable storage medium containing a set of instructions to enable a computer to carry out a function, the set of instructions including instructions to: obtain tree transducer information including at least an input tree, output information corresponding to said input tree, and transducer information; convert said tree transducer information into a weighted set of values indicative of said tree transducer information and said transducer information; and use said set of values to solve a problem.
27. A storage medium as in claim 26, wherein said output information within said tree transducer information includes an output tree.
28. A storage medium as in claim 26, wherein said output information within said tree transducer information includes an output string.
29. A storage medium as in claim 26, wherein said instructions to convert include instructions to maximize an expectation that a rule will be used.
30. A method comprising:
using a computer to obtain information in the form of a first-tree, second information corresponding to said first tree, and transducer information; and using said computer to automatically distill information from said first tree, said from said second information, and said transducer information into a list of information in a specified tree grammar with weights associated with entries in the list and to produce locally optimal weights for said entries.
31. A method as in claim 30, further comprising using said list of information in said computer to solve a problem.
32. A method as in claim 30, wherein said automatically distill comprises parsing the information from a first portion to a second portion.
33. A method as in claim 32, wherein said second information comprises a second tree.
34. A method as in claim 32, wherein said second information comprises a string.
35. A method as in claim 30, wherein said automatically distill comprises observing when a specified rule in said list of information is used, and increasing said weight associated with said specified rule when said specified rule is used.
36. A method as in claim 31, wherein said problem is a linguistic problem.
PCT/US2005/008648 2004-03-15 2005-03-15 Training tree transducers WO2005089340A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US55358704P 2004-03-15 2004-03-15
US60/553,587 2004-03-15

Publications (2)

Publication Number Publication Date
WO2005089340A2 true WO2005089340A2 (en) 2005-09-29
WO2005089340A3 WO2005089340A3 (en) 2008-01-10

Family

ID=34994277

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2005/008648 WO2005089340A2 (en) 2004-03-15 2005-03-15 Training tree transducers

Country Status (2)

Country Link
US (1) US7698125B2 (en)
WO (1) WO2005089340A2 (en)

Families Citing this family (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003005166A2 (en) 2001-07-03 2003-01-16 University Of Southern California A syntax-based statistical translation model
WO2004001623A2 (en) * 2002-03-26 2003-12-31 University Of Southern California Constructing a translation lexicon from comparable, non-parallel corpora
US8548794B2 (en) * 2003-07-02 2013-10-01 University Of Southern California Statistical noun phrase translation
US7711545B2 (en) * 2003-07-02 2010-05-04 Language Weaver, Inc. Empirical methods for splitting compound words with application to machine translation
US8296127B2 (en) 2004-03-23 2012-10-23 University Of Southern California Discovery of parallel text portions in comparable collections of corpora and training using comparable texts
US8666725B2 (en) 2004-04-16 2014-03-04 University Of Southern California Selection and use of nonstatistical translation components in a statistical machine translation framework
JP5452868B2 (en) * 2004-10-12 2014-03-26 ユニヴァーシティー オブ サザン カリフォルニア Training for text-to-text applications that use string-to-tree conversion for training and decoding
US8676563B2 (en) 2009-10-01 2014-03-18 Language Weaver, Inc. Providing human-generated and machine-generated trusted translations
US8886517B2 (en) 2005-06-17 2014-11-11 Language Weaver, Inc. Trust scoring for language translation systems
US7697827B2 (en) 2005-10-17 2010-04-13 Konicek Jeffrey C User-friendlier interfaces for a camera
US10319252B2 (en) 2005-11-09 2019-06-11 Sdl Inc. Language capability assessment and training apparatus and techniques
US8260886B2 (en) * 2005-12-30 2012-09-04 Telefonaktiebolaget Lm Ericsson (Publ) Compiling method for command based router classifiers
US7966173B2 (en) * 2006-03-22 2011-06-21 Nuance Communications, Inc. System and method for diacritization of text
US8943080B2 (en) 2006-04-07 2015-01-27 University Of Southern California Systems and methods for identifying parallel documents and sentence fragments in multilingual document collections
US7827028B2 (en) * 2006-04-07 2010-11-02 Basis Technology Corporation Method and system of machine translation
US8886518B1 (en) 2006-08-07 2014-11-11 Language Weaver, Inc. System and method for capitalizing machine translated text
US8433556B2 (en) 2006-11-02 2013-04-30 University Of Southern California Semi-supervised training for statistical word alignment
US9122674B1 (en) 2006-12-15 2015-09-01 Language Weaver, Inc. Use of annotations in statistical machine translation
US8468149B1 (en) 2007-01-26 2013-06-18 Language Weaver, Inc. Multi-lingual online community
US7962323B2 (en) * 2007-03-07 2011-06-14 Microsoft Corporation Converting dependency grammars to efficiently parsable context-free grammars
US8615389B1 (en) 2007-03-16 2013-12-24 Language Weaver, Inc. Generation and exploitation of an approximate language model
US8831928B2 (en) 2007-04-04 2014-09-09 Language Weaver, Inc. Customizable machine translation service
US8825466B1 (en) 2007-06-08 2014-09-02 Language Weaver, Inc. Modification of annotated bilingual segment pairs in syntax-based machine translation
US8311806B2 (en) * 2008-06-06 2012-11-13 Apple Inc. Data detection in a sequence of tokens using decision tree reductions
US8738360B2 (en) 2008-06-06 2014-05-27 Apple Inc. Data detection of a character sequence having multiple possible data types
US8510097B2 (en) * 2008-12-18 2013-08-13 Palo Alto Research Center Incorporated Region-matching transducers for text-characterization
US8447588B2 (en) * 2008-12-18 2013-05-21 Palo Alto Research Center Incorporated Region-matching transducers for natural language processing
US20100299132A1 (en) * 2009-05-22 2010-11-25 Microsoft Corporation Mining phrase pairs from an unstructured resource
US8990064B2 (en) 2009-07-28 2015-03-24 Language Weaver, Inc. Translating documents based on content
US8380486B2 (en) 2009-10-01 2013-02-19 Language Weaver, Inc. Providing machine-generated translations and corresponding trust levels
US10417646B2 (en) 2010-03-09 2019-09-17 Sdl Inc. Predicting the cost associated with translating textual content
US9317595B2 (en) * 2010-12-06 2016-04-19 Yahoo! Inc. Fast title/summary extraction from long descriptions
US20120158398A1 (en) * 2010-12-17 2012-06-21 John Denero Combining Model-Based Aligner Using Dual Decomposition
US8612204B1 (en) * 2011-03-30 2013-12-17 Google Inc. Techniques for reordering words of sentences for improved translation between languages
US11003838B2 (en) 2011-04-18 2021-05-11 Sdl Inc. Systems and methods for monitoring post translation editing
US8694303B2 (en) 2011-06-15 2014-04-08 Language Weaver, Inc. Systems and methods for tuning parameters in statistical machine translation
US8886515B2 (en) 2011-10-19 2014-11-11 Language Weaver, Inc. Systems and methods for enhancing machine translation post edit review processes
US8874615B2 (en) * 2012-01-13 2014-10-28 Quova, Inc. Method and apparatus for implementing a learning model for facilitating answering a query on a database
US8942973B2 (en) 2012-03-09 2015-01-27 Language Weaver, Inc. Content page URL translation
US10261994B2 (en) 2012-05-25 2019-04-16 Sdl Inc. Method and system for automatic management of reputation of translators
US9152622B2 (en) 2012-11-26 2015-10-06 Language Weaver, Inc. Personalized machine translation via online adaptation
US9213694B2 (en) 2013-10-10 2015-12-15 Language Weaver, Inc. Efficient online domain adaptation

Family Cites Families (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57201958A (en) 1981-06-05 1982-12-10 Hitachi Ltd Device and method for interpretation between natural languages
JPS58201175A (en) 1982-05-20 1983-11-22 Kokusai Denshin Denwa Co Ltd <Kdd> Machine translation system
US4642526A (en) * 1984-09-14 1987-02-10 Angstrom Robotics & Technologies, Inc. Fluorescent object recognition system having self-modulated light source
JPS61217871A (en) 1985-03-25 1986-09-27 Toshiba Corp Translation processor
DE3616751A1 (en) 1985-05-20 1986-11-20 Sharp K.K., Osaka TRANSLATION SYSTEM
JPH083815B2 (en) 1985-10-25 1996-01-17 株式会社日立製作所 Natural language co-occurrence relation dictionary maintenance method
US5146405A (en) 1988-02-05 1992-09-08 At&T Bell Laboratories Methods for part-of-speech determination and usage
JPH0242572A (en) 1988-08-03 1990-02-13 Hitachi Ltd Preparation/maintenance method for co-occurrence relation dictionary
JPH02301869A (en) 1989-05-17 1990-12-13 Hitachi Ltd Method for maintaining and supporting natural language processing system
US5369574A (en) 1990-08-01 1994-11-29 Canon Kabushiki Kaisha Sentence generating system
US5212730A (en) 1991-07-01 1993-05-18 Texas Instruments Incorporated Voice recognition of proper names using text-derived recognition models
US5477451A (en) 1991-07-25 1995-12-19 International Business Machines Corp. Method and system for natural language translation
US5267156A (en) 1991-12-05 1993-11-30 International Business Machines Corporation Method for constructing a knowledge base, knowledge base system, machine translation method and system therefor
GB9209346D0 (en) 1992-04-30 1992-06-17 Sharp Kk Machine translation system
US6278967B1 (en) 1992-08-31 2001-08-21 Logovista Corporation Automated system for generating natural language translations that are domain-specific, grammar rule-based, and/or based on part-of-speech analysis
US5432948A (en) 1993-04-26 1995-07-11 Taligent, Inc. Object-oriented rule-based text input transliteration system
GB2279164A (en) 1993-06-18 1994-12-21 Canon Res Ct Europe Ltd Processing a bilingual database.
US5510981A (en) 1993-10-28 1996-04-23 International Business Machines Corporation Language translation apparatus and method using context-based translation models
US6304841B1 (en) 1993-10-28 2001-10-16 International Business Machines Corporation Automatic construction of conditional exponential models from elementary features
JP3345763B2 (en) 1994-03-04 2002-11-18 日本電信電話株式会社 Natural language translator
JP3377290B2 (en) 1994-04-27 2003-02-17 シャープ株式会社 Machine translation device with idiom processing function
US5695980A (en) * 1995-06-06 1997-12-09 Human Genome Sciences Polynucleotides, vectors, cells and an expression method for human MutT2
JP2855409B2 (en) 1994-11-17 1999-02-10 日本アイ・ビー・エム株式会社 Natural language processing method and system
GB2295470A (en) 1994-11-28 1996-05-29 Sharp Kk Machine translation system
CA2170669A1 (en) 1995-03-24 1996-09-25 Fernando Carlos Neves Pereira Grapheme-to phoneme conversion with weighted finite-state transducers
AU5969896A (en) 1995-06-07 1996-12-30 International Language Engineering Corporation Machine assisted translation tools
US5903858A (en) 1995-06-23 1999-05-11 Saraki; Masashi Translation machine for editing a original text by rewriting the same and translating the rewrote one
US5987404A (en) 1996-01-29 1999-11-16 International Business Machines Corporation Statistical natural language understanding using hidden clumpings
JPH09259127A (en) 1996-03-21 1997-10-03 Sharp Corp Translation device
US5870706A (en) 1996-04-10 1999-02-09 Lucent Technologies, Inc. Method and apparatus for an improved language recognition system
US6161083A (en) 1996-05-02 2000-12-12 Sony Corporation Example-based translation method and system which calculates word similarity degrees, a priori probability, and transformation probability to determine the best example for translation
US5806032A (en) * 1996-06-14 1998-09-08 Lucent Technologies Inc. Compilation of weighted finite-state transducers from decision trees
JPH1011447A (en) 1996-06-21 1998-01-16 Ibm Japan Ltd Translation method and system based upon pattern
JP3579204B2 (en) 1997-01-17 2004-10-20 富士通株式会社 Document summarizing apparatus and method
US5991710A (en) 1997-05-20 1999-11-23 International Business Machines Corporation Statistical translation system with features based on phrases or groups of words
US6415250B1 (en) 1997-06-18 2002-07-02 Novell, Inc. System and method for identifying language using morphologically-based techniques
US6032111A (en) 1997-06-23 2000-02-29 At&T Corp. Method and apparatus for compiling context-dependent rewrite rules and input strings
DE69837979T2 (en) 1997-06-27 2008-03-06 International Business Machines Corp. System for extracting multilingual terminology
JPH11143877A (en) 1997-10-22 1999-05-28 Internatl Business Mach Corp <Ibm> Compression method, method for compressing entry index data and machine translation system
US6533822B2 (en) 1998-01-30 2003-03-18 Xerox Corporation Creating summaries along with indicators, and automatically positioned tabs
US6031984A (en) 1998-03-09 2000-02-29 I2 Technologies, Inc. Method and apparatus for optimizing constraint models
JP3430007B2 (en) 1998-03-20 2003-07-28 富士通株式会社 Machine translation device and recording medium
GB2337611A (en) 1998-05-20 1999-11-24 Sharp Kk Multilingual document retrieval system
GB2338089A (en) 1998-06-02 1999-12-08 Sharp Kk Indexing method
US6092034A (en) 1998-07-27 2000-07-18 International Business Machines Corporation Statistical translation system and method for fast sense disambiguation and translation of large corpora using fertility models and sense models
US6285978B1 (en) 1998-09-24 2001-09-04 International Business Machines Corporation System and method for estimating accuracy of an automatic natural language translation
JP2000132550A (en) 1998-10-26 2000-05-12 Matsushita Electric Ind Co Ltd Chinese generating device for machine translation
US6182014B1 (en) 1998-11-20 2001-01-30 Schlumberger Technology Corporation Method and system for optimizing logistical operations in land seismic surveys
US6460015B1 (en) 1998-12-15 2002-10-01 International Business Machines Corporation Method, system and computer program product for automatic character transliteration in a text string object
US6223150B1 (en) 1999-01-29 2001-04-24 Sony Corporation Method and apparatus for parsing in a spoken language translation system
WO2000062193A1 (en) 1999-04-08 2000-10-19 Kent Ridge Digital Labs System for chinese tokenization and named entity recognition
US6393389B1 (en) 1999-09-23 2002-05-21 Xerox Corporation Using ranked translation choices to obtain sequences indicating meaning of multi-token expressions
US6904402B1 (en) 1999-11-05 2005-06-07 Microsoft Corporation System and iterative method for lexicon, segmentation and language model joint optimization
US6587844B1 (en) * 2000-02-01 2003-07-01 At&T Corp. System and methods for optimizing networks of weighted unweighted directed graphs
US7389234B2 (en) * 2000-07-20 2008-06-17 Microsoft Corporation Method and apparatus utilizing speech grammar rules written in a markup language
US6952666B1 (en) * 2000-07-20 2005-10-04 Microsoft Corporation Ranking parser for a natural language processing system
US6782356B1 (en) 2000-10-03 2004-08-24 Hewlett-Packard Development Company, L.P. Hierarchical language chunking translation table
US7113903B1 (en) 2001-01-30 2006-09-26 At&T Corp. Method and apparatus for providing stochastic finite-state machine translation
US7107215B2 (en) 2001-04-16 2006-09-12 Sakhr Software Company Determining a compact model to transcribe the arabic language acoustically in a well defined basic phonetic study
WO2002097663A1 (en) 2001-05-31 2002-12-05 University Of Southern California Integer programming decoder for machine translation
US7191115B2 (en) 2001-06-20 2007-03-13 Microsoft Corporation Statistical method and apparatus for learning translation relationships among words
US6810374B2 (en) 2001-07-23 2004-10-26 Pilwon Kang Korean romanization system
US7013262B2 (en) * 2002-02-12 2006-03-14 Sunflare Co., Ltd System and method for accurate grammar analysis using a learners' model and part-of-speech tagged (POST) parser
WO2003071393A2 (en) * 2002-02-15 2003-08-28 Mathsoft Engineering And Education, Inc. Linguistic support for a regognizer of mathematical expressions
WO2003083710A2 (en) 2002-03-27 2003-10-09 Universiity Of Southern California Phrase- based joint probability model for statistical machine translation
US7149688B2 (en) * 2002-11-04 2006-12-12 Speechworks International, Inc. Multi-lingual speech recognition with cross-language context modeling
US20040111253A1 (en) * 2002-12-10 2004-06-10 International Business Machines Corporation System and method for rapid development of natural language understanding using active learning
US7346493B2 (en) * 2003-03-25 2008-03-18 Microsoft Corporation Linguistically informed statistical models of constituent structure for ordering in sentence realization for a natural language generation system
US20050125218A1 (en) * 2003-12-04 2005-06-09 Nitendra Rajput Language modelling for mixed language expressions

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
ABNEY S.P.: 'Stochastic Attribute Value Grammars' ASSOCIATION FOR COMPUTATIONAL LINGUISTICS 1997, pages 597 - 618 *
ALSHAWI H.: 'Head automata for speech translation, Spoken language' ICLP 96. PROCEEDINGS., FOURTH INTERNATIONAL CONFERENCE October 1996, pages 2360 - 2363 *
MOHRI M.: 'Regular approximation of context-free grammars through transformation, Robustness in Language and speech Technology', KLUWER ACADEMIC PUBLISHERS pages 251 - 261 *
NORVIG P.: 'Techniques for Automatic Memoization with Applications to Context-Free Parsing' ASSOCIATION FOR COMPUTATIONAL LINGUISTICS 1991, pages 91 - 98 *

Also Published As

Publication number Publication date
US7698125B2 (en) 2010-04-13
US20050234701A1 (en) 2005-10-20
WO2005089340A3 (en) 2008-01-10

Similar Documents

Publication Publication Date Title
WO2005089340A2 (en) Training tree transducers
Artetxe et al. Unsupervised statistical machine translation
Artetxe et al. Unsupervised neural machine translation
JP3768205B2 (en) Morphological analyzer, morphological analysis method, and morphological analysis program
Chen et al. Distraction-Based Neural Networks for Modeling Document.
Yamada et al. A syntax-based statistical translation model
Bahdanau et al. Neural machine translation by jointly learning to align and translate
Kumar et al. Local phrase reordering models for statistical machine translation
Jiampojamarn et al. Phoneme alignment: An exploration
Min et al. Ncsu_sas_wookhee: A deep contextual long-short term memory model for text normalization
Khan et al. RNN-LSTM-GRU based language transformation
Knight et al. Applications of weighted automata in natural language processing
CN116324972A (en) System and method for a multilingual speech recognition framework
Agic et al. Improving part-of-speech tagging accuracy for Croatian by morphological analysis
Shen et al. Effective use of linguistic and contextual information for statistical machine translation
US10402489B2 (en) Transliteration of text entry across scripts
JP5853595B2 (en) Morphological analyzer, method, program, speech synthesizer, method, program
JP4499003B2 (en) Information processing method, apparatus, and program
Gu et al. Concept-based speech-to-speech translation using maximum entropy models for statistical natural concept generation
Granell et al. An interactive approach with off-line and on-line handwritten text recognition combination for transcribing historical documents
Jordão et al. Metaphone-pt_BR: the phonetic importance on search and correction of textual information
Yang et al. Statistical machine translation
JP2019144844A (en) Morphological analysis learning device, morphological analysis device, method and program
Farooq et al. Phrase-based correction model for improving handwriting recognition accuracies
JP2007018462A (en) Machine translation device and program

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase