listnet based mt rescoring
play

ListNet-based MT Rescoring Jan Niehues, Quoc Khanh Do, Alexandre - PowerPoint PPT Presentation

ListNet-based MT Rescoring Jan Niehues, Quoc Khanh Do, Alexandre Allauzen and Alex Waibel KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS 0 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics


  1. ListNet-based MT Rescoring Jan Niehues, Quoc Khanh Do, Alexandre Allauzen and Alex Waibel KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS 0 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and KIT – University of the State of Baden-Wuerttemberg and www.kit.edu Robotics and LIMSI-CNRS National Research Center of the Helmholtz Association

  2. Motivation Log-linear model is widely used in SMT Use during decoding Use in MT rescoring MT Rescoring Easy and efficient way to integrate of complex models Machine learning view Ranking problem Promising approach: ListNet algorithm Apply ListNet algorithm to SMT 1 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  3. Related Work Optimization in Machine translation Minimum Error Rate Training (MERT) (Och, 2003) Standard in most machine translation systems MIRA (Watanabe et al., 2007; Chiang et al., 2008) PRO (Hopkins and May, 2011) Expected BLEU (Rosti et al, 2011; He and Deng, 2012) Ranking in machine learning ListNet algorithm (Cao et al., 2007) Overview over different ranking algorithms (Chen et al., 2009) 2 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  4. Overview Motivation ListNet Algorithm MT Rescoring MT specific problems Evaluation WMT IWSLT - TED 3 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  5. ListNet -Ranking Input: List Model score Metric for reference ranking Hypothesis Model Metric A 7.4 24.4 B 7.8 24.2 C 7.2 24.5 D 7.1 24.1 4 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  6. ListNet -Ranking Input: List Model score Metric for reference ranking Hypothesis Model Metric B 7.8 24.2 A 7.4 24.4 C 7.2 24.5 D 7.1 24.1 According to the model 4 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  7. ListNet -Ranking Input: List Model score Metric for reference ranking Hypothesis Model Metric C 7.2 24.5 A 7.4 24.4 B 7.8 24.2 D 7.1 24.1 According to the metric 4 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  8. ListNet -Ranking Input: List Model score Metric for reference ranking Hypothesis Model Metric Hypothesis Model Metric B 7.8 24.2 C 7.2 24.5 A 7.4 24.4 A 7.4 24.4 ⇒ C 7.2 24.5 B 7.8 24.2 D 7.1 24.1 D 7.1 24.1 Aim: Learn a model to rank like the metric 4 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  9. ListNet - Idea Define a probability distribution over possible rankings Learn model that produces a distribution similar to the one defined by the metric Problem: large number of possible rankings Define a probability distribution associated to the model ranking based on first ranked object exp ( s j ) P s ( j ) = (1) ∑ n k = 1 exp ( s k ) 5 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  10. ListNet - Distribution 1 Model Metric 0.8 Probability 0.6 0.4 0.2 0 A B C D Hypothesis Minimize cross-entropy difference 6 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  11. Overview Motivation ListNet Algorithm MT Rescoring MT specific problems Evaluation WMT IWSLT - TED 7 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  12. MT Rescoring Use ListNet to rescore N-Best list Train log-linear model Input: N-Best list Additional features Learn new weights for log-linear model 8 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  13. Model Define probability distribution associated to the model ranking exp ( s j ) P s ( j ) = (2) ∑ n k = 1 exp ( s k ) Problem: Many scores are small probabilities Log-probabilities are very small negative values exp ( s ) calculation may be erroneous Feature normalization: Linear transform all features to the range [ − 1 , 1 ] Score normalization: Linear transform the final score of the model to the range [ − r , r ] 9 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  14. Metric Define probability distribution associated to the reference ranking Reference ranking for every sentence needed Ranking induced by MT metric Sentence-wise MT metric Metric: BLEU+1 (Liang et al. 2006) Smoothed version of BLEU score exp ( BLEU ( x ( i ) )) P y ( i ) ( x ( i ) j ) = (3) j j ′ = 1 exp ( BLEU ( x ( i ) ∑ n i j ′ ) 10 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  15. Training Minimize cross-entropy difference between model-based and BLEU+1-based probability distribution Use ListNet algorithm to calculate derivation Stochastic gradient descent 100,000 batches Batch size of 10 11 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  16. Overview Motivation ListNet Algorithm MT Rescoring MT specific problems Evaluation WMT IWSLT - TED 12 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  17. Evaluation WMT 2015 EN-DE PBMT System Additional features based on neural network translation models WMT 2015 DE-EN PBMT System Additional features using RBM-based translation models and source DWL TED 2014 EN-DE Translation of TED talks 13 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  18. WMT – English to German 22 ListNet PRO KBMira MERT 21.5 No Resco. BLEU 21 20.5 20 Baseline NCE SOUL SOUL+NCE Feature 14 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  19. WMT – German to English 29 ListNet PRO KBMira MERT 28.5 No Resco. BLEU 28 27.5 27 Baseline SDWL SDWL+RBMTM Feature 15 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  20. Convergence 15 Dev score 14.8 14.6 14.4 BLEU+1 14.2 14 13.8 13.6 13.4 13.2 13 0 200 400 600 800 1000 Samples (x1000) 16 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  21. Score normalization 22 Score Feature 21.5 21 BLEU 20.5 20 19.5 19 0.1 1 10 100 Range 17 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  22. TED – English to German 25 ListNet PRO 24.5 KBMira MERT No Resco. 24 BLEU 23.5 23 22.5 22 Baseline extra Dev Data Feature 18 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  23. Conclusion Presented a new technique to train log-linear model Scale to many features Consider whole list Technique can also be applied to more complex models Evaluated using different tasks and languages WMT English – German WMT German – English IWSLT –TED English – German Translation quality improvements measured in BLEU score Outperform MERT in all configurations Less prone to overfitting 19 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  24. WMT – English to German Baseline NCE SOUL SOUL+NCE System Dev Test Dev Test Dev Test Dev Test Baseline 20.19 MERT 20.63 20.52 21.24 20.92 21.36 20.84 21.36 20.94 KB-MIRA 20.64 20.38 21.51 20.96 21.65 20.83 21.71 21.06 PRO 20.17 21.01 21.04 21.25 21.18 21.31 21.14 21.34 ListNet 19.95 20.98 21.00 21.51 21.02 21.54 21.14 21.63 20 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  25. WMT – German to English Baseline SDWL SDWL+RBMTM System Dev Test Dev Test Dev Test Baseline 27.77 MERT 28.18 27.80 28.24 27.65 28.23 27.64 KB-MIRA 28.23 28.06 28.18 28.00 28.00 27.88 PRO 27.38 28.01 27.56 28.14 28.68 28.04 ListNet 28.00 27.87 27.89 28.18 27.94 28.28 21 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

  26. TED – English to German Baseline extra Dev Data System Dev Test Dev Test Baseline 23.67 MERT 27.69 23.46 25.63 23.36 KB-MIRA 27.47 23.19 25.65 23.76 PRO 26.67 23.10 25.00 23.65 ListNet 27.37 23.51 25.49 24.08 22 2015-09-17 Jan Niehues - ListNet-based MT Rescoring KIT - Institute for Anthropomatics and Robotics and LIMSI-CNRS

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