-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathWMT-2017.bib
982 lines (900 loc) · 45.6 KB
/
WMT-2017.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
@Book{WMT:2017,
editor = {Ondřej Bojar and Christian Buck and Rajen Chatterjee and Christian Federmann and Yvette Graham and Barry Haddow and Matthias Huck and Antonio Jimeno Yepes and Philipp Koehn and Julia Kreutzer},
title = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
url = {http://www.aclweb.org/anthology/W17-47}
}
@InProceedings{pu-pappas-popescubelis:2017:WMT,
author = {Pu, Xiao and Pappas, Nikolaos and Popescu-Belis, Andrei},
title = {Sense-Aware Statistical Machine Translation using Adaptive Context-Dependent Clustering},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {1--10},
url = {http://www.aclweb.org/anthology/W17-4701}
}
@InProceedings{riosgonzales-mascarell-sennrich:2017:WMT,
author = {Rios Gonzales, Annette and Mascarell, Laura and Sennrich, Rico},
title = {Improving Word Sense Disambiguation in Neural Machine Translation with Sense Embeddings},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {11--19},
url = {http://www.aclweb.org/anthology/W17-4702}
}
@InProceedings{burlot-EtAl:2017:WMT1,
author = {Burlot, Franck and Garc\'{i}a-Mart\'{i}nez, Mercedes and Barrault, Lo\"{i}c and Bougares, Fethi and Yvon, Fran\c{c}ois},
title = {Word Representations in Factored Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {20--31},
url = {http://www.aclweb.org/anthology/W17-4703}
}
@InProceedings{tamchyna-wellerdimarco-fraser:2017:WMT,
author = {Tamchyna, Ale\v{s} and Weller-Di Marco, Marion and Fraser, Alexander},
title = {Modeling Target-Side Inflection in Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {32--42},
url = {http://www.aclweb.org/anthology/W17-4704}
}
@InProceedings{burlot-yvon:2017:WMT,
author = {Burlot, Franck and Yvon, Fran\c{c}ois},
title = {Evaluating the morphological competence of Machine Translation Systems},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {43--55},
url = {http://www.aclweb.org/anthology/W17-4705}
}
@InProceedings{huck-riess-fraser:2017:WMT,
author = {Huck, Matthias and Riess, Simon and Fraser, Alexander},
title = {Target-side Word Segmentation Strategies for Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {56--67},
url = {http://www.aclweb.org/anthology/W17-4706}
}
@InProceedings{nadejde-EtAl:2017:WMT,
author = {Nadejde, Maria and Reddy, Siva and Sennrich, Rico and Dwojak, Tomasz and Junczys-Dowmunt, Marcin and Koehn, Philipp and Birch, Alexandra},
title = {Predicting Target Language CCG Supertags Improves Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {68--79},
url = {http://www.aclweb.org/anthology/W17-4707}
}
@InProceedings{niehues-cho:2017:WMT,
author = {Niehues, Jan and Cho, Eunah},
title = {Exploiting Linguistic Resources for Neural Machine Translation Using Multi-task Learning},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {80--89},
url = {http://www.aclweb.org/anthology/W17-4708}
}
@InProceedings{miura-EtAl:2017:WMT,
author = {Miura, Akiva and Neubig, Graham and Sudoh, Katsuhito and Nakamura, Satoshi},
title = {Tree as a Pivot: Syntactic Matching Methods in Pivot Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {90--98},
url = {http://www.aclweb.org/anthology/W17-4709}
}
@InProceedings{micelibarone-EtAl:2017:WMT,
author = {Miceli Barone, Antonio Valerio and Helcl, Jind\v{r}ich and Sennrich, Rico and Haddow, Barry and Birch, Alexandra},
title = {Deep architectures for Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {99--107},
url = {http://www.aclweb.org/anthology/W17-4710}
}
@InProceedings{alkhouli-ney:2017:WMT,
author = {Alkhouli, Tamer and Ney, Hermann},
title = {Biasing Attention-Based Recurrent Neural Networks Using External Alignment Information},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {108--117},
url = {http://www.aclweb.org/anthology/W17-4711}
}
@InProceedings{britz-le-pryzant:2017:WMT,
author = {Britz, Denny and Le, Quoc and Pryzant, Reid},
title = {Effective Domain Mixing for Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {118--126},
url = {http://www.aclweb.org/anthology/W17-4712}
}
@InProceedings{farajian-EtAl:2017:WMT,
author = {Farajian, M. Amin and Turchi, Marco and Negri, Matteo and Federico, Marcello},
title = {Multi-Domain Neural Machine Translation through Unsupervised Adaptation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {127--137},
url = {http://www.aclweb.org/anthology/W17-4713}
}
@InProceedings{chinearios-peris-casacuberta:2017:WMT,
author = {Chinea-Rios, Mara and Peris, \'{A}lvaro and Casacuberta, Francisco},
title = {Adapting Neural Machine Translation with Parallel Synthetic Data},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {138--147},
url = {http://www.aclweb.org/anthology/W17-4714}
}
@InProceedings{currey-micelibarone-heafield:2017:WMT,
author = {Currey, Anna and Miceli Barone, Antonio Valerio and Heafield, Kenneth},
title = {Copied Monolingual Data Improves Low-Resource Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {148--156},
url = {http://www.aclweb.org/anthology/W17-4715}
}
@InProceedings{chatterjee-EtAl:2017:WMT1,
author = {Chatterjee, Rajen and Negri, Matteo and Turchi, Marco and Federico, Marcello and Specia, Lucia and Blain, Fr\'{e}d\'{e}ric},
title = {Guiding Neural Machine Translation Decoding with External Knowledge},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {157--168},
url = {http://www.aclweb.org/anthology/W17-4716}
}
@InProceedings{bojar-EtAl:2017:WMT1,
author = {Bojar, Ond\v{r}ej and Chatterjee, Rajen and Federmann, Christian and Graham, Yvette and Haddow, Barry and Huang, Shujian and Huck, Matthias and Koehn, Philipp and Liu, Qun and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Post, Matt and Rubino, Raphael and Specia, Lucia and Turchi, Marco},
title = {Findings of the 2017 Conference on Machine Translation (WMT17)},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {169--214},
url = {http://www.aclweb.org/anthology/W17-4717}
}
@InProceedings{elliott-EtAl:2017:WMT,
author = {Elliott, Desmond and Frank, Stella and Barrault, Lo\"{i}c and Bougares, Fethi and Specia, Lucia},
title = {Findings of the Second Shared Task on Multimodal Machine Translation and Multilingual Image Description},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {215--233},
url = {http://www.aclweb.org/anthology/W17-4718}
}
@InProceedings{jimenoyepes-EtAl:2017:WMT,
author = {Jimeno Yepes, Antonio and Neveol, Aurelie and Neves, Mariana and Verspoor, Karin and Bojar, Ondrej and Boyer, Arthur and Grozea, Cristian and Haddow, Barry and Kittner, Madeleine and Lichtblau, Yvonne and Pecina, Pavel and Roller, Roland and Rosa, Rudolf and Siu, Amy and Thomas, Philippe and Trescher, Saskia},
title = {Findings of the WMT 2017 Biomedical Translation Shared Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {234--247},
url = {http://www.aclweb.org/anthology/W17-4719}
}
@InProceedings{sudarikov-EtAl:2017:WMT,
author = {Sudarikov, Roman and Mare\v{c}ek, David and Kocmi, Tom and Varis, Dusan and Bojar, Ond\v{r}ej},
title = {CUNI submission in WMT17: Chimera goes neural},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {248--256},
url = {http://www.aclweb.org/anthology/W17-4720}
}
@InProceedings{burlot-EtAl:2017:WMT2,
author = {Burlot, Franck and Safari, Pooyan and Labeau, Matthieu and Allauzen, Alexandre and Yvon, Fran\c{c}ois},
title = {LIMSI$@$WMT'17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {257--264},
url = {http://www.aclweb.org/anthology/W17-4721}
}
@InProceedings{deng-EtAl:2017:WMT,
author = {Deng, Yongchao and Kim, Jungi and Klein, Guillaume and KOBUS, Catherine and Segal, Natalia and Servan, Christophe and Wang, Bo and Zhang, Dakun and Crego, Josep and Senellart, Jean},
title = {SYSTRAN Purely Neural MT Engines for WMT2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {265--270},
url = {http://www.aclweb.org/anthology/W17-4722}
}
@InProceedings{digangi-bertoldi-federico:2017:WMT,
author = {Di Gangi, Mattia Antonino and Bertoldi, Nicola and Federico, Marcello},
title = {FBK’s Participation to the English-to-German News Translation Task of WMT 2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {271--275},
url = {http://www.aclweb.org/anthology/W17-4723}
}
@InProceedings{ding-EtAl:2017:WMT,
author = {Ding, Shuoyang and Khayrallah, Huda and Koehn, Philipp and Post, Matt and Kumar, Gaurav and Duh, Kevin},
title = {The JHU Machine Translation Systems for WMT 2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {276--282},
url = {http://www.aclweb.org/anthology/W17-4724}
}
@InProceedings{escolano-costajussa-fonollosa:2017:WMT,
author = {Escolano, Carlos and Costa-juss\`{a}, Marta R. and Fonollosa, Jos\'{e} A. R.},
title = {The TALP-UPC Neural Machine Translation System for German/Finnish-English Using the Inverse Direction Model in Rescoring},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {283--287},
url = {http://www.aclweb.org/anthology/W17-4725}
}
@InProceedings{garciamartinez-EtAl:2017:WMT,
author = {Garc\'{i}a-Mart\'{i}nez, Mercedes and Caglayan, Ozan and Aransa, Walid and Bardet, Adrien and Bougares, Fethi and Barrault, Lo\"{i}c},
title = {LIUM Machine Translation Systems for WMT17 News Translation Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {288--295},
url = {http://www.aclweb.org/anthology/W17-4726}
}
@InProceedings{gronroos-virpioja-kurimo:2017:WMT,
author = {Gr\"{o}nroos, Stig-Arne and Virpioja, Sami and Kurimo, Mikko},
title = {Extending hybrid word-character neural machine translation with multi-task learning of morphological analysis},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {296--302},
url = {http://www.aclweb.org/anthology/W17-4727}
}
@InProceedings{gwinnup-EtAl:2017:WMT1,
author = {Gwinnup, Jeremy and Anderson, Timothy and Erdmann, Grant and Young, Katherine and Kazi, Michaeel and Salesky, Elizabeth and Thompson, Brian and Taylor, Jonathan},
title = {The AFRL-MITLL WMT17 Systems: Old, New, Borrowed, BLEU},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {303--309},
url = {http://www.aclweb.org/anthology/W17-4728}
}
@InProceedings{holtz-ke-gildea:2017:WMT,
author = {Holtz, Chester and Ke, Chuyang and Gildea, Daniel},
title = {University of Rochester WMT 2017 NMT System Submission},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {310--314},
url = {http://www.aclweb.org/anthology/W17-4729}
}
@InProceedings{huck-braune-fraser:2017:WMT,
author = {Huck, Matthias and Braune, Fabienne and Fraser, Alexander},
title = {LMU Munich's Neural Machine Translation Systems for News Articles and Health Information Texts},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {315--322},
url = {http://www.aclweb.org/anthology/W17-4730}
}
@InProceedings{hurskainen-tiedemann:2017:WMT,
author = {Hurskainen, Arvi and Tiedemann, J\"{o}rg},
title = {Rule-based Machine translation from English to Finnish},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {323--329},
url = {http://www.aclweb.org/anthology/W17-4731}
}
@InProceedings{lo-EtAl:2017:WMT,
author = {Lo, Chi-kiu and Chen, Boxing and Cherry, Colin and Foster, George and Larkin, Samuel and Stewart, Darlene and Kuhn, Roland},
title = {NRC Machine Translation System for WMT 2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {330--337},
url = {http://www.aclweb.org/anthology/W17-4732}
}
@InProceedings{ostling-EtAl:2017:WMT,
author = {\"{O}stling, Robert and Scherrer, Yves and Tiedemann, J\"{o}rg and Tang, Gongbo and Nieminen, Tommi},
title = {The Helsinki Neural Machine Translation System},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {338--347},
url = {http://www.aclweb.org/anthology/W17-4733}
}
@InProceedings{peter-EtAl:2017:WMT1,
author = {Peter, Jan-Thorsten and Ney, Hermann and Bojar, Ond\v{r}ej and Pham, Ngoc-Quan and Niehues, Jan and Waibel, Alex and Burlot, Franck and Yvon, Fran\c{c}ois and Pinnis, M\={a}rcis and Sics, Valters and Bastings, Joost and Rios, Miguel and Aziz, Wilker and Williams, Philip and Blain, Fr\'{e}d\'{e}ric and Specia, Lucia},
title = {The QT21 Combined Machine Translation System for English to Latvian},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {348--357},
url = {http://www.aclweb.org/anthology/W17-4734}
}
@InProceedings{peter-EtAl:2017:WMT2,
author = {Peter, Jan-Thorsten and Guta, Andreas and Alkhouli, Tamer and Bahar, Parnia and Rosendahl, Jan and Rossenbach, Nick and Gra\c{c}a, Miguel and Ney, Hermann},
title = {The RWTH Aachen University English-German and German-English Machine Translation System for WMT 2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {358--365},
url = {http://www.aclweb.org/anthology/W17-4735}
}
@InProceedings{pham-EtAl:2017:WMT,
author = {Pham, Ngoc-Quan and Niehues, Jan and Ha, Thanh-Le and Cho, Eunah and Sperber, Matthias and Waibel, Alexander},
title = {The Karlsruhe Institute of Technology Systems for the News Translation Task in WMT 2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {366--373},
url = {http://www.aclweb.org/anthology/W17-4736}
}
@InProceedings{pinnis-EtAl:2017:WMT,
author = {Pinnis, M\={a}rcis and Kri\v{s}lauks, Rihards and Miks, Toms and Deksne, Daiga and \v{S}ics, Valters},
title = {Tilde's Machine Translation Systems for WMT 2017},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {374--381},
url = {http://www.aclweb.org/anthology/W17-4737}
}
@InProceedings{rikters-EtAl:2017:WMT,
author = {Rikters, Mat\={\i}ss and Amrhein, Chantal and Del, Maksym and Fishel, Mark},
title = {C-3MA: Tartu-Riga-Zurich Translation Systems for WMT17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {382--388},
url = {http://www.aclweb.org/anthology/W17-4738}
}
@InProceedings{sennrich-EtAl:2017:WMT,
author = {Sennrich, Rico and Birch, Alexandra and Currey, Anna and Germann, Ulrich and Haddow, Barry and Heafield, Kenneth and Miceli Barone, Antonio Valerio and Williams, Philip},
title = {The University of Edinburgh's Neural MT Systems for WMT17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {389--399},
url = {http://www.aclweb.org/anthology/W17-4739}
}
@InProceedings{tan-EtAl:2017:WMT1,
author = {Tan, Zhixing and Wang, Boli and Hu, Jinming and Chen, Yidong and shi, xiaodong},
title = {XMU Neural Machine Translation Systems for WMT 17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {400--404},
url = {http://www.aclweb.org/anthology/W17-4740}
}
@InProceedings{trieu-pham-nguyen:2017:WMT,
author = {Trieu, Long and Pham, Trung-Tin and Nguyen, Le-Minh},
title = {The JAIST Machine Translation Systems for WMT 17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {405--409},
url = {http://www.aclweb.org/anthology/W17-4741}
}
@InProceedings{wang-EtAl:2017:WMT,
author = {Wang, Yuguang and Cheng, Shanbo and Jiang, Liyang and Yang, Jiajun and Chen, Wei and Li, Muze and Shi, Lin and Wang, Yanfeng and Yang, Hongtao},
title = {Sogou Neural Machine Translation Systems for WMT17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {410--415},
url = {http://www.aclweb.org/anthology/W17-4742}
}
@InProceedings{wolk-marasek:2017:WMT,
author = {Wolk, Krzysztof and Marasek, Krzysztof},
title = {PJIIT’s systems for WMT 2017 Conference},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {416--421},
url = {http://www.aclweb.org/anthology/W17-4743}
}
@InProceedings{xu-EtAl:2017:WMT,
author = {Xu, Jia and Kuang, Yi Zong and Baijoo, Shondell and Lee, Jacob Hyun and Shahzad, Uman and Ahmed, Mir and Lancaster, Meredith and Carlan, Chris},
title = {Hunter MT: A Course for Young Researchers in WMT17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {422--427},
url = {http://www.aclweb.org/anthology/W17-4744}
}
@InProceedings{zhang-EtAl:2017:WMT1,
author = {Zhang, Jinchao and Porkaew, Peerachet and Hu, Jiawei and Zhao, Qiuye and Liu, Qun},
title = {CASICT-DCU Neural Machine Translation Systems for WMT17},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {428--431},
url = {http://www.aclweb.org/anthology/W17-4745}
}
@InProceedings{caglayan-EtAl:2017:WMT,
author = {Caglayan, Ozan and Aransa, Walid and Bardet, Adrien and Garc\'{i}a-Mart\'{i}nez, Mercedes and Bougares, Fethi and Barrault, Lo\"{i}c and Masana, Marc and Herranz, Luis and van de Weijer, Joost},
title = {LIUM-CVC Submissions for WMT17 Multimodal Translation Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {432--439},
url = {http://www.aclweb.org/anthology/W17-4746}
}
@InProceedings{calixto-duttachowdhury-liu:2017:WMT,
author = {Calixto, Iacer and Dutta Chowdhury, Koel and Liu, Qun},
title = {DCU System Report on the WMT 2017 Multi-modal Machine Translation Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {440--444},
url = {http://www.aclweb.org/anthology/W17-4747}
}
@InProceedings{gwinnup-EtAl:2017:WMT2,
author = {Duselis, John and Gwinnup, Jeremy and Hutt, Michael and Davis, James and Sandvick, Joshua},
title = {The AFRL-OSU WMT17 Multimodal Translation System: An Image Processing Approach},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {445--449},
url = {http://www.aclweb.org/anthology/W17-4748}
}
@InProceedings{helcl-libovicky:2017:WMT,
author = {Helcl, Jind\v{r}ich and Libovick\'{y}, Jind\v{r}ich},
title = {CUNI System for the WMT17 Multimodal Translation Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {450--457},
url = {http://www.aclweb.org/anthology/W17-4749}
}
@InProceedings{jaffe:2017:WMT,
author = {Jaffe, Alan},
title = {Generating Image Descriptions using Multilingual Data},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {458--464},
url = {http://www.aclweb.org/anthology/W17-4750}
}
@InProceedings{ma-EtAl:2017:WMT1,
author = {Ma, Mingbo and Li, Dapeng and Zhao, Kai and Huang, Liang},
title = {OSU Multimodal Machine Translation System Report},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {465--469},
url = {http://www.aclweb.org/anthology/W17-4751}
}
@InProceedings{madhyastha-wang-specia:2017:WMT,
author = {Madhyastha, Pranava Swaroop and Wang, Josiah and Specia, Lucia},
title = {Sheffield MultiMT: Using Object Posterior Predictions for Multimodal Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {470--476},
url = {http://www.aclweb.org/anthology/W17-4752}
}
@InProceedings{zhang-EtAl:2017:WMT2,
author = {Zhang, Jingyi and Utiyama, Masao and Sumita, Eiichro and Neubig, Graham and Nakamura, Satoshi},
title = {NICT-NAIST System for WMT17 Multimodal Translation Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {477--482},
url = {http://www.aclweb.org/anthology/W17-4753}
}
@InProceedings{duma-menzel:2017:WMT1,
author = {Duma, Mirela-Stefania and Menzel, Wolfgang},
title = {Automatic Threshold Detection for Data Selection in Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {483--488},
url = {http://www.aclweb.org/anthology/W17-4754}
}
@InProceedings{bojar-graham-kamran:2017:WMT,
author = {Bojar, Ond\v{r}ej and Graham, Yvette and Kamran, Amir},
title = {Results of the WMT17 Metrics Shared Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {489--513},
url = {http://www.aclweb.org/anthology/W17-4755}
}
@InProceedings{sokolov-EtAl:2017:WMT,
author = {Sokolov, Artem and Kreutzer, Julia and Sunderland, Kellen and Danchenko, Pavel and Szymaniak, Witold and F\"{u}rstenau, Hagen and Riezler, Stefan},
title = {A Shared Task on Bandit Learning for Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {514--524},
url = {http://www.aclweb.org/anthology/W17-4756}
}
@InProceedings{bojar-EtAl:2017:WMT2,
author = {Bojar, Ond\v{r}ej and Helcl, Jind\v{r}ich and Kocmi, Tom and Libovick\'{y}, Jind\v{r}ich and Musil, Tom\'{a}\v{s}},
title = {Results of the WMT17 Neural MT Training Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {525--533},
url = {http://www.aclweb.org/anthology/W17-4757}
}
@InProceedings{avramidis:2017:WMT,
author = {Avramidis, Eleftherios},
title = {Sentence-level quality estimation by predicting HTER as a multi-component metric},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {534--539},
url = {http://www.aclweb.org/anthology/W17-4758}
}
@InProceedings{biccici:2017:WMT,
author = {Bi\c{c}ici, Ergun},
title = {Predicting Translation Performance with Referential Translation Machines},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {540--544},
url = {http://www.aclweb.org/anthology/W17-4759}
}
@InProceedings{blain-scarton-specia:2017:WMT,
author = {Blain, Fr\'{e}d\'{e}ric and Scarton, Carolina and Specia, Lucia},
title = {Bilexical Embeddings for Quality Estimation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {545--550},
url = {http://www.aclweb.org/anthology/W17-4760}
}
@InProceedings{chen-EtAl:2017:WMT,
author = {Chen, Zhiming and Tan, Yiming and Zhang, Chenlin and Xiang, Qingyu and Zhang, Lilin and Li, Maoxi and WANG, Mingwen},
title = {Improving Machine Translation Quality Estimation with Neural Network Features},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {551--555},
url = {http://www.aclweb.org/anthology/W17-4761}
}
@InProceedings{duma-menzel:2017:WMT2,
author = {Duma, Melania and Menzel, Wolfgang},
title = {UHH Submission to the WMT17 Quality Estimation Shared Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {556--561},
url = {http://www.aclweb.org/anthology/W17-4762}
}
@InProceedings{kim-lee-na:2017:WMT,
author = {Kim, Hyun and Lee, Jong-Hyeok and Na, Seung-Hoon},
title = {Predictor-Estimator using Multilevel Task Learning with Stack Propagation for Neural Quality Estimation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {562--568},
url = {http://www.aclweb.org/anthology/W17-4763}
}
@InProceedings{martins-kepler-monteiro:2017:WMT,
author = {Martins, Andr\'{e} F. T. and Kepler, Fabio and Monteiro, Jose},
title = {Unbabel's Participation in the WMT17 Translation Quality Estimation Shared Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {569--574},
url = {http://www.aclweb.org/anthology/W17-4764}
}
@InProceedings{paetzold-specia:2017:WMT,
author = {Paetzold, Gustavo and Specia, Lucia},
title = {Feature-Enriched Character-Level Convolutions for Text Regression},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {575--581},
url = {http://www.aclweb.org/anthology/W17-4765}
}
@InProceedings{duma-menzel:2017:WMT3,
author = {Duma, Melania and Menzel, Wolfgang},
title = {UHH Submission to the WMT17 Metrics Shared Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {582--588},
url = {http://www.aclweb.org/anthology/W17-4766}
}
@InProceedings{lo:2017:WMT,
author = {Lo, Chi-kiu},
title = {MEANT 2.0: Accurate semantic MT evaluation for any output language},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {589--597},
url = {http://www.aclweb.org/anthology/W17-4767}
}
@InProceedings{ma-EtAl:2017:WMT2,
author = {Ma, Qingsong and Graham, Yvette and Wang, Shugen and Liu, Qun},
title = {Blend: a Novel Combined MT Metric Based on Direct Assessment — CASICT-DCU submission to WMT17 Metrics Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {598--603},
url = {http://www.aclweb.org/anthology/W17-4768}
}
@InProceedings{marevcek-EtAl:2017:WMT,
author = {Mare\v{c}ek, David and Bojar, Ond\v{r}ej and H\"{u}bsch, Ond\v{r}ej and Rosa, Rudolf and Varis, Dusan},
title = {CUNI Experiments for WMT17 Metrics Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {604--611},
url = {http://www.aclweb.org/anthology/W17-4769}
}
@InProceedings{popovic:2017:WMT,
author = {Popovi\'{c}, Maja},
title = {chrF++: words helping character n-grams},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {612--618},
url = {http://www.aclweb.org/anthology/W17-4770}
}
@InProceedings{tattar-fishel:2017:WMT,
author = {T\"{a}ttar, Andre and Fishel, Mark},
title = {bleu2vec: the Painfully Familiar Metric on Continuous Vector Space Steroids},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {619--622},
url = {http://www.aclweb.org/anthology/W17-4771}
}
@InProceedings{berard-besacier-pietquin:2017:WMT,
author = {Berard, Alexandre and Besacier, Laurent and Pietquin, Olivier},
title = {LIG-CRIStAL Submission for the WMT 2017 Automatic Post-Editing Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {623--629},
url = {http://www.aclweb.org/anthology/W17-4772}
}
@InProceedings{chatterjee-EtAl:2017:WMT2,
author = {Chatterjee, Rajen and Farajian, M. Amin and Negri, Matteo and Turchi, Marco and Srivastava, Ankit and Pal, Santanu},
title = {Multi-source Neural Automatic Post-Editing: FBK’s participation in the WMT 2017 APE shared task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {630--638},
url = {http://www.aclweb.org/anthology/W17-4773}
}
@InProceedings{junczysdowmunt-junczysdowmunt:2017:WMT,
author = {Junczys-Dowmunt, Marcin and Junczys-Dowmunt, Marcin},
title = {The AMU-UEdin Submission to the WMT 2017 Shared Task on Automatic Post-Editing},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {639--646},
url = {http://www.aclweb.org/anthology/W17-4774}
}
@InProceedings{hokamp:2017:WMT,
author = {Hokamp, Chris},
title = {Ensembling Factored Neural Machine Translation Models for Automatic Post-Editing and Quality Estimation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {647--654},
url = {http://www.aclweb.org/anthology/W17-4775}
}
@InProceedings{tan-EtAl:2017:WMT2,
author = {Tan, Yiming and Chen, Zhiming and Huang, Liu and Zhang, Lilin and Li, Maoxi and Wang, Mingwen},
title = {Neural Post-Editing Based on Quality Estimation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {655--660},
url = {http://www.aclweb.org/anthology/W17-4776}
}
@InProceedings{varis-bojar:2017:WMT,
author = {Varis, Dusan and Bojar, Ond\v{r}ej},
title = {CUNI System for WMT17 Automatic Post-Editing Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {661--666},
url = {http://www.aclweb.org/anthology/W17-4777}
}
@InProceedings{sharaf-EtAl:2017:WMT,
author = {Sharaf, Amr and Feng, Shi and Nguyen, Khanh and Brantley, Kiante and Daum\'{e} III, Hal},
title = {The UMD Neural Machine Translation Systems at WMT17 Bandit Learning Task},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {667--673},
url = {http://www.aclweb.org/anthology/W17-4778}
}
@InProceedings{wisniewski:2017:WMT,
author = {Wisniewski, Guillaume},
title = {LIMSI Submission for WMT'17 Shared Task on Bandit Learning},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {674--679},
url = {http://www.aclweb.org/anthology/W17-4779}
}
@InProceedings{abdou-gloncak-bojar:2017:WMT,
author = {Abdou, Mostafa and Gloncak, Vladan and Bojar, Ond\v{r}ej},
title = {Variable Mini-Batch Sizing and Pre-Trained Embeddings},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {680--686},
url = {http://www.aclweb.org/anthology/W17-4780}
}
@InProceedings{gwinnup-erdmann-young:2017:WMT,
author = {Gwinnup, Jeremy and Erdmann, Grant and Young, Katherine},
title = {The AFRL WMT17 Neural Machine Translation Training Task Submission},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 2: Shared Task Papers},
month = {September},
year = {2017},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {687--691},
url = {http://www.aclweb.org/anthology/W17-4781}
}