NLP Status Report 2017-7-17

来自cslt Wiki
2017年7月17日 (一) 14:05Renshipan讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
Date People Last Week This Week
2017/7/3 Jiyuan Zhang
  • reproduced the couplet model using moses
  • continue to modify the couplet
Aodong LI
  • Tried a seq2seq with style code model but it didn't work.
  • Coded attention-based seq2seq NMT in shallow fusion with a language model.
  • Complete coding and have a try.
  • Find more monolingual corpus and upgrade the model.
Shiyue Zhang
Shipan Ren
  • run two versions of the code on small data sets (Chinese-English) and tested these checkpoint
    found version 1.0 save time about 0.03s  per step, 
          and these two version  has  similar complexity and bleu values 
  • run two versions of the code on big data sets (Chinese-English) .
  • downloaded the wmt2014 data set ,used the English-French data set to run the code and
   found the translation is not good (reason:improper word segmentation)
  • do word segmentation on wmt2014 data set
  • run two versions of the code on wmt2014 data set
  • record the result and do analysis
  • learn and train moses(use big data sets (Chinese-English))