csp 490 u natural language processing spring 2016
play

CSP 490 U Natural Language Processing Spring 2016 Machine - PowerPoint PPT Presentation

CSP 490 U Natural Language Processing Spring 2016 Machine Translation Yejin Choi Slides from Dan Klein, Luke Zettlemoyer, Dan Jurafsky, Ray Mooney Translation: Codebreaking? When I look at an article in Russian, I say: This is really


  1. CSP 490 U Natural Language Processing Spring 2016 Machine Translation Yejin Choi Slides from Dan Klein, Luke Zettlemoyer, Dan Jurafsky, Ray Mooney

  2. Translation: Codebreaking? When I look at an article in Russian, I say: ‘ This is really written in English, but it has been coded in some strange symbols. I will now proceed to decode. ’ ” § Warren Weaver (1955:18, quoting a letter he wrote in 1947)

  3. Brief History of NLP § Mid 1950’s – mid 1960’s: Birth of NLP and Linguistics § At first, people thought MT would be easy! Researchers predicted that “machine translation” can be solved in 3 years or so. § Mid 1960’s – Mid 1970’s: A Dark Era § People started believing that machine translation is impossible. § 1970’s and early 1980’s – Slow Revival of NLP § Small toy problems, linguistic heavy, weak empirical evaluation § Late 1980’s and 1990’s – Statistical Revolution! § By this time, the computing power increased substantially . § Data-driven, statistical approaches with simple representation. è “ Whenever I fire a linguist, our MT performance improves.” (Jelinek,1988) § 2000’s – Statistics Powered by Linguistic Insights § More complex statistical models & richer linguistic representations.

  4. Machine Translation: Examples

  5. Corpus-Based MT Modeling correspondences between languages Sentence-aligned parallel corpus: Yo lo haré mañana Hasta pronto Hasta pronto I will do it tomorrow See you soon See you around Machine translation system: Model of Yo lo haré pronto I will do it soon translation I will do it around See you tomorrow

  6. Levels of Transfer “Vauquois Triangle”

  7. General Approaches § Rule-based approaches § Expert system-like rewrite systems § Interlingua methods (analyze and generate) § Lexicons come from humans § Can be very fast, and can accumulate a lot of knowledge over time (e.g. Systran ) § Statistical approaches § Word-to-word translation § Phrase-based translation § Syntax-based translation (tree-to-tree, tree-to-string) § Trained on parallel corpora § Usually noisy-channel (at least in spirit)

  8. Translation is hard! zi zhu zhong duan 自 助 � 端 self help terminal device help oneself terminating machine (ATM, “self-service terminal”) 2 Examples from Liang Huang

  9. Translation is hard! 3 Examples from Liang Huang

  10. Translation is hard! 3 Examples from Liang Huang

  11. Translation is hard! 3 Examples from Liang Huang

  12. Translation is hard! 3 Examples from Liang Huang

  13. or even... 4 Examples from Liang Huang

  14. Human Evaluation Madame la présidente, votre présidence de cette institution a été marquante. Mrs Fontaine, your presidency of this institution has been outstanding. Madam President, president of this house has been discoveries. Madam President, your presidency of this institution has been impressive. Je vais maintenant m'exprimer brièvement en irlandais. I shall now speak briefly in Irish . I will now speak briefly in Ireland . I will now speak briefly in Irish . Nous trouvons en vous un président tel que nous le souhaitions. We think that you are the type of president that we want. We are in you a president as the wanted. We are in you a president as we the wanted. Evaluation Questions: • Are translations fluent/grammatical? • Are they adequate (you understand the meaning)?

  15. MT: Automatic Evaluation § Human evaluations: subject measures, fluency/adequacy § Automatic measures: n-gram match to references § NIST measure: n-gram recall (worked poorly) § BLEU: n-gram precision (no one really likes it, but everyone uses it) § BLEU: § P1 = unigram precision § P2, P3, P4 = bi-, tri-, 4-gram precision § Weighted geometric mean of P1-4 § Brevity penalty (why?) § Somewhat hard to game…

  16. Automatic Metrics Work (?)

  17. MT System Components Language Model Translation Model channel source e f P(f|e) P(e) observed best decoder e f argmax P(e|f) = argmax P(f|e)P(e) e e

  18. Part I – Word Alignment Models

  19. Word Alignment En x z vertu de les What nouvelles What is the anticipated is propositions the cost of collecting fees , anticipated under the new proposal? quel cost est of le collecting En vertu des nouvelles coût fees prévu propositions, quel est le under de coût prévu de perception the perception new des droits? de proposal les ? droits ?

  20. Word Alignment

  21. Unsupervised Word Alignment § Input: a bitext , pairs of translated sentences nous acceptons votre opinion . we accept your view . § Output: alignments : pairs of translated words § When words have unique sources, can represent as a (forward) alignment function a from French to English positions

  22. The IBM Translation Models [Brown et al 1993] The Mathematics of Statistical Machine Translation: Parameter Estimation Peter E Brown* Stephen A. Della Pietra* IBM T.J. Watson Research Center IBM T.J. Watson Research Center Vincent J. Della Pietra* Robert L. Mercer* IBM T.J. Watson Research Center IBM T.J. Watson Research Center We describe a series o,f five statistical models o,f the translation process and give algorithms,for estimating the parameters o,f these models given a set o,f pairs o,f sentences that are translations o,f one another. We define a concept o,f word-by-word alignment between such pairs o,f sentences. For any given pair of such sentences each o,f our models assigns a probability to each of the possible word-by-word alignments. We give an algorithm for seeking the most probable o,f these alignments. Although the algorithm is suboptimal, the alignment thus obtained accounts well for the word-by-word relationships in the pair o,f sentences. We have a great deal o,f data in French and English from the proceedings o,f the Canadian Parliament. Accordingly, we have restricted our work to these two languages; but we,feel that because our algorithms have minimal linguistic content they would work well on other pairs o,f languages. We also ,feel, again because of the minimal linguistic content o,f our algorithms, that it is reasonable to argue that word-by-word alignments are inherent in any sufficiently large bilingual corpus. 1. Introduction The growing availability of bilingual, machine-readable texts has stimulated interest in methods for extracting linguistically valuable information from such texts. For ex- ample, a number of recent papers deal with the problem of automatically obtaining pairs of aligned sentences from parallel corpora (Warwick and Russell 1990; Brown, Lai, and Mercer 1991; Gale and Church 1991b; Kay 1991). Brown et al. (1990) assert, and Brown, Lai, and Mercer (1991) and Gale and Church (1991b) both show, that it is possible to obtain such aligned pairs of sentences without inspecting the words that the sentences contain. Brown, Lai, and Mercer base their algorithm on the number of words that the sentences contain, while Gale and Church base a similar algorithm on the number of characters that the sentences contain. The lesson to be learned from these two efforts is that simple, statistical methods can be surprisingly successful in achieving linguistically interesting goals. Here, we address a natural extension of that work: matching up the words within pairs of aligned sentences. In recent papers, Brown et al. (1988, 1990) propose a statistical approach to ma- chine translation from French to English. In the latter of these papers, they sketch an algorithm for estimating the probability that an English word will be translated into any particular French word and show that such probabilities, once estimated, can be used together with a statistical model of the translation process to align the words in an English sentence with the words in its French translation (see their Figure 3). * IBM T.J. Watson Research Center, Yorktown Heights, NY 10598 (~) 1993 Association for Computational Linguistics

  23. IBM Model 1 (Brown 93) § Peter F. Brown, Vincent J. Della Pietra, Stephen A. Della Pietra, Robert L. Mercer § The mathematics of statistical machine translation: Parameter estimation . In: Computational Linguistics 19 (2), 1993. § 3667 citations.

  24. IBM Model 1 (Brown 93) t ( f | e ) := p ( 0 e 0 is translated into 0 f 0 | e ) § Model parameters: a i = j § A (hidden) alignment vector where means ( a 1 , ..., a m ) ‘i’ th target word is translated from ‘j’ th source word. § Include a “null” word on the source side § This alignment vector defines 1-to-many mappings. (why?) NULL 0 m Y p ( f 1 . . . f m , a 1 . . . a m | e 1 . . . e l , m ) = q ( a i | i, l, m ) t ( f i | e a i ) i =1 Uniform alignment model! m 1 Y = l + 1 t ( f i | e a i ) i =1

  25. IBM Model 1: Learning § If given data with alignment {(e 1 ...e l ,a 1 …a m ,f 1 ...f m ) k |k=1..n} t ML ( f | e ) = c ( e, f ) δ ( k, i, j ) = 1 if a ( k ) = j, 0 otherwise where i X X X c ( e ) c ( e, f ) = δ ( k, i, j ) i s . t . e i = e k j s . t . f j = f § In practice, no such data available at large scale. § Thus, learn the translation model parameters while keeping alignment as latent variables, using EM, § Repeatedly re-compute the expected counts: t ( f ( k ) | e ( k ) j ) i δ ( k, i, j ) = j 0 t ( f ( k ) | e ( k ) P j 0 ) i § Basic idea: compute expected source for each word, update co- occurrence statistics, repeat § Q: What about inference? Is it hard?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend