bibliography.bib 242 KB
Newer Older
xiaotong committed
1 2 3
% !Mode:: "TeX:UTF-8"
% !TEX encoding = UTF-8 Unicode

曹润柘 committed
4 5
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 1------------------------------------------------------
曹润柘 committed
6
@article{brown1990statistical,
曹润柘 committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  author    = {Peter F. Brown and
               John Cocke and
               Stephen Della Pietra and
               Vincent J. Della Pietra and
               Frederick Jelinek and
               John D. Lafferty and
               Robert L. Mercer and
               Paul S. Roossin},
  title     = {A Statistical Approach to Machine Translation},
  journal   = {Computational Linguistics},
  volume    = {16},
  number    = {2},
  pages     = {79--85},
  year      = {1990},
  //timestamp = {Wed, 13 Feb 2002 09:26:36 +0100},
  //biburl    = {https://dblp.org/rec/journals/coling/BrownCPPJLMR90.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
24 25 26
}
@article{nmtpy2017,
  author    = {Ozan Caglayan and
曹润柘 committed
27
               Mercedes Garc{\'{\i}}a{-}Mart{\'{\i}}nez and
曹润柘 committed
28 29 30
               Adrien Bardet and
               Walid Aransa and
               Fethi Bougares and
曹润柘 committed
31 32 33
               Lo{\"{\i}}c Barrault},
  title     = {{NMTPY:} {A} Flexible Toolkit for Advanced Neural Machine Translation
               Systems},
曹润柘 committed
34 35 36 37
  journal   = {Prague Bull. Math. Linguistics},
  volume    = {109},
  pages     = {15--28},
  year      = {2017},
曹润柘 committed
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
  //url       = {http://ufal.mff.cuni.cz/pbml/109/art-caglayan-et-al.pdf},
  //timestamp = {Thu, 23 May 2019 15:09:51 +0200},
  //biburl    = {https://dblp.org/rec/journals/pbml/CaglayanGBABB17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Cer2010Phrasal,
  author    = {Daniel M. Cer and
               Michel Galley and
               Daniel Jurafsky and
               Christopher D. Manning},
  //editor    = {Carolyn Penstein Ros{\'{e}}},
  title     = {Phrasal: {A} Statistical Machine Translation Toolkit for Exploring
               New Model Features},
  booktitle = {Human Language Technologies: Conference of the North American Chapter
               of the Association of Computational Linguistics, Proceedings, June
               2, 2010, Los Angeles, California, {USA} - Demonstration Session},
  pages     = {9--12},
  publisher = {The Association for Computational Linguistics},
  year      = {2010},
  //url       = {https://www.aclweb.org/anthology/N10-2003/},
  //timestamp = {Wed, 18 Sep 2019 12:15:54 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/CerGJM10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{dyer2013a,
  author    = {Chris Dyer and
               Victor Chahuneau and
               Noah A. Smith},
  //editor    = {Lucy Vanderwende and
               Hal Daum{\'{e}} III and
               Katrin Kirchhoff},
  title     = {A Simple, Fast, and Effective Reparameterization of {IBM} Model 2},
  booktitle = {Human Language Technologies: Conference of the North American Chapter
               of the Association of Computational Linguistics, Proceedings, June
               9-14, 2013, Westin Peachtree Plaza Hotel, Atlanta, Georgia, {USA}},
  pages     = {644--648},
  publisher = {The Association for Computational Linguistics},
  year      = {2013},
  //url       = {https://www.aclweb.org/anthology/N13-1073/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/DyerCS13.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
80
}
曹润柘 committed
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
@inproceedings{dyer2010cdec,
  author    = {Chris Dyer and
               Adam Lopez and
               Juri Ganitkevitch and
               Jonathan Weese and
               Ferhan T{\"{u}}re and
               Phil Blunsom and
               Hendra Setiawan and
               Vladimir Eidelman and
               Philip Resnik},
  title     = {cdec: {A} Decoder, Alignment, and Learning Framework for Finite-State
               and Context-Free Translation Models},
  booktitle = {{ACL} 2010, Proceedings of the 48th Annual Meeting of the Association
               for Computational Linguistics, July 11-16, 2010, Uppsala, Sweden,
               System Demonstrations},
  pages     = {7--12},
  publisher = {The Association for Computer Linguistics},
  year      = {2010},
  //url       = {https://www.aclweb.org/anthology/P10-4002/},
  //timestamp = {Wed, 18 Sep 2019 12:15:54 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/DyerLGWTBSER10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
103 104 105 106 107 108 109 110 111 112 113
}
@article{goldberg2017neural,
  title={Neural network methods for natural language processing},
  author={Goldberg, Yoav},
  journal={Synthesis Lectures on Human Language Technologies},
  volume={10},
  number={1},
  pages={1--309},
  year={2017},
  publisher={Morgan \& Claypool Publishers}
}
曹润柘 committed
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
@book{Goodfellow-et-al-2016,
  author    = {Ian J. Goodfellow and
               Yoshua Bengio and
               Aaron C. Courville},
  title     = {Deep Learning},
  series    = {Adaptive computation and machine learning},
  publisher = {{MIT} Press},
  year      = {2016},
  //url       = {http://www.deeplearningbook.org/},
  //isbn      = {978-0-262-03561-3},
  //timestamp = {Sat, 25 Mar 2017 20:16:59 +0100},
  //biburl    = {https://dblp.org/rec/books/daglib/0040158.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{hieber2017sockeye,
  author    = {Felix Hieber and
               Tobias Domhan and
               Michael Denkowski and
               David Vilar and
               Artem Sokolov and
               Ann Clifton and
               Matt Post},
  title     = {Sockeye: {A} Toolkit for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1712.05690},
  year      = {2017},
  //url       = {http://arxiv.org/abs/1712.05690},
  //archivePrefix = {arXiv},
  //eprint    = {1712.05690},
  //timestamp = {Mon, 13 Aug 2018 16:49:03 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1712-05690.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{iglesias2009hierarchical,
  author    = {Gonzalo Iglesias and
               Adri{\`{a}} de Gispert and
               Eduardo Rodr{\'{\i}}guez Banga and
               William J. Byrne},
  title     = {Hierarchical Phrase-Based Translation with Weighted Finite State Transducers},
  booktitle = {Human Language Technologies: Conference of the North American Chapter
               of the Association of Computational Linguistics, Proceedings, May
               31 - June 5, 2009, Boulder, Colorado, {USA}},
  pages     = {433--441},
  publisher = {The Association for Computational Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/N09-1049/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/IglesiasGBB09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{JunczysMarian,
  author    = {Marcin Junczys{-}Dowmunt and
               Roman Grundkiewicz and
               Tomasz Dwojak and
               Hieu Hoang and
               Kenneth Heafield and
               Tom Neckermann and
               Frank Seide and
               Ulrich Germann and
               Alham Fikri Aji and
               Nikolay Bogoychev and
               Andr{\'{e}} F. T. Martins and
               Alexandra Birch},
  //editor    = {Fei Liu and
               Thamar Solorio},
  title     = {Marian: Fast Neural Machine Translation in {C++}},
  booktitle = {Proceedings of {ACL} 2018, Melbourne, Australia, July 15-20, 2018,
               System Demonstrations},
  pages     = {116--121},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/P18-4020/},
  //doi       = {10.18653/v1/P18-4020},
  //timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Junczys-Dowmunt18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{KleinOpenNMT,
  author    = {Guillaume Klein and
               Yoon Kim and
               Yuntian Deng and
               Jean Senellart and
               Alexander M. Rush},
  //editor    = {Mohit Bansal and
               Heng Ji},
  title     = {OpenNMT: Open-Source Toolkit for Neural Machine Translation},
  booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2017, Vancouver, Canada, July 30 - August 4, System
               Demonstrations},
  pages     = {67--72},
  publisher = {Association for Computational Linguistics},
  year      = {2017},
  //url       = {https://doi.org/10.18653/v1/P17-4012},
  //doi       = {10.18653/v1/P17-4012},
  //timestamp = {Tue, 20 Aug 2019 11:59:01 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/KleinKDSR17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{koehn2009statistical,
  author    = {Philipp Koehn},
  title     = {Statistical Machine Translation},
  publisher = {Cambridge University Press},
  year      = {2010},
  //url       = {http://www.statmt.org/book/},
  //isbn      = {978-0-521-87415-1},
  //timestamp = {Tue, 25 Jun 2019 09:00:29 +0200},
  //biburl    = {https://dblp.org/rec/books/daglib/0032677.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
222
}
曹润柘 committed
223 224 225 226 227 228
@article{DBLP:journals/corr/abs-1709-07809,
  author    = {Philipp Koehn},
  title     = {Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1709.07809},
  year      = {2017},
曹润柘 committed
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
  //url       = {http://arxiv.org/abs/1709.07809},
  //eprint    = {1709.07809},
  //timestamp = {Mon, 13 Aug 2018 16:47:37 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1709-07809.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Koehn2007Moses,
  author    = {Philipp Koehn and
               Hieu Hoang and
               Alexandra Birch and
               Chris Callison{-}Burch and
               Marcello Federico and
               Nicola Bertoldi and
               Brooke Cowan and
               Wade Shen and
               Christine Moran and
               Richard Zens and
               Chris Dyer and
               Ondrej Bojar and
               Alexandra Constantin and
               Evan Herbst},
  //editor    = {John A. Carroll and
               Antal van den Bosch and
               Annie Zaenen},
  title     = {Moses: Open Source Toolkit for Statistical Machine Translation},
  booktitle = {{ACL} 2007, Proceedings of the 45th Annual Meeting of the Association
               for Computational Linguistics, June 23-30, 2007, Prague, Czech Republic},
  publisher = {The Association for Computational Linguistics},
  year      = {2007},
  //url       = {https://www.aclweb.org/anthology/P07-2045/},
  //timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/KoehnHBCFBCSMZDBCH07.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{koehn2003statistical,
  author    = {Philipp Koehn and
               Franz Josef Och and
               Daniel Marcu},
  //editor    = {Marti A. Hearst and
               Mari Ostendorf},
  title     = {Statistical Phrase-Based Translation},
  booktitle = {Human Language Technology Conference of the North American Chapter
               of the Association for Computational Linguistics, {HLT-NAACL} 2003,
               Edmonton, Canada, May 27 - June 1, 2003},
  publisher = {The Association for Computational Linguistics},
  year      = {2003},
  //url       = {https://www.aclweb.org/anthology/N03-1017/},
  //timestamp = {Tue, 03 Dec 2019 18:42:59 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/KoehnOM03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-1805-10387,
  author    = {Oleksii Kuchaiev and
               Boris Ginsburg and
               Igor Gitman and
               Vitaly Lavrukhin and
               Carl Case and
               Paulius Micikevicius},
  title     = {OpenSeq2Seq: extensible toolkit for distributed and mixed precision
               training of sequence-to-sequence models},
  journal   = {CoRR},
  volume    = {abs/1805.10387},
  year      = {2018},
  //url       = {http://arxiv.org/abs/1805.10387},
  //archivePrefix = {arXiv},
  //eprint    = {1805.10387},
  //timestamp = {Mon, 13 Aug 2018 16:47:03 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1805-10387.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Li2010Joshua,
  author    = {Zhifei Li and
               Chris Callison{-}Burch and
               Chris Dyer and
               Sanjeev Khudanpur and
               Lane Schwartz and
               Wren N. G. Thornton and
               Jonathan Weese and
               Omar Zaidan},
  //editor    = {Chris Callison{-}Burch and
               Philipp Koehn and
               Christof Monz and
               Josh Schroeder},
  title     = {Joshua: An Open Source Toolkit for Parsing-Based Machine Translation},
  booktitle = {Proceedings of the Fourth Workshop on Statistical Machine Translation,
               WMT@EACL 2009, Athens, Greece, March 30-31, 2009},
  pages     = {135--139},
  publisher = {Association for Computational Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/W09-0424/},
  //timestamp = {Thu, 16 Apr 2020 11:29:01 +0200},
  //biburl    = {https://dblp.org/rec/conf/wmt/LiCDKSTWZ09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
322 323
}

曹润柘 committed
324 325 326 327 328 329 330 331 332 333 334 335 336 337 338
@inproceedings{luong2016acl_hybrid,
  author    = {Minh{-}Thang Luong and
               Christopher D. Manning},
  title     = {Achieving Open Vocabulary Neural Machine Translation with Hybrid Word-Character
               Models},
  booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2016, August 7-12, 2016, Berlin, Germany, Volume
               1: Long Papers},
  publisher = {The Association for Computer Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/p16-1100},
  //doi       = {10.18653/v1/p16-1100},
  //timestamp = {Tue, 28 Jan 2020 10:27:38 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/LuongM16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
339
}
曹润柘 committed
340 341 342 343 344 345
@article{nagao1984framework,
  title={A framework of a mechanical translation between Japanese and English by analogy principle},
  author={Nagao, Makoto},
  journal={Artificial and human intelligence},
  pages={351--354},
  year={1984}
曹润柘 committed
346
}
曹润柘 committed
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
@article{och2003systematic,
  author    = {Franz Josef Och and
               Hermann Ney},
  title     = {A Systematic Comparison of Various Statistical Alignment Models},
  journal   = {Computational Linguistics},
  volume    = {29},
  number    = {1},
  pages     = {19--51},
  year      = {2003},
  //url       = {https://doi.org/10.1162/089120103321337421},
  //doi       = {10.1162/089120103321337421},
  //timestamp = {Tue, 21 May 2019 18:03:32 +0200},
  //biburl    = {https://dblp.org/rec/journals/coling/OchN03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Ottfairseq,
  author    = {Myle Ott and
               Sergey Edunov and
               Alexei Baevski and
               Angela Fan and
               Sam Gross and
               Nathan Ng and
               David Grangier and
               Michael Auli},
  //editor    = {Waleed Ammar and
               Annie Louis and
               Nasrin Mostafazadeh},
  title     = {fairseq: {A} Fast, Extensible Toolkit for Sequence Modeling},
  booktitle = {Proceedings of the 2019 Conference of the North American Chapter of
               the Association for Computational Linguistics: Human Language Technologies,
               {NAACL-HLT} 2019, Minneapolis, MN, USA, June 2-7, 2019, Demonstrations},
  pages     = {48--53},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/n19-4009},
  //doi       = {10.18653/v1/n19-4009},
  //timestamp = {Tue, 28 Jan 2020 10:30:05 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/OttEBFGNGA19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
386
}
曹润柘 committed
387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
@inproceedings{papineni2002bleu,
  author    = {Kishore Papineni and
               Salim Roukos and
               Todd Ward and
               Wei{-}Jing Zhu},
  title     = {Bleu: a Method for Automatic Evaluation of Machine Translation},
  booktitle = {Proceedings of the 40th Annual Meeting of the Association for Computational
               Linguistics, July 6-12, 2002, Philadelphia, PA, {USA}},
  pages     = {311--318},
  publisher = {{ACL}},
  year      = {2002},
  //url       = {https://www.aclweb.org/anthology/P02-1040/},
  //timestamp = {Tue, 17 Sep 2019 13:40:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/PapineniRWZ02.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
402
}
曹润柘 committed
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
@article{al2016theano,
  author    = {Rami Al{-}Rfou and
               Guillaume Alain and
               Amjad Almahairi and
               Christof Angerm{\"{u}}ller and
               Dzmitry Bahdanau and
               Nicolas Ballas and
               Fr{\'{e}}d{\'{e}}ric Bastien and
               Justin Bayer and
               Anatoly Belikov and
               Alexander Belopolsky and
               Yoshua Bengio and
               Arnaud Bergeron and
               James Bergstra and
               Valentin Bisson and
               Josh Bleecher Snyder and
               Nicolas Bouchard and
               Nicolas Boulanger{-}Lewandowski and
               Xavier Bouthillier and
               Alexandre de Br{\'{e}}bisson and
               Olivier Breuleux and
               Pierre Luc Carrier and
               Kyunghyun Cho and
               Jan Chorowski and
               Paul F. Christiano and
               Tim Cooijmans and
               Marc{-}Alexandre C{\^{o}}t{\'{e}} and
               Myriam C{\^{o}}t{\'{e}} and
               Aaron C. Courville and
               Yann N. Dauphin and
               Olivier Delalleau and
               Julien Demouth and
               Guillaume Desjardins and
               Sander Dieleman and
               Laurent Dinh and
               Melanie Ducoffe and
               Vincent Dumoulin and
               Samira Ebrahimi Kahou and
               Dumitru Erhan and
               Ziye Fan and
               Orhan Firat and
               Mathieu Germain and
               Xavier Glorot and
               Ian J. Goodfellow and
               Matthew Graham and
               {\c{C}}aglar G{\"{u}}l{\c{c}}ehre and
               Philippe Hamel and
               Iban Harlouchet and
               Jean{-}Philippe Heng and
               Bal{\'{a}}zs Hidasi and
               Sina Honari and
               Arjun Jain and
               S{\'{e}}bastien Jean and
               Kai Jia and
               Mikhail Korobov and
               Vivek Kulkarni and
               Alex Lamb and
               Pascal Lamblin and
               Eric Larsen and
               C{\'{e}}sar Laurent and
               Sean Lee and
               Simon Lefran{\c{c}}ois and
               Simon Lemieux and
               Nicholas L{\'{e}}onard and
               Zhouhan Lin and
               Jesse A. Livezey and
               Cory Lorenz and
               Jeremiah Lowin and
               Qianli Ma and
               Pierre{-}Antoine Manzagol and
               Olivier Mastropietro and
               Robert McGibbon and
               Roland Memisevic and
               Bart van Merri{\"{e}}nboer and
               Vincent Michalski and
               Mehdi Mirza and
               Alberto Orlandi and
               Christopher Joseph Pal and
               Razvan Pascanu and
               Mohammad Pezeshki and
               Colin Raffel and
               Daniel Renshaw and
               Matthew Rocklin and
               Adriana Romero and
               Markus Roth and
               Peter Sadowski and
               John Salvatier and
               Fran{\c{c}}ois Savard and
               Jan Schl{\"{u}}ter and
               John Schulman and
               Gabriel Schwartz and
               Iulian Vlad Serban and
               Dmitriy Serdyuk and
               Samira Shabanian and
               {\'{E}}tienne Simon and
               Sigurd Spieckermann and
               S. Ramana Subramanyam and
               Jakub Sygnowski and
               J{\'{e}}r{\'{e}}mie Tanguay and
               Gijs van Tulder and
               Joseph P. Turian and
               Sebastian Urban and
               Pascal Vincent and
               Francesco Visin and
               Harm de Vries and
               David Warde{-}Farley and
               Dustin J. Webb and
               Matthew Willson and
               Kelvin Xu and
               Lijun Xue and
               Li Yao and
               Saizheng Zhang and
               Ying Zhang},
  title     = {Theano: {A} Python framework for fast computation of mathematical
               expressions},
  journal   = {CoRR},
  volume    = {abs/1605.02688},
  year      = {2016},
  //url       = {http://arxiv.org/abs/1605.02688},
  //archivePrefix = {arXiv},
  //eprint    = {1605.02688},
  //timestamp = {Fri, 03 Apr 2020 16:54:15 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/Al-RfouAAa16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
527
}
曹润柘 committed
528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543
@article{shiwen1993automatic,
  title ={Automatic evaluation of output quality for machine translation systems},
  author ={Shiwen, Yu},
  journal ={Machine Translation},
  volume ={8},
  number ={1-2},
  pages ={117--126},
  year ={1993},
  publisher ={Springer}
}
@INPROCEEDINGS{snover2006study,
    author = {Matthew Snover and Bonnie Dorr and Richard Schwartz and Linnea Micciulla and John Makhoul},
    title = {A Study of Translation Edit Rate with Targeted Human Annotation},
    booktitle = {In Proceedings of the 7th Conference of the Association for Machine Translation in the Americas (AMTA},
    year = {2006},
    pages = {223--231}
曹润柘 committed
544
}
曹润柘 committed
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
@inproceedings{Tong2012NiuTrans,
  author    = {Tong Xiao and
               Jingbo Zhu and
               Hao Zhang and
               Qiang Li},
  title     = {NiuTrans: An Open Source Toolkit for Phrase-based and Syntax-based
               Machine Translation},
  booktitle = {The 50th Annual Meeting of the Association for Computational Linguistics,
               Proceedings of the System Demonstrations, July 10, 2012, Jeju Island,
               Korea},
  pages     = {19--24},
  publisher = {The Association for Computer Linguistics},
  year      = {2012},
  //url       = {https://www.aclweb.org/anthology/P12-3004/},
  //timestamp = {Wed, 18 Sep 2019 12:15:54 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/XiaoZZL12.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{VaswaniTensor2Tensor,
  author    = {Ashish Vaswani and
               Samy Bengio and
               Eugene Brevdo and
               Fran{\c{c}}ois Chollet and
               Aidan N. Gomez and
               Stephan Gouws and
               Llion Jones and
               Lukasz Kaiser and
               Nal Kalchbrenner and
               Niki Parmar and
               Ryan Sepassi and
               Noam Shazeer and
               Jakob Uszkoreit},
  //editor    = {Colin Cherry and
               Graham Neubig},
  title     = {Tensor2Tensor for Neural Machine Translation},
  booktitle = {Proceedings of the 13th Conference of the Association for Machine
               Translation in the Americas, {AMTA} 2018, Boston, MA, USA, March 17-21,
               2018 - Volume 1: Research Papers},
  pages     = {193--199},
  publisher = {Association for Machine Translation in the Americas},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/W18-1819/},
  //timestamp = {Wed, 18 Sep 2019 12:47:55 +0200},
  //biburl    = {https://dblp.org/rec/conf/amta/VaswaniBBCGGJKK18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
590
}
曹润柘 committed
591 592 593 594 595
@article{vilar2012jane,
  title={Jane: an advanced freely available hierarchical machine translation toolkit},
  author={Vilar, David and Stein, Daniel and Huck, Matthias and Ney, Hermann},
  journal={Machine Translation},
  volume={26},
曹润柘 committed
596
  number={3},
曹润柘 committed
597 598 599
  pages={197--216},
  year={2012},
  publisher={Springer}
曹润柘 committed
600
}
曹润柘 committed
601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619
@inproceedings{WangCytonMT,
  author    = {Xiaolin Wang and
               Masao Utiyama and
               Eiichiro Sumita},
  //editor    = {Eduardo Blanco and
               Wei Lu},
  title     = {CytonMT: an Efficient Neural Machine Translation Open-source Toolkit
               Implemented in {C++}},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2018: System Demonstrations, Brussels,
               Belgium, October 31 - November 4, 2018},
  pages     = {133--138},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://doi.org/10.18653/v1/d18-2023},
  //doi       = {10.18653/v1/d18-2023},
  //timestamp = {Tue, 28 Jan 2020 10:28:36 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/WangUS18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
620
}
曹润柘 committed
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
@article{ZhangTHUMT,
  author    = {Jiacheng Zhang and
               Yanzhuo Ding and
               Shiqi Shen and
               Yong Cheng and
               Maosong Sun and
               Huan{-}Bo Luan and
               Yang Liu},
  title     = {{THUMT:} An Open Source Toolkit for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1706.06415},
  year      = {2017},
  //url       = {http://arxiv.org/abs/1706.06415},
  //archivePrefix = {arXiv},
  //eprint    = {1706.06415},
  //timestamp = {Mon, 13 Aug 2018 16:48:53 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/ZhangDSCSLL17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{zollmann2007the,
  author    = {Andreas Zollmann and
               Ashish Venugopal and
               Matthias Paulik and
               Stephan Vogel},
  //editor    = {Chris Callison{-}Burch and
               Philipp Koehn and
               Cameron S. Fordyce and
               Christof Monz},
  title     = {The Syntax Augmented {MT} {(SAMT)} System at the Shared Task for the
               2007 {ACL} Workshop on Statistical Machine Translation},
  booktitle = {Proceedings of the Second Workshop on Statistical Machine Translation,
               WMT@ACL 2007, Prague, Czech Republic, June 23, 2007},
  pages     = {216--219},
  publisher = {Association for Computational Linguistics},
  year      = {2007},
  //url       = {https://www.aclweb.org/anthology/W07-0731/},
  //timestamp = {Fri, 13 Sep 2019 13:08:46 +0200},
  //biburl    = {https://dblp.org/rec/conf/wmt/ZollmannVPV07.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{zoph2016simple,
  author    = {Barret Zoph and
               Ashish Vaswani and
               Jonathan May and
               Kevin Knight},
  //editor    = {Kevin Knight and
               Ani Nenkova and
               Owen Rambow},
  title     = {Simple, Fast Noise-Contrastive Estimation for Large {RNN} Vocabularies},
  booktitle = {{NAACL} {HLT} 2016, The 2016 Conference of the North American Chapter
               of the Association for Computational Linguistics: Human Language Technologies,
               San Diego California, USA, June 12-17, 2016},
  pages     = {1217--1222},
  publisher = {The Association for Computational Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/n16-1145},
  //doi       = {10.18653/v1/n16-1145},
  //timestamp = {Tue, 28 Jan 2020 10:30:00 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/ZophVMK16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
681
}
曹润柘 committed
682 683 684 685 686
@book{周志华2016机器学习,
  title ={机器学习},
  author ={周志华},
  year ={2016},
  publisher ={清华大学出版社}
曹润柘 committed
687
}
曹润柘 committed
688 689 690 691 692
@book{宗成庆2013统计自然语言处理,
  title ={统计自然语言处理},
  author ={宗成庆},
  year ={2013},
  publisher ={清华大学出版社}
曹润柘 committed
693
}
曹润柘 committed
694 695 696 697 698
@article{赵军峰2019深化改革,
  title ={深化改革 探讨创新 推进发展——全国翻译专业学位研究生教育2019年会综述},
  author ={赵军峰,姚恺璇},
  journal ={中国翻译},
  year ={2019},
699
}
曹润柘 committed
700 701 702 703 704
@book{邱锡鹏2020神经网络与深度学习,
  title ={神经网络与深度学习},
  author ={邱锡鹏},
  year ={2020},
  note ={\url{https://nndl.github.io/}}
705
}
曹润柘 committed
706 707
%%%%% chapter 1------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
708 709


曹润柘 committed
710 711 712 713 714 715 716 717 718 719 720 721 722
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 2------------------------------------------------------
@book{aho1972theory,
  author    = {Alfred V. Aho and
               Jeffrey D. Ullman},
  title     = {The theory of parsing, translation, and compiling. 2: Compiling},
  publisher = {Prentice-Hall},
  year      = {1973},
  //url       = {http://www.worldcat.org/oclc/310805948},
  //isbn      = {0139145648},
  //timestamp = {Wed, 26 Apr 2017 17:48:52 +0200},
  //biburl    = {https://dblp.org/rec/books/lib/AhoU73.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
723
}
曹润柘 committed
724 725 726 727 728 729 730 731
@article{bengio2003neural,
  title ={A neural probabilistic language model},
  author ={Bengio, Yoshua and Ducharme, R{\'e}jean and Vincent, Pascal and Jauvin, Christian},
  journal ={Journal of machine learning research},
  volume ={3},
  number ={Feb},
  pages ={1137--1155},
  year ={2003}
732
}
曹润柘 committed
733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750
@inproceedings{chen2014fast,
  author    = {Danqi Chen and
               Christopher D. Manning},
  //editor    = {Alessandro Moschitti and
               Bo Pang and
               Walter Daelemans},
  title     = {A Fast and Accurate Dependency Parser using Neural Networks},
  booktitle = {Proceedings of the 2014 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2014, October 25-29, 2014, Doha, Qatar,
               {A} meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {740--750},
  publisher = {{ACL}},
  year      = {2014},
  //url       = {https://doi.org/10.3115/v1/d14-1082},
  //doi       = {10.3115/v1/d14-1082},
  //timestamp = {Tue, 28 Jan 2020 10:28:44 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/ChenM14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
751 752
}

曹润柘 committed
753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775
@article{chen1999empirical,
  author    = {Stanley F. Chen and
               Joshua Goodman},
  title     = {An empirical study of smoothing techniques for language modeling},
  journal   = {Computer Speech \& Language},
  volume    = {13},
  number    = {4},
  pages     = {359--393},
  year      = {1999},
  //url       = {https://doi.org/10.1006/csla.1999.0128},
  //doi       = {10.1006/csla.1999.0128},
  //timestamp = {Thu, 20 Feb 2020 11:32:39 +0100},
  //biburl    = {https://dblp.org/rec/journals/csl/ChenG99.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{chomsky2002syntactic,
    title ={Chomsky, Noam: Syntactic Structures},
    author ={Mounin, Georges},
    journal ={Babel},
    volume ={7},
    number ={1},
    pages ={35--35},
    year ={1961}
776
}
曹润柘 committed
777 778 779 780 781 782 783 784 785 786 787 788 789 790
@article{gale1995good,
  author    = {William A. Gale and
               Geoffrey Sampson},
  title     = {Good-Turing Frequency Estimation Without Tears},
  journal   = {Journal of Quantitative Linguistics},
  volume    = {2},
  number    = {3},
  pages     = {217--237},
  year      = {1995},
  //url       = {https://doi.org/10.1080/09296179508590051},
  //doi       = {10.1080/09296179508590051},
  //timestamp = {Sat, 20 May 2017 00:22:46 +0200},
  //biburl    = {https://dblp.org/rec/journals/jql/GaleS95.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
791
}
曹润柘 committed
792 793 794 795 796 797 798 799 800
@article{good1953population,
  title ={The population frequencies of species and the estimation of population parameters},
  author ={Good, Irving J},
  journal ={Biometrika},
  volume ={40},
  number ={3-4},
  pages ={237--264},
  year ={1953},
  publisher ={Oxford University Press}
801
}
曹润柘 committed
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
@inproceedings{heafield-2011-kenlm,
  author    = {Kenneth Heafield},
  //editor    = {Chris Callison{-}Burch and
               Philipp Koehn and
               Christof Monz and
               Omar Zaidan},
  title     = {KenLM: Faster and Smaller Language Model Queries},
  booktitle = {Proceedings of the Sixth Workshop on Statistical Machine Translation,
               WMT@EMNLP 2011, Edinburgh, Scotland, UK, July 30-31, 2011},
  pages     = {187--197},
  publisher = {Association for Computational Linguistics},
  year      = {2011},
  //url       = {https://www.aclweb.org/anthology/W11-2123/},
  //timestamp = {Fri, 13 Sep 2019 13:08:46 +0200},
  //biburl    = {https://dblp.org/rec/conf/wmt/Heafield11.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}

@proceedings{huang2008advanced,
    title = {Coling 2008: Advanced Dynamic Programming in Computational Linguistics: Theory, Algorithms and 	    Applications - Tutorial notes},
    //editor = {Huang, Liang},
    year = {2008},
    address = {Manchester, UK},
    publisher = {Coling 2008 Organizing Committee},
    //url = {https://www.aclweb.org/anthology/C08-5000},
827 828
}

曹润柘 committed
829 830 831 832 833 834 835 836 837 838 839 840 841 842
@article{huang2015bidirectional,
  author    = {Zhiheng Huang and
               Wei Xu and
               Kai Yu},
  title     = {Bidirectional {LSTM-CRF} Models for Sequence Tagging},
  journal   = {CoRR},
  volume    = {abs/1508.01991},
  year      = {2015},
  //url       = {http://arxiv.org/abs/1508.01991},
  //archivePrefix = {arXiv},
  //eprint    = {1508.01991},
  //timestamp = {Mon, 13 Aug 2018 16:46:46 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/HuangXY15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
843
}
曹润柘 committed
844 845 846 847 848 849 850 851 852 853 854 855 856 857
@inproceedings{kneser1995improved,
  author    = {Reinhard Kneser and
               Hermann Ney},
  title     = {Improved backing-off for M-gram language modeling},
  booktitle = {1995 International Conference on Acoustics, Speech, and Signal Processing,
               {ICASSP} '95, Detroit, Michigan, USA, May 08-12, 1995},
  pages     = {181--184},
  publisher = {{IEEE} Computer Society},
  year      = {1995},
  //url       = {https://doi.org/10.1109/ICASSP.1995.479394},
  //doi       = {10.1109/ICASSP.1995.479394},
  //timestamp = {Wed, 16 Oct 2019 14:14:52 +0200},
  //biburl    = {https://dblp.org/rec/conf/icassp/KneserN95.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
xiaotong committed
858
}
曹润柘 committed
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
@book{kolmogorov2018foundations,
  title ={Foundations of the theory of probability: Second English Edition},
  author ={Kolmogorov, Andre Nikolaevich and Bharucha-Reid, Albert T},
  year ={2018},
  publisher ={Courier Dover Publications}
}
@inproceedings{lafferty2001conditional,
  author    = {John D. Lafferty and
               Andrew McCallum and
               Fernando C. N. Pereira},
  //editor    = {Carla E. Brodley and
               Andrea Pohoreckyj Danyluk},
  title     = {Conditional Random Fields: Probabilistic Models for Segmenting and
               Labeling Sequence Data},
  booktitle = {Proceedings of the Eighteenth International Conference on Machine
               Learning {(ICML} 2001), Williams College, Williamstown, MA, USA, June
               28 - July 1, 2001},
  pages     = {282--289},
  publisher = {Morgan Kaufmann},
  year      = {2001},
  //timestamp = {Wed, 27 Nov 2002 10:53:35 +0100},
  //biburl    = {https://dblp.org/rec/conf/icml/LaffertyMP01.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{ma2016end,
  author    = {Xuezhe Ma and
               Eduard H. Hovy},
  title     = {End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF},
  booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2016, August 7-12, 2016, Berlin, Germany, Volume
               1: Long Papers},
  publisher = {The Association for Computer Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/p16-1101},
  //doi       = {10.18653/v1/p16-1101},
  //timestamp = {Tue, 28 Jan 2020 10:27:49 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/MaH16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{mikolov2010recurrent,
  author    = {Tomas Mikolov and
               Martin Karafi{\'{a}}t and
               Luk{\'{a}}s Burget and
               Jan Cernock{\'{y}} and
               Sanjeev Khudanpur},
  //editor    = {Takao Kobayashi and
               Keikichi Hirose and
               Satoshi Nakamura},
  title     = {Recurrent neural network based language model},
  booktitle = {{INTERSPEECH} 2010, 11th Annual Conference of the International Speech
               Communication Association, Makuhari, Chiba, Japan, September 26-30,
               2010},
  pages     = {1045--1048},
  publisher = {{ISCA}},
  year      = {2010},
  //url       = {http://www.isca-speech.org/archive/interspeech\_2010/i10\_1045.html},
  //timestamp = {Thu, 24 Aug 2017 11:26:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/interspeech/MikolovKBCK10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{ng2002discriminative,
  title ={On discriminative vs. generative classifiers: A comparison of logistic regression and naive bayes},
  author ={Ng, Andrew Y and Jordan, Michael I},
  booktitle ={Advances in neural information processing systems},
  pages ={841--848},
  year ={2002}
}
@book{parsing2009speech,
  author    = {Dan Jurafsky and
               James H. Martin},
  title     = {Speech and language processing: an introduction to natural language
               processing, computational linguistics, and speech recognition, 2nd
               Edition},
  series    = {Prentice Hall series in artificial intelligence},
  publisher = {Prentice Hall, Pearson Education International},
  year      = {2009},
  //url       = {http://www.worldcat.org/oclc/315913020},
  //isbn      = {9780135041963},
  //timestamp = {Wed, 03 May 2017 18:39:06 +0200},
  //biburl    = {https://dblp.org/rec/books/lib/JurafskyM09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{resnick1992adventures,
    author = {Barbour, A. and Resnick, Sidney},
    year = {1993},
    month = {12},
    pages = {1474},
    title = {Adventures in Stochastic Processes.},
    volume = {88},
    journal = {Journal of the American Statistical Association},
    //doi = {10.2307/2291307}
曹润柘 committed
951 952
}

曹润柘 committed
953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976
@article{shannon1948mathematical,
  title ={A mathematical theory of communication},
  author ={Shannon, Claude E},
  journal ={Bell system technical journal},
  volume ={27},
  number ={3},
  pages ={379--423},
  year ={1948},
  publisher ={Wiley Online Library}
}
@inproceedings{stolcke2002srilm,
  author    = {Andreas Stolcke},
  //editor    = {John H. L. Hansen and
               Bryan L. Pellom},
  title     = {{SRILM} - an extensible language modeling toolkit},
  booktitle = {7th International Conference on Spoken Language Processing, {ICSLP2002}
               - {INTERSPEECH} 2002, Denver, Colorado, USA, September 16-20, 2002},
  publisher = {{ISCA}},
  year      = {2002},
  //url       = {http://www.isca-speech.org/archive/icslp\_2002/i02\_0901.html},
  //timestamp = {Mon, 21 Mar 2011 15:38:48 +0100},
  //biburl    = {https://dblp.org/rec/conf/interspeech/Stolcke02.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
曹润柘 committed
977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992
@inproceedings{wang-etal-2018-niutrans,
    title = "The {N}iu{T}rans Machine Translation System for {WMT}18",
    author = "Wang, Qiang  and
      Li, Bei  and
      Liu, Jiqiang  and
      Jiang, Bojian  and
      Zhang, Zheyang  and
      Li, Yinqiao  and
      Lin, Ye  and
      Xiao, Tong  and
      Zhu, Jingbo",
    booktitle = "Proceedings of the Third Conference on Machine Translation: Shared Task Papers",
    month = oct,
    year = "2018",
    address = "Belgium, Brussels",
    publisher = "Association for Computational Linguistics",
曹润柘 committed
993 994
    //url = "https://www.aclweb.org/anthology/W18-6430",
    //doi = "10.18653/v1/W18-6430",
曹润柘 committed
995 996
    pages = "528--534"
}
曹润柘 committed
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022
@article{zhu2015long,
  author    = {Xiaodan Zhu and
               Parinaz Sobhani and
               Hongyu Guo},
  title     = {Long Short-Term Memory Over Tree Structures},
  journal   = {CoRR},
  volume    = {abs/1503.04881},
  year      = {2015},
  //url       = {http://arxiv.org/abs/1503.04881},
  //archivePrefix = {arXiv},
  //eprint    = {1503.04881},
  //timestamp = {Mon, 13 Aug 2018 16:48:15 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/ZhuSG15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{liuke-markov-2004,
  title ={实用马尔可夫决策过程},
  author ={刘克},
  year ={2004},
  publisher ={清华大学出版社}
}
@book{mao-prob-book-2011,
  title ={概率论与数理统计教程: 第二版},
  author ={魏宗舒},
  year ={2011},
  publisher ={北京: 高等教育出版社}
曹润柘 committed
1023
}
曹润柘 committed
1024 1025 1026 1027 1028
%%%%% chapter 2------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 3------------------------------------------------------
@inproceedings{ittycheriah2005maximum,
曹润柘 committed
1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041
  author    = {Abraham Ittycheriah and
               Salim Roukos},
  title     = {A Maximum Entropy Word Aligner for Arabic-English Machine Translation},
  booktitle = {{HLT/EMNLP} 2005, Human Language Technology Conference and Conference
               on Empirical Methods in Natural Language Processing, Proceedings of
               the Conference, 6-8 October 2005, Vancouver, British Columbia, Canada},
  pages     = {89--96},
  publisher = {The Association for Computational Linguistics},
  year      = {2005},
  //url       = {https://www.aclweb.org/anthology/H05-1012/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/IttycheriahR05.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1042
}
曹润柘 committed
1043
@book{manning1999foundations,
曹润柘 committed
1044 1045 1046 1047
  title ={Foundations of statistical natural language processing},
  author ={Manning, Christopher D and Manning, Christopher D and Sch{\"u}tze, Hinrich},
  year ={1999},
  publisher ={MIT press}
曹润柘 committed
1048
}
曹润柘 committed
1049
@article{och2004alignment,
曹润柘 committed
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062
  author    = {Franz Josef Och and
               Hermann Ney},
  title     = {The Alignment Template Approach to Statistical Machine Translation},
  journal   = {Computational Linguistics},
  volume    = {30},
  number    = {4},
  pages     = {417--449},
  year      = {2004},
  //url       = {https://doi.org/10.1162/0891201042544884},
  //doi       = {10.1162/0891201042544884},
  //timestamp = {Sun, 02 Jun 2019 20:56:04 +0200},
  //biburl    = {https://dblp.org/rec/journals/coling/OchN04.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1063
}
曹润柘 committed
1064
@article{shannon1949communication,
曹润柘 committed
1065 1066 1067 1068 1069 1070 1071 1072
  title ={Communication theory of secrecy systems},
  author ={Shannon, Claude E},
  journal ={Bell system technical journal},
  volume ={28},
  number ={4},
  pages ={656--715},
  year ={1949},
  publisher ={Wiley Online Library}
曹润柘 committed
1073 1074
}
@inproceedings{vogel1996hmm,
曹润柘 committed
1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087
  author    = {Stephan Vogel and
               Hermann Ney and
               Christoph Tillmann},
  title     = {HMM-Based Word Alignment in Statistical Translation},
  booktitle = {16th International Conference on Computational Linguistics, Proceedings
               of the Conference, {COLING} 1996, Center for Sprogteknologi, Copenhagen,
               Denmark, August 5-9, 1996},
  pages     = {836--841},
  year      = {1996},
  //url       = {https://www.aclweb.org/anthology/C96-2141/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/coling/VogelNT96.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1088 1089 1090
}
%%%%% chapter 3------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
曹润柘 committed
1091

曹润柘 committed
1092

曹润柘 committed
1093 1094
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 4------------------------------------------------------
曹润柘 committed
1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113
@inproceedings{Blunsom2009A,
  author    = {Phil Blunsom and
               Trevor Cohn and
               Chris Dyer and
               Miles Osborne},
  //editor    = {Keh{-}Yih Su and
               Jian Su and
               Janyce Wiebe},
  title     = {A Gibbs Sampler for Phrasal Synchronous Grammar Induction},
  booktitle = {{ACL} 2009, Proceedings of the 47th Annual Meeting of the Association
               for Computational Linguistics and the 4th International Joint Conference
               on Natural Language Processing of the AFNLP, 2-7 August 2009, Singapore},
  pages     = {782--790},
  publisher = {The Association for Computer Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/P09-1088/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/BlunsomCDO09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1114
}
曹润柘 committed
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133
@inproceedings{Blunsom2008A,
  author    = {Phil Blunsom and
               Trevor Cohn and
               Miles Osborne},
  //editor    = {Kathleen R. McKeown and
               Johanna D. Moore and
               Simone Teufel and
               James Allan and
               Sadaoki Furui},
  title     = {A Discriminative Latent Variable Model for Statistical Machine Translation},
  booktitle = {{ACL} 2008, Proceedings of the 46th Annual Meeting of the Association
               for Computational Linguistics, June 15-20, 2008, Columbus, Ohio, {USA}},
  pages     = {200--208},
  publisher = {The Association for Computer Linguistics},
  year      = {2008},
  //url       = {https://www.aclweb.org/anthology/P08-1024/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/BlunsomCO08.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1134
}
曹润柘 committed
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148
@article{Peter1993The,
  author    = {Peter F. Brown and
               Stephen Della Pietra and
               Vincent J. Della Pietra and
               Robert L. Mercer},
  title     = {The Mathematics of Statistical Machine Translation: Parameter Estimation},
  journal   = {Computational Linguistics},
  volume    = {19},
  number    = {2},
  pages     = {263--311},
  year      = {1993},
  //timestamp = {Tue, 23 Aug 2011 13:28:33 +0200},
  //biburl    = {https://dblp.org/rec/journals/coling/BrownPPM94.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1149
}
曹润柘 committed
1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163
@article{Casacuberta2004Machine,
  author    = {Francisco Casacuberta and
               Enrique Vidal},
  title     = {Machine Translation with Inferred Stochastic Finite-State Transducers},
  journal   = {Computational Linguistics},
  volume    = {30},
  number    = {2},
  pages     = {205--225},
  year      = {2004},
  //url       = {https://doi.org/10.1162/089120104323093294},
  //doi       = {10.1162/089120104323093294},
  //timestamp = {Tue, 21 May 2019 18:03:32 +0200},
  //biburl    = {https://dblp.org/rec/journals/coling/CasacubertaV04.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1164
}
曹润柘 committed
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194
@inproceedings{charniak2001immediate,
  author    = {Eugene Charniak},
  title     = {Immediate-Head Parsing for Language Models},
  booktitle = {Association for Computational Linguistic, 39th Annual Meeting and
               10th Conference of the European Chapter, Proceedings of the Conference,
               July 9-11, 2001, Toulouse, France},
  pages     = {116--123},
  publisher = {Morgan Kaufmann Publishers},
  year      = {2001},
  //url       = {https://www.aclweb.org/anthology/P01-1017/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Charniak01.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{chiang2005a,
  author    = {David Chiang},
  //editor    = {Kevin Knight and
               Hwee Tou Ng and
               Kemal Oflazer},
  title     = {A Hierarchical Phrase-Based Model for Statistical Machine Translation},
  booktitle = {{ACL} 2005, 43rd Annual Meeting of the Association for Computational
               Linguistics, Proceedings of the Conference, 25-30 June 2005, University
               of Michigan, {USA}},
  pages     = {263--270},
  publisher = {The Association for Computer Linguistics},
  year      = {2005},
  //url       = {https://www.aclweb.org/anthology/P05-1033/},
  //timestamp = {Mon, 19 Aug 2019 18:09:27 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Chiang05.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1195
}
曹润柘 committed
1196 1197 1198 1199 1200 1201 1202 1203
@article{chiang2007hierarchical,
    title={Hierarchical Phrase-Based Translation},
    author ={Chiang, David},
    journal ={Computational Linguistics},
    volume ={33},
    number ={2},
    pages ={201--228},
    year ={2007}
曹润柘 committed
1204
}
曹润柘 committed
1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219
@inproceedings{chiang2010learning,
  author    = {David Chiang},
  //editor    = {Jan Hajic and
               Sandra Carberry and
               Stephen Clark},
  title     = {Learning to Translate with Source and Target Syntax},
  booktitle = {{ACL} 2010, Proceedings of the 48th Annual Meeting of the Association
               for Computational Linguistics, July 11-16, 2010, Uppsala, Sweden},
  pages     = {1443--1452},
  publisher = {The Association for Computer Linguistics},
  year      = {2010},
  //url       = {https://www.aclweb.org/anthology/P10-1146/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Chiang10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1220
}
曹润柘 committed
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232
@article{Chiang2012Hope,
  author    = {David Chiang},
  title     = {Hope and Fear for Discriminative Training of Statistical Translation
               Models},
  journal   = {Journal of Machine Learning Research},
  volume    = {13},
  pages     = {1159--1187},
  year      = {2012},
  //url       = {http://dl.acm.org/citation.cfm?id=2343684},
  //timestamp = {Wed, 10 Jul 2019 15:28:01 +0200},
  //biburl    = {https://dblp.org/rec/journals/jmlr/Chiang12.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1233
}
曹润柘 committed
1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248
@inproceedings{Chiang200911,
  author    = {David Chiang and
               Kevin Knight and
               Wei Wang},
  title     = {11,001 New Features for Statistical Machine Translation},
  booktitle = {Human Language Technologies: Conference of the North American Chapter
               of the Association of Computational Linguistics, Proceedings, May
               31 - June 5, 2009, Boulder, Colorado, {USA}},
  pages     = {218--226},
  publisher = {The Association for Computational Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/N09-1025/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/ChiangKW09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1249
}
曹润柘 committed
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266
@inproceedings{chiang2008online,
  author    = {David Chiang and
               Yuval Marton and
               Philip Resnik},
  title     = {Online Large-Margin Training of Syntactic and Structural Translation
               Features},
  booktitle = {2008 Conference on Empirical Methods in Natural Language Processing,
               {EMNLP} 2008, Proceedings of the Conference, 25-27 October 2008, Honolulu,
               Hawaii, USA, {A} meeting of SIGDAT, a Special Interest Group of the
               {ACL}},
  pages     = {224--233},
  publisher = {{ACL}},
  year      = {2008},
  //url       = {https://www.aclweb.org/anthology/D08-1024/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/ChiangMR08.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1267
}
曹润柘 committed
1268 1269 1270 1271 1272 1273 1274
@book{cocke1969programming,
  title ={Programming Languages and Their Compilers: Preliminary Notes},
  author ={Cocke, J. and Schwartz, J.T.},
  lccn ={76374279},
  //url ={https://books.google.com.hk/books?id=ybM-AAAAIAAJ},
  year ={1970},
  publisher ={Courant Institute of Mathematical Sciences, New York University}
曹润柘 committed
1275
}
曹润柘 committed
1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289
@inproceedings{Cohn2009A,
  author    = {Trevor Cohn and
               Phil Blunsom},
  title     = {A Bayesian Model of Syntax-Directed Tree to String Grammar Induction},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {352--361},
  publisher = {{ACL}},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/D09-1037/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/CohnB09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1290 1291
}

曹润柘 committed
1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303
@article{crammer2003ultraconservative,
  author    = {Koby Crammer and
               Yoram Singer},
  title     = {Ultraconservative Online Algorithms for Multiclass Problems},
  journal   = {Journal of Machine Learning Research},
  volume    = {3},
  pages     = {951--991},
  year      = {2003},
  //url       = {http://jmlr.org/papers/v3/crammer03a.html},
  //timestamp = {Wed, 10 Jul 2019 15:28:37 +0200},
  //biburl    = {https://dblp.org/rec/journals/jmlr/CrammerS03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1304 1305
}

曹润柘 committed
1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336
@inproceedings{dreyer2015apro,
  author    = {Markus Dreyer and
               Yuanzhe Dong},
  //editor    = {Rada Mihalcea and
               Joyce Yue Chai and
               Anoop Sarkar},
  title     = {{APRO:} All-Pairs Ranking Optimization for {MT} Tuning},
  booktitle = {{NAACL} {HLT} 2015, The 2015 Conference of the North American Chapter
               of the Association for Computational Linguistics: Human Language Technologies,
               Denver, Colorado, USA, May 31 - June 5, 2015},
  pages     = {1018--1023},
  publisher = {The Association for Computational Linguistics},
  year      = {2015},
  //url       = {https://doi.org/10.3115/v1/n15-1106},
  //doi       = {10.3115/v1/n15-1106},
  //timestamp = {Tue, 28 Jan 2020 10:30:03 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/DreyerD15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{eisner2002parameter,
  author    = {Jason Eisner},
  title     = {Parameter Estimation for Probabilistic Finite-State Transducers},
  booktitle = {Proceedings of the 40th Annual Meeting of the Association for Computational
               Linguistics, July 6-12, 2002, Philadelphia, PA, {USA}},
  pages     = {1--8},
  publisher = {{ACL}},
  year      = {2002},
  //url       = {https://www.aclweb.org/anthology/P02-1001/},
  //timestamp = {Tue, 17 Sep 2019 13:40:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Eisner02.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1337 1338
}

曹润柘 committed
1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354
@inproceedings{eisner2003learning,
  author    = {Jason Eisner},
  //editor    = {Kotaro Funakoshi and
               Sandra K{\"{u}}bler and
               Jahna Otterbacher},
  title     = {Learning Non-Isomorphic Tree Mappings for Machine Translation},
  booktitle = {{ACL} 2003, 41st Annual Meeting of the Association for Computational
               Linguistics, Companion Volume to the Proceedings, 7-12 July 2003,
               Sapporo Convention Center, Sapporo, Japan},
  pages     = {205--208},
  publisher = {The Association for Computer Linguistics},
  year      = {2003},
  //url       = {https://www.aclweb.org/anthology/P03-2041/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Eisner03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1355
}
曹润柘 committed
1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377
@inproceedings{galley2006scalable,
  author    = {Michel Galley and
               Jonathan Graehl and
               Kevin Knight and
               Daniel Marcu and
               Steve DeNeefe and
               Wei Wang and
               Ignacio Thayer},
  //editor    = {Nicoletta Calzolari and
               Claire Cardie and
               Pierre Isabelle},
  title     = {Scalable Inference and Training of Context-Rich Syntactic Translation
               Models},
  booktitle = {{ACL} 2006, 21st International Conference on Computational Linguistics
               and 44th Annual Meeting of the Association for Computational Linguistics,
               Proceedings of the Conference, Sydney, Australia, 17-21 July 2006},
  publisher = {The Association for Computer Linguistics},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/P06-1121/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/GalleyGKMDWT06.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1378 1379
}
@inproceedings{galley2004s,
曹润柘 committed
1380 1381 1382 1383 1384
  title ={What’s in a translation rule?},
  author ={Galley, Michel and Hopkins, Mark and Knight, Kevin and Marcu, Daniel},
  booktitle ={Proceedings of the Human Language Technology Conference of the North American Chapter of the Association for Computational Linguistics: HLT-NAACL 2004},
  pages ={273--280},
  year ={2004}
曹润柘 committed
1385
}
曹润柘 committed
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399
@inproceedings{gildea2003loosely,
  author    = {Daniel Gildea},
  //editor    = {Erhard W. Hinrichs and
               Dan Roth},
  title     = {Loosely Tree-Based Alignment for Machine Translation},
  booktitle = {Proceedings of the 41st Annual Meeting of the Association for Computational
               Linguistics, 7-12 July 2003, Sapporo Convention Center, Sapporo, Japan},
  pages     = {80--87},
  publisher = {{ACL}},
  year      = {2003\\},
  //url       = {https://www.aclweb.org/anthology/P03-1011/},
  //timestamp = {Mon, 19 Aug 2019 18:09:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Gildea03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1400
}
曹润柘 committed
1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418
@article{de2010hierarchical,
  author    = {Adri{\`{a}} de Gispert and
               Gonzalo Iglesias and
               Graeme W. Blackwood and
               Eduardo Rodr{\'{\i}}guez Banga and
               William Byrne},
  title     = {Hierarchical Phrase-Based Translation with Weighted Finite-State Transducers
               and Shallow-\emph{n} Grammars},
  journal   = {Computational Linguistics},
  volume    = {36},
  number    = {3},
  pages     = {505--533},
  year      = {2010},
  //url       = {https://doi.org/10.1162/coli\_a\_00006},
  //doi       = {10.1162/coli\_a\_00006},
  //timestamp = {Tue, 21 May 2019 18:03:32 +0200},
  //biburl    = {https://dblp.org/rec/journals/coling/GispertIBBB10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1419 1420
}
@article{goodman1999semiring,
曹润柘 committed
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447
  author    = {Joshua Goodman},
  title     = {Semiring Parsing},
  journal   = {Computational Linguistics},
  volume    = {25},
  number    = {4},
  pages     = {573--605},
  year      = {1999},
  //timestamp = {Thu, 03 Jan 2002 12:16:56 +0100},  
  //biburl    = {https://dblp.org/rec/journals/coling/Goodman99.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Gros2008MSD,
author ={Gros, Jerneja {\v{Z}}ganec},
//editor={Simos,Theodore E.  and Psihoyios,George },
title ={MSD Recombination Method in Statistical Machine Translation},
booktitle ={INTERNATIONAL ELECTRONIC CONFERENCE ON COMPUTER SCIENCE
     28 June - 8 July 2007
     and 
     20 November - 10 December 2007},
series ={AIP Conference Proceedings},
volume ={1060},
pages ={186--189},
publisher ={American Institute of Physics},
year ={2008},
//url={https://aip.scitation.org/doi/abs/10.1063/1.3037049},
//doi = {10.1063/1.3037049},
//bibsource={AIP Publishing, https://aip.scitation.org/},
曹润柘 committed
1448
}
曹润柘 committed
1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483
@inproceedings{He2008Indirect,
  author    = {Xiaodong He and
               Mei Yang and
               Jianfeng Gao and
               Patrick Nguyen and
               Robert Moore},
  title     = {Indirect-HMM-based Hypothesis Alignment for Combining Outputs from
               Machine Translation Systems},
  booktitle = {2008 Conference on Empirical Methods in Natural Language Processing,
               {EMNLP} 2008, Proceedings of the Conference, 25-27 October 2008, Honolulu,
               Hawaii, USA, {A} meeting of SIGDAT, a Special Interest Group of the
               {ACL}},
  pages     = {98--107},
  publisher = {{ACL}},
  year      = {2008},
  //url       = {https://www.aclweb.org/anthology/D08-1011/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/HeYGNM08.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Hopkins2011Tuning,
  author    = {Mark Hopkins and
               Jonathan May},
  title     = {Tuning as Ranking},
  booktitle = {Proceedings of the 2011 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2011, 27-31 July 2011, John McIntyre
               Conference Centre, Edinburgh, UK, {A} meeting of SIGDAT, a Special
               Interest Group of the {ACL}},
  pages     = {1352--1362},
  publisher = {{ACL}},
  year      = {2011},
  //url       = {https://www.aclweb.org/anthology/D11-1125/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/HopkinsM11.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1484
}
曹润柘 committed
1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500
@inproceedings{huang2005better,
  author    = {Liang Huang and
               David Chiang},
  //editor    = {Harry Bunt and
               Robert Malouf and
               Alon Lavie},
  title     = {Better k-best Parsing},
  booktitle = {Proceedings of the Ninth International Workshop on Parsing Technology,
               {IWPT} 2005, Vancouver, Canada, October 9-10, 2005},
  pages     = {53--64},
  publisher = {Association for Computational Linguistics},
  year      = {2005},
  //url       = {https://www.aclweb.org/anthology/W05-1506/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/iwpt/HuangC05.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1501
}
曹润柘 committed
1502 1503 1504 1505 1506 1507 1508
@inproceedings{huang2006statistical,
  title ={Statistical syntax-directed translation with extended domain of locality},
  author ={Huang, Liang and Knight, Kevin and Joshi, Aravind},
  booktitle ={Proceedings of AMTA},
  pages ={66--73},
  year ={2006},
  organization ={Cambridge, MA}
曹润柘 committed
1509
}
曹润柘 committed
1510 1511 1512 1513 1514 1515
@article{kasami1966efficient,
  author ={Kasami, Tadao},
  title ={An efficient recognition and syntax-analysis algorithm for context-free languages},
  journal ={Coordinated Science Laboratory Report no. R-257},
  year ={1966},
  //url ={ http://hdl.handle.net/2142/74304},
曹润柘 committed
1516
}
曹润柘 committed
1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527
@inproceedings{ilprints729,
  author    = {Dan Klein and
               Christopher D. Manning},
  title     = {Parsing and Hypergraphs},
  booktitle = {Proceedings of the Seventh International Workshop on Parsing Technologies
               (IWPT-2001), 17-19 October 2001, Beijing, China},
  publisher = {Tsinghua University Press},
  year      = {2001},
  //timestamp = {Thu, 15 Jan 2004 13:16:48 +0100},
  //biburl    = {https://dblp.org/rec/conf/iwpt/KleinM01.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1528
}
曹润柘 committed
1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539
@article{knight1999decoding,
  author    = {Kevin Knight},
  title     = {Decoding Complexity in Word-Replacement Translation Models},
  journal   = {Computational Linguistics},
  volume    = {25},
  number    = {4},
  pages     = {607--615},
  year      = {1999},
  //timestamp = {Thu, 03 Jan 2002 12:16:56 +0100},
  //biburl    = {https://dblp.org/rec/journals/coling/Knight99.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1540
}
曹润柘 committed
1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555
@inproceedings{koehn2007factored,
  author    = {Philipp Koehn and
               Hieu Hoang},
  //editor    = {Jason Eisner},
  title     = {Factored Translation Models},
  booktitle = {EMNLP-CoNLL 2007, Proceedings of the 2007 Joint Conference on Empirical
               Methods in Natural Language Processing and Computational Natural Language
               Learning, June 28-30, 2007, Prague, Czech Republic},
  pages     = {868--876},
  publisher = {{ACL}},
  year      = {2007},
  //url       = {https://www.aclweb.org/anthology/D07-1091/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/KoehnH07.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1556
}
曹润柘 committed
1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580
@inproceedings{koehn2000estimating,
  author    = {Philipp Koehn and
               Kevin Knight},
  //editor    = {Henry A. Kautz and
               Bruce W. Porter},
  title     = {Estimating Word Translation Probabilities from Unrelated Monolingual
               Corpora Using the {EM} Algorithm},
  booktitle = {Proceedings of the Seventeenth National Conference on Artificial Intelligence
               and Twelfth Conference on on Innovative Applications of Artificial
               Intelligence, July 30 - August 3, 2000, Austin, Texas, {USA}},
  pages     = {711--715},
  publisher = {{AAAI} Press / The {MIT} Press},
  year      = {2000},
  //url       = {http://www.aaai.org/Library/AAAI/2000/aaai00-109.php},
  //timestamp = {Tue, 11 Dec 2012 12:57:21 +0100},
  //biburl    = {https://dblp.org/rec/conf/aaai/KoehnK00.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{koehn2002learning,
    author = {Kevin Knight},
    title = {Learning a translation lexicon from monolingual corpora},
    booktitle = {In Proceedings of ACL Workshop on Unsupervised Lexical Acquisition},
    year = {2002},
    pages = {9--16}
曹润柘 committed
1581 1582
}
@inproceedings{Li2009Incremental,
曹润柘 committed
1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600
  author    = {Chi{-}Ho Li and
               Xiaodong He and
               Yupeng Liu and
               Ning Xi},
  //editor    = {Keh{-}Yih Su and
               Jian Su and
               Janyce Wiebe},
  title     = {Incremental {HMM} Alignment for {MT} System Combination},
  booktitle = {{ACL} 2009, Proceedings of the 47th Annual Meeting of the Association
               for Computational Linguistics and the 4th International Joint Conference
               on Natural Language Processing of the AFNLP, 2-7 August 2009, Singapore},
  pages     = {949--957},
  publisher = {The Association for Computer Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/P09-1107/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/LiHLX09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1601
}
曹润柘 committed
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636
@inproceedings{li-etal-2014-neural,
  author    = {Peng Li and
               Yang Liu and
               Maosong Sun and
               Tatsuya Izuha and
               Dakun Zhang},
  //editor    = {Jan Hajic and
               Junichi Tsujii},
  title     = {A Neural Reordering Model for Phrase-based Translation},
  booktitle = {{COLING} 2014, 25th International Conference on Computational Linguistics,
               Proceedings of the Conference: Technical Papers, August 23-29, 2014,
               Dublin, Ireland},
  pages     = {1897--1907},
  publisher = {{ACL}},
  year      = {2014},
  //url       = {https://www.aclweb.org/anthology/C14-1179/},
  //timestamp = {Wed, 22 Jan 2020 14:30:11 +0100},
  //biburl    = {https://dblp.org/rec/conf/coling/Li0SIZ14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{li2009first-,
  author    = {Zhifei Li and
               Jason Eisner},
  title     = {First- and Second-Order Expectation Semirings with Applications to
               Minimum-Risk Training on Translation Forests},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {40--51},
  publisher = {{ACL}},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/D09-1005/},
  //timestamp = {Thu, 16 Apr 2020 11:29:00 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/LiE09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1637
}
曹润柘 committed
1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654
@inproceedings{liu2006tree,
  author    = {Yang Liu and
               Qun Liu and
               Shouxun Lin},
  //editor    = {Nicoletta Calzolari and
               Claire Cardie and
               Pierre Isabelle},
  title     = {Tree-to-String Alignment Template for Statistical Machine Translation},
  booktitle = {{ACL} 2006, 21st International Conference on Computational Linguistics
               and 44th Annual Meeting of the Association for Computational Linguistics,
               Proceedings of the Conference, Sydney, Australia, 17-21 July 2006},
  publisher = {The Association for Computer Linguistics},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/P06-1077/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/LiuLL06.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1655
}
曹润柘 committed
1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709
@inproceedings{liu2009improving,
  author    = {Yang Liu and
               Yajuan L{\"{u}} and
               Qun Liu},
  //editor    = {Keh{-}Yih Su and
               Jian Su and
               Janyce Wiebe},
  title     = {Improving Tree-to-Tree Translation with Packed Forests},
  booktitle = {{ACL} 2009, Proceedings of the 47th Annual Meeting of the Association
               for Computational Linguistics and the 4th International Joint Conference
               on Natural Language Processing of the AFNLP, 2-7 August 2009, Singapore},
  pages     = {558--566},
  publisher = {The Association for Computer Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/P09-1063/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/LiuLL09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{liu2009weighted,
  author    = {Yang Liu and
               Tian Xia and
               Xinyan Xiao and
               Qun Liu},
  title     = {Weighted Alignment Matrices for Statistical Machine Translation},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {1017--1026},
  publisher = {{ACL}},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/D09-1106/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/LiuXXL09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{marcu2006spmt:,
  author    = {Daniel Marcu and
               Wei Wang and
               Abdessamad Echihabi and
               Kevin Knight},
  //editor    = {Dan Jurafsky and
               {\'{E}}ric Gaussier},
  title     = {{SPMT:} Statistical Machine Translation with Syntactified Target Language
               Phrases},
  booktitle = {{EMNLP} 2006, Proceedings of the 2006 Conference on Empirical Methods
               in Natural Language Processing, 22-23 July 2006, Sydney, Australia},
  pages     = {44--52},
  publisher = {{ACL}},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/W06-1606/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/MarcuWEK06.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1710
}
曹润柘 committed
1711 1712 1713 1714 1715 1716
@inproceedings{mi2008forest,
  title ={Forest-based translation},
  author ={Mi, Haitao and Huang, Liang and Liu, Qun},
  booktitle ={Proceedings of ACL-08: HLT},
  pages ={192--199},
  year ={2008}
曹润柘 committed
1717
}
曹润柘 committed
1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769
@inproceedings{Mu2009Collaborative,
  author    = {Mu Li and
               Nan Duan and
               Dongdong Zhang and
               Chi{-}Ho Li and
               Ming Zhou},
  //editor    = {Keh{-}Yih Su and
               Jian Su and
               Janyce Wiebe},
  title     = {Collaborative Decoding: Partial Hypothesis Re-ranking Using Translation
               Consensus between Decoders},
  booktitle = {{ACL} 2009, Proceedings of the 47th Annual Meeting of the Association
               for Computational Linguistics and the 4th International Joint Conference
               on Natural Language Processing of the AFNLP, 2-7 August 2009, Singapore},
  pages     = {585--592},
  publisher = {The Association for Computer Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/P09-1066/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/LiDZLZ09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{ney1994structuring,
  author    = {Hermann Ney and
               Ute Essen and
               Reinhard Kneser},
  title     = {On structuring probabilistic dependences in stochastic language modelling},
  journal   = {Computer Speech \& Language},
  volume    = {8},
  number    = {1},
  pages     = {1--38},
  year      = {1994},
  //url       = {https://doi.org/10.1006/csla.1994.1001},
  //doi       = {10.1006/csla.1994.1001},
  //timestamp = {Thu, 20 Feb 2020 11:32:34 +0100},
  //biburl    = {https://dblp.org/rec/journals/csl/NeyEK94.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{och2003minimum,
  author    = {Franz Josef Och},
  //editor    = {Erhard W. Hinrichs and
               Dan Roth},
  title     = {Minimum Error Rate Training in Statistical Machine Translation},
  booktitle = {Proceedings of the 41st Annual Meeting of the Association for Computational
               Linguistics, 7-12 July 2003, Sapporo Convention Center, Sapporo, Japan},
  pages     = {160--167},
  publisher = {{ACL}},
  year      = {2003},
  //url       = {https://www.aclweb.org/anthology/P03-1021/},
  //timestamp = {Mon, 19 Aug 2019 18:09:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/Och03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1770 1771
}
@inproceedings{och2004smorgasbord,
曹润柘 committed
1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799
  author    = {Franz Josef Och and
               Daniel Gildea and
               Sanjeev Khudanpur and
               Anoop Sarkar and
               Kenji Yamada and
               Alexander M. Fraser and
               Shankar Kumar and
               Libin Shen and
               David Smith and
               Katherine Eng and
               Viren Jain and
               Zhen Jin and
               Dragomir R. Radev},
  //editor    = {Julia Hirschberg and
               Susan T. Dumais and
               Daniel Marcu and
               Salim Roukos},
  title     = {A Smorgasbord of Features for Statistical Machine Translation},
  booktitle = {Human Language Technology Conference of the North American Chapter
               of the Association for Computational Linguistics, {HLT-NAACL} 2004,
               Boston, Massachusetts, USA, May 2-7, 2004},
  pages     = {161--168},
  publisher = {The Association for Computational Linguistics},
  year      = {2004},
  //url       = {https://www.aclweb.org/anthology/N04-1021/},
  //timestamp = {Thu, 09 Apr 2020 17:14:41 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/OchGKSYFKSSEJJR04.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1800
}
曹润柘 committed
1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814
@article{OchA,
  author    = {Franz Josef Och and
               Hermann Ney},
  title     = {A Systematic Comparison of Various Statistical Alignment Models},
  journal   = {Computational Linguistics},
  volume    = {29},
  number    = {1},
  pages     = {19--51},
  year      = {2003},
  //url       = {https://doi.org/10.1162/089120103321337421},
  //doi       = {10.1162/089120103321337421},
  //timestamp = {Tue, 21 May 2019 18:03:32 +0200},
  //biburl    = {https://dblp.org/rec/journals/coling/OchN03.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1815
}
曹润柘 committed
1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829
@article{powell1964an,
  author    = {M. J. D. Powell},
  title     = {An efficient method for finding the minimum of a function of several
               variables without calculating derivatives},
  journal   = {The Computer Journal},
  volume    = {7},
  number    = {2},
  pages     = {155--162},
  year      = {1964},
  //url       = {https://doi.org/10.1093/comjnl/7.2.155},
  //doi       = {10.1093/comjnl/7.2.155},
  //timestamp = {Mon, 27 May 2019 00:07:30 +0200},
  //biburl    = {https://dblp.org/rec/journals/cj/Powell64.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1830 1831
}
@inproceedings{rosti2007combining,
曹润柘 committed
1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890
  author    = {Antti{-}Veikko I. Rosti and
               Necip Fazil Ayan and
               Bing Xiang and
               Spyridon Matsoukas and
               Richard M. Schwartz and
               Bonnie J. Dorr},
  //editor    = {Candace L. Sidner and
               Tanja Schultz and
               Matthew Stone and
               ChengXiang Zhai},
  title     = {Combining Outputs from Multiple Machine Translation Systems},
  booktitle = {Human Language Technology Conference of the North American Chapter
               of the Association of Computational Linguistics, Proceedings, April
               22-27, 2007, Rochester, New York, {USA}},
  pages     = {228--235},
  publisher = {The Association for Computational Linguistics},
  year      = {2007},
  //url       = {https://www.aclweb.org/anthology/N07-1029/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/RostiAXMSD07.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{shen2008a,
  author    = {Libin Shen and
               Jinxi Xu and
               Ralph M. Weischedel},
  //editor    = {Kathleen R. McKeown and
               Johanna D. Moore and
               Simone Teufel and
               James Allan and
               Sadaoki Furui},
  title     = {A New String-to-Dependency Machine Translation Algorithm with a Target
               Dependency Language Model},
  booktitle = {{ACL} 2008, Proceedings of the 46th Annual Meeting of the Association
               for Computational Linguistics, June 15-20, 2008, Columbus, Ohio, {USA}},
  pages     = {577--585},
  publisher = {The Association for Computer Linguistics},
  year      = {2008},
  //url       = {https://www.aclweb.org/anthology/P08-1066/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/ShenXW08.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{smith2006minimum,
  author    = {David A. Smith and
               Jason Eisner},
  //editor    = {Nicoletta Calzolari and
               Claire Cardie and
               Pierre Isabelle},
  title     = {Minimum Risk Annealing for Training Log-Linear Models},
  booktitle = {{ACL} 2006, 21st International Conference on Computational Linguistics
               and 44th Annual Meeting of the Association for Computational Linguistics,
               Proceedings of the Conference, Sydney, Australia, 17-21 July 2006},
  publisher = {The Association for Computer Linguistics},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/P06-2101/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/SmithE06a.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1891
}
曹润柘 committed
1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908
@inproceedings{sun2010discriminative,
  author    = {Jun Sun and
               Min Zhang and
               Chew Lim Tan},
  //editor    = {Chu{-}Ren Huang and
               Dan Jurafsky},
  title     = {Discriminative Induction of Sub-Tree Alignment using Limited Labeled
               Data},
  booktitle = {{COLING} 2010, 23rd International Conference on Computational Linguistics,
               Proceedings of the Conference, 23-27 August 2010, Beijing, China},
  pages     = {1047--1055},
  publisher = {Tsinghua University Press},
  year      = {2010},
  //url       = {https://www.aclweb.org/anthology/C10-1118/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/coling/SunZT10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1909
}
曹润柘 committed
1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943
@inproceedings{sun2010exploring,
  author    = {Jun Sun and
               Min Zhang and
               Chew Lim Tan},
  //editor    = {Jan Hajic and
               Sandra Carberry and
               Stephen Clark},
  title     = {Exploring Syntactic Structural Features for Sub-Tree Alignment Using
               Bilingual Tree Kernels},
  booktitle = {{ACL} 2010, Proceedings of the 48th Annual Meeting of the Association
               for Computational Linguistics, July 11-16, 2010, Uppsala, Sweden},
  pages     = {306--315},
  publisher = {The Association for Computer Linguistics},
  year      = {2010},
  //url       = {https://www.aclweb.org/anthology/P10-1032/},
  //timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/SunZT10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{taskar2005a,
  author    = {Benjamin Taskar and
               Simon Lacoste{-}Julien and
               Dan Klein},
  title     = {A Discriminative Matching Approach to Word Alignment},
  booktitle = {{HLT/EMNLP} 2005, Human Language Technology Conference and Conference
               on Empirical Methods in Natural Language Processing, Proceedings of
               the Conference, 6-8 October 2005, Vancouver, British Columbia, Canada},
  pages     = {73--80},
  publisher = {The Association for Computational Linguistics},
  year      = {2005},
  //url       = {https://www.aclweb.org/anthology/H05-1010/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/TaskarLK05.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1944
}
曹润柘 committed
1945 1946 1947 1948 1949 1950 1951
@article{tinsley2007robust,
  author ={Tinsley, John and Zhechev, Ventsislav and Hearne, Mary and Way, Andy},
  title ={Robust language pair-independent sub-tree alignment},
  journal ={Machine Translation Summit XI},
  pages ={467–474},
  year ={2007},
  //url ={http://doras.dcu.ie/15230/},
曹润柘 committed
1952
}
曹润柘 committed
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969
@inproceedings{Tong2009Better,
  author    = {Tong Xiao and
               Mu Li and
               Dongdong Zhang and
               Jingbo Zhu and
               Ming Zhou},
  title     = {Better Synchronous Binarization for Machine Translation},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {362--370},
  publisher = {{ACL}},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/D09-1038/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/XiaoLZZZ09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
1970
}
曹润柘 committed
1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
@inproceedings{Tong2016Syntactic,
  author    = {Tong Xiao and
               Jingbo Zhu and
               Chunliang Zhang and
               Tongran Liu},
  //editor    = {Dale Schuurmans and
               Michael P. Wellman},
  title     = {Syntactic Skeleton-Based Translation},
  booktitle = {Proceedings of the Thirtieth {AAAI} Conference on Artificial Intelligence,
               February 12-17, 2016, Phoenix, Arizona, {USA}},
  pages     = {2856--2862},
  publisher = {{AAAI} Press},
  year      = {2016},
  //url       = {http://www.aaai.org/ocs/index.php/AAAI/AAAI16/paper/view/11933},
  //timestamp = {Wed, 05 Apr 2017 12:53:50 +0200},
  //biburl    = {https://dblp.org/rec/conf/aaai/XiaoZZL16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{watanabe2007online,
  author    = {Taro Watanabe and
               Jun Suzuki and
               Hajime Tsukada and
               Hideki Isozaki},
  //editor    = {Jason Eisner},
  title     = {Online Large-Margin Training for Statistical Machine Translation},
  booktitle = {EMNLP-CoNLL 2007, Proceedings of the 2007 Joint Conference on Empirical
               Methods in Natural Language Processing and Computational Natural Language
               Learning, June 28-30, 2007, Prague, Czech Republic},
  pages     = {764--773},
  publisher = {{ACL}},
  year      = {2007},
  //url       = {https://www.aclweb.org/anthology/D07-1080/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/WatanabeSTI07.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2006
}
曹润柘 committed
2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018
@article{wu1997stochastic,
  author    = {Dekai Wu},
  title     = {Stochastic Inversion Transduction Grammars and Bilingual Parsing of
               Parallel Corpora},
  journal   = {Computational Linguistics},
  volume    = {23},
  number    = {3},
  pages     = {377--403},
  year      = {1997},
  //timestamp = {Thu, 03 Jan 2002 12:16:56 +0100},
  //biburl    = {https://dblp.org/rec/journals/coling/Wu97.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2019 2020
}

曹润柘 committed
2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045
@article{XiaoA,
  author    = {Tong Xiao and
               Derek F. Wong and
               Jingbo Zhu},
  title     = {A Loss-Augmented Approach to Training Syntactic Machine Translation
               Systems},
  journal   = {IEEE Transactions on Audio, Speech, and Language Processing},
  volume    = {24},
  number    = {11},
  pages     = {2069--2083},
  year      = {2016},
  //url       = {https://doi.org/10.1109/TASLP.2016.2594383},
  //doi       = {10.1109/TASLP.2016.2594383},
  //timestamp = {Fri, 13 Mar 2020 14:40:47 +0100},
  //biburl    = {https://dblp.org/rec/journals/taslp/XiaoWZ16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{xiao2013unsupervised,
  title ={Unsupervised sub-tree alignment for tree-to-tree translation},
  author ={Xiao, Tong and Zhu, Jingbo},
  journal ={Journal of Artificial Intelligence Research},
  volume ={48},
  pages ={733--782},
  year ={2013}
}
曹润柘 committed
2046
@article{xiao2013bagging,
曹润柘 committed
2047 2048 2049 2050 2051 2052 2053
  title ={Bagging and boosting statistical machine translation systems},
  author ={Xiao, Tong and Zhu, Jingbo and Liu, Tongran},
  journal ={Artificial Intelligence},
  volume ={195},
  pages ={496--527},
  year ={2013},
  publisher ={Elsevier}
曹润柘 committed
2054 2055
}
@inproceedings{xiao2010empirical,
曹润柘 committed
2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071
  author    = {Tong Xiao and
               Jingbo Zhu and
               Hao Zhang and
               Muhua Zhu},
  //editor    = {Chu{-}Ren Huang and
               Dan Jurafsky},
  title     = {An Empirical Study of Translation Rule Extraction with Multiple Parsers},
  booktitle = {{COLING} 2010, 23rd International Conference on Computational Linguistics,
               Posters Volume, 23-27 August 2010, Beijing, China},
  pages     = {1345--1353},
  publisher = {Chinese Information Processing Society of China},
  year      = {2010},
  //url       = {https://www.aclweb.org/anthology/C10-2154/},
  //timestamp = {Wed, 18 Sep 2019 12:15:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/coling/XiaoZZZ10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2072
}
曹润柘 committed
2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100
@article{xiao2011language,
  title ={Language Modeling for Syntax-Based Machine Translation Using Tree Substitution Grammars: A Case Study on Chinese-English Translation},
  author ={Xiao, Tong and Zhu, Jingbo and Zhu, Muhua},
  journal ={ACM Transactions on Asian Language Information Processing (TALIP)},
  volume ={10},
  number ={4},
  pages ={1--29},
  year ={2011},
  publisher ={ACM New York, NY, USA}
}
@inproceedings{xiong2006maximum,
  author    = {Deyi Xiong and
               Qun Liu and
               Shouxun Lin},
  //editor    = {Nicoletta Calzolari and
               Claire Cardie and
               Pierre Isabelle},
  title     = {Maximum Entropy Based Phrase Reordering Model for Statistical Machine
               Translation},
  booktitle = {{ACL} 2006, 21st International Conference on Computational Linguistics
               and 44th Annual Meeting of the Association for Computational Linguistics,
               Proceedings of the Conference, Sydney, Australia, 17-21 July 2006},
  publisher = {The Association for Computer Linguistics},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/P06-1066/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/XiongLL06.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2101
}
曹润柘 committed
2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118
@inproceedings{Yang2009Lattice,
  author    = {Yang Feng and
               Yang Liu and
               Haitao Mi and
               Qun Liu and
               Yajuan L{\"{u}}},
  title     = {Lattice-based System Combination for Statistical Machine Translation},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {1105--1113},
  publisher = {{ACL}},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/D09-1115/},
  //timestamp = {Fri, 29 Nov 2019 14:00:46 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/FengLMLL09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2119
}
曹润柘 committed
2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138
@inproceedings{Yang2009Joint,
  author    = {Yang Liu and
               Haitao Mi and
               Yang Feng and
               Qun Liu},
  //editor    = {Keh{-}Yih Su and
               Jian Su and
               Janyce Wiebe},
  title     = {Joint Decoding with Multiple Translation Models},
  booktitle = {{ACL} 2009, Proceedings of the 47th Annual Meeting of the Association
               for Computational Linguistics and the 4th International Joint Conference
               on Natural Language Processing of the AFNLP, 2-7 August 2009, Singapore},
  pages     = {576--584},
  publisher = {The Association for Computer Linguistics},
  year      = {2009},
  //url       = {https://www.aclweb.org/anthology/P09-1065/},
  //timestamp = {Fri, 29 Nov 2019 14:00:46 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/LiuMFL09.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2139
}
曹润柘 committed
2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152
@article{younger1967recognition,
  author    = {Daniel H. Younger},
  title     = {Recognition and Parsing of Context-Free Languages in Time n{\^{3}}},
  journal   = {Information and Control},
  volume    = {10},
  number    = {2},
  pages     = {189--208},
  year      = {1967},
  url       = {https://doi.org/10.1016/S0019-9958(67)80007-X},
  doi       = {10.1016/S0019-9958(67)80007-X},
  timestamp = {Wed, 14 Nov 2018 10:35:08 +0100},
  biburl    = {https://dblp.org/rec/journals/iandc/Younger67.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2153 2154
}

曹润柘 committed
2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173
@inproceedings{zhang2006synchronous,
  author    = {Hao Zhang and
               Liang Huang and
               Daniel Gildea and
               Kevin Knight},
  //editor    = {Robert C. Moore and
               Jeff A. Bilmes and
               Jennifer Chu{-}Carroll and
               Mark Sanderson},
  title     = {Synchronous Binarization for Machine Translation},
  booktitle = {Human Language Technology Conference of the North American Chapter
               of the Association of Computational Linguistics, Proceedings, June
               4-9, 2006, New York, New York, {USA}},
  publisher = {The Association for Computational Linguistics},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/N06-1033/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/naacl/ZhangHGK06.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2174 2175
}

曹润柘 committed
2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197
@inproceedings{zhang2008tree,
  author    = {Min Zhang and
               Hongfei Jiang and
               AiTi Aw and
               Haizhou Li and
               Chew Lim Tan and
               Sheng Li},
  //editor    = {Kathleen R. McKeown and
               Johanna D. Moore and
               Simone Teufel and
               James Allan and
               Sadaoki Furui},
  title     = {A Tree Sequence Alignment-based Tree-to-Tree Translation Model},
  booktitle = {{ACL} 2008, Proceedings of the 46th Annual Meeting of the Association
               for Computational Linguistics, June 15-20, 2008, Columbus, Ohio, {USA}},
  pages     = {559--567},
  publisher = {The Association for Computer Linguistics},
  year      = {2008},
  //url       = {https://www.aclweb.org/anthology/P08-1064/},
  //timestamp = {Fri, 13 Sep 2019 13:00:42 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/ZhangJALTL08.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2198 2199
}

曹润柘 committed
2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213
@inproceedings{zhu2011improving,
  author    = {Jingbo Zhu and
               Tong Xiao},
  title     = {Improving Decoding Generalization for Tree-to-String Translation},
  booktitle = {The 49th Annual Meeting of the Association for Computational Linguistics:
               Human Language Technologies, Proceedings of the Conference, 19-24
               June, 2011, Portland, Oregon, {USA} - Short Papers},
  pages     = {418--423},
  publisher = {The Association for Computer Linguistics},
  year      = {2011},
  //url       = {https://www.aclweb.org/anthology/P11-2073/},
  //timestamp = {Wed, 18 Sep 2019 12:15:54 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/ZhuX11.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2214
}
曹润柘 committed
2215

曹润柘 committed
2216 2217
%%%%% chapter 4------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
曹润柘 committed
2218 2219

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
曹润柘 committed
2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240
%%%%% chapter 5------------------------------------------------------------
@inproceedings{arthur2016incorporating,
  author    = {Philip Arthur and
               Graham Neubig and
               Satoshi Nakamura},
  //editor    = {Jian Su and
               Xavier Carreras and
               Kevin Duh},
  title     = {Incorporating Discrete Translation Lexicons into Neural Machine Translation},
  booktitle = {Proceedings of the 2016 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2016, Austin, Texas, USA, November 1-4,
               2016},
  pages     = {1557--1567},
  publisher = {The Association for Computational Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/d16-1162},
  //doi       = {10.18653/v1/d16-1162},
  //timestamp = {Tue, 28 Jan 2020 10:28:31 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/ArthurNN16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
曹润柘 committed
2241
@article{baydin2017automatic,
曹润柘 committed
2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255
  title ={Automatic differentiation in machine learning: a survey},
  author ={Baydin, At{\i}l{\i}m G{\"u}nes and Pearlmutter, Barak A and Radul, Alexey Andreyevich and Siskind, Jeffrey Mark},
  journal ={The Journal of Machine Learning Research},
  volume ={18},
  number ={1},
  pages ={5595--5637},
  year ={2017},
  publisher ={JMLR. org}
}
@INPROCEEDINGS{charniak2003syntax,
    author = {Eugene Charniak and Kevin Knight and Kenji Yamada},
    title = {Syntax-based Language Models for Statistical Machine Translation},
    booktitle = {In MT Summit IX. Intl. Assoc. for Machine Translation},
    year = {2003}
曹润柘 committed
2256
}
曹润柘 committed
2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289
@article{collobert2011natural,
  author    = {Ronan Collobert and
               Jason Weston and
               L{\'{e}}on Bottou and
               Michael Karlen and
               Koray Kavukcuoglu and
               Pavel P. Kuksa},
  title     = {Natural Language Processing (Almost) from Scratch},
  journal   = {Journal of Machine Learning Research},
  volume    = {12},
  pages     = {2493--2537},
  year      = {2011},
  //url       = {http://dl.acm.org/citation.cfm?id=2078186},
  //timestamp = {Wed, 10 Jul 2019 15:28:44 +0200},
  //biburl    = {https://dblp.org/rec/journals/jmlr/CollobertWBKKK11.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{devlin2018bert,
  author    = {Jacob Devlin and
               Ming{-}Wei Chang and
               Kenton Lee and
               Kristina Toutanova},
  title     = {{BERT:} Pre-training of Deep Bidirectional Transformers for Language
               Understanding},
  journal   = {CoRR},
  volume    = {abs/1810.04805},
  year      = {2018},
  //url       = {http://arxiv.org/abs/1810.04805},
  //archivePrefix = {arXiv},
  //eprint    = {1810.04805},
  //timestamp = {Tue, 30 Oct 2018 20:39:56 +0100},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1810-04805.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2290
}
曹润柘 committed
2291
@article{duchi2011adaptive,
曹润柘 committed
2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303
  author    = {John C. Duchi and
               Elad Hazan and
               Yoram Singer},
  title     = {Adaptive Subgradient Methods for Online Learning and Stochastic Optimization},
  journal   = {Journal of Machine Learning Research},
  volume    = {12},
  pages     = {2121--2159},
  year      = {2011},
  //url       = {http://dl.acm.org/citation.cfm?id=2021068},
  //timestamp = {Wed, 10 Jul 2019 15:28:02 +0200},
  //biburl    = {https://dblp.org/rec/journals/jmlr/DuchiHS11.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2304
}
曹润柘 committed
2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322
@article{guidotti2018survey,
  author    = {Riccardo Guidotti and
               Anna Monreale and
               Salvatore Ruggieri and
               Franco Turini and
               Fosca Giannotti and
               Dino Pedreschi},
  title     = {A Survey of Methods for Explaining Black Box Models},
  journal   = {ACM Computing Surveys},
  volume    = {51},
  number    = {5},
  pages     = {93:1--93:42},
  year      = {2019},
  //url       = {https://doi.org/10.1145/3236009},
  //doi       = {10.1145/3236009},
  //timestamp = {Thu, 09 May 2019 16:06:21 +0200},
  //biburl    = {https://dblp.org/rec/journals/csur/GuidottiMRTGP19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2323
}
曹润柘 committed
2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372
@inproceedings{DBLP:journals/corr/HeZRS15,
  author    = {Kaiming He and
               Xiangyu Zhang and
               Shaoqing Ren and
               Jian Sun},
  title     = {Deep Residual Learning for Image Recognition},
  booktitle = {2016 {IEEE} Conference on Computer Vision and Pattern Recognition,
               {CVPR} 2016, Las Vegas, NV, USA, June 27-30, 2016},
  pages     = {770--778},
  publisher = {{IEEE} Computer Society},
  year      = {2016},
  //url       = {https://doi.org/10.1109/CVPR.2016.90},
  //doi       = {10.1109/CVPR.2016.90},
  //timestamp = {Wed, 16 Oct 2019 14:14:50 +0200},
  //biburl    = {https://dblp.org/rec/conf/cvpr/HeZRS16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{ioffe2015batch,
  author    = {Sergey Ioffe and
               Christian Szegedy},
  //editor    = {Francis R. Bach and
               David M. Blei},
  title     = {Batch Normalization: Accelerating Deep Network Training by Reducing
               Internal Covariate Shift},
  booktitle = {Proceedings of the 32nd International Conference on Machine Learning,
               {ICML} 2015, Lille, France, 6-11 July 2015},
  series    = {{JMLR} Workshop and Conference Proceedings},
  volume    = {37},
  pages     = {448--456},
  publisher = {JMLR.org},
  year      = {2015},
  //url       = {http://proceedings.mlr.press/v37/ioffe15.html},
  //timestamp = {Wed, 29 May 2019 08:41:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/icml/IoffeS15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{kingma2014adam,
  author    = {Diederik P. Kingma and
               Jimmy Ba},
  //editor    = {Yoshua Bengio and
               Yann LeCun},
  title     = {Adam: {A} Method for Stochastic Optimization},
  booktitle = {3rd International Conference on Learning Representations, {ICLR} 2015,
               San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings},
  year      = {2015},
  //url       = {http://arxiv.org/abs/1412.6980},
  //timestamp = {Thu, 25 Jul 2019 14:25:37 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/KingmaB14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2373
}
曹润柘 committed
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410
@inproceedings{koh2017understanding,
  author    = {Pang Wei Koh and
               Percy Liang},
  //editor    = {Doina Precup and
               Yee Whye Teh},
  title     = {Understanding Black-box Predictions via Influence Functions},
  booktitle = {Proceedings of the 34th International Conference on Machine Learning,
               {ICML} 2017, Sydney, NSW, Australia, 6-11 August 2017},
  series    = {Proceedings of Machine Learning Research},
  volume    = {70},
  pages     = {1885--1894},
  publisher = {{PMLR}},
  year      = {2017},
  //url       = {http://proceedings.mlr.press/v70/koh17a.html},
  //timestamp = {Wed, 29 May 2019 08:41:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/icml/KohL17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{lample2019cross,
  author    = {Alexis Conneau and
               Guillaume Lample},
  //editor    = {Hanna M. Wallach and
               Hugo Larochelle and
               Alina Beygelzimer and
               Florence d'Alch{\'{e}}{-}Buc and
               Emily B. Fox and
               Roman Garnett},
  title     = {Cross-lingual Language Model Pretraining},
  booktitle = {Advances in Neural Information Processing Systems 32: Annual Conference
               on Neural Information Processing Systems 2019, NeurIPS 2019, 8-14
               December 2019, Vancouver, BC, Canada},
  pages     = {7057--7067},
  year      = {2019},
  //url       = {http://papers.nips.cc/paper/8928-cross-lingual-language-model-pretraining},
  //timestamp = {Fri, 06 Mar 2020 16:59:27 +0100},
  //biburl    = {https://dblp.org/rec/conf/nips/ConneauL19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2411
}
曹润柘 committed
2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429
@article{lan2019albert,
  author    = {Zhenzhong Lan and
               Mingda Chen and
               Sebastian Goodman and
               Kevin Gimpel and
               Piyush Sharma and
               Radu Soricut},
  title     = {{ALBERT:} {A} Lite {BERT} for Self-supervised Learning of Language
               Representations},
  journal   = {CoRR},
  volume    = {abs/1909.11942},
  year      = {2019},
  //url       = {http://arxiv.org/abs/1909.11942},
  //archivePrefix = {arXiv},
  //eprint    = {1909.11942},
  //timestamp = {Fri, 27 Sep 2019 13:04:21 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1909-11942.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2430
}
曹润柘 committed
2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468
@inproceedings{mccann2017learned,
  author    = {Bryan McCann and
               James Bradbury and
               Caiming Xiong and
               Richard Socher},
  //editor    = {Isabelle Guyon and
               Ulrike von Luxburg and
               Samy Bengio and
               Hanna M. Wallach and
               Rob Fergus and
               S. V. N. Vishwanathan and
               Roman Garnett},
  title     = {Learned in Translation: Contextualized Word Vectors},
  booktitle = {Advances in Neural Information Processing Systems 30: Annual Conference
               on Neural Information Processing Systems 2017, 4-9 December 2017,
               Long Beach, CA, {USA}},
  pages     = {6294--6305},
  year      = {2017},
  //url       = {http://papers.nips.cc/paper/7209-learned-in-translation-contextualized-word-vectors},
  //timestamp = {Fri, 06 Mar 2020 16:57:53 +0100},
  //biburl    = {https://dblp.org/rec/conf/nips/McCannBXS17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{mikolov2013efficient,
  author    = {Tomas Mikolov and
               Kai Chen and
               Greg Corrado and
               Jeffrey Dean},
  //editor    = {Yoshua Bengio and
               Yann LeCun},
  title     = {Efficient Estimation of Word Representations in Vector Space},
  booktitle = {1st International Conference on Learning Representations, {ICLR} 2013,
               Scottsdale, Arizona, USA, May 2-4, 2013, Workshop Track Proceedings},
  year      = {2013},
  //url       = {http://arxiv.org/abs/1301.3781},
  //timestamp = {Thu, 25 Jul 2019 14:25:36 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1301-3781.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2469 2470
}
@inproceedings{mikolov2013distributed,
曹润柘 committed
2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489
  author    = {Tomas Mikolov and
               Ilya Sutskever and
               Kai Chen and
               Gregory S. Corrado and
               Jeffrey Dean},
  //editor    = {Christopher J. C. Burges and
               L{\'{e}}on Bottou and
               Zoubin Ghahramani and
               Kilian Q. Weinberger},
  title     = {Distributed Representations of Words and Phrases and their Compositionality},
  booktitle = {Advances in Neural Information Processing Systems 26: 27th Annual
               Conference on Neural Information Processing Systems 2013. Proceedings
               of a meeting held December 5-8, 2013, Lake Tahoe, Nevada, United States},
  pages     = {3111--3119},
  year      = {2013},
  //url       = {http://papers.nips.cc/paper/5021-distributed-representations-of-words-and-phrases-and-their-compositionality},
  //timestamp = {Fri, 06 Mar 2020 17:00:12 +0100},
  //biburl    = {https://dblp.org/rec/conf/nips/MikolovSCCD13.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2490 2491
}
@inproceedings{pennington2014glove,
曹润柘 committed
2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509
  author    = {Jeffrey Pennington and
               Richard Socher and
               Christopher D. Manning},
  //editor    = {Alessandro Moschitti and
               Bo Pang and
               Walter Daelemans},
  title     = {Glove: Global Vectors for Word Representation},
  booktitle = {Proceedings of the 2014 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2014, October 25-29, 2014, Doha, Qatar,
               {A} meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {1532--1543},
  publisher = {{ACL}},
  year      = {2014},
  //url       = {https://doi.org/10.3115/v1/d14-1162},
  //doi       = {10.3115/v1/d14-1162},
  //timestamp = {Tue, 28 Jan 2020 10:28:11 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/PenningtonSM14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2510
}
曹润柘 committed
2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556
@inproceedings{perozzi2014deepwalk,
  author    = {Bryan Perozzi and
               Rami Al{-}Rfou and
               Steven Skiena},
  //editor    = {Sofus A. Macskassy and
               Claudia Perlich and
               Jure Leskovec and
               Wei Wang and
               Rayid Ghani},
  title     = {DeepWalk: online learning of social representations},
  booktitle = {The 20th {ACM} {SIGKDD} International Conference on Knowledge Discovery
               and Data Mining, {KDD} '14, New York, NY, {USA} - August 24 - 27,
               2014},
  pages     = {701--710},
  publisher = {{ACM}},
  year      = {2014},
  //url       = {https://doi.org/10.1145/2623330.2623732},
  //doi       = {10.1145/2623330.2623732},
  //timestamp = {Sun, 02 Jun 2019 21:11:52 +0200},
  //biburl    = {https://dblp.org/rec/conf/kdd/PerozziAS14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{peters2018deep,
  author    = {Matthew E. Peters and
               Mark Neumann and
               Mohit Iyyer and
               Matt Gardner and
               Christopher Clark and
               Kenton Lee and
               Luke Zettlemoyer},
  //editor    = {Marilyn A. Walker and
               Heng Ji and
               Amanda Stent},
  title     = {Deep Contextualized Word Representations},
  booktitle = {Proceedings of the 2018 Conference of the North American Chapter of
               the Association for Computational Linguistics: Human Language Technologies,
               {NAACL-HLT} 2018, New Orleans, Louisiana, USA, June 1-6, 2018, Volume
               1 (Long Papers)},
  pages     = {2227--2237},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://doi.org/10.18653/v1/n18-1202},
  //doi       = {10.18653/v1/n18-1202},
  //timestamp = {Tue, 28 Jan 2020 10:30:02 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/PetersNIGCLZ18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2557
}
曹润柘 committed
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572
@inproceedings{plank2013embedding,
  author    = {Barbara Plank and
               Alessandro Moschitti},
  title     = {Embedding Semantic Similarity in Tree Kernels for Domain Adaptation
               of Relation Extraction},
  booktitle = {Proceedings of the 51st Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2013, 4-9 August 2013, Sofia, Bulgaria, Volume
               1: Long Papers},
  pages     = {1498--1507},
  publisher = {The Association for Computer Linguistics},
  year      = {2013},
  //url       = {https://www.aclweb.org/anthology/P13-1147/},
  //timestamp = {Mon, 19 Aug 2019 18:10:05 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/PlankM13.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2573
}
曹润柘 committed
2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586
@article{qian1999momentum,
  author    = {Ning Qian},
  title     = {On the momentum term in gradient descent learning algorithms},
  journal   = {Neural Networks},
  volume    = {12},
  number    = {1},
  pages     = {145--151},
  year      = {1999},
  //url       = {https://doi.org/10.1016/S0893-6080(98)00116-6},
  //doi       = {10.1016/S0893-6080(98)00116-6},
  //timestamp = {Wed, 14 Nov 2018 10:30:22 +0100},
  //biburl    = {https://dblp.org/rec/journals/nn/Qian99.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2587
}
曹润柘 committed
2588 2589 2590 2591 2592
@article{radford2018improving,
  title ={Improving language understanding by generative pre-training},
  author ={Radford, Alec and Narasimhan, Karthik and Salimans, Tim and Sutskever, Ilya},
  journal ={URL https://s3-us-west-2. amazonaws. com/openai-assets/researchcovers/languageunsupervised/language understanding paper. pdf},
  year ={2018}
曹润柘 committed
2593
}
曹润柘 committed
2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639
@article{radford2019language,
  title ={Language models are unsupervised multitask learners},
  author ={Radford, Alec and Wu, Jeffrey and Child, Rewon and Luan, David and Amodei, Dario and Sutskever, Ilya},
  journal ={OpenAI Blog},
  volume ={1},
  number ={8},
  pages ={9},
  year ={2019}
}
@inproceedings{song2019mass,
  author    = {Kaitao Song and
               Xu Tan and
               Tao Qin and
               Jianfeng Lu and
               Tie{-}Yan Liu},
  editor    = {Kamalika Chaudhuri and
               Ruslan Salakhutdinov},
  title     = {{MASS:} Masked Sequence to Sequence Pre-training for Language Generation},
  booktitle = {Proceedings of the 36th International Conference on Machine Learning,
               {ICML} 2019, 9-15 June 2019, Long Beach, California, {USA}},
  series    = {Proceedings of Machine Learning Research},
  volume    = {97},
  pages     = {5926--5936},
  publisher = {{PMLR}},
  year      = {2019},
  //url       = {http://proceedings.mlr.press/v97/song19d.html},
  //timestamp = {Tue, 11 Jun 2019 15:37:38 +0200},
  //biburl    = {https://dblp.org/rec/conf/icml/SongTQLL19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{stahlberg2016syntactically,
  author    = {Felix Stahlberg and
               Eva Hasler and
               Aurelien Waite and
               Bill Byrne},
  title     = {Syntactically Guided Neural Machine Translation},
  booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2016, August 7-12, 2016, Berlin, Germany, Volume
               2: Short Papers},
  publisher = {The Association for Computer Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/p16-2049},
  //doi       = {10.18653/v1/p16-2049},
  //timestamp = {Tue, 28 Jan 2020 10:27:31 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/StahlbergHWB16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2640
}
曹润柘 committed
2641 2642 2643 2644 2645 2646 2647 2648
@article{tieleman2012rmsprop,
  title ={Lecture 6.5-rmsprop: Divide the gradient by a running average of its recent magnitude},
  author ={Tieleman, Tijmen and Hinton, Geoffrey},
  journal ={COURSERA: Neural networks for machine learning},
  volume ={4},
  number ={2},
  pages ={26--31},
  year ={2012}
曹润柘 committed
2649
}
曹润柘 committed
2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667
@inproceedings{xiao2017fast,
  author    = {Tong Xiao and
               Jingbo Zhu and
               Tongran Liu and
               Chunliang Zhang},
  //editor    = {Carles Sierra},
  title     = {Fast Parallel Training of Neural Language Models},
  booktitle = {Proceedings of the Twenty-Sixth International Joint Conference on
               Artificial Intelligence, {IJCAI} 2017, Melbourne, Australia, August
               19-25, 2017},
  pages     = {4193--4199},
  publisher = {ijcai.org},
  year      = {2017},
  //url       = {https://doi.org/10.24963/ijcai.2017/586},
  //doi       = {10.24963/ijcai.2017/586},
  //timestamp = {Tue, 20 Aug 2019 16:17:12 +0200},
  //biburl    = {https://dblp.org/rec/conf/ijcai/XiaoZLZ17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2668
}
曹润柘 committed
2669
@inproceedings{yang2019xlnet,
曹润柘 committed
2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691
  author    = {Zhilin Yang and
               Zihang Dai and
               Yiming Yang and
               Jaime G. Carbonell and
               Ruslan Salakhutdinov and
               Quoc V. Le},
  //editor    = {Hanna M. Wallach and
               Hugo Larochelle and
               Alina Beygelzimer and
               Florence d'Alch{\'{e}}{-}Buc and
               Emily B. Fox and
               Roman Garnett},
  title     = {XLNet: Generalized Autoregressive Pretraining for Language Understanding},
  booktitle = {Advances in Neural Information Processing Systems 32: Annual Conference
               on Neural Information Processing Systems 2019, NeurIPS 2019, 8-14
               December 2019, Vancouver, BC, Canada},
  pages     = {5754--5764},
  year      = {2019},
  //url       = {http://papers.nips.cc/paper/8812-xlnet-generalized-autoregressive-pretraining-for-language-understanding},
  //timestamp = {Fri, 06 Mar 2020 17:00:11 +0100},
  //biburl    = {https://dblp.org/rec/conf/nips/YangDYCSL19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2692
}
曹润柘 committed
2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708
@inproceedings{zollmann2006syntax,
  author    = {Andreas Zollmann and
               Ashish Venugopal},
  //editor    = {Philipp Koehn and
               Christof Monz},
  title     = {Syntax Augmented Machine Translation via Chart Parsing},
  booktitle = {Proceedings on the Workshop on Statistical Machine Translation, WMT@HLT-NAACL
               2006, New York City, NY, USA, June 8-9, 2006},
  pages     = {138--141},
  publisher = {Association for Computational Linguistics},
  year      = {2006},
  //url       = {https://www.aclweb.org/anthology/W06-3119/},
  //timestamp = {Fri, 13 Sep 2019 13:08:46 +0200},
  //biburl    = {https://dblp.org/rec/conf/wmt/ZollmannV06.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
曹润柘 committed
2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789
@article{brown1992class,
  title={Class-based n-gram models of natural language},
  author={Brown and
              Peter F and 
              Desouza and
              Peter V and 
              Mercer amd 
              Robert L 
              and Pietra and
              Vincent J Della 
              and Lai and 
              Jenifer C},
  journal={Computational linguistics},
  volume={18},
  number={4},
  pages={467--479},
  year={1992},
  publisher={MIT Press}
}
@article{bengio2003a,
  title={A neural probabilistic language model},
  author={Bengio and 
             Yoshua and 
             Ducharme and
             Rejean and 
             Vincent and
             Pascal and
             Janvin and
             Christian},
  journal={Journal of Machine Learning Research},
  volume={3},
  number={6},
  pages={1137--1155},
  year={2003}
}
@inproceedings{mikolov2012context,
  title={Context dependent recurrent neural network language model},
  author={Mikolov and
            Tomas and
            Zweig and
            Geoffrey},
  booktitle={2012 IEEE Spoken Language Technology Workshop (SLT)},
  pages={234--239},
  year={2012},
  organization={IEEE}
}
@article{zaremba2014recurrent,
  title={Recurrent Neural Network Regularization},
  author={Zaremba and 
             Wojciech and 
             Sutskever and 
             Ilya and 
             Vinyals and
             Oriol},
  journal={arXiv: Neural and Evolutionary Computing},
  year={2014}
}
@article{zilly2016recurrent,
  title={Recurrent Highway Networks},
  author={Zilly and
            Julian and
            Srivastava and
            Rupesh Kumar and
            Koutnik and
            Jan and 
            Schmidhuber and
            Jurgen},
  journal={arXiv: Learning},
  year={2016}
}
@article{merity2017regularizing,
  title={Regularizing and optimizing LSTM language models},
  author={Merity and
             tephen and
             Keskar and
             Nitish Shirish and
             Socher and
             Richard},
  journal={arXiv: Computation and Language},
  year={2017}
}
曹润柘 committed
2790
%%%%% chapter 5------------------------------------------------------------
曹润柘 committed
2791
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
曹润柘 committed
2792 2793


曹润柘 committed
2794
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
曹润柘 committed
2795 2796 2797 2798 2799 2800
%%%%% chapter 6----------------------------------------------------------------
@article{Ba2016LayerN,
  author    = {Lei Jimmy Ba and
               Jamie Ryan Kiros and
               Geoffrey E. Hinton},
  title     = {Layer Normalization},
曹润柘 committed
2801
  journal   = {CoRR},
曹润柘 committed
2802 2803 2804 2805 2806 2807 2808 2809
  volume    = {abs/1607.06450},
  year      = {2016},
  //url       = {http://arxiv.org/abs/1607.06450},
  //archivePrefix = {arXiv},
  //eprint    = {1607.06450},
  //timestamp = {Tue, 23 Jul 2019 17:33:23 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/BaKH16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2810 2811
}

曹润柘 committed
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825
@inproceedings{bahdanau2014neural,
  author    = {Dzmitry Bahdanau and
               Kyunghyun Cho and
               Yoshua Bengio},
  //editor    = {Yoshua Bengio and
               Yann LeCun},
  title     = {Neural Machine Translation by Jointly Learning to Align and Translate},
  booktitle = {3rd International Conference on Learning Representations, {ICLR} 2015,
               San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings},
  year      = {2015},
  //url       = {http://arxiv.org/abs/1409.0473},
  //timestamp = {Wed, 17 Jul 2019 10:40:54 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/BahdanauCB14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2826
}
曹润柘 committed
2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842
@inproceedings{bangalore2001computing,
  title ={Computing consensus translation from multiple machine translation systems},
  author ={Bangalore, B and Bordel, German and Riccardi, Giuseppe},
  booktitle ={IEEE Workshop on Automatic Speech Recognition and Understanding, 2001. ASRU'01.},
  pages ={351--354},
  year ={2001},
  organization ={IEEE}
}
@ARTICLE{BENGIO1994Learning, 
author ={Y. {Bengio} and P. {Simard} and P. {Frasconi}}, 
journal ={IEEE Transactions on Neural Networks}, 
title ={Learning long-term dependencies with gradient descent is difficult}, 
year ={1994}, 
volume ={5},
 number ={2}, 
pages ={157-166},
曹润柘 committed
2843
}
曹润柘 committed
2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874
@inproceedings{Bentivogli2016NeuralVP,
  author    = {Luisa Bentivogli and
               Arianna Bisazza and
               Mauro Cettolo and
               Marcello Federico},
  //editor    = {Jian Su and
               Xavier Carreras and
               Kevin Duh},
  title     = {Neural versus Phrase-Based Machine Translation Quality: a Case Study},
  booktitle = {Proceedings of the 2016 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2016, Austin, Texas, USA, November 1-4,
               2016},
  pages     = {257--267},
  publisher = {The Association for Computational Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/d16-1025},
  //doi       = {10.18653/v1/d16-1025},
  //timestamp = {Tue, 28 Jan 2020 10:28:39 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/BentivogliBCF16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-1906-00532,
  author    = {Aishwarya Bhandare and
               Vamsi Sripathi and
               Deepthi Karkada and
               Vivek Menon and
               Sun Choi and
               Kushal Datta and
               Vikram Saletore},
  title     = {Efficient 8-Bit Quantization of Transformer Neural Machine Language
               Translation Model},
曹润柘 committed
2875
  journal   = {CoRR},
曹润柘 committed
2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916
  volume    = {abs/1906.00532},
  year      = {2019},
  //url       = {http://arxiv.org/abs/1906.00532},
  //archivePrefix = {arXiv},
  //eprint    = {1906.00532},
  //timestamp = {Thu, 13 Jun 2019 13:36:00 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1906-00532.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Chen2018TheBO,
  author    = {Mia Xu Chen and
               Orhan Firat and
               Ankur Bapna and
               Melvin Johnson and
               Wolfgang Macherey and
               George F. Foster and
               Llion Jones and
               Mike Schuster and
               Noam Shazeer and
               Niki Parmar and
               Ashish Vaswani and
               Jakob Uszkoreit and
               Lukasz Kaiser and
               Zhifeng Chen and
               Yonghui Wu and
               Macduff Hughes},
  //editor    = {Iryna Gurevych and
               Yusuke Miyao},
  title     = {The Best of Both Worlds: Combining Recent Advances in Neural Machine
               Translation},
  booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2018, Melbourne, Australia, July 15-20, 2018, Volume
               1: Long Papers},
  pages     = {76--86},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/P18-1008/},
  //doi       = {10.18653/v1/P18-1008},
  //timestamp = {Fri, 20 Mar 2020 09:13:27 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/FosterVUMKFJSWB18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2917
}
曹润柘 committed
2918
@inproceedings{DBLP:journals/corr/ChenLCL17,
曹润柘 committed
2919 2920 2921 2922
  author    = {Yun Chen and
               Yang Liu and
               Yong Cheng and
               Victor O. K. Li},
曹润柘 committed
2923 2924
  //editor    = {Regina Barzilay and
               Min{-}Yen Kan},
曹润柘 committed
2925
  title     = {A Teacher-Student Framework for Zero-Resource Neural Machine Translation},
曹润柘 committed
2926 2927 2928 2929 2930
  booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2017, Vancouver, Canada, July 30 - August 4, Volume
               1: Long Papers},
  pages     = {1925--1935},
  publisher = {Association for Computational Linguistics},
曹润柘 committed
2931
  year      = {2017},
曹润柘 committed
2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961
  //url       = {https://doi.org/10.18653/v1/P17-1176},
  //doi       = {10.18653/v1/P17-1176},
  //timestamp = {Tue, 20 Aug 2019 11:59:05 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/ChenLCL17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Cho2014Learning,
  author    = {Kyunghyun Cho and
               Bart van Merrienboer and
               {\c{C}}aglar G{\"{u}}l{\c{c}}ehre and
               Dzmitry Bahdanau and
               Fethi Bougares and
               Holger Schwenk and
               Yoshua Bengio},
  //editor    = {Alessandro Moschitti and
               Bo Pang and
               Walter Daelemans},
  title     = {Learning Phrase Representations using {RNN} Encoder-Decoder for Statistical
               Machine Translation},
  booktitle = {Proceedings of the 2014 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2014, October 25-29, 2014, Doha, Qatar,
               {A} meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {1724--1734},
  publisher = {{ACL}},
  year      = {2014},
  //url       = {https://doi.org/10.3115/v1/d14-1179},
  //doi       = {10.3115/v1/d14-1179},
  //timestamp = {Tue, 28 Jan 2020 10:28:17 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/ChoMGBBSB14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
2962 2963 2964 2965 2966 2967 2968 2969 2970
}
@article{DBLP:journals/corr/CourbariauxB16,
  author    = {Matthieu Courbariaux and
               Yoshua Bengio},
  title     = {BinaryNet: Training Deep Neural Networks with Weights and Activations
               Constrained to +1 or -1},
  journal   = {CoRR},
  volume    = {abs/1602.02830},
  year      = {2016},
曹润柘 committed
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985
  //url       = {http://arxiv.org/abs/1602.02830},
  //archivePrefix = {arXiv},
  //eprint    = {1602.02830},
  //timestamp = {Mon, 13 Aug 2018 16:46:57 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/CourbariauxB16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Dai2019TransformerXLAL,
  author    = {Zihang Dai and
               Zhilin Yang and
               Yiming Yang and
               Jaime G. Carbonell and
               Quoc V. Le and
               Ruslan Salakhutdinov},
  title     = {Transformer-XL: Attentive Language Models Beyond a Fixed-Length Context},
曹润柘 committed
2986
  journal   = {CoRR},
曹润柘 committed
2987
  volume    = {abs/1901.02860},
曹润柘 committed
2988
  year      = {2019},
曹润柘 committed
2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049
  //url       = {http://arxiv.org/abs/1901.02860},
  //archivePrefix = {arXiv},
  //eprint    = {1901.02860},
  //timestamp = {Fri, 01 Feb 2019 13:39:59 +0100},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1901-02860.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{pmlr-v9-glorot10a,
  author    = {Xavier Glorot and
               Yoshua Bengio},
  //editor    = {Yee Whye Teh and
               D. Mike Titterington},
  title     = {Understanding the difficulty of training deep feedforward neural networks},
  booktitle = {Proceedings of the Thirteenth International Conference on Artificial
               Intelligence and Statistics, {AISTATS} 2010, Chia Laguna Resort, Sardinia,
               Italy, May 13-15, 2010},
  series    = {{JMLR} Proceedings},
  volume    = {9},
  pages     = {249--256},
  publisher = {JMLR.org},
  year      = {2010},
  //url       = {http://proceedings.mlr.press/v9/glorot10a.html},
  //timestamp = {Wed, 29 May 2019 08:41:47 +0200},
  //biburl    = {https://dblp.org/rec/journals/jmlr/GlorotB10.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:journals/corr/abs-1809-01854,
  author    = {Jetic Gu and
               Hassan S. Shavarani and
               Anoop Sarkar},
  //editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {401--413},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://doi.org/10.18653/v1/d18-1037},
  //doi       = {10.18653/v1/d18-1037},
  //timestamp = {Tue, 28 Jan 2020 10:28:48 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/GuSS18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Gu2017NonAutoregressiveNM,
  author    = {Jiatao Gu and
               James Bradbury and
               Caiming Xiong and
               Victor O. K. Li and
               Richard Socher},
  title     = {Non-Autoregressive Neural Machine Translation},
  booktitle = {6th International Conference on Learning Representations, {ICLR} 2018,
               Vancouver, BC, Canada, April 30 - May 3, 2018, Conference Track Proceedings},
  publisher = {OpenReview.net},
  year      = {2018},
  //url       = {https://openreview.net/forum?id=B1l8BtlCb},
  //timestamp = {Thu, 25 Jul 2019 14:25:57 +0200},
  //biburl    = {https://dblp.org/rec/conf/iclr/Gu0XLS18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3050 3051
}

曹润柘 committed
3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077
@article{Hassan2018AchievingHP,
  author    = {Hany Hassan and
               Anthony Aue and
               Chang Chen and
               Vishal Chowdhary and
               Jonathan Clark and
               Christian Federmann and
               Xuedong Huang and
               Marcin Junczys{-}Dowmunt and
               William Lewis and
               Mu Li and
               Shujie Liu and
               Tie{-}Yan Liu and
               Renqian Luo and
               Arul Menezes and
               Tao Qin and
               Frank Seide and
               Xu Tan and
               Fei Tian and
               Lijun Wu and
               Shuangzhi Wu and
               Yingce Xia and
               Dongdong Zhang and
               Zhirui Zhang and
               Ming Zhou},
  title     = {Achieving Human Parity on Automatic Chinese to English News Translation},
曹润柘 committed
3078
  journal   = {CoRR},
曹润柘 committed
3079
  volume    = {abs/1803.05567},
曹润柘 committed
3080
  year      = {2018},
曹润柘 committed
3081 3082 3083 3084 3085 3086 3087 3088
  //url       = {http://arxiv.org/abs/1803.05567},
  //archivePrefix = {arXiv},
  //eprint    = {1803.05567},
  //timestamp = {Mon, 13 Aug 2018 16:47:23 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1803-05567.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:journals/corr/GehringAGYD17,
曹润柘 committed
3089 3090 3091 3092 3093
  author    = {Jonas Gehring and
               Michael Auli and
               David Grangier and
               Denis Yarats and
               Yann N. Dauphin},
曹润柘 committed
3094 3095
  //editor    = {Doina Precup and
               Yee Whye Teh},
曹润柘 committed
3096
  title     = {Convolutional Sequence to Sequence Learning},
曹润柘 committed
3097 3098 3099 3100 3101 3102
  booktitle = {Proceedings of the 34th International Conference on Machine Learning,
               {ICML} 2017, Sydney, NSW, Australia, 6-11 August 2017},
  series    = {Proceedings of Machine Learning Research},
  volume    = {70},
  pages     = {1243--1252},
  publisher = {{PMLR}},
曹润柘 committed
3103
  year      = {2017},
曹润柘 committed
3104 3105 3106 3107
  //url       = {http://proceedings.mlr.press/v70/gehring17a.html},
  //timestamp = {Wed, 29 May 2019 08:41:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/icml/GehringAGYD17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3108
}
曹润柘 committed
3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128
@inproceedings{devlin-etal-2014-fast,
  author    = {Jacob Devlin and
               Rabih Zbib and
               Zhongqiang Huang and
               Thomas Lamar and
               Richard M. Schwartz and
               John Makhoul},
  title     = {Fast and Robust Neural Network Joint Models for Statistical Machine
               Translation},
  booktitle = {Proceedings of the 52nd Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2014, June 22-27, 2014, Baltimore, MD, USA, Volume
               1: Long Papers},
  pages     = {1370--1380},
  publisher = {The Association for Computer Linguistics},
  year      = {2014},
  //url       = {https://doi.org/10.3115/v1/p14-1129},
  //doi       = {10.3115/v1/p14-1129},
  //timestamp = {Tue, 28 Jan 2020 10:27:56 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/DevlinZHLSM14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3129 3130
}
@article{Hinton2015Distilling,
曹润柘 committed
3131 3132 3133 3134
  author    = {Geoffrey E. Hinton and
               Oriol Vinyals and
               Jeffrey Dean},
  title     = {Distilling the Knowledge in a Neural Network},
曹润柘 committed
3135
  journal   = {CoRR},
曹润柘 committed
3136
  volume    = {abs/1503.02531},
曹润柘 committed
3137
  year      = {2015},
曹润柘 committed
3138 3139 3140 3141 3142 3143
  //url       = {http://arxiv.org/abs/1503.02531},
  //archivePrefix = {arXiv},
  //eprint    = {1503.02531},
  //timestamp = {Mon, 13 Aug 2018 16:48:36 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/HintonVD15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3144
}
曹润柘 committed
3145 3146 3147 3148 3149 3150 3151 3152 3153
@article{HochreiterLong,
  author = {Hochreiter, Sepp and Schmidhuber, Jürgen},
  year = {1997},
  month = {12},
  pages = {1735-80},
  title = {Long Short-term Memory},
  volume = {9},
  journal = {Neural computation},
  //doi = {10.1162/neco.1997.9.8.1735}
曹润柘 committed
3154 3155
}

曹润柘 committed
3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170
@article{HochreiterThe,
  author    = {Sepp Hochreiter},
  title     = {The Vanishing Gradient Problem During Learning Recurrent Neural Nets
               and Problem Solutions},
  journal   = {International Journal of Uncertainty, Fuzziness and Knowledge-Based
               Systems},
  volume    = {6},
  number    = {2},
  pages     = {107--116},
  year      = {1998},
  //url       = {https://doi.org/10.1142/S0218488598000094},
  //doi       = {10.1142/S0218488598000094},
  //timestamp = {Wed, 14 Nov 2018 10:41:42 +0100},
  //biburl    = {https://dblp.org/rec/journals/ijufks/Hochreiter98.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3171
}
曹润柘 committed
3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186
@inproceedings{kalchbrenner-blunsom-2013-recurrent,
  author    = {Nal Kalchbrenner and
               Phil Blunsom},
  title     = {Recurrent Continuous Translation Models},
  booktitle = {Proceedings of the 2013 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2013, 18-21 October 2013, Grand Hyatt
               Seattle, Seattle, Washington, USA, {A} meeting of SIGDAT, a Special
               Interest Group of the {ACL}},
  pages     = {1700--1709},
  publisher = {{ACL}},
  year      = {2013},
  //url       = {https://www.aclweb.org/anthology/D13-1176/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/KalchbrennerB13.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3187
}
曹润柘 committed
3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201
@article{Lei2017TrainingRA,
  author    = {Tao Lei and
               Yu Zhang and
               Yoav Artzi},
  title     = {Training RNNs as Fast as CNNs},
  journal   = {CoRR},
  volume    = {abs/1709.02755},
  year      = {2017},
  //url       = {http://arxiv.org/abs/1709.02755},
  //archivePrefix = {arXiv},
  //eprint    = {1709.02755},
  //timestamp = {Mon, 13 Aug 2018 16:46:29 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1709-02755.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3202
}
曹润柘 committed
3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223
@inproceedings{li-etal-2019-word,
  author    = {Xintong Li and
               Guanlin Li and
               Lemao Liu and
               Max Meng and
               Shuming Shi},
  //editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {On the Word Alignment from Neural Machine Translation},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {1293--1303},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/p19-1124},
  //doi       = {10.18653/v1/p19-1124},
  //timestamp = {Tue, 28 Jan 2020 10:27:51 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/LiLLMS19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3224
}
曹润柘 committed
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240
@article{Li2020NeuralMT,
  author    = {Yanyang Li and
               Qiang Wang and
               Tong Xiao and
               Tongran Liu and
               Jingbo Zhu},
  title     = {Neural Machine Translation with Joint Representation},
  journal   = {CoRR},
  volume    = {abs/2002.06546},
  year      = {2020},
  //url       = {https://arxiv.org/abs/2002.06546},
  //archivePrefix = {arXiv},
  //eprint    = {2002.06546},
  //timestamp = {Mon, 02 Mar 2020 16:46:06 +0100},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-2002-06546.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3241
}
曹润柘 committed
3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262
@inproceedings{li-etal-2018-simple,
  author    = {Yanyang Li and
               Tong Xiao and
               Yinqiao Li and
               Qiang Wang and
               Changming Xu and
               Jingbo Zhu},
  //editor    = {Iryna Gurevych and
               Yusuke Miyao},
  title     = {A Simple and Effective Approach to Coverage-Aware Neural Machine Translation},
  booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2018, Melbourne, Australia, July 15-20, 2018, Volume
               2: Short Papers},
  pages     = {292--297},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/P18-2047/},
  //doi       = {10.18653/v1/P18-2047},
  //timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/LiXLWXZ18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3263
}
曹润柘 committed
3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343
@inproceedings{DBLP:journals/corr/LinFSYXZB17,
  author    = {Zhouhan Lin and
               Minwei Feng and
               C{\'{\i}}cero Nogueira dos Santos and
               Mo Yu and
               Bing Xiang and
               Bowen Zhou and
               Yoshua Bengio},
  title     = {A Structured Self-Attentive Sentence Embedding},
  booktitle = {5th International Conference on Learning Representations, {ICLR} 2017,
               Toulon, France, April 24-26, 2017, Conference Track Proceedings},
  publisher = {OpenReview.net},
  year      = {2017},
  //url       = {https://openreview.net/forum?id=BJC\_jUqxe},
  //timestamp = {Thu, 25 Jul 2019 14:25:44 +0200},
  //biburl    = {https://dblp.org/rec/conf/iclr/LinFSYXZB17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Liu_2019_CVPR,
  author    = {Shikun Liu and
               Edward Johns and
               Andrew J. Davison},
  title     = {End-To-End Multi-Task Learning With Attention},
  booktitle = {{IEEE} Conference on Computer Vision and Pattern Recognition, {CVPR}
               2019, Long Beach, CA, USA, June 16-20, 2019},
  pages     = {1871--1880},
  publisher = {Computer Vision Foundation / {IEEE}},
  year      = {2019},
  //url       = {http://openaccess.thecvf.com/content\_CVPR\_2019/html/Liu\_End-To-End\_Multi-Task\_Learning\_With\_Attention\_CVPR\_2019\_paper.html},
  //doi       = {10.1109/CVPR.2019.00197},
  //timestamp = {Mon, 20 Jan 2020 15:36:04 +0100},
  //biburl    = {https://dblp.org/rec/conf/cvpr/LiuJD19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:journals/corr/LuongPM15,
  author    = {Thang Luong and
               Hieu Pham and
               Christopher D. Manning},
  //editor    = {Llu{\'{\i}}s M{\`{a}}rquez and
               Chris Callison{-}Burch and
               Jian Su and
               Daniele Pighin and
               Yuval Marton},
  title     = {Effective Approaches to Attention-based Neural Machine Translation},
  booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2015, Lisbon, Portugal, September 17-21,
               2015},
  pages     = {1412--1421},
  publisher = {The Association for Computational Linguistics},
  year      = {2015},
  //url       = {https://doi.org/10.18653/v1/d15-1166},
  //doi       = {10.18653/v1/d15-1166},
  //timestamp = {Tue, 28 Jan 2020 10:28:39 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/LuongPM15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{MoradiInterrogating,
  author    = {Pooya Moradi and
               Nishant Kambhatla and
               Anoop Sarkar},
  //editor    = {Alexandra Birch and
               Andrew M. Finch and
               Hiroaki Hayashi and
               Ioannis Konstas and
               Thang Luong and
               Graham Neubig and
               Yusuke Oda and
               Katsuhito Sudoh},
  title     = {Interrogating the Explanatory Power of Attention in Neural Machine
               Translation},
  booktitle = {Proceedings of the 3rd Workshop on Neural Generation and Translation@EMNLP-IJCNLP
               2019, Hong Kong, November 4, 2019},
  pages     = {221--230},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/D19-5624},
  //doi       = {10.18653/v1/D19-5624},
  //timestamp = {Tue, 24 Mar 2020 15:04:09 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/MoradiKS19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3344
}
曹润柘 committed
3345 3346 3347 3348 3349 3350 3351 3352
@inproceedings{DBLP:journals/corr/PaulusXS17,
  author    = {Romain Paulus and
               Caiming Xiong and
               Richard Socher},
  title     = {A Deep Reinforced Model for Abstractive Summarization},
  booktitle = {6th International Conference on Learning Representations, {ICLR} 2018,
               Vancouver, BC, Canada, April 30 - May 3, 2018, Conference Track Proceedings},
  publisher = {OpenReview.net},
曹润柘 committed
3353
  year      = {2018},
曹润柘 committed
3354 3355 3356 3357
  //url       = {https://openreview.net/forum?id=HkAClQgA-},
  //timestamp = {Thu, 25 Jul 2019 14:25:58 +0200},
  //biburl    = {https://dblp.org/rec/conf/iclr/PaulusXS18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3358
}
曹润柘 committed
3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414
@inproceedings{DBLP:journals/corr/RushCW15,
  author    = {Alexander M. Rush and
               Sumit Chopra and
               Jason Weston},
  //editor    = {Llu{\'{\i}}s M{\`{a}}rquez and
               Chris Callison{-}Burch and
               Jian Su and
               Daniele Pighin and
               Yuval Marton},
  title     = {A Neural Attention Model for Abstractive Sentence Summarization},
  booktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2015, Lisbon, Portugal, September 17-21,
               2015},
  pages     = {379--389},
  publisher = {The Association for Computational Linguistics},
  year      = {2015},
  //url       = {https://doi.org/10.18653/v1/d15-1044},
  //doi       = {10.18653/v1/d15-1044},
  //timestamp = {Tue, 28 Jan 2020 10:28:41 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/RushCW15.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Schwenk_continuousspace,
  author    = {Holger Schwenk},
  //editor    = {Martin Kay and
               Christian Boitet},
  title     = {Continuous Space Translation Models for Phrase-Based Statistical Machine
               Translation},
  booktitle = {{COLING} 2012, 24th International Conference on Computational Linguistics,
               Proceedings of the Conference: Posters, 8-15 December 2012, Mumbai,
               India},
  pages     = {1071--1080},
  publisher = {Indian Institute of Technology Bombay},
  year      = {2012},
  //url       = {https://www.aclweb.org/anthology/C12-2104/},
  //timestamp = {Wed, 18 Sep 2019 12:15:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/coling/Schwenk12.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:journals/corr/SeeLM16,
  author    = {Abigail See and
               Minh{-}Thang Luong and
               Christopher D. Manning},
  //editor    = {Yoav Goldberg and
               Stefan Riezler},
  title     = {Compression of Neural Machine Translation Models via Pruning},
  booktitle = {Proceedings of the 20th {SIGNLL} Conference on Computational Natural
               Language Learning, CoNLL 2016, Berlin, Germany, August 11-12, 2016},
  pages     = {291--301},
  publisher = {{ACL}},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/k16-1029},
  //doi       = {10.18653/v1/k16-1029},
  //timestamp = {Tue, 28 Jan 2020 10:29:27 +0100},
  //biburl    = {https://dblp.org/rec/conf/conll/SeeLM16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3415
}
曹润柘 committed
3416
@inproceedings{DBLP:journals/corr/SennrichFCBHHJL17,
曹润柘 committed
3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427
  author    = {Rico Sennrich and
               Orhan Firat and
               Kyunghyun Cho and
               Alexandra Birch and
               Barry Haddow and
               Julian Hitschler and
               Marcin Junczys{-}Dowmunt and
               Samuel L{\"{a}}ubli and
               Antonio Valerio Miceli Barone and
               Jozef Mokry and
               Maria Nadejde},
曹润柘 committed
3428 3429
  //editor    = {Andre Martins and
               Anselmo Pe{\~{n}}as},
曹润柘 committed
3430
  title     = {Nematus: a Toolkit for Neural Machine Translation},
曹润柘 committed
3431 3432 3433 3434 3435
  booktitle = {Proceedings of the 15th Conference of the European Chapter of the
               Association for Computational Linguistics, {EACL} 2017, Valencia,
               Spain, April 3-7, 2017, Software Demonstrations},
  pages     = {65--68},
  publisher = {Association for Computational Linguistics},
曹润柘 committed
3436
  year      = {2017},
曹润柘 committed
3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462
  //url       = {https://doi.org/10.18653/v1/e17-3017},
  //doi       = {10.18653/v1/e17-3017},
  //timestamp = {Tue, 28 Jan 2020 10:31:12 +0100},
  //biburl    = {https://dblp.org/rec/conf/eacl/SennrichFCBHHJL17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Shaw2018SelfAttentionWR,
  author    = {Peter Shaw and
               Jakob Uszkoreit and
               Ashish Vaswani},
  //editor    = {Marilyn A. Walker and
               Heng Ji and
               Amanda Stent},
  title     = {Self-Attention with Relative Position Representations},
  booktitle = {Proceedings of the 2018 Conference of the North American Chapter of
               the Association for Computational Linguistics: Human Language Technologies,
               NAACL-HLT, New Orleans, Louisiana, USA, June 1-6, 2018, Volume 2 (Short
               Papers)},
  pages     = {464--468},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://doi.org/10.18653/v1/n18-2074},
  //doi       = {10.18653/v1/n18-2074},
  //timestamp = {Tue, 28 Jan 2020 10:30:17 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/ShawUV18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3463
}
曹润柘 committed
3464 3465 3466 3467 3468 3469 3470 3471
@article{JMLR:v15:srivastava14a,
  author  = {Nitish Srivastava and Geoffrey Hinton and Alex Krizhevsky and Ilya Sutskever and Ruslan Salakhutdinov},
  title   = {Dropout: A Simple Way to Prevent Neural Networks from Overfitting},
  journal = {Journal of Machine Learning Research},
  year    = {2014},
  volume  = {15},
  pages   = {1929-1958},
  //url     = {http://jmlr.org/papers/v15/srivastava14a.html}
曹润柘 committed
3472 3473
}
@article{StahlbergNeural,
曹润柘 committed
3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484
  author    = {Felix Stahlberg},
  title     = {Neural Machine Translation: {A} Review},
  journal   = {CoRR},
  volume    = {abs/1912.02047},
  year      = {2019},
  //url       = {http://arxiv.org/abs/1912.02047},
  //archivePrefix = {arXiv},
  //eprint    = {1912.02047},
  //timestamp = {Thu, 02 Jan 2020 18:08:18 +0100},
  //biburl    = {https://dblp.org/rec/journals/corr/abs-1912-02047.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3485
}
曹润柘 committed
3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590
@inproceedings{Sun2019PatientKD,
  author    = {Siqi Sun and
               Yu Cheng and
               Zhe Gan and
               Jingjing Liu},
  //editor    = {Kentaro Inui and
               Jing Jiang and
               Vincent Ng and
               Xiaojun Wan},
  title     = {Patient Knowledge Distillation for {BERT} Model Compression},
  booktitle = {Proceedings of the 2019 Conference on Empirical Methods in Natural
               Language Processing and the 9th International Joint Conference on
               Natural Language Processing, {EMNLP-IJCNLP} 2019, Hong Kong, China,
               November 3-7, 2019},
  pages     = {4322--4331},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/D19-1441},
  //doi       = {10.18653/v1/D19-1441},
  //timestamp = {Mon, 06 Apr 2020 14:36:31 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/SunCGL19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{NIPS2014_5346,
  author    = {Ilya Sutskever and
               Oriol Vinyals and
               Quoc V. Le},
  //editor    = {Zoubin Ghahramani and
               Max Welling and
               Corinna Cortes and
               Neil D. Lawrence and
               Kilian Q. Weinberger},
  title     = {Sequence to Sequence Learning with Neural Networks},
  booktitle = {Advances in Neural Information Processing Systems 27: Annual Conference
               on Neural Information Processing Systems 2014, December 8-13 2014,
               Montreal, Quebec, Canada},
  pages     = {3104--3112},
  year      = {2014},
  //url       = {http://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks},
  //timestamp = {Fri, 06 Mar 2020 16:58:11 +0100},
  //biburl    = {https://dblp.org/rec/conf/nips/SutskeverVL14.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Szegedy_2016_CVPR,
  author    = {Christian Szegedy and
               Vincent Vanhoucke and
               Sergey Ioffe and
               Jonathon Shlens and
               Zbigniew Wojna},
  title     = {Rethinking the Inception Architecture for Computer Vision},
  booktitle = {2016 {IEEE} Conference on Computer Vision and Pattern Recognition,
               {CVPR} 2016, Las Vegas, NV, USA, June 27-30, 2016},
  pages     = {2818--2826},
  publisher = {{IEEE} Computer Society},
  year      = {2016},
  //url       = {https://doi.org/10.1109/CVPR.2016.308},
  //doi       = {10.1109/CVPR.2016.308},
  //timestamp = {Wed, 16 Oct 2019 14:14:50 +0200},
  //biburl    = {https://dblp.org/rec/conf/cvpr/SzegedyVISW16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{TuModeling,
  author    = {Zhaopeng Tu and
               Zhengdong Lu and
               Yang Liu and
               Xiaohua Liu and
               Hang Li},
  title     = {Modeling Coverage for Neural Machine Translation},
  booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2016, August 7-12, 2016, Berlin, Germany, Volume
               1: Long Papers},
  publisher = {The Association for Computer Linguistics},
  year      = {2016},
  //url       = {https://doi.org/10.18653/v1/p16-1008},
  //doi       = {10.18653/v1/p16-1008},
  //timestamp = {Tue, 28 Jan 2020 10:27:13 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/TuLLLL16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{NIPS2017_7181,
  author    = {Ashish Vaswani and
               Noam Shazeer and
               Niki Parmar and
               Jakob Uszkoreit and
               Llion Jones and
               Aidan N. Gomez and
               Lukasz Kaiser and
               Illia Polosukhin},
  //editor    = {Isabelle Guyon and
               Ulrike von Luxburg and
               Samy Bengio and
               Hanna M. Wallach and
               Rob Fergus and
               S. V. N. Vishwanathan and
               Roman Garnett},
  title     = {Attention is All you Need},
  booktitle = {Advances in Neural Information Processing Systems 30: Annual Conference
               on Neural Information Processing Systems 2017, 4-9 December 2017,
               Long Beach, CA, {USA}},
  pages     = {5998--6008},
  year      = {2017},
  //url       = {http://papers.nips.cc/paper/7181-attention-is-all-you-need},
  //timestamp = {Fri, 06 Mar 2020 17:00:11 +0100},
  //biburl    = {https://dblp.org/rec/conf/nips/VaswaniSPUJGKP17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3591
}
曹润柘 committed
3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616
@inproceedings{DBLP:journals/corr/abs-1811-00498,
  author    = {Ra{\'{u}}l V{\'{a}}zquez and
               Alessandro Raganato and
               J{\"{o}}rg Tiedemann and
               Mathias Creutz},
  //editor    = {Isabelle Augenstein and
               Spandana Gella and
               Sebastian Ruder and
               Katharina Kann and
               Burcu Can and
               Johannes Welbl and
               Alexis Conneau and
               Xiang Ren and
               Marek Rei},
  title     = {Multilingual {NMT} with a Language-Independent Attention Bridge},
  booktitle = {Proceedings of the 4th Workshop on Representation Learning for NLP,
               RepL4NLP@ACL 2019, Florence, Italy, August 2, 2019},
  pages     = {33--39},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/w19-4305},
  //doi       = {10.18653/v1/w19-4305},
  //timestamp = {Fri, 27 Mar 2020 08:52:29 +0100},
  //biburl    = {https://dblp.org/rec/conf/rep4nlp/VazquezRTC19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3617
}
曹润柘 committed
3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636
@inproceedings{DBLP:journals/corr/abs-1805-10163,
  author    = {Elena Voita and
               Pavel Serdyukov and
               Rico Sennrich and
               Ivan Titov},
  //editor    = {Iryna Gurevych and
               Yusuke Miyao},
  title     = {Context-Aware Neural Machine Translation Learns Anaphora Resolution},
  booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2018, Melbourne, Australia, July 15-20, 2018, Volume
               1: Long Papers},
  pages     = {1264--1274},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/P18-1117/},
  //doi       = {10.18653/v1/P18-1117},
  //timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/TitovSSV18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3637
}
曹润柘 committed
3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683
@inproceedings{DBLP:journals/corr/abs-1905-09418,
  author    = {Elena Voita and
               David Talbot and
               Fedor Moiseev and
               Rico Sennrich and
               Ivan Titov},
  //editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {Analyzing Multi-Head Self-Attention: Specialized Heads Do the Heavy
               Lifting, the Rest Can Be Pruned},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {5797--5808},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/p19-1580},
  //doi       = {10.18653/v1/p19-1580},
  //timestamp = {Tue, 28 Jan 2020 10:27:29 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/VoitaTMST19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{WangLearning,
  author    = {Qiang Wang and
               Bei Li and
               Tong Xiao and
               Jingbo Zhu and
               Changliang Li and
               Derek F. Wong and
               Lidia S. Chao},
  //editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {Learning Deep Transformer Models for Machine Translation},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {1810--1822},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/p19-1176},
  //doi       = {10.18653/v1/p19-1176},
  //timestamp = {Tue, 28 Jan 2020 10:27:53 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/WangLXZLWC19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3684
}
曹润柘 committed
3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725
@inproceedings{wang-etal-2018-multi-layer,
  author    = {Qiang Wang and
               Fuxue Li and
               Tong Xiao and
               Yanyang Li and
               Yinqiao Li and
               Jingbo Zhu},
  //editor    = {Emily M. Bender and
               Leon Derczynski and
               Pierre Isabelle},
  title     = {Multi-layer Representation Fusion for Neural Machine Translation},
  booktitle = {Proceedings of the 27th International Conference on Computational
               Linguistics, {COLING} 2018, Santa Fe, New Mexico, USA, August 20-26,
               2018},
  pages     = {3015--3026},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/C18-1255/},
  //timestamp = {Mon, 16 Sep 2019 17:08:53 +0200},
  //biburl    = {https://dblp.org/rec/conf/coling/WangLXLLZ18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{WangNeural,
  author    = {Xing Wang and
               Zhengdong Lu and
               Zhaopeng Tu and
               Hang Li and
               Deyi Xiong and
               Min Zhang},
  //editor    = {Satinder P. Singh and
               Shaul Markovitch},
  title     = {Neural Machine Translation Advised by Statistical Machine Translation},
  booktitle = {Proceedings of the Thirty-First {AAAI} Conference on Artificial Intelligence,
               February 4-9, 2017, San Francisco, California, {USA}},
  pages     = {3330--3336},
  publisher = {{AAAI} Press},
  year      = {2017},
  //url       = {http://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14451},
  //timestamp = {Tue, 15 Jan 2019 11:48:13 +0100},
  //biburl    = {https://dblp.org/rec/conf/aaai/WangLTLXZ17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3726
}
曹润柘 committed
3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745
@inproceedings{DBLP:journals/corr/abs-1808-09374,
  author    = {Xinyi Wang and
               Hieu Pham and
               Pengcheng Yin and
               Graham Neubig},
  //editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {A Tree-based Decoder for Neural Machine Translation},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {4772--4777},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/D18-1509/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/WangPYN18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3746
}
曹润柘 committed
3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767
@inproceedings{Wang2019TreeTI,
  author    = {Yau{-}Shian Wang and
               Hung{-}yi Lee and
               Yun{-}Nung Chen},
  //editor    = {Kentaro Inui and
               Jing Jiang and
               Vincent Ng and
               Xiaojun Wan},
  title     = {Tree Transformer: Integrating Tree Structures into Self-Attention},
  booktitle = {Proceedings of the 2019 Conference on Empirical Methods in Natural
               Language Processing and the 9th International Joint Conference on
               Natural Language Processing, {EMNLP-IJCNLP} 2019, Hong Kong, China,
               November 3-7, 2019},
  publisher = {Association for Computational Linguistics},
  pages     = {1061--1070},
  year      = {2019\\},
  //url       = {https://doi.org/10.18653/v1/D19-1098},
  //doi       = {10.18653/v1/D19-1098},
  //timestamp = {Thu, 12 Dec 2019 13:23:46 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/WangLC19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3768
}
曹润柘 committed
3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871
@inproceedings{Werlen2018DocumentLevelNM,
  author    = {Lesly Miculicich Werlen and
               Dhananjay Ram and
               Nikolaos Pappas and
               James Henderson},
  //editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {Document-Level Neural Machine Translation with Hierarchical Attention
               Networks},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {2947--2954},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://doi.org/10.18653/v1/d18-1325},
  //doi       = {10.18653/v1/d18-1325},
  //timestamp = {Fri, 27 Mar 2020 08:46:30 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/WerlenRPH18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Wu2019PayLA,
  author    = {Felix Wu and
               Angela Fan and
               Alexei Baevski and
               Yann N. Dauphin and
               Michael Auli},
  title     = {Pay Less Attention with Lightweight and Dynamic Convolutions},
  booktitle = {7th International Conference on Learning Representations, {ICLR} 2019,
               New Orleans, LA, USA, May 6-9, 2019},
  publisher = {OpenReview.net},
  year      = {2019},
  //url       = {https://openreview.net/forum?id=SkVhlh09tX},
  //timestamp = {Thu, 25 Jul 2019 13:03:15 +0200},
  //biburl    = {https://dblp.org/rec/conf/iclr/WuFBDA19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{Wu2016GooglesNM,
  author    = {Yonghui Wu and
               Mike Schuster and
               Zhifeng Chen and
               Quoc V. Le and
               Mohammad Norouzi and
               Wolfgang Macherey and
               Maxim Krikun and
               Yuan Cao and
               Qin Gao and
               Klaus Macherey and
               Jeff Klingner and
               Apurva Shah and
               Melvin Johnson and
               Xiaobing Liu and
               Lukasz Kaiser and
               Stephan Gouws and
               Yoshikiyo Kato and
               Taku Kudo and
               Hideto Kazawa and
               Keith Stevens and
               George Kurian and
               Nishant Patil and
               Wei Wang and
               Cliff Young and
               Jason Smith and
               Jason Riesa and
               Alex Rudnick and
               Oriol Vinyals and
               Greg Corrado and
               Macduff Hughes and
               Jeffrey Dean},
  title     = {Google's Neural Machine Translation System: Bridging the Gap between
               Human and Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1609.08144},
  year      = {2016},
  //url       = {http://arxiv.org/abs/1609.08144},
  //archivePrefix = {arXiv},
  //eprint    = {1609.08144},
  //timestamp = {Thu, 14 Mar 2019 09:34:18 +0100},
  //biburl    = {https://dblp.org/rec/journals/corr/WuSCLNMKCGMKSJL16.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Xiao2019SharingAW,
  author    = {Tong Xiao and
               Yinqiao Li and
               Jingbo Zhu and
               Zhengtao Yu and
               Tongran Liu},
  //editor    = {Sarit Kraus},
  title     = {Sharing Attention Weights for Fast Transformer},
  booktitle = {Proceedings of the Twenty-Eighth International Joint Conference on
               Artificial Intelligence, {IJCAI} 2019, Macao, China, August 10-16,
               2019},
  pages     = {5292--5298},
  publisher = {ijcai.org},
  year      = {2019},
  //url       = {https://doi.org/10.24963/ijcai.2019/735},
  //doi       = {10.24963/ijcai.2019/735},
  //timestamp = {Tue, 20 Aug 2019 16:18:18 +0200},
  //biburl    = {https://dblp.org/rec/conf/ijcai/XiaoLZ0L19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:journals/corr/abs-1904-03107,
曹润柘 committed
3872 3873 3874 3875 3876
  author    = {Baosong Yang and
               Longyue Wang and
               Derek F. Wong and
               Lidia S. Chao and
               Zhaopeng Tu},
曹润柘 committed
3877 3878 3879
  //editor    = {Jill Burstein and
               Christy Doran and
               Thamar Solorio},
曹润柘 committed
3880
  title     = {Convolutional Self-Attention Networks},
曹润柘 committed
3881 3882 3883 3884 3885 3886
  booktitle = {Proceedings of the 2019 Conference of the North American Chapter of
               the Association for Computational Linguistics: Human Language Technologies,
               {NAACL-HLT} 2019, Minneapolis, MN, USA, June 2-7, 2019, Volume 1 (Long
               and Short Papers)},
  pages     = {4040--4045},
  publisher = {Association for Computational Linguistics},
曹润柘 committed
3887
  year      = {2019},
曹润柘 committed
3888 3889 3890 3891 3892
  //url       = {https://doi.org/10.18653/v1/n19-1407},
  //doi       = {10.18653/v1/n19-1407},
  //timestamp = {Tue, 28 Jan 2020 10:29:55 +0100},
  //biburl    = {https://dblp.org/rec/conf/naacl/YangWWCT19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3893
}
曹润柘 committed
3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909
@inproceedings{Yang2017TowardsBH,
  author    = {Baosong Yang and
               Derek F. Wong and
               Tong Xiao and
               Lidia S. Chao and
               Jingbo Zhu},
  //editor    = {Martha Palmer and
               Rebecca Hwa and
               Sebastian Riedel},
  title     = {Towards Bidirectional Hierarchical Representations for Attention-based
               Neural Machine Translation},
  booktitle = {Proceedings of the 2017 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2017, Copenhagen, Denmark, September
               9-11, 2017},
  pages     = {1432--1441},
  publisher = {Association for Computational Linguistics},
曹润柘 committed
3910
  year      = {2017},
曹润柘 committed
3911 3912 3913 3914 3915
  //url       = {https://doi.org/10.18653/v1/d17-1150},
  //doi       = {10.18653/v1/d17-1150},
  //timestamp = {Tue, 28 Jan 2020 10:28:08 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/YangWXCZ17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3916 3917
}

曹润柘 committed
3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935
@inproceedings{DBLP:journals/corr/abs-1905-13324,
  author    = {Biao Zhang and
               Rico Sennrich},
  //editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {A Lightweight Recurrent Network for Sequence Modeling},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {1538--1548},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  //url       = {https://doi.org/10.18653/v1/p19-1149},
  //doi       = {10.18653/v1/p19-1149},
  //timestamp = {Tue, 28 Jan 2020 10:28:03 +0100},
  //biburl    = {https://dblp.org/rec/conf/acl/ZhangS19.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3936
}
曹润柘 committed
3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954
@inproceedings{DBLP:journals/corr/abs-1805-00631,
  author    = {Biao Zhang and
               Deyi Xiong and
               Jinsong Su},
  //editor    = {Iryna Gurevych and
               Yusuke Miyao},
  title     = {Accelerating Neural Transformer via an Average Attention Network},
  booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2018, Melbourne, Australia, July 15-20, 2018, Volume
               1: Long Papers},
  pages     = {1789--1798},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/P18-1166/},
  //doi       = {10.18653/v1/P18-1166},
  //timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/XiongZS18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3955 3956
}
@inproceedings{Zhang2018SimplifyingNM,
曹润柘 committed
3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976
  author    = {Biao Zhang and
               Deyi Xiong and
               Jinsong Su and
               Qian Lin and
               Huiji Zhang},
  //editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {Simplifying Neural Machine Translation with Addition-Subtraction Twin-Gated
               Recurrent Networks},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {4273--4283},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  //url       = {https://www.aclweb.org/anthology/D18-1459/},
  //timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  //biburl    = {https://dblp.org/rec/conf/emnlp/ZhangXSLZ18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3977
}
曹润柘 committed
3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998
@inproceedings{Zhang2017PriorKI,
  author    = {Jiacheng Zhang and
               Yang Liu and
               Huanbo Luan and
               Jingfang Xu and
               Maosong Sun},
  //editor    = {Regina Barzilay and
               Min{-}Yen Kan},
  title     = {Prior Knowledge Integration for Neural Machine Translation using Posterior
               Regularization},
  booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2017, Vancouver, Canada, July 30 - August 4, Volume
               1: Long Papers},
  pages     = {1514--1523},
  publisher = {Association for Computational Linguistics},
  year      = {2017},
  //url       = {https://doi.org/10.18653/v1/P17-1139},
  //doi       = {10.18653/v1/P17-1139},
  //timestamp = {Tue, 20 Aug 2019 11:59:06 +0200},
  //biburl    = {https://dblp.org/rec/conf/acl/ZhangLLXS17.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
3999 4000
}

曹润柘 committed
4001 4002 4003 4004
@article{DBLP:journals/corr/ZhangZ16c,
  author    = {Jiajun Zhang and
               Chengqing Zong},
  title     = {Bridging Neural Machine Translation and Bilingual Dictionaries},
曹润柘 committed
4005
  journal   = {CoRR},
曹润柘 committed
4006 4007 4008 4009 4010 4011 4012 4013
  volume    = {abs/1610.07272},
  year      = {2016},
  //url       = {http://arxiv.org/abs/1610.07272},
  //archivePrefix = {arXiv},
  //eprint    = {1610.07272},
  //timestamp = {Mon, 13 Aug 2018 16:47:14 +0200},
  //biburl    = {https://dblp.org/rec/journals/corr/ZhangZ16c.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
4014
}
曹润柘 committed
4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029
@inproceedings{Zhang2018SpeedingUN,
  author    = {Wen Zhang and
               Liang Huang and
               Yang Feng and
               Lei Shen and
               Qun Liu},
  //editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {Speeding Up Neural Machine Translation Decoding by Cube Pruning},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {4284--4294},
  publisher = {Association for Computational Linguistics},
曹润柘 committed
4030
  year      = {2018},
曹润柘 committed
4031 4032 4033 4034
  //url       = {https://www.aclweb.org/anthology/D18-1460/},
  //timestamp = {Fri, 29 Nov 2019 14:00:46 +0100},
  //biburl    = {https://dblp.org/rec/conf/emnlp/Zhang0FSL18.bib},
  //bibsource = {dblp computer science bibliography, https://dblp.org}
曹润柘 committed
4035
}
曹润柘 committed
4036
%%%%% chapter 6----------------------------------------------------------------
曹润柘 committed
4037
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
曹润柘 committed
4038

曹润柘 committed
4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 7------------------------------------------------------
@article{姚树杰2011基于句对质量和覆盖度的统计机器翻译训练语料选取,
  title={基于句对质量和覆盖度的统计机器翻译训练语料选取},
  author={姚树杰 and 肖桐 and 朱靖波},
  journal={中文信息学报},
  volume={25},
  number={2},
  pages={72-78},
  year={2011},
}
%%%%%%%%%%%%%%%
@misc{provilkov2019bpedropout,
    title={BPE-Dropout: Simple and Effective Subword Regularization},
    author={Ivan Provilkov and Dmitrii Emelianenko and Elena Voita},
    year={2019},
    eprint={1910.13267},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}
%%%%%%%%%%%%%%%%%%%
@article{DBLP:journals/corr/SennrichHB15,
  author    = {Rico Sennrich and
               Barry Haddow and
               Alexandra Birch},
  title     = {Neural Machine Translation of Rare Words with Subword Units},
  journal   = {CoRR},
  volume    = {abs/1508.07909},
  year      = {2015},
  url       = {http://arxiv.org/abs/1508.07909},
  archivePrefix = {arXiv},
  eprint    = {1508.07909},
  timestamp = {Mon, 13 Aug 2018 16:47:17 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/SennrichHB15.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1207-0580,
  author    = {Geoffrey E. Hinton and
               Nitish Srivastava and
               Alex Krizhevsky and
               Ilya Sutskever and
               Ruslan Salakhutdinov},
  title     = {Improving neural networks by preventing co-adaptation of feature detectors},
  journal   = {CoRR},
  volume    = {abs/1207.0580},
  year      = {2012},
  url       = {http://arxiv.org/abs/1207.0580},
  archivePrefix = {arXiv},
  eprint    = {1207.0580},
  timestamp = {Mon, 13 Aug 2018 16:46:10 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1207-0580.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{Hornic1989Multilayer,
  title={Multilayer feedforward networks are universal approximators},
  author={Hornic, K},
  journal={Neural Networks},
  volume={2},
  number={5},
  pages={359-366},
  year={1989},
}

@article{DBLP:journals/corr/abs-1809-10853,
  author    = {Alexei Baevski and
               Michael Auli},
  title     = {Adaptive Input Representations for Neural Language Modeling},
  journal   = {CoRR},
  volume    = {abs/1809.10853},
  year      = {2018},
  url       = {http://arxiv.org/abs/1809.10853},
  archivePrefix = {arXiv},
  eprint    = {1809.10853},
  timestamp = {Fri, 05 Oct 2018 11:34:52 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1809-10853.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{Stahlberg2019OnNS,
  title={On NMT Search Errors and Model Errors: Cat Got Your Tongue?},
  author={Felix Stahlberg and Bill Byrne},
  booktitle={EMNLP/IJCNLP},
  year={2019}
}

@article{DBLP:journals/corr/abs-1810-08398,
  author    = {Mingbo Ma and
               Liang Huang and
               Hao Xiong and
               Kaibo Liu and
               Chuanqiang Zhang and
               Zhongjun He and
               Hairong Liu and
               Xing Li and
               Haifeng Wang},
  title     = {{STACL:} Simultaneous Translation with Integrated Anticipation and
               Controllable Latency},
  journal   = {CoRR},
  volume    = {abs/1810.08398},
  year      = {2018},
  url       = {http://arxiv.org/abs/1810.08398},
  archivePrefix = {arXiv},
  eprint    = {1810.08398},
  timestamp = {Thu, 01 Nov 2018 11:22:30 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1810-08398.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/StahlbergHSB17,
  author    = {Felix Stahlberg and
               Eva Hasler and
               Danielle Saunders and
               Bill Byrne},
  title     = {{SGNMT} - {A} Flexible {NMT} Decoding Platform for Quick Prototyping
               of New Models and Search Strategies},
  journal   = {CoRR},
  volume    = {abs/1707.06885},
  year      = {2017},
  url       = {http://arxiv.org/abs/1707.06885},
  archivePrefix = {arXiv},
  eprint    = {1707.06885},
  timestamp = {Mon, 13 Aug 2018 16:48:37 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/StahlbergHSB17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/SennrichHB16,
  author    = {Rico Sennrich and
               Barry Haddow and
               Alexandra Birch},
  title     = {Edinburgh Neural Machine Translation Systems for {WMT} 16},
  journal   = {CoRR},
  volume    = {abs/1606.02891},
  year      = {2016},
  url       = {http://arxiv.org/abs/1606.02891},
  archivePrefix = {arXiv},
  eprint    = {1606.02891},
  timestamp = {Mon, 13 Aug 2018 16:46:23 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/SennrichHB16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/wmt/LiLXLLLWZXWFCLL19,
  author    = {Bei Li and
               Yinqiao Li and
               Chen Xu and
               Ye Lin and
               Jiqiang Liu and
               Hui Liu and
               Ziyang Wang and
               Yuhao Zhang and
               Nuo Xu and
               Zeyang Wang and
               Kai Feng and
               Hexuan Chen and
               Tengbo Liu and
               Yanyang Li and
               Qiang Wang and
               Tong Xiao and
               Jingbo Zhu},
  editor    = {Ondrej Bojar and
               Rajen Chatterjee and
               Christian Federmann and
               Mark Fishel and
               Yvette Graham and
               Barry Haddow and
               Matthias Huck and
               Antonio Jimeno{-}Yepes and
               Philipp Koehn and
               Andr{\'{e}} Martins and
               Christof Monz and
               Matteo Negri and
               Aur{\'{e}}lie N{\'{e}}v{\'{e}}ol and
               Mariana L. Neves and
               Matt Post and
               Marco Turchi and
               Karin Verspoor},
  title     = {The NiuTrans Machine Translation Systems for {WMT19}},
  booktitle = {Proceedings of the Fourth Conference on Machine Translation, {WMT}
               2019, Florence, Italy, August 1-2, 2019 - Volume 2: Shared Task Papers,
               Day 1},
  pages     = {257--266},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  url       = {https://doi.org/10.18653/v1/w19-5325},
  doi       = {10.18653/v1/w19-5325},
  timestamp = {Tue, 28 Jan 2020 10:30:56 +0100},
  biburl    = {https://dblp.org/rec/conf/wmt/LiLXLLLWZXWFCLL19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/aaai/DabreF19,
  author    = {Raj Dabre and
               Atsushi Fujita},
  title     = {Recurrent Stacking of Layers for Compact Neural Machine Translation
               Models},
  booktitle = {The Thirty-Third {AAAI} Conference on Artificial Intelligence, {AAAI}
               2019, The Thirty-First Innovative Applications of Artificial Intelligence
               Conference, {IAAI} 2019, The Ninth {AAAI} Symposium on Educational
               Advances in Artificial Intelligence, {EAAI} 2019, Honolulu, Hawaii,
               USA, January 27 - February 1, 2019},
  pages     = {6292--6299},
  publisher = {{AAAI} Press},
  year      = {2019},
  url       = {https://doi.org/10.1609/aaai.v33i01.33016292},
  doi       = {10.1609/aaai.v33i01.33016292},
  timestamp = {Wed, 25 Sep 2019 11:05:09 +0200},
  biburl    = {https://dblp.org/rec/conf/aaai/DabreF19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1712-05877,
  author    = {Benoit Jacob and
               Skirmantas Kligys and
               Bo Chen and
               Menglong Zhu and
               Matthew Tang and
               Andrew G. Howard and
               Hartwig Adam and
               Dmitry Kalenichenko},
  title     = {Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only
               Inference},
  journal   = {CoRR},
  volume    = {abs/1712.05877},
  year      = {2017},
  url       = {http://arxiv.org/abs/1712.05877},
  archivePrefix = {arXiv},
  eprint    = {1712.05877},
  timestamp = {Mon, 13 Aug 2018 16:48:27 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1712-05877.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1910-10485,
  author    = {Gabriele Prato and
               Ella Charlaix and
               Mehdi Rezagholizadeh},
  title     = {Fully Quantized Transformer for Improved Translation},
  journal   = {CoRR},
  volume    = {abs/1910.10485},
  year      = {2019},
  url       = {http://arxiv.org/abs/1910.10485},
  archivePrefix = {arXiv},
  eprint    = {1910.10485},
  timestamp = {Fri, 25 Oct 2019 14:59:26 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1910-10485.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1801-05122,
  author    = {Xiangwen Zhang and
               Jinsong Su and
               Yue Qin and
               Yang Liu and
               Rongrong Ji and
               Hongji Wang},
  title     = {Asynchronous Bidirectional Decoding for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1801.05122},
  year      = {2018},
  url       = {http://arxiv.org/abs/1801.05122},
  archivePrefix = {arXiv},
  eprint    = {1801.05122},
  timestamp = {Mon, 15 Jul 2019 14:17:41 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1801-05122.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1809-00069,
  author    = {Liang Huang and
               Kai Zhao and
               Mingbo Ma},
  title     = {When to Finish? Optimal Beam Search for Neural Text Generation (modulo
               beam size)},
  journal   = {CoRR},
  volume    = {abs/1809.00069},
  year      = {2018},
  url       = {http://arxiv.org/abs/1809.00069},
  archivePrefix = {arXiv},
  eprint    = {1809.00069},
  timestamp = {Fri, 05 Oct 2018 11:34:52 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1809-00069.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/jcss/FreundS97,
  author    = {Yoav Freund and
               Robert E. Schapire},
  title     = {A Decision-Theoretic Generalization of On-Line Learning and an Application
               to Boosting},
  journal   = {J. Comput. Syst. Sci.},
  volume    = {55},
  number    = {1},
  pages     = {119--139},
  year      = {1997},
  url       = {https://doi.org/10.1006/jcss.1997.1504},
  doi       = {10.1006/jcss.1997.1504},
  timestamp = {Wed, 14 Nov 2018 10:33:59 +0100},
  biburl    = {https://dblp.org/rec/journals/jcss/FreundS97.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/XiaoZZW10,
  author    = {Tong Xiao and
               Jingbo Zhu and
               Muhua Zhu and
               Huizhen Wang},
  editor    = {Jan Hajic and
               Sandra Carberry and
               Stephen Clark},
  title     = {Boosting-Based System Combination for Machine Translation},
  booktitle = {{ACL} 2010, Proceedings of the 48th Annual Meeting of the Association
               for Computational Linguistics, July 11-16, 2010, Uppsala, Sweden},
  pages     = {739--748},
  publisher = {The Association for Computer Linguistics},
  year      = {2010},
  url       = {https://www.aclweb.org/anthology/P10-1076/},
  timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  biburl    = {https://dblp.org/rec/conf/acl/XiaoZZW10.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/icassp/SimBGSW07,
  author    = {Khe Chai Sim and
               William J. Byrne and
               Mark J. F. Gales and
               Hichem Sahbi and
               Philip C. Woodland},
  title     = {Consensus Network Decoding for Statistical Machine Translation System
               Combination},
  booktitle = {Proceedings of the {IEEE} International Conference on Acoustics, Speech,
               and Signal Processing, {ICASSP} 2007, Honolulu, Hawaii, USA, April
               15-20, 2007},
  pages     = {105--108},
  publisher = {{IEEE}},
  year      = {2007},
  url       = {https://doi.org/10.1109/ICASSP.2007.367174},
  doi       = {10.1109/ICASSP.2007.367174},
  timestamp = {Wed, 16 Oct 2019 14:14:52 +0200},
  biburl    = {https://dblp.org/rec/conf/icassp/SimBGSW07.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/RostiMS07,
  author    = {Antti{-}Veikko I. Rosti and
               Spyridon Matsoukas and
               Richard M. Schwartz},
  editor    = {John A. Carroll and
               Antal van den Bosch and
               Annie Zaenen},
  title     = {Improved Word-Level System Combination for Machine Translation},
  booktitle = {{ACL} 2007, Proceedings of the 45th Annual Meeting of the Association
               for Computational Linguistics, June 23-30, 2007, Prague, Czech Republic},
  publisher = {The Association for Computational Linguistics},
  year      = {2007},
  url       = {https://www.aclweb.org/anthology/P07-1040/},
  timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  biburl    = {https://dblp.org/rec/conf/acl/RostiMS07.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/wmt/RostiZMS08,
  author    = {Antti{-}Veikko I. Rosti and
               Bing Zhang and
               Spyros Matsoukas and
               Richard M. Schwartz},
  editor    = {Chris Callison{-}Burch and
               Philipp Koehn and
               Christof Monz and
               Josh Schroeder and
               Cameron S. Fordyce},
  title     = {Incremental Hypothesis Alignment for Building Confusion Networks with
               Application to Machine Translation System Combination},
  booktitle = {Proceedings of the Third Workshop on Statistical Machine Translation,
               WMT@ACL 2008, Columbus, Ohio, USA, June 19, 2008},
  pages     = {183--186},
  publisher = {Association for Computational Linguistics},
  year      = {2008},
  url       = {https://www.aclweb.org/anthology/W08-0329/},
  timestamp = {Fri, 13 Sep 2019 13:08:46 +0200},
  biburl    = {https://dblp.org/rec/conf/wmt/RostiZMS08.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}
曹润柘 committed
4424

曹润柘 committed
4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693
@article{DBLP:journals/corr/LiMJ16,
  author    = {Jiwei Li and
               Will Monroe and
               Dan Jurafsky},
  title     = {A Simple, Fast Diverse Decoding Algorithm for Neural Generation},
  journal   = {CoRR},
  volume    = {abs/1611.08562},
  year      = {2016},
  url       = {http://arxiv.org/abs/1611.08562},
  archivePrefix = {arXiv},
  eprint    = {1611.08562},
  timestamp = {Mon, 13 Aug 2018 16:48:46 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/LiMJ16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/TrombleKOM08,
  author    = {Roy Tromble and
               Shankar Kumar and
               Franz Josef Och and
               Wolfgang Macherey},
  title     = {Lattice Minimum Bayes-Risk Decoding for Statistical Machine Translation},
  booktitle = {2008 Conference on Empirical Methods in Natural Language Processing,
               {EMNLP} 2008, Proceedings of the Conference, 25-27 October 2008, Honolulu,
               Hawaii, USA, {A} meeting of SIGDAT, a Special Interest Group of the
               {ACL}},
  pages     = {620--629},
  publisher = {{ACL}},
  year      = {2008},
  url       = {https://www.aclweb.org/anthology/D08-1065/},
  timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  biburl    = {https://dblp.org/rec/conf/emnlp/TrombleKOM08.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/aaai/SuTXJSL17,
  author    = {Jinsong Su and
               Zhixing Tan and
               Deyi Xiong and
               Rongrong Ji and
               Xiaodong Shi and
               Yang Liu},
  editor    = {Satinder P. Singh and
               Shaul Markovitch},
  title     = {Lattice-Based Recurrent Neural Network Encoders for Neural Machine
               Translation},
  booktitle = {Proceedings of the Thirty-First {AAAI} Conference on Artificial Intelligence,
               February 4-9, 2017, San Francisco, California, {USA}},
  pages     = {3302--3308},
  publisher = {{AAAI} Press},
  year      = {2017},
  url       = {http://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14320},
  timestamp = {Sun, 31 Mar 2019 12:09:37 +0200},
  biburl    = {https://dblp.org/rec/conf/aaai/SuTXJSL17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/BirdL04,
  author    = {Steven Bird and
               Edward Loper},
  title     = {{NLTK:} The Natural Language Toolkit},
  booktitle = {Proceedings of the 42nd Annual Meeting of the Association for Computational
               Linguistics, Barcelona, Spain, July 21-26, 2004 - Poster and Demonstration},
  publisher = {{ACL}},
  year      = {2004},
  url       = {https://www.aclweb.org/anthology/P04-3031/},
  timestamp = {Wed, 18 Sep 2019 12:15:54 +0200},
  biburl    = {https://dblp.org/rec/conf/acl/BirdL04.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{wang-etal-2018-dynamic,
    title = "Dynamic Sentence Sampling for Efficient Training of Neural Machine Translation",
    author = "Wang, Rui  and
      Utiyama, Masao  and
      Sumita, Eiichiro",
    booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = jul,
    year = "2018",
    address = "Melbourne, Australia",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/P18-2048",
    doi = "10.18653/v1/P18-2048",
    pages = "298--304",
    abstract = "Traditional Neural machine translation (NMT) involves a fixed training procedure where each sentence is sampled once during each epoch. In reality, some sentences are well-learned during the initial few epochs; however, using this approach, the well-learned sentences would continue to be trained along with those sentences that were not well learned for 10-30 epochs, which results in a wastage of time. Here, we propose an efficient method to dynamically sample the sentences in order to accelerate the NMT training. In this approach, a weight is assigned to each sentence based on the measured difference between the training costs of two iterations. Further, in each epoch, a certain percentage of sentences are dynamically sampled according to their weights. Empirical results based on the NIST Chinese-to-English and the WMT English-to-German tasks show that the proposed method can significantly accelerate the NMT training and improve the NMT performance.",
}

@inproceedings{garciamartinez:hal-01433161,
  TITLE = {{Factored Neural Machine Translation Architectures}},
  AUTHOR = {Garcia-Martinez, Mercedes and Barrault, Lo{\"i}c and Bougares, Fethi},
  URL = {https://hal.archives-ouvertes.fr/hal-01433161},
  BOOKTITLE = {{International Workshop on Spoken Language Translation (IWSLT'16)}},
  ADDRESS = {Seattle, United States},
  YEAR = {2016},
  PDF = {https://hal.archives-ouvertes.fr/hal-01433161/file/FNMTiwslt2016.pdf},
  HAL_ID = {hal-01433161},
  HAL_VERSION = {v1},
}

@article{DBLP:journals/corr/JeanCMB14,
  author    = {S{\'{e}}bastien Jean and
               Kyunghyun Cho and
               Roland Memisevic and
               Yoshua Bengio},
  title     = {On Using Very Large Target Vocabulary for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1412.2007},
  year      = {2014},
  url       = {http://arxiv.org/abs/1412.2007},
  archivePrefix = {arXiv},
  eprint    = {1412.2007},
  timestamp = {Mon, 13 Aug 2018 16:46:10 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/JeanCMB14.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/LuongM16,
  author    = {Minh{-}Thang Luong and
               Christopher D. Manning},
  title     = {Achieving Open Vocabulary Neural Machine Translation with Hybrid Word-Character
               Models},
  journal   = {CoRR},
  volume    = {abs/1604.00788},
  year      = {2016},
  url       = {http://arxiv.org/abs/1604.00788},
  archivePrefix = {arXiv},
  eprint    = {1604.00788},
  timestamp = {Mon, 13 Aug 2018 16:47:26 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/LuongM16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{philipAlgorithmfordataCompression,
  title={A New Algorithm for Data Compression},
  author={Philip Gage},
  year      = {1994}
}

@article{DBLP:journals/corr/abs-1804-10959,
  author    = {Taku Kudo},
  title     = {Subword Regularization: Improving Neural Network Translation Models
               with Multiple Subword Candidates},
  journal   = {CoRR},
  volume    = {abs/1804.10959},
  year      = {2018},
  url       = {http://arxiv.org/abs/1804.10959},
  archivePrefix = {arXiv},
  eprint    = {1804.10959},
  timestamp = {Mon, 13 Aug 2018 16:48:57 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1804-10959.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/ZagoruykoK16,
  author    = {Sergey Zagoruyko and
               Nikos Komodakis},
  title     = {Wide Residual Networks},
  journal   = {CoRR},
  volume    = {abs/1605.07146},
  year      = {2016},
  url       = {http://arxiv.org/abs/1605.07146},
  archivePrefix = {arXiv},
  eprint    = {1605.07146},
  timestamp = {Mon, 13 Aug 2018 16:46:42 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/ZagoruykoK16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/iet-bmt/Sepas-Moghaddam20,
  author    = {Alireza Sepas{-}Moghaddam and
               Fernando Pereira and
               Paulo Lobato Correia},
  title     = {Face recognition: a novel multi-level taxonomy based survey},
  journal   = {{IET} Biom.},
  volume    = {9},
  number    = {2},
  pages     = {58--67},
  year      = {2020},
  url       = {https://doi.org/10.1049/iet-bmt.2019.0001},
  doi       = {10.1049/iet-bmt.2019.0001},
  timestamp = {Wed, 01 Apr 2020 08:42:20 +0200},
  biburl    = {https://dblp.org/rec/journals/iet-bmt/Sepas-Moghaddam20.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{ethayarajh-2019-contextual,
    title = "How Contextual are Contextualized Word Representations? Comparing the Geometry of {BERT}, {ELM}o, and {GPT}-2 Embeddings",
    author = "Ethayarajh, Kawin",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
    month = nov,
    year = "2019",
    address = "Hong Kong, China",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D19-1006",
    doi = "10.18653/v1/D19-1006",
    pages = "55--65",
    abstract = "Replacing static word embeddings with contextualized word representations has yielded significant improvements on many NLP tasks. However, just how contextual are the contextualized representations produced by models such as ELMo and BERT? Are there infinitely many context-specific representations for each word, or are words essentially assigned one of a finite number of word-sense representations? For one, we find that the contextualized representations of all words are not isotropic in any layer of the contextualizing model. While representations of the same word in different contexts still have a greater cosine similarity than those of two different words, this self-similarity is much lower in upper layers. This suggests that upper layers of contextualizing models produce more context-specific representations, much like how upper layers of LSTMs produce more task-specific representations. In all layers of ELMo, BERT, and GPT-2, on average, less than 5{\%} of the variance in a word{'}s contextualized representations can be explained by a static embedding for that word, providing some justification for the success of contextualized representations.",
}

@inproceedings{DBLP:conf/acl/JawaharSS19,
  author    = {Ganesh Jawahar and
               Beno{\^{\i}}t Sagot and
               Djam{\'{e}} Seddah},
  editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {What Does {BERT} Learn about the Structure of Language?},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {3651--3657},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  url       = {https://doi.org/10.18653/v1/p19-1356},
  doi       = {10.18653/v1/p19-1356},
  timestamp = {Tue, 28 Jan 2020 10:28:06 +0100},
  biburl    = {https://dblp.org/rec/conf/acl/JawaharSS19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1806-00187,
  author    = {Myle Ott and
               Sergey Edunov and
               David Grangier and
               Michael Auli},
  title     = {Scaling Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1806.00187},
  year      = {2018},
  url       = {http://arxiv.org/abs/1806.00187},
  archivePrefix = {arXiv},
  eprint    = {1806.00187},
  timestamp = {Mon, 13 Aug 2018 16:47:40 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1806-00187.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{bengioCurriculumlearning,
  author	= {Yoshu Bengio and 
          Jerome Louradour and
		  Ronman Collobert and
		  Jason Weston},
  title		= {Curriculum learning}
}

@inproceedings{Hubara2016BinarizedNN,
  title={Binarized Neural Networks},
  author={Itay Hubara and Matthieu Courbariaux and Daniel Soudry and Ran El-Yaniv and Yoshua Bengio},
  booktitle={NIPS},
  year={2016}
}

@inproceedings{DBLP:conf/emnlp/DuanLXZ09,
  author    = {Nan Duan and
               Mu Li and
               Tong Xiao and
               Ming Zhou},
  title     = {The Feature Subspace Method for {SMT} System Combination},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {1096--1104},
  publisher = {{ACL}},
  year      = {2009},
  url       = {https://www.aclweb.org/anthology/D09-1114/},
  timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  biburl    = {https://dblp.org/rec/conf/emnlp/DuanLXZ09.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}
曹润柘 committed
4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 7------------------------------------------------------
@article{姚树杰2011基于句对质量和覆盖度的统计机器翻译训练语料选取,
  title={基于句对质量和覆盖度的统计机器翻译训练语料选取},
  author={姚树杰 and 肖桐 and 朱靖波},
  journal={中文信息学报},
  volume={25},
  number={2},
  pages={72-78},
  year={2011},
}
%%%%%%%%%%%%%%%
@misc{provilkov2019bpedropout,
    title={BPE-Dropout: Simple and Effective Subword Regularization},
    author={Ivan Provilkov and Dmitrii Emelianenko and Elena Voita},
    year={2019},
    eprint={1910.13267},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}
%%%%%%%%%%%%%%%%%%%
@article{DBLP:journals/corr/SennrichHB15,
  author    = {Rico Sennrich and
               Barry Haddow and
               Alexandra Birch},
  title     = {Neural Machine Translation of Rare Words with Subword Units},
  journal   = {CoRR},
  volume    = {abs/1508.07909},
  year      = {2015},
  url       = {http://arxiv.org/abs/1508.07909},
  archivePrefix = {arXiv},
  eprint    = {1508.07909},
  timestamp = {Mon, 13 Aug 2018 16:47:17 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/SennrichHB15.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1207-0580,
  author    = {Geoffrey E. Hinton and
               Nitish Srivastava and
               Alex Krizhevsky and
               Ilya Sutskever and
               Ruslan Salakhutdinov},
  title     = {Improving neural networks by preventing co-adaptation of feature detectors},
  journal   = {CoRR},
  volume    = {abs/1207.0580},
  year      = {2012},
  url       = {http://arxiv.org/abs/1207.0580},
  archivePrefix = {arXiv},
  eprint    = {1207.0580},
  timestamp = {Mon, 13 Aug 2018 16:46:10 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1207-0580.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{Hornic1989Multilayer,
  title={Multilayer feedforward networks are universal approximators},
  author={Hornic, K},
  journal={Neural Networks},
  volume={2},
  number={5},
  pages={359-366},
  year={1989},
}

@article{DBLP:journals/corr/abs-1809-10853,
  author    = {Alexei Baevski and
               Michael Auli},
  title     = {Adaptive Input Representations for Neural Language Modeling},
  journal   = {CoRR},
  volume    = {abs/1809.10853},
  year      = {2018},
  url       = {http://arxiv.org/abs/1809.10853},
  archivePrefix = {arXiv},
  eprint    = {1809.10853},
  timestamp = {Fri, 05 Oct 2018 11:34:52 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1809-10853.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{Stahlberg2019OnNS,
  title={On NMT Search Errors and Model Errors: Cat Got Your Tongue?},
  author={Felix Stahlberg and Bill Byrne},
  booktitle={EMNLP/IJCNLP},
  year={2019}
}

@article{DBLP:journals/corr/abs-1810-08398,
  author    = {Mingbo Ma and
               Liang Huang and
               Hao Xiong and
               Kaibo Liu and
               Chuanqiang Zhang and
               Zhongjun He and
               Hairong Liu and
               Xing Li and
               Haifeng Wang},
  title     = {{STACL:} Simultaneous Translation with Integrated Anticipation and
               Controllable Latency},
  journal   = {CoRR},
  volume    = {abs/1810.08398},
  year      = {2018},
  url       = {http://arxiv.org/abs/1810.08398},
  archivePrefix = {arXiv},
  eprint    = {1810.08398},
  timestamp = {Thu, 01 Nov 2018 11:22:30 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1810-08398.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/StahlbergHSB17,
  author    = {Felix Stahlberg and
               Eva Hasler and
               Danielle Saunders and
               Bill Byrne},
  title     = {{SGNMT} - {A} Flexible {NMT} Decoding Platform for Quick Prototyping
               of New Models and Search Strategies},
  journal   = {CoRR},
  volume    = {abs/1707.06885},
  year      = {2017},
  url       = {http://arxiv.org/abs/1707.06885},
  archivePrefix = {arXiv},
  eprint    = {1707.06885},
  timestamp = {Mon, 13 Aug 2018 16:48:37 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/StahlbergHSB17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/SennrichHB16,
  author    = {Rico Sennrich and
               Barry Haddow and
               Alexandra Birch},
  title     = {Edinburgh Neural Machine Translation Systems for {WMT} 16},
  journal   = {CoRR},
  volume    = {abs/1606.02891},
  year      = {2016},
  url       = {http://arxiv.org/abs/1606.02891},
  archivePrefix = {arXiv},
  eprint    = {1606.02891},
  timestamp = {Mon, 13 Aug 2018 16:46:23 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/SennrichHB16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/wmt/LiLXLLLWZXWFCLL19,
  author    = {Bei Li and
               Yinqiao Li and
               Chen Xu and
               Ye Lin and
               Jiqiang Liu and
               Hui Liu and
               Ziyang Wang and
               Yuhao Zhang and
               Nuo Xu and
               Zeyang Wang and
               Kai Feng and
               Hexuan Chen and
               Tengbo Liu and
               Yanyang Li and
               Qiang Wang and
               Tong Xiao and
               Jingbo Zhu},
  editor    = {Ondrej Bojar and
               Rajen Chatterjee and
               Christian Federmann and
               Mark Fishel and
               Yvette Graham and
               Barry Haddow and
               Matthias Huck and
               Antonio Jimeno{-}Yepes and
               Philipp Koehn and
               Andr{\'{e}} Martins and
               Christof Monz and
               Matteo Negri and
               Aur{\'{e}}lie N{\'{e}}v{\'{e}}ol and
               Mariana L. Neves and
               Matt Post and
               Marco Turchi and
               Karin Verspoor},
  title     = {The NiuTrans Machine Translation Systems for {WMT19}},
  booktitle = {Proceedings of the Fourth Conference on Machine Translation, {WMT}
               2019, Florence, Italy, August 1-2, 2019 - Volume 2: Shared Task Papers,
               Day 1},
  pages     = {257--266},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  url       = {https://doi.org/10.18653/v1/w19-5325},
  doi       = {10.18653/v1/w19-5325},
  timestamp = {Tue, 28 Jan 2020 10:30:56 +0100},
  biburl    = {https://dblp.org/rec/conf/wmt/LiLXLLLWZXWFCLL19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/aaai/DabreF19,
  author    = {Raj Dabre and
               Atsushi Fujita},
  title     = {Recurrent Stacking of Layers for Compact Neural Machine Translation
               Models},
  booktitle = {The Thirty-Third {AAAI} Conference on Artificial Intelligence, {AAAI}
               2019, The Thirty-First Innovative Applications of Artificial Intelligence
               Conference, {IAAI} 2019, The Ninth {AAAI} Symposium on Educational
               Advances in Artificial Intelligence, {EAAI} 2019, Honolulu, Hawaii,
               USA, January 27 - February 1, 2019},
  pages     = {6292--6299},
  publisher = {{AAAI} Press},
  year      = {2019},
  url       = {https://doi.org/10.1609/aaai.v33i01.33016292},
  doi       = {10.1609/aaai.v33i01.33016292},
  timestamp = {Wed, 25 Sep 2019 11:05:09 +0200},
  biburl    = {https://dblp.org/rec/conf/aaai/DabreF19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1712-05877,
  author    = {Benoit Jacob and
               Skirmantas Kligys and
               Bo Chen and
               Menglong Zhu and
               Matthew Tang and
               Andrew G. Howard and
               Hartwig Adam and
               Dmitry Kalenichenko},
  title     = {Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only
               Inference},
  journal   = {CoRR},
  volume    = {abs/1712.05877},
  year      = {2017},
  url       = {http://arxiv.org/abs/1712.05877},
  archivePrefix = {arXiv},
  eprint    = {1712.05877},
  timestamp = {Mon, 13 Aug 2018 16:48:27 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1712-05877.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1910-10485,
  author    = {Gabriele Prato and
               Ella Charlaix and
               Mehdi Rezagholizadeh},
  title     = {Fully Quantized Transformer for Improved Translation},
  journal   = {CoRR},
  volume    = {abs/1910.10485},
  year      = {2019},
  url       = {http://arxiv.org/abs/1910.10485},
  archivePrefix = {arXiv},
  eprint    = {1910.10485},
  timestamp = {Fri, 25 Oct 2019 14:59:26 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1910-10485.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1801-05122,
  author    = {Xiangwen Zhang and
               Jinsong Su and
               Yue Qin and
               Yang Liu and
               Rongrong Ji and
               Hongji Wang},
  title     = {Asynchronous Bidirectional Decoding for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1801.05122},
  year      = {2018},
  url       = {http://arxiv.org/abs/1801.05122},
  archivePrefix = {arXiv},
  eprint    = {1801.05122},
  timestamp = {Mon, 15 Jul 2019 14:17:41 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1801-05122.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1809-00069,
  author    = {Liang Huang and
               Kai Zhao and
               Mingbo Ma},
  title     = {When to Finish? Optimal Beam Search for Neural Text Generation (modulo
               beam size)},
  journal   = {CoRR},
  volume    = {abs/1809.00069},
  year      = {2018},
  url       = {http://arxiv.org/abs/1809.00069},
  archivePrefix = {arXiv},
  eprint    = {1809.00069},
  timestamp = {Fri, 05 Oct 2018 11:34:52 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1809-00069.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/jcss/FreundS97,
  author    = {Yoav Freund and
               Robert E. Schapire},
  title     = {A Decision-Theoretic Generalization of On-Line Learning and an Application
               to Boosting},
  journal   = {J. Comput. Syst. Sci.},
  volume    = {55},
  number    = {1},
  pages     = {119--139},
  year      = {1997},
  url       = {https://doi.org/10.1006/jcss.1997.1504},
  doi       = {10.1006/jcss.1997.1504},
  timestamp = {Wed, 14 Nov 2018 10:33:59 +0100},
  biburl    = {https://dblp.org/rec/journals/jcss/FreundS97.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/XiaoZZW10,
  author    = {Tong Xiao and
               Jingbo Zhu and
               Muhua Zhu and
               Huizhen Wang},
  editor    = {Jan Hajic and
               Sandra Carberry and
               Stephen Clark},
  title     = {Boosting-Based System Combination for Machine Translation},
  booktitle = {{ACL} 2010, Proceedings of the 48th Annual Meeting of the Association
               for Computational Linguistics, July 11-16, 2010, Uppsala, Sweden},
  pages     = {739--748},
  publisher = {The Association for Computer Linguistics},
  year      = {2010},
  url       = {https://www.aclweb.org/anthology/P10-1076/},
  timestamp = {Fri, 13 Sep 2019 13:00:43 +0200},
  biburl    = {https://dblp.org/rec/conf/acl/XiaoZZW10.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/icassp/SimBGSW07,
  author    = {Khe Chai Sim and
               William J. Byrne and
               Mark J. F. Gales and
               Hichem Sahbi and
               Philip C. Woodland},
  title     = {Consensus Network Decoding for Statistical Machine Translation System
               Combination},
  booktitle = {Proceedings of the {IEEE} International Conference on Acoustics, Speech,
               and Signal Processing, {ICASSP} 2007, Honolulu, Hawaii, USA, April
               15-20, 2007},
  pages     = {105--108},
  publisher = {{IEEE}},
  year      = {2007},
  url       = {https://doi.org/10.1109/ICASSP.2007.367174},
  doi       = {10.1109/ICASSP.2007.367174},
  timestamp = {Wed, 16 Oct 2019 14:14:52 +0200},
  biburl    = {https://dblp.org/rec/conf/icassp/SimBGSW07.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/RostiMS07,
  author    = {Antti{-}Veikko I. Rosti and
               Spyridon Matsoukas and
               Richard M. Schwartz},
  editor    = {John A. Carroll and
               Antal van den Bosch and
               Annie Zaenen},
  title     = {Improved Word-Level System Combination for Machine Translation},
  booktitle = {{ACL} 2007, Proceedings of the 45th Annual Meeting of the Association
               for Computational Linguistics, June 23-30, 2007, Prague, Czech Republic},
  publisher = {The Association for Computational Linguistics},
  year      = {2007},
  url       = {https://www.aclweb.org/anthology/P07-1040/},
  timestamp = {Mon, 16 Sep 2019 13:46:41 +0200},
  biburl    = {https://dblp.org/rec/conf/acl/RostiMS07.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/wmt/RostiZMS08,
  author    = {Antti{-}Veikko I. Rosti and
               Bing Zhang and
               Spyros Matsoukas and
               Richard M. Schwartz},
  editor    = {Chris Callison{-}Burch and
               Philipp Koehn and
               Christof Monz and
               Josh Schroeder and
               Cameron S. Fordyce},
  title     = {Incremental Hypothesis Alignment for Building Confusion Networks with
               Application to Machine Translation System Combination},
  booktitle = {Proceedings of the Third Workshop on Statistical Machine Translation,
               WMT@ACL 2008, Columbus, Ohio, USA, June 19, 2008},
  pages     = {183--186},
  publisher = {Association for Computational Linguistics},
  year      = {2008},
  url       = {https://www.aclweb.org/anthology/W08-0329/},
  timestamp = {Fri, 13 Sep 2019 13:08:46 +0200},
  biburl    = {https://dblp.org/rec/conf/wmt/RostiZMS08.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/LiMJ16,
  author    = {Jiwei Li and
               Will Monroe and
               Dan Jurafsky},
  title     = {A Simple, Fast Diverse Decoding Algorithm for Neural Generation},
  journal   = {CoRR},
  volume    = {abs/1611.08562},
  year      = {2016},
  url       = {http://arxiv.org/abs/1611.08562},
  archivePrefix = {arXiv},
  eprint    = {1611.08562},
  timestamp = {Mon, 13 Aug 2018 16:48:46 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/LiMJ16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/TrombleKOM08,
  author    = {Roy Tromble and
               Shankar Kumar and
               Franz Josef Och and
               Wolfgang Macherey},
  title     = {Lattice Minimum Bayes-Risk Decoding for Statistical Machine Translation},
  booktitle = {2008 Conference on Empirical Methods in Natural Language Processing,
               {EMNLP} 2008, Proceedings of the Conference, 25-27 October 2008, Honolulu,
               Hawaii, USA, {A} meeting of SIGDAT, a Special Interest Group of the
               {ACL}},
  pages     = {620--629},
  publisher = {{ACL}},
  year      = {2008},
  url       = {https://www.aclweb.org/anthology/D08-1065/},
  timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  biburl    = {https://dblp.org/rec/conf/emnlp/TrombleKOM08.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/aaai/SuTXJSL17,
  author    = {Jinsong Su and
               Zhixing Tan and
               Deyi Xiong and
               Rongrong Ji and
               Xiaodong Shi and
               Yang Liu},
  editor    = {Satinder P. Singh and
               Shaul Markovitch},
  title     = {Lattice-Based Recurrent Neural Network Encoders for Neural Machine
               Translation},
  booktitle = {Proceedings of the Thirty-First {AAAI} Conference on Artificial Intelligence,
               February 4-9, 2017, San Francisco, California, {USA}},
  pages     = {3302--3308},
  publisher = {{AAAI} Press},
  year      = {2017},
  url       = {http://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14320},
  timestamp = {Sun, 31 Mar 2019 12:09:37 +0200},
  biburl    = {https://dblp.org/rec/conf/aaai/SuTXJSL17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/BirdL04,
  author    = {Steven Bird and
               Edward Loper},
  title     = {{NLTK:} The Natural Language Toolkit},
  booktitle = {Proceedings of the 42nd Annual Meeting of the Association for Computational
               Linguistics, Barcelona, Spain, July 21-26, 2004 - Poster and Demonstration},
  publisher = {{ACL}},
  year      = {2004},
  url       = {https://www.aclweb.org/anthology/P04-3031/},
  timestamp = {Wed, 18 Sep 2019 12:15:54 +0200},
  biburl    = {https://dblp.org/rec/conf/acl/BirdL04.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{wang-etal-2018-dynamic,
    title = "Dynamic Sentence Sampling for Efficient Training of Neural Machine Translation",
    author = "Wang, Rui  and
      Utiyama, Masao  and
      Sumita, Eiichiro",
    booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = jul,
    year = "2018",
    address = "Melbourne, Australia",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/P18-2048",
    doi = "10.18653/v1/P18-2048",
    pages = "298--304",
    abstract = "Traditional Neural machine translation (NMT) involves a fixed training procedure where each sentence is sampled once during each epoch. In reality, some sentences are well-learned during the initial few epochs; however, using this approach, the well-learned sentences would continue to be trained along with those sentences that were not well learned for 10-30 epochs, which results in a wastage of time. Here, we propose an efficient method to dynamically sample the sentences in order to accelerate the NMT training. In this approach, a weight is assigned to each sentence based on the measured difference between the training costs of two iterations. Further, in each epoch, a certain percentage of sentences are dynamically sampled according to their weights. Empirical results based on the NIST Chinese-to-English and the WMT English-to-German tasks show that the proposed method can significantly accelerate the NMT training and improve the NMT performance.",
}

@inproceedings{garciamartinez:hal-01433161,
  TITLE = {{Factored Neural Machine Translation Architectures}},
  AUTHOR = {Garcia-Martinez, Mercedes and Barrault, Lo{\"i}c and Bougares, Fethi},
  URL = {https://hal.archives-ouvertes.fr/hal-01433161},
  BOOKTITLE = {{International Workshop on Spoken Language Translation (IWSLT'16)}},
  ADDRESS = {Seattle, United States},
  YEAR = {2016},
  PDF = {https://hal.archives-ouvertes.fr/hal-01433161/file/FNMTiwslt2016.pdf},
  HAL_ID = {hal-01433161},
  HAL_VERSION = {v1},
}

@article{DBLP:journals/corr/JeanCMB14,
  author    = {S{\'{e}}bastien Jean and
               Kyunghyun Cho and
               Roland Memisevic and
               Yoshua Bengio},
  title     = {On Using Very Large Target Vocabulary for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1412.2007},
  year      = {2014},
  url       = {http://arxiv.org/abs/1412.2007},
  archivePrefix = {arXiv},
  eprint    = {1412.2007},
  timestamp = {Mon, 13 Aug 2018 16:46:10 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/JeanCMB14.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/LuongM16,
  author    = {Minh{-}Thang Luong and
               Christopher D. Manning},
  title     = {Achieving Open Vocabulary Neural Machine Translation with Hybrid Word-Character
               Models},
  journal   = {CoRR},
  volume    = {abs/1604.00788},
  year      = {2016},
  url       = {http://arxiv.org/abs/1604.00788},
  archivePrefix = {arXiv},
  eprint    = {1604.00788},
  timestamp = {Mon, 13 Aug 2018 16:47:26 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/LuongM16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{philipAlgorithmfordataCompression,
  title={A New Algorithm for Data Compression},
  author={Philip Gage},
  year      = {1994}
}

@article{DBLP:journals/corr/abs-1804-10959,
  author    = {Taku Kudo},
  title     = {Subword Regularization: Improving Neural Network Translation Models
               with Multiple Subword Candidates},
  journal   = {CoRR},
  volume    = {abs/1804.10959},
  year      = {2018},
  url       = {http://arxiv.org/abs/1804.10959},
  archivePrefix = {arXiv},
  eprint    = {1804.10959},
  timestamp = {Mon, 13 Aug 2018 16:48:57 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1804-10959.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/ZagoruykoK16,
  author    = {Sergey Zagoruyko and
               Nikos Komodakis},
  title     = {Wide Residual Networks},
  journal   = {CoRR},
  volume    = {abs/1605.07146},
  year      = {2016},
  url       = {http://arxiv.org/abs/1605.07146},
  archivePrefix = {arXiv},
  eprint    = {1605.07146},
  timestamp = {Mon, 13 Aug 2018 16:46:42 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/ZagoruykoK16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/iet-bmt/Sepas-Moghaddam20,
  author    = {Alireza Sepas{-}Moghaddam and
               Fernando Pereira and
               Paulo Lobato Correia},
  title     = {Face recognition: a novel multi-level taxonomy based survey},
  journal   = {{IET} Biom.},
  volume    = {9},
  number    = {2},
  pages     = {58--67},
  year      = {2020},
  url       = {https://doi.org/10.1049/iet-bmt.2019.0001},
  doi       = {10.1049/iet-bmt.2019.0001},
  timestamp = {Wed, 01 Apr 2020 08:42:20 +0200},
  biburl    = {https://dblp.org/rec/journals/iet-bmt/Sepas-Moghaddam20.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{ethayarajh-2019-contextual,
    title = "How Contextual are Contextualized Word Representations? Comparing the Geometry of {BERT}, {ELM}o, and {GPT}-2 Embeddings",
    author = "Ethayarajh, Kawin",
    booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
    month = nov,
    year = "2019",
    address = "Hong Kong, China",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/D19-1006",
    doi = "10.18653/v1/D19-1006",
    pages = "55--65",
    abstract = "Replacing static word embeddings with contextualized word representations has yielded significant improvements on many NLP tasks. However, just how contextual are the contextualized representations produced by models such as ELMo and BERT? Are there infinitely many context-specific representations for each word, or are words essentially assigned one of a finite number of word-sense representations? For one, we find that the contextualized representations of all words are not isotropic in any layer of the contextualizing model. While representations of the same word in different contexts still have a greater cosine similarity than those of two different words, this self-similarity is much lower in upper layers. This suggests that upper layers of contextualizing models produce more context-specific representations, much like how upper layers of LSTMs produce more task-specific representations. In all layers of ELMo, BERT, and GPT-2, on average, less than 5{\%} of the variance in a word{'}s contextualized representations can be explained by a static embedding for that word, providing some justification for the success of contextualized representations.",
}

@inproceedings{DBLP:conf/acl/JawaharSS19,
  author    = {Ganesh Jawahar and
               Beno{\^{\i}}t Sagot and
               Djam{\'{e}} Seddah},
  editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {What Does {BERT} Learn about the Structure of Language?},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {3651--3657},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  url       = {https://doi.org/10.18653/v1/p19-1356},
  doi       = {10.18653/v1/p19-1356},
  timestamp = {Tue, 28 Jan 2020 10:28:06 +0100},
  biburl    = {https://dblp.org/rec/conf/acl/JawaharSS19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1806-00187,
  author    = {Myle Ott and
               Sergey Edunov and
               David Grangier and
               Michael Auli},
  title     = {Scaling Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1806.00187},
  year      = {2018},
  url       = {http://arxiv.org/abs/1806.00187},
  archivePrefix = {arXiv},
  eprint    = {1806.00187},
  timestamp = {Mon, 13 Aug 2018 16:47:40 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1806-00187.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{bengioCurriculumlearning,
  author	= {Yoshu Bengio and 
          Jerome Louradour and
		  Ronman Collobert and
		  Jason Weston},
  title		= {Curriculum learning}
}

@inproceedings{Hubara2016BinarizedNN,
  title={Binarized Neural Networks},
  author={Itay Hubara and Matthieu Courbariaux and Daniel Soudry and Ran El-Yaniv and Yoshua Bengio},
  booktitle={NIPS},
  year={2016}
}

@inproceedings{DBLP:conf/emnlp/DuanLXZ09,
  author    = {Nan Duan and
               Mu Li and
               Tong Xiao and
               Ming Zhou},
  title     = {The Feature Subspace Method for {SMT} System Combination},
  booktitle = {Proceedings of the 2009 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2009, 6-7 August 2009, Singapore, {A}
               meeting of SIGDAT, a Special Interest Group of the {ACL}},
  pages     = {1096--1104},
  publisher = {{ACL}},
  year      = {2009},
  url       = {https://www.aclweb.org/anthology/D09-1114/},
  timestamp = {Fri, 13 Sep 2019 13:08:45 +0200},
  biburl    = {https://dblp.org/rec/conf/emnlp/DuanLXZ09.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1910-10683,
  author    = {Colin Raffel and
               Noam Shazeer and
               Adam Roberts and
               Katherine Lee and
               Sharan Narang and
               Michael Matena and
               Yanqi Zhou and
               Wei Li and
               Peter J. Liu},
  title     = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text
               Transformer},
  journal   = {CoRR},
  volume    = {abs/1910.10683},
  year      = {2019},
  url       = {http://arxiv.org/abs/1910.10683},
  archivePrefix = {arXiv},
  eprint    = {1910.10683},
  timestamp = {Fri, 25 Oct 2019 14:59:26 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1910-10683.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@book{deeplearning,
  title={deep learning},
  author={Yann LeCun and
		  Yoshua Bengio and
		  Geoffrey Hinton},
  year={2015},
  pages     = {436--444}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% chapter 7.5.1----------------------------------------------------------------
@inproceedings{DBLP:conf/cvpr/YuYR18,
  author    = {Xin Yu and
               Zhiding Yu and
               Srikumar Ramalingam},
  title     = {Learning Strict Identity Mappings in Deep Residual Networks},
  booktitle = {2018 {IEEE} Conference on Computer Vision and Pattern Recognition,
               {CVPR} 2018, Salt Lake City, UT, USA, June 18-22, 2018},
  pages     = {4432--4440},
  publisher = {{IEEE} Computer Society},
  year      = {2018},
  url       = {http://openaccess.thecvf.com/content\_cvpr\_2018/html/Yu\_Learning\_Strict\_Identity\_CVPR\_2018\_paper.html},
  doi       = {10.1109/CVPR.2018.00466},
  timestamp = {Wed, 16 Oct 2019 14:14:50 +0200},
  biburl    = {https://dblp.org/rec/conf/cvpr/YuYR18.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/BapnaCFCW18,
  author    = {Ankur Bapna and
               Mia Xu Chen and
               Orhan Firat and
               Yuan Cao and
               Yonghui Wu},
  editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {Training Deeper Neural Machine Translation Models with Transparent
               Attention},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {3028--3033},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  url       = {https://doi.org/10.18653/v1/d18-1338},
  doi       = {10.18653/v1/d18-1338},
  timestamp = {Tue, 28 Jan 2020 10:28:48 +0100},
  biburl    = {https://dblp.org/rec/conf/emnlp/BapnaCFCW18.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/ZhangTS19,
  author    = {Biao Zhang and
               Ivan Titov and
               Rico Sennrich},
  editor    = {Kentaro Inui and
               Jing Jiang and
               Vincent Ng and
               Xiaojun Wan},
  title     = {Improving Deep Transformer with Depth-Scaled Initialization and Merged
               Attention},
  booktitle = {Proceedings of the 2019 Conference on Empirical Methods in Natural
               Language Processing and the 9th International Joint Conference on
               Natural Language Processing, {EMNLP-IJCNLP} 2019, Hong Kong, China,
               November 3-7, 2019},
  pages     = {898--909},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  url       = {https://doi.org/10.18653/v1/D19-1083},
  doi       = {10.18653/v1/D19-1083},
  timestamp = {Thu, 12 Dec 2019 13:23:43 +0100},
  biburl    = {https://dblp.org/rec/conf/emnlp/ZhangTS19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/eccv/HeZRS16,
  author    = {Kaiming He and
               Xiangyu Zhang and
               Shaoqing Ren and
               Jian Sun},
  editor    = {Bastian Leibe and
               Jiri Matas and
               Nicu Sebe and
               Max Welling},
  title     = {Identity Mappings in Deep Residual Networks},
  booktitle = {Computer Vision - {ECCV} 2016 - 14th European Conference, Amsterdam,
               The Netherlands, October 11-14, 2016, Proceedings, Part {IV}},
  series    = {Lecture Notes in Computer Science},
  volume    = {9908},
  pages     = {630--645},
  publisher = {Springer},
  year      = {2016},
  url       = {https://doi.org/10.1007/978-3-319-46493-0\_38},
  doi       = {10.1007/978-3-319-46493-0\_38},
  timestamp = {Wed, 25 Sep 2019 18:11:12 +0200},
  biburl    = {https://dblp.org/rec/conf/eccv/HeZRS16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/WuWXTGQLL19,
  author    = {Lijun Wu and
               Yiren Wang and
               Yingce Xia and
               Fei Tian and
               Fei Gao and
               Tao Qin and
               Jianhuang Lai and
               Tie{-}Yan Liu},
  editor    = {Anna Korhonen and
               David R. Traum and
               Llu{\'{\i}}s M{\`{a}}rquez},
  title     = {Depth Growing for Neural Machine Translation},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational
               Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019,
               Volume 1: Long Papers},
  pages     = {5558--5563},
  publisher = {Association for Computational Linguistics},
  year      = {2019},
  url       = {https://doi.org/10.18653/v1/p19-1558},
  doi       = {10.18653/v1/p19-1558},
  timestamp = {Tue, 28 Jan 2020 10:27:34 +0100},
  biburl    = {https://dblp.org/rec/conf/acl/WuWXTGQLL19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/HuangLW16a,
  author    = {Gao Huang and
               Zhuang Liu and
               Kilian Q. Weinberger},
  title     = {Densely Connected Convolutional Networks},
  journal   = {CoRR},
  volume    = {abs/1608.06993},
  year      = {2016},
  url       = {http://arxiv.org/abs/1608.06993},
  archivePrefix = {arXiv},
  eprint    = {1608.06993},
  timestamp = {Mon, 10 Sep 2018 15:49:32 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/HuangLW16a.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1810-10181,
  author    = {Zi{-}Yi Dou and
               Zhaopeng Tu and
               Xing Wang and
               Shuming Shi and
               Tong Zhang},
  title     = {Exploiting Deep Representations for Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1810.10181},
  year      = {2018},
  url       = {http://arxiv.org/abs/1810.10181},
  archivePrefix = {arXiv},
  eprint    = {1810.10181},
  timestamp = {Tue, 15 Jan 2019 11:48:13 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1810-10181.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/GreffSS16,
  author    = {Klaus Greff and
               Rupesh Kumar Srivastava and
               J{\"{u}}rgen Schmidhuber},
  title     = {Highway and Residual Networks learn Unrolled Iterative Estimation},
  journal   = {CoRR},
  volume    = {abs/1612.07771},
  year      = {2016},
  url       = {http://arxiv.org/abs/1612.07771},
  archivePrefix = {arXiv},
  eprint    = {1612.07771},
  timestamp = {Mon, 13 Aug 2018 16:48:07 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/GreffSS16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/XiaQCBYL17,
  author    = {Yingce Xia and
               Tao Qin and
               Wei Chen and
               Jiang Bian and
               Nenghai Yu and
               Tie{-}Yan Liu},
  title     = {Dual Supervised Learning},
  journal   = {CoRR},
  volume    = {abs/1707.00415},
  year      = {2017},
  url       = {http://arxiv.org/abs/1707.00415},
  archivePrefix = {arXiv},
  eprint    = {1707.00415},
  timestamp = {Tue, 03 Sep 2019 16:31:11 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/XiaQCBYL17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/nips/HeXQWYLM16,
  author    = {Di He and
               Yingce Xia and
               Tao Qin and
               Liwei Wang and
               Nenghai Yu and
               Tie{-}Yan Liu and
               Wei{-}Ying Ma},
  editor    = {Daniel D. Lee and
               Masashi Sugiyama and
               Ulrike von Luxburg and
               Isabelle Guyon and
               Roman Garnett},
  title     = {Dual Learning for Machine Translation},
  booktitle = {Advances in Neural Information Processing Systems 29: Annual Conference
               on Neural Information Processing Systems 2016, December 5-10, 2016,
               Barcelona, Spain},
  pages     = {820--828},
  year      = {2016},
  url       = {http://papers.nips.cc/paper/6469-dual-learning-for-machine-translation},
  timestamp = {Fri, 06 Mar 2020 17:00:15 +0100},
  biburl    = {https://dblp.org/rec/conf/nips/HeXQWYLM16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/nips/SuttonMSM99,
  author    = {Richard S. Sutton and
               David A. McAllester and
               Satinder P. Singh and
               Yishay Mansour},
  editor    = {Sara A. Solla and
               Todd K. Leen and
               Klaus{-}Robert M{\"{u}}ller},
  title     = {Policy Gradient Methods for Reinforcement Learning with Function Approximation},
  booktitle = {Advances in Neural Information Processing Systems 12, {[NIPS} Conference,
               Denver, Colorado, USA, November 29 - December 4, 1999]},
  pages     = {1057--1063},
  publisher = {The {MIT} Press},
  year      = {1999},
  url       = {http://papers.nips.cc/paper/1713-policy-gradient-methods-for-reinforcement-learning-with-function-approximation},
  timestamp = {Fri, 06 Mar 2020 16:58:30 +0100},
  biburl    = {https://dblp.org/rec/conf/nips/SuttonMSM99.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/GulcehreFXCBLBS15,
  author    = {{\c{C}}aglar G{\"{u}}l{\c{c}}ehre and
               Orhan Firat and
               Kelvin Xu and
               Kyunghyun Cho and
               Lo{\"{\i}}c Barrault and
               Huei{-}Chi Lin and
               Fethi Bougares and
               Holger Schwenk and
               Yoshua Bengio},
  title     = {On Using Monolingual Corpora in Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/1503.03535},
  year      = {2015},
  url       = {http://arxiv.org/abs/1503.03535},
  archivePrefix = {arXiv},
  eprint    = {1503.03535},
  timestamp = {Mon, 13 Aug 2018 16:46:37 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/GulcehreFXCBLBS15.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/wmt/CurreyBH17,
  author    = {Anna Currey and
               Antonio Valerio Miceli Barone and
               Kenneth Heafield},
  editor    = {Ondrej 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     = {Copied Monolingual Data Improves Low-Resource Neural Machine Translation},
  booktitle = {Proceedings of the Second Conference on Machine Translation, {WMT}
               2017, Copenhagen, Denmark, September 7-8, 2017},
  pages     = {148--156},
  publisher = {Association for Computational Linguistics},
  year      = {2017},
  url       = {https://doi.org/10.18653/v1/w17-4715},
  doi       = {10.18653/v1/w17-4715},
  timestamp = {Tue, 28 Jan 2020 10:31:00 +0100},
  biburl    = {https://dblp.org/rec/conf/wmt/CurreyBH17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/acl/SennrichHB16,
  author    = {Rico Sennrich and
               Barry Haddow and
               Alexandra Birch},
  title     = {Improving Neural Machine Translation Models with Monolingual Data},
  booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational
               Linguistics, {ACL} 2016, August 7-12, 2016, Berlin, Germany, Volume
               1: Long Papers},
  publisher = {The Association for Computer Linguistics},
  year      = {2016},
  url       = {https://doi.org/10.18653/v1/p16-1009},
  doi       = {10.18653/v1/p16-1009},
  timestamp = {Tue, 28 Jan 2020 10:28:01 +0100},
  biburl    = {https://dblp.org/rec/conf/acl/SennrichHB16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/EdunovOAG18,
  author    = {Sergey Edunov and
               Myle Ott and
               Michael Auli and
               David Grangier},
  editor    = {Ellen Riloff and
               David Chiang and
               Julia Hockenmaier and
               Jun'ichi Tsujii},
  title     = {Understanding Back-Translation at Scale},
  booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural
               Language Processing, Brussels, Belgium, October 31 - November 4, 2018},
  pages     = {489--500},
  publisher = {Association for Computational Linguistics},
  year      = {2018},
  url       = {https://doi.org/10.18653/v1/d18-1045},
  doi       = {10.18653/v1/d18-1045},
  timestamp = {Tue, 28 Jan 2020 10:28:36 +0100},
  biburl    = {https://dblp.org/rec/conf/emnlp/EdunovOAG18.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/DomhanH17,
  author    = {Tobias Domhan and
               Felix Hieber},
  editor    = {Martha Palmer and
               Rebecca Hwa and
               Sebastian Riedel},
  title     = {Using Target-side Monolingual Data for Neural Machine Translation
               through Multi-task Learning},
  booktitle = {Proceedings of the 2017 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2017, Copenhagen, Denmark, September
               9-11, 2017},
  pages     = {1500--1505},
  publisher = {Association for Computational Linguistics},
  year      = {2017},
  url       = {https://doi.org/10.18653/v1/d17-1158},
  doi       = {10.18653/v1/d17-1158},
  timestamp = {Tue, 28 Jan 2020 10:28:22 +0100},
  biburl    = {https://dblp.org/rec/conf/emnlp/DomhanH17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-2002-11794,
  author    = {Zhuohan Li and
               Eric Wallace and
               Sheng Shen and
               Kevin Lin and
               Kurt Keutzer and
               Dan Klein and
               Joseph E. Gonzalez},
  title     = {Train Large, Then Compress: Rethinking Model Size for Efficient Training
               and Inference of Transformers},
  journal   = {CoRR},
  volume    = {abs/2002.11794},
  year      = {2020},
  url       = {https://arxiv.org/abs/2002.11794},
  archivePrefix = {arXiv},
  eprint    = {2002.11794},
  timestamp = {Tue, 03 Mar 2020 14:32:13 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2002-11794.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/iclr/FrankleC19,
  author    = {Jonathan Frankle and
               Michael Carbin},
  title     = {The Lottery Ticket Hypothesis: Finding Sparse, Trainable Neural Networks},
  booktitle = {7th International Conference on Learning Representations, {ICLR} 2019,
               New Orleans, LA, USA, May 6-9, 2019},
  publisher = {OpenReview.net},
  year      = {2019},
  url       = {https://openreview.net/forum?id=rJl-b3RcF7},
  timestamp = {Thu, 25 Jul 2019 13:03:15 +0200},
  biburl    = {https://dblp.org/rec/conf/iclr/FrankleC19.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/emnlp/KimR16,
  author    = {Yoon Kim and
               Alexander M. Rush},
  editor    = {Jian Su and
               Xavier Carreras and
               Kevin Duh},
  title     = {Sequence-Level Knowledge Distillation},
  booktitle = {Proceedings of the 2016 Conference on Empirical Methods in Natural
               Language Processing, {EMNLP} 2016, Austin, Texas, USA, November 1-4,
               2016},
  pages     = {1317--1327},
  publisher = {The Association for Computational Linguistics},
  year      = {2016},
  url       = {https://doi.org/10.18653/v1/d16-1139},
  doi       = {10.18653/v1/d16-1139},
  timestamp = {Tue, 28 Jan 2020 10:28:22 +0100},
  biburl    = {https://dblp.org/rec/conf/emnlp/KimR16.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1909-10351,
  author    = {Xiaoqi Jiao and
               Yichun Yin and
               Lifeng Shang and
               Xin Jiang and
               Xiao Chen and
               Linlin Li and
               Fang Wang and
               Qun Liu},
  title     = {TinyBERT: Distilling {BERT} for Natural Language Understanding},
  journal   = {CoRR},
  volume    = {abs/1909.10351},
  year      = {2019},
  url       = {http://arxiv.org/abs/1909.10351},
  archivePrefix = {arXiv},
  eprint    = {1909.10351},
  timestamp = {Fri, 27 Sep 2019 13:04:21 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1909-10351.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-1901-09069,
  author    = {Felipe Almeida and
               Geraldo Xex{\'{e}}o},
  title     = {Word Embeddings: {A} Survey},
  journal   = {CoRR},
  volume    = {abs/1901.09069},
  year      = {2019},
  url       = {http://arxiv.org/abs/1901.09069},
  archivePrefix = {arXiv},
  eprint    = {1901.09069},
  timestamp = {Sat, 02 Feb 2019 16:56:00 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-1901-09069.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/abs-2002-06823,
  author    = {Jinhua Zhu and
               Yingce Xia and
               Lijun Wu and
               Di He and
               Tao Qin and
               Wengang Zhou and
               Houqiang Li and
               Tie{-}Yan Liu},
  title     = {Incorporating {BERT} into Neural Machine Translation},
  journal   = {CoRR},
  volume    = {abs/2002.06823},
  year      = {2020},
  url       = {https://arxiv.org/abs/2002.06823},
  archivePrefix = {arXiv},
  eprint    = {2002.06823},
  timestamp = {Mon, 02 Mar 2020 16:46:06 +0100},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2002-06823.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@article{DBLP:journals/corr/Ruder17a,
  author    = {Sebastian Ruder},
  title     = {An Overview of Multi-Task Learning in Deep Neural Networks},
  journal   = {CoRR},
  volume    = {abs/1706.05098},
  year      = {2017},
  url       = {http://arxiv.org/abs/1706.05098},
  archivePrefix = {arXiv},
  eprint    = {1706.05098},
  timestamp = {Mon, 13 Aug 2018 16:48:50 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/Ruder17a.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{DBLP:conf/iccv/ZhuPIE17,
  author    = {Jun{-}Yan Zhu and
               Taesung Park and
               Phillip Isola and
               Alexei A. Efros},
  title     = {Unpaired Image-to-Image Translation Using Cycle-Consistent Adversarial
               Networks},
  booktitle = {{IEEE} International Conference on Computer Vision, {ICCV} 2017, Venice,
               Italy, October 22-29, 2017},
  pages     = {2242--2251},
  publisher = {{IEEE} Computer Society},
  year      = {2017},
  url       = {https://doi.org/10.1109/ICCV.2017.244},
  doi       = {10.1109/ICCV.2017.244},
  timestamp = {Wed, 16 Oct 2019 14:14:51 +0200},
  biburl    = {https://dblp.org/rec/conf/iccv/ZhuPIE17.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

@inproceedings{domhan2017using,
  title={Using target-side monolingual data for neural machine translation through multi-task learning},
  author={Domhan and
          Tobias and
		  Hieber and
		  Felix},
  booktitle={Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing},
  pages={1500--1505},
  year={2017}
}