chunk level reordering of source language sentences with
play

Chunk-level Reordering of Source Language Sentences with - PowerPoint PPT Presentation

NAACL HLT Rochester, NY April 2007 Chunk-level Reordering of Source Language Sentences with Automatically Learned Rules for Statistical Machine Translation Yuqi Zhang, Richard Zens and Hermann Ney Human Language Technology and Pattern


  1. NAACL HLT – Rochester, NY – April 2007 Chunk-level Reordering of Source Language Sentences with Automatically Learned Rules for Statistical Machine Translation Yuqi Zhang, Richard Zens and Hermann Ney Human Language Technology and Pattern Recognition Lehrstuhl für Informatik 6 Computer Science Department RWTH Aachen University, Germany Zhang, Zens, Ney: Chunk-Reordering for SMT 1 HLT/NAACL April, 2007

  2. Overview • Introduction • Baseline system • Chunk parsing • Rules extraction • Reordering lattice generation • Results • Conclusions and outlook Zhang, Zens, Ney: Chunk-Reordering for SMT 2 HLT/NAACL April, 2007

  3. Introduction goal: improve MT utilizing syntactic knowledge idea: reordering at the chunk level approach: 1. chunk source sentence 2. reorder chunks 3. represent alternative reorderings in a lattice 4. translate lattice Zhang, Zens, Ney: Chunk-Reordering for SMT 3 HLT/NAACL April, 2007

  4. Phrase-based SMT log-linear combination of several model: �� M � m =1 λ m h m ( e I 1 , f J exp 1 ) P r ( e I 1 | f J 1 ) = m =1 λ m h m ( e ′ I ′ �� M � 1 , f J � exp 1 ) I ′ ,e ′ I ′ 1 models: • phrase translation model • phrase count features • word-based translation model • word and phrase penalty • target language model (6-gram) • distortion penalty model Zhang, Zens, Ney: Chunk-Reordering for SMT 4 HLT/NAACL April, 2007

  5. System Architecture Zhang, Zens, Ney: Chunk-Reordering for SMT 5 HLT/NAACL April, 2007

  6. Example source ke yi dan shi wo men chu zu che bu duo POS v c r v n d m chunks v c r NP VP English gloss yes but we taxi not many reordering rules NP VP → VP NP r NP VP → r VP NP r NP VP → VP r NP Zhang, Zens, Ney: Chunk-Reordering for SMT 6 HLT/NAACL April, 2007

  7. Example (cont’d) • reordering lattice: che bu 4 5 6 duo chu zu 7 che bu duo chu zu 3 8 wo men 9 10 wo men ke yi dan shi 0 1 2 bu duo 11 12 • translation result: reference yes, but there are not many rental cars here baseline yes , but we do rent car is not chunk-reordering yes , but we do not have much rental car Zhang, Zens, Ney: Chunk-Reordering for SMT 7 HLT/NAACL April, 2007

  8. Chunk Parsing • POS tagging + word segmentation with ICTCLAS tool Institute of Computing Technology, Chinese Academy of Sciences • training data for chunker: Chinese Treebank (LDC2005T01) • 24 chunk types • MaxEnt tagger – input features: word + POS tag – output: chunk types + chunk boundary Zhang, Zens, Ney: Chunk-Reordering for SMT 8 HLT/NAACL April, 2007

  9. Reordering Rules Extraction • convert word-to-word alignment to chunk-to-word alignment • run standard phrase extraction on chunk-to-word alignment Zhang, Zens, Ney: Chunk-Reordering for SMT 9 HLT/NAACL April, 2007

  10. Reordering Rules Extraction (cont’d) (a) monotone phrase, (b) reordering phrase, (c) cross phrase • extract rules from monotone phrases and reordering phrases – e.g. NP 0 NP 1 # NP 0 NP 1 NP 0 NP 1 # NP 1 NP 0 – within a subsentence, not across punctuations Zhang, Zens, Ney: Chunk-Reordering for SMT 10 HLT/NAACL April, 2007

  11. Reordering Lattice Generation I • apply reordering rules to chunked source sentence • represent alternative reorderings as a lattice • example: Zhang, Zens, Ney: Chunk-Reordering for SMT 11 HLT/NAACL April, 2007

  12. Reordering Lattice Generation II • chunk-level lattice: 5 v NP0 4 NP0 v NP1 2 3 NP1 NP1 NP0 0 1 v v 7 NP0 6 • word-level lattice: 5 f0 f6 6 f0 f5 f4 4 20 f1 f3 3 1 2 f1 f2 f6 13 7 f5 f3 f4 f2 f0 f1 10 11 12 0 8 9 f5 f6 f6 f4 19 f0 f2 f3 f1 16 17 18 14 15 Zhang, Zens, Ney: Chunk-Reordering for SMT 12 HLT/NAACL April, 2007

  13. Reordering Model • use language model to weigh lattice • training: – chunk source training data – generate chunk-to-word alignment – reorder source chunks to monotonize alignment – train LM on reordered source training data • word-level LM Zhang, Zens, Ney: Chunk-Reordering for SMT 13 HLT/NAACL April, 2007

  14. Chunking Result • corpus statistics (Chinese Treebank LDC2005T01): train test sentences 17 785 1 000 words 486 468 21 851 chunks 105 773 4 680 • tagging results: word-level chunk-level accuracy [%] precision [%] recall [%] F-measure [%] 74.51 65.2 61.5 63.3 • number of chunk types: 24 • both chunk type and boundary have to be correct Zhang, Zens, Ney: Chunk-Reordering for SMT 14 HLT/NAACL April, 2007

  15. Corpus Statistics Chinese English Train Sentences 40k Words 308k 377k Dev(dev4) Sentences 489 Words 5 478 6 008 Test Sentences 500 IWSLT04 Words 3 866 3 581 Test Sentences 506 IWSLT05 Words 3 652 3 579 Test Sentences 500 IWSLT06 Words 5 846 – Zhang, Zens, Ney: Chunk-Reordering for SMT 15 HLT/NAACL April, 2007

  16. Statistics of Reordering Rules 50 t o t a l s i ng l e t ons nu m b e r o f r u l e s ( k ) 40 r e o r d e r r u l e s 30 20 10 0 0 2 4 6 8 10 12 14 r u l e l e ng t h total: 184k, singletons: 88%, reorder rules: 34% Zhang, Zens, Ney: Chunk-Reordering for SMT 16 HLT/NAACL April, 2007

  17. Translation Results WER [%] PER [%] NIST BLEU [%] IWSLT04 baseline 47.3 38.2 7.78 39.1 chunk reordering 46.3 37.2 7.70 40.9 IWSLT05 baseline 45.0 37.3 7.40 41.8 chunk reordering 44.6 36.8 7.51 42.3 IWSLT06 baseline 67.4 50.0 6.65 22.4 chunk reordering 65.6 50.4 6.46 23.3 • evaluation without punctuation marks and in lower case • baseline: RWTH IWSLT 2006 system without rescoring Zhang, Zens, Ney: Chunk-Reordering for SMT 17 HLT/NAACL April, 2007

  18. Chunk-level vs. POS-level Translation performance (IWSLT 2004): WER [%] PER [%] NIST BLEU [%] Baseline 47.3 38.2 7.78 39.1 POS 46.9 37.5 7.38 39.7 Chunk 46.3 37.2 7.70 40.9 Lattice statistics: avg. density used translation per sent rules time [min:sec] Baseline - - 1:22 POS 15.7 6 868 7:08 Chunk 8.2 3 685 3:47 Zhang, Zens, Ney: Chunk-Reordering for SMT 18 HLT/NAACL April, 2007

  19. Translation Examples (IWSLT04) reference about twenty-five seconds baseline seconds about twenty-five chunk reorder about twenty five seconds reference could n’t you make it a little cheaper baseline could not you some better chunk reorder can’t you make it a little cheaper ones reference how much is admission baseline admission fees how much is it chunk reorder how much is the admission reference may i have that gift wrapped please baseline wrap can i have a gift chunk reorder can i have a gift wrapped please Zhang, Zens, Ney: Chunk-Reordering for SMT 19 HLT/NAACL April, 2007

  20. Summary • idea: 1. chunk input sentence 2. reorder chunks 3. represent alternative reorderings as lattice 4. translate lattice • nice improvements on IWSLT task • chunk-level reordering better than POS-level reordering Zhang, Zens, Ney: Chunk-Reordering for SMT 20 HLT/NAACL April, 2007

  21. Outlook • large data task (e.g. NIST) • other language pairs • improve chunk parsing • better reordering model • analyze what kind of rules work well Zhang, Zens, Ney: Chunk-Reordering for SMT 21 HLT/NAACL April, 2007

  22. THANK YOU FOR YOUR ATTENTION! Zhang, Zens, Ney: Chunk-Reordering for SMT 22 HLT/NAACL April, 2007

  23. ICTCLAS POS Tag Set n noun r pron nr person name rg pron morpheme ns location name m number ng noun morpheme q quantity t time d adverb s location p prep f position word c conjunction v verb u auxiliary vd verb adv e interjection vn noun verb y modal particle vg verb morpheme o onomatopoeia a adj h prefix ad adv adj k suffix an adj noun w punctuation ag adj morpheme b determiner Zhang, Zens, Ney: Chunk-Reordering for SMT 23 HLT/NAACL April, 2007

  24. Syntactic Tag Set of Chunks ADJP adjective phrase ADVP adverbial phrase headed by AD (adverb) CLP classifier phrase CP clause headed by C (complementizer) phrase formed by ′ XP + DEG ′ DNP DP determiner phrase phrase formed by ′ XP + DEV ′ DVP FRAG fragment IP simple clause headed by I (INFL) phrase formed by ′ XP + LC ′ LCP LST list marker NP noun phrase PP preposition phrase PRN parenthetical QP quantifier phrase UCP unidentical coordination phrase VP verb phrase Details are in "The bracketing gudelines for penn chinese treebank 3.0", Technical Re- port 00-08, University of Pennsylvania(2000) IRCS Report. Zhang, Zens, Ney: Chunk-Reordering for SMT 24 HLT/NAACL April, 2007

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