Linguistic Annotation
Moving neural machine translation towards models that are based on linguistic insight into language include adding linguistic annotation at the word level or model syntactic or semantic structure.
Linguistic Annotation is the main subject of 65 publications. 11 are discussed here.
Publications
Youzheng Wu and Hitoshi Yamamoto and Xugang Lu and Shigeki Matsuda and Chiori Hori and Hideki Kashioka (2012):
Factored recurrent neural network language model in TED lecture transcription, Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)
mentioned in Language Models and Linguistic Annotation@inproceedings{iwslt12:Wu,
author = {Youzheng Wu and Hitoshi Yamamoto and Xugang Lu and Shigeki Matsuda and Chiori Hori and Hideki Kashioka},
title = {Factored recurrent neural network language model in {TED} lecture transcription},
url = {
http://www.mt-archive.info/IWSLT-2012-Wu.pdf},
pages = {222-228},
booktitle = {Proceedings of the seventh International Workshop on Spoken Language Translation (IWSLT)},
location = {Hong Kong},
year = 2012
}
Wu et al. (2012) propose to use factored representations of words (using lemma, stem, and part of speech), with each factor encoded in a one-hot vector, in the input to a recurrent neural network language model.
Sennrich, Rico and Haddow, Barry (2016):
Linguistic Input Features Improve Neural Machine Translation, Proceedings of the First Conference on Machine Translation

@InProceedings{sennrich-haddow:2016:WMT,
author = {Sennrich, Rico and Haddow, Barry},
title = {Linguistic Input Features Improve Neural Machine Translation},
booktitle = {Proceedings of the First Conference on Machine Translation},
month = {August},
address = {Berlin, Germany},
publisher = {Association for Computational Linguistics},
pages = {83--91},
url = {
http://www.aclweb.org/anthology/W/W16/W16-2209},
year = 2016
}
Sennrich and Haddow (2016) use such representations in the input and output of neural machine translation models, demonstrating better translation quality.
Aharoni, Roee and Goldberg, Yoav (2017):
Towards String-To-Tree Neural Machine Translation, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)

@InProceedings{aharoni-goldberg:2017:Short,
author = {Aharoni, Roee and Goldberg, Yoav},
title = {Towards String-To-Tree Neural Machine Translation},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {132--140},
url = {
http://aclweb.org/anthology/P17-2021},
year = 2017
}
Aharoni and Goldberg (2017) encode syntax with special start-of-phrase and end-of-phrase tokens in a linearized sequence and use these both on the input and the output of traditional sequence-to-sequence models.
Hirschmann, Fabian and Nam, Jinseok and Fürnkranz, Johannes (2016):
What Makes Word-level Neural Machine Translation Hard: A Case Study on English-German Translation, Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers

@InProceedings{hirschmann-nam-furnkranz:2016:COLING,
author = {Hirschmann, Fabian and Nam, Jinseok and F\"{u}rnkranz, Johannes},
title = {What Makes Word-level Neural Machine Translation Hard: A Case Study on English-German Translation},
booktitle = {Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers},
month = {December},
address = {Osaka, Japan},
publisher = {The COLING 2016 Organizing Committee},
pages = {3199--3208},
url = {
http://aclweb.org/anthology/C16-1301},
year = 2016
}
Hirschmann et al. (2016) propose to tackle the problem of translating German compounds by splitting them into their constituent words.
Huck, Matthias and Riess, Simon and Fraser, Alexander (2017):
Target-side Word Segmentation Strategies for Neural Machine Translation, Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper

@InProceedings{huck-riess-fraser:2017:WMT,
author = {Huck, Matthias and Riess, Simon and Fraser, Alexander},
title = {Target-side Word Segmentation Strategies for Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {56--67},
url = {
http://www.aclweb.org/anthology/W17-4706},
year = 2017
}
Huck et al. (2017) segment words based on morphological principles: separating prefixes and suffixes and splitting compounds, showing superior performance compared to the data-driven byte-pair encoding.
Burlot, Franck and García-Martínez, Mercedes and Barrault, Loïc and Bougares, Fethi and Yvon, François (2017):
Word Representations in Factored Neural Machine Translation, Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper

@InProceedings{burlot-EtAl:2017:WMT1,
author = {Burlot, Franck and Garc\'{i}a-Mart\'{i}nez, Mercedes and Barrault, Lo\"{i}c and Bougares, Fethi and Yvon, Fran\c{c}ois},
title = {Word Representations in Factored Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {20--31},
url = {
http://www.aclweb.org/anthology/W17-4703},
year = 2017
}
Burlot et al. (2017) also detach morphemes from the lemma, but replace them with tags that indicate their morphological features.
Tamchyna, Aleš and Weller-Di Marco, Marion and Fraser, Alexander (2017):
Modeling Target-Side Inflection in Neural Machine Translation, Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper

@InProceedings{tamchyna-wellerdimarco-fraser:2017:WMT,
author = {Tamchyna, Ale\v{s} and Weller-Di Marco, Marion and Fraser, Alexander},
title = {Modeling Target-Side Inflection in Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {32--42},
url = {
http://www.aclweb.org/anthology/W17-4704},
year = 2017
}
Tamchyna et al. (2017) use the same method for Czech, but with deterministic tags, avoiding a disambiguation post-editing step.
Nadejde, Maria and Reddy, Siva and Sennrich, Rico and Dwojak, Tomasz and Junczys-Dowmunt, Marcin and Koehn, Philipp and Birch, Alexandra (2017):
Predicting Target Language CCG Supertags Improves Neural Machine Translation, Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper

@InProceedings{nadejde-EtAl:2017:WMT,
author = {Nadejde, Maria and Reddy, Siva and Sennrich, Rico and Dwojak, Tomasz and Junczys-Dowmunt, Marcin and Koehn, Philipp and Birch, Alexandra},
title = {Predicting Target Language CCG Supertags Improves Neural Machine Translation},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {68--79},
url = {
http://www.aclweb.org/anthology/W17-4707},
year = 2017
}
Nadejde et al. (2017) add syntactic CCG tags to each output word, thus encouraging the model to also produce proper syntactic structure alongside a fluent sequence of words.
Pu, Xiao and Pappas, Nikolaos and Popescu-Belis, Andrei (2017):
Sense-Aware Statistical Machine Translation using Adaptive Context-Dependent Clustering, Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper

@InProceedings{pu-pappas-popescubelis:2017:WMT,
author = {Pu, Xiao and Pappas, Nikolaos and Popescu-Belis, Andrei},
title = {Sense-Aware Statistical Machine Translation using Adaptive Context-Dependent Clustering},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {1--10},
url = {
http://www.aclweb.org/anthology/W17-4701},
year = 2017
}
Pu et al. (2017) first train a word sense disambiguation model based WordNet senses, based on their sense description and then use it to augment the input sentence with sense tags.
Rios, Annette and Mascarell, Laura and Sennrich, Rico (2017):
Improving Word Sense Disambiguation in Neural Machine Translation with Sense Embeddings, Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper
mentioned in Linguistic Annotation and Analysis And Visualization@InProceedings{riosgonzales-mascarell-sennrich:2017:WMT,
author = {Rios, Annette and Mascarell, Laura and Sennrich, Rico},
title = {Improving Word Sense Disambiguation in Neural Machine Translation with Sense Embeddings},
booktitle = {Proceedings of the Second Conference on Machine Translation, Volume 1: Research Paper},
month = {September},
address = {Copenhagen, Denmark},
publisher = {Association for Computational Linguistics},
pages = {11--19},
url = {
http://www.aclweb.org/anthology/W17-4702},
year = 2017
}
Rios et al. (2017) also perform word sense disambiguation and enrich the input with sense embeddings and semantically related words from previous input text.
Ma, Chunpeng and Tamura, Akihiro and Utiyama, Masao and Sumita, Eiichiro and Zhao, Tiejun (2019):
Improving Neural Machine Translation with Neural Syntactic Distance, Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)

@inproceedings{ma-etal-2019-improving,
author = {Ma, Chunpeng and Tamura, Akihiro and Utiyama, Masao and Sumita, Eiichiro and Zhao, Tiejun},
title = {Improving Neural Machine Translation with Neural Syntactic Distance},
booktitle = {Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)},
month = {jun},
address = {Minneapolis, Minnesota},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/N19-1205},
pages = {2032--2037},
year = 2019
}
Ma et al. (2019) computes the distance between source words in the syntax tree and uses this information when attending to words. The prediction of the syntactic distance is done while translating, using it as a secondary training objective during training.
Benchmarks
Discussion
Related Topics
New Publications
Currey, Anna and Heafield, Kenneth (2019):
Incorporating Source Syntax into Transformer-Based Neural Machine Translation, Proceedings of the Fourth Conference on Machine Translation

@InProceedings{currey-heafield:2019:WMT,
author = {Currey, Anna and Heafield, Kenneth},
title = {Incorporating Source Syntax into Transformer-Based Neural Machine Translation},
booktitle = {Proceedings of the Fourth Conference on Machine Translation},
month = {August},
address = {Florence, Italy},
publisher = {Association for Computational Linguistics},
pages = {24--33},
url = {
http://www.aclweb.org/anthology/W19-5203},
year = 2019
}
Currey and Heafield (2019)
Akoury, Nader and Krishna, Kalpesh and Iyyer, Mohit (2019):
Syntactically Supervised Transformers for Faster Neural Machine Translation, Proceedings of the 57th Conference of the Association for Computational Linguistics

@inproceedings{akoury-etal-2019-syntactically,
author = {Akoury, Nader and Krishna, Kalpesh and Iyyer, Mohit},
title = {Syntactically Supervised Transformers for Faster Neural Machine Translation},
booktitle = {Proceedings of the 57th Conference of the Association for Computational Linguistics},
month = {jul},
address = {Florence, Italy},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/P19-1122},
pages = {1269--1281},
year = 2019
}
Akoury et al. (2019)
Stanovsky, Gabriel and Smith, Noah A. and Zettlemoyer, Luke (2019):
Evaluating Gender Bias in Machine Translation, Proceedings of the 57th Conference of the Association for Computational Linguistics

@inproceedings{stanovsky-etal-2019-evaluating,
author = {Stanovsky, Gabriel and Smith, Noah A. and Zettlemoyer, Luke},
title = {Evaluating Gender Bias in Machine Translation},
booktitle = {Proceedings of the 57th Conference of the Association for Computational Linguistics},
month = {jul},
address = {Florence, Italy},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/P19-1164},
pages = {1679--1684},
year = 2019
}
Stanovsky et al. (2019)
Yang, Mingming and Wang, Rui and Chen, Kehai and Utiyama, Masao and Sumita, Eiichiro and Zhang, Min and Zhao, Tiejun (2019):
Sentence-Level Agreement for Neural Machine Translation, Proceedings of the 57th Conference of the Association for Computational Linguistics

@inproceedings{yang-etal-2019-sentence,
author = {Yang, Mingming and Wang, Rui and Chen, Kehai and Utiyama, Masao and Sumita, Eiichiro and Zhang, Min and Zhao, Tiejun},
title = {Sentence-Level Agreement for Neural Machine Translation},
booktitle = {Proceedings of the 57th Conference of the Association for Computational Linguistics},
month = {jul},
address = {Florence, Italy},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/P19-1296},
pages = {3076--3082},
year = 2019
}
Yang et al. (2019)
Myint Oo, Thazin and Kyaw Thu, Ye and Mar Soe, Khin (2019):
Neural Machine Translation between Myanmar (Burmese) and Rakhine (Arakanese), Proceedings of the Sixth Workshop on NLP for Similar Languages, Varieties and Dialects

@inproceedings{myint-oo-etal-2019-neural,
author = {Myint Oo, Thazin and Kyaw Thu, Ye and Mar Soe, Khin},
title = {Neural Machine Translation between {M}yanmar ({B}urmese) and Rakhine (Arakanese)},
booktitle = {Proceedings of the Sixth Workshop on {NLP} for Similar Languages, Varieties and Dialects},
month = {jun},
address = {TOBEFILLED-Ann Arbor, Michigan},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W19-1408},
pages = {80--88},
year = 2019
}
Oo et al. (2019)
Shapiro, Pamela and Duh, Kevin (2019):
Comparing Pipelined and Integrated Approaches to Dialectal Arabic Neural Machine Translation, Proceedings of the Sixth Workshop on NLP for Similar Languages, Varieties and Dialects

@inproceedings{shapiro-duh-2019-comparing,
author = {Shapiro, Pamela and Duh, Kevin},
title = {Comparing Pipelined and Integrated Approaches to Dialectal {A}rabic Neural Machine Translation},
booktitle = {Proceedings of the Sixth Workshop on {NLP} for Similar Languages, Varieties and Dialects},
month = {jun},
address = {TOBEFILLED-Ann Arbor, Michigan},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W19-1424},
pages = {214--222},
year = 2019
}
Shapiro and Duh (2019)
Song, Linfeng and Gildea, Daniel and Zhang, Yue and Wang, Zhiguo and Su, Jinsong (2019):
Semantic Neural Machine Translation Using AMR, Transactions of the Association for Computational Linguistics

@article{song-etal-2019-semantic,
author = {Song, Linfeng and Gildea, Daniel and Zhang, Yue and Wang, Zhiguo and Su, Jinsong},
title = {Semantic Neural Machine Translation Using {AMR}},
journal = {Transactions of the Association for Computational Linguistics},
volume = {7},
month = {mar},
url = {
https://www.aclweb.org/anthology/Q19-1002},
doi = {10.1162/tacl_a_00252},
pages = {19--31},
year = 2019
}
Song et al. (2019)
Zhang, Meishan and Li, Zhenghua and Fu, Guohong and Zhang, Min (2019):
Syntax-Enhanced Neural Machine Translation with Syntax-Aware Word Representations, Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)

@inproceedings{zhang-etal-2019-syntax,
author = {Zhang, Meishan and Li, Zhenghua and Fu, Guohong and Zhang, Min},
title = {Syntax-Enhanced Neural Machine Translation with Syntax-Aware Word Representations},
booktitle = {Proceedings of the 2019 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)},
month = {jun},
address = {Minneapolis, Minnesota},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/N19-1118},
pages = {1151--1161},
year = 2019
}
Zhang et al. (2019)
Dalvi, Fahim and Durrani, Nadir and Sajjad, Hassan and Belinkov, Yonatan and Vogel, Stephan (2017):
Understanding and Improving Morphological Learning in the Neural Machine Translation Decoder, Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)

@InProceedings{dalvi-EtAl:2017:I17-1,
author = {Dalvi, Fahim and Durrani, Nadir and Sajjad, Hassan and Belinkov, Yonatan and Vogel, Stephan},
title = {Understanding and Improving Morphological Learning in the Neural Machine Translation Decoder},
booktitle = {Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},
month = {November},
address = {Taipei, Taiwan},
publisher = {Asian Federation of Natural Language Processing},
pages = {142--151},
url = {
http://www.aclweb.org/anthology/I17-1015},
year = 2017
}
Dalvi et al. (2017)
Nguyen Le, An and Martinez, Ander and Yoshimoto, Akifumi and Matsumoto, Yuji (2017):
Improving Sequence to Sequence Neural Machine Translation by Utilizing Syntactic Dependency Information, Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)

@inproceedings{nguyen-le-etal-2017-improving,
author = {Nguyen Le, An and Martinez, Ander and Yoshimoto, Akifumi and Matsumoto, Yuji},
title = {Improving Sequence to Sequence Neural Machine Translation by Utilizing Syntactic Dependency Information},
booktitle = {Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},
month = {nov},
address = {Taipei, Taiwan},
publisher = {Asian Federation of Natural Language Processing},
url = {
https://www.aclweb.org/anthology/I17-1003},
pages = {21--29},
year = 2017
}
Le et al. (2017)
Watanabe, Taiki and Tamura, Akihiro and Ninomiya, Takashi (2017):
CKY-based Convolutional Attention for Neural Machine Translation, Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 2: Short Papers)

@inproceedings{watanabe-etal-2017-cky,
author = {Watanabe, Taiki and Tamura, Akihiro and Ninomiya, Takashi},
title = {CKY-based Convolutional Attention for Neural Machine Translation},
booktitle = {Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 2: Short Papers)},
month = {nov},
address = {Taipei, Taiwan},
publisher = {Asian Federation of Natural Language Processing},
url = {
https://www.aclweb.org/anthology/I17-2001},
pages = {1--6},
year = 2017
}
Watanabe et al. (2017)
Shahram Khadivi and Patrick Wilken and Leonard Dahlmann and Evgeny Matusov (2017):
Neural and Statistical Methods for Leveraging Meta-Information in Machine Translation, Machine Translation Summit XVI

@inproceedings{mtsummit2017:Khadivi,
author = {Shahram Khadivi and Patrick Wilken and Leonard Dahlmann and Evgeny Matusov},
title = {Neural and Statistical Methods for Leveraging Meta-Information in Machine Translation},
booktitle = {Machine Translation Summit XVI},
location = {Nagoya, Japan},
year = 2017
}
Khadivi et al. (2017)
Cristina España-Bonet and Josef van Genabith (2017):
Going Beyond Zero-Shot MT: Combining Phonological, Morphological and Semantic Factors. The UdS-DFKI System at IWSLT 2017, Proceedings of the International Workshop on Spoken Language Translation (IWSLT)

@inproceedings{IWSLT2017:Espana-Bonet,
author = {Cristina Espa{\~n}a-Bonet and Josef van Genabith},
title = {Going Beyond Zero-Shot {MT}: Combining Phonological, Morphological and Semantic Factors. The {UdS-DFKI} System at {IWSLT} 2017},
url = {
http://workshop2017.iwslt.org/downloads/P07-Paper.pdf},
booktitle = {Proceedings of the International Workshop on Spoken Language Translation (IWSLT)},
location = {Tokyo, Japan},
year = 2017
}
España-Bonet and Genabith (2017)
Matthias Sperber and Jan Niehues and Alex Waibel (2017):
Toward Robust Neural Machine Translation for Noisy Input Sequences, Proceedings of the International Workshop on Spoken Language Translation (IWSLT)

@inproceedings{IWSLT2017:Sperber,
author = {Matthias Sperber and Jan Niehues and Alex Waibel},
title = {Toward Robust Neural Machine Translation for Noisy Input Sequences},
url = {
http://workshop2017.iwslt.org/downloads/P04-Paper.pdf},
booktitle = {Proceedings of the International Workshop on Spoken Language Translation (IWSLT)},
location = {Tokyo, Japan},
year = 2017
}
Sperber et al. (2017)
Tak-sum Wong and John Sie and Yuen Lee (2018):
Register-sensitive Translation: a Case Study of Mandarin and Cantonese, Annual Meeting of the Association for Machine Translation in the Americas (AMTA)

@inproceedings{AMTA2018-Wong,
author = {Tak-sum Wong and John Sie and Yuen Lee},
title = {Register-sensitive Translation: a Case Study of Mandarin and Cantonese},
booktitle = {Annual Meeting of the Association for Machine Translation in the Americas (AMTA)},
location = {Boston, USA},
year = 2018
}
Wong et al. (2018)
Kuang, Shaohui and Xiong, Deyi and Luo, Weihua and Zhou, Guodong (2018):
Modeling Coherence for Neural Machine Translation with Dynamic and Topic Caches, Proceedings of the 27th International Conference on Computational Linguistics

@inproceedings{C18-1050,
author = {Kuang, Shaohui and Xiong, Deyi and Luo, Weihua and Zhou, Guodong},
title = {Modeling Coherence for Neural Machine Translation with Dynamic and Topic Caches},
booktitle = {Proceedings of the 27th International Conference on Computational Linguistics},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/C18-1050},
pages = {596--606},
year = 2018
}
Kuang et al. (2018)
Zhang, Wen and Hu, Jiawei and Feng, Yang and Liu, Qun (2018):
Refining Source Representations with Relation Networks for Neural Machine Translation, Proceedings of the 27th International Conference on Computational Linguistics

@inproceedings{C18-1110,
author = {Zhang, Wen and Hu, Jiawei and Feng, Yang and Liu, Qun},
title = {Refining Source Representations with Relation Networks for Neural Machine Translation},
booktitle = {Proceedings of the 27th International Conference on Computational Linguistics},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/C18-1110},
pages = {1292--1303},
year = 2018
}
Zhang et al. (2018)
Zaremoodi, Poorya and Haffari, Gholamreza (2018):
Incorporating Syntactic Uncertainty in Neural Machine Translation with a Forest-to-Sequence Model, Proceedings of the 27th International Conference on Computational Linguistics

@inproceedings{C18-1120,
author = {Zaremoodi, Poorya and Haffari, Gholamreza},
title = {Incorporating Syntactic Uncertainty in Neural Machine Translation with a Forest-to-Sequence Model},
booktitle = {Proceedings of the 27th International Conference on Computational Linguistics},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/C18-1120},
pages = {1421--1429},
year = 2018
}
Zaremoodi and Haffari (2018)
Zhang, Hao and Ng, Axel and Sproat, Richard (2018):
Fast and Accurate Reordering with ITG Transition RNN, Proceedings of the 27th International Conference on Computational Linguistics

@inproceedings{C18-1123,
author = {Zhang, Hao and Ng, Axel and Sproat, Richard},
title = {Fast and Accurate Reordering with ITG Transition RNN},
booktitle = {Proceedings of the 27th International Conference on Computational Linguistics},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/C18-1123},
pages = {1454--1463},
year = 2018
}
Zhang et al. (2018)
Passban, Peyman and Way, Andy and Liu, Qun (2018):
Tailoring Neural Architectures for Translating from Morphologically Rich Languages, Proceedings of the 27th International Conference on Computational Linguistics

@inproceedings{C18-1265,
author = {Passban, Peyman and Way, Andy and Liu, Qun},
title = {Tailoring Neural Architectures for Translating from Morphologically Rich Languages},
booktitle = {Proceedings of the 27th International Conference on Computational Linguistics},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/C18-1265},
pages = {3134--3145},
year = 2018
}
Passban et al. (2018)
Zhai, Yuming and Max, Aurélien and Vilnat, Anne (2018):
Construction of a Multilingual Corpus Annotated with Translation Relations, Proceedings of the First Workshop on Linguistic Resources for Natural Language Processing

@inproceedings{W18-3814,
author = {Zhai, Yuming and Max, Aur{\'e}lien and Vilnat, Anne},
title = {Construction of a Multilingual Corpus Annotated with Translation Relations},
booktitle = {Proceedings of the First Workshop on Linguistic Resources for Natural Language Processing},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-3814},
pages = {102--111},
year = 2018
}
Zhai et al. (2018)
Dhar, Mrinal and Kumar, Vaibhav and Shrivastava, Manish (2018):
Enabling Code-Mixed Translation: Parallel Corpus Creation and MT Augmentation Approach, Proceedings of the First Workshop on Linguistic Resources for Natural Language Processing

@inproceedings{W18-3817,
author = {Dhar, Mrinal and Kumar, Vaibhav and Shrivastava, Manish},
title = {Enabling Code-Mixed Translation: Parallel Corpus Creation and MT Augmentation Approach},
booktitle = {Proceedings of the First Workshop on Linguistic Resources for Natural Language Processing},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-3817},
pages = {131--140},
year = 2018
}
Dhar et al. (2018)
Štajner, Sanja and Popovi\'c, Maja (2018):
Improving Machine Translation of English Relative Clauses with Automatic Text Simplification, Proceedings of the 1st Workshop on Automatic Text Adaptation (ATA)

@inproceedings{W18-7006,
author = {\v{S}}tajner, Sanja and Popovi{\'c, Maja},
title = {Improving Machine Translation of English Relative Clauses with Automatic Text Simplification},
booktitle = {Proceedings of the 1st Workshop on Automatic Text Adaptation (ATA)},
month = {nov},
address = {Tilburg, the Netherland s},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-7006},
pages = {39--48},
year = 2018
}
Štajner and Popovi\'c (2018)
Meriem Beloucif and Dekai Wu (2018):
SRL for low resource languages isn't needed for semantic SMT, Proceedings of the 21st Annual Conference of the European Association for Machine Translation

@inproceedings{eamt18-Beloucif,
author = {Meriem Beloucif and Dekai Wu},
title = {SRL for low resource languages isn't needed for semantic SMT},
booktitle = {Proceedings of the 21st Annual Conference of the European Association for Machine Translation},
location = {Alicante, Spain},
year = 2018
}
Beloucif and Wu (2018)
Wang, Longyue and Tu, Zhaopeng and Shi, Shuming and Zhang, Tong and Graham, Yvette and Liu, Qun (2018):
Translating Pro-Drop Languages with Reconstruction Models, Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence

@proceedings{LongyueWangAAAI18,
author = {Wang, Longyue and Tu, Zhaopeng and Shi, Shuming and Zhang, Tong and Graham, Yvette and Liu, Qun},
title = {Translating Pro-Drop Languages with Reconstruction Models},
booktitle = {Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence},
year = 2018
}
Wang et al. (2018)
Šoštari\'c, Margita and Hardmeier, Christian and Stymne, Sara (2018):
Discourse-Related Language Contrasts in English-Croatian Human and Machine Translation, Proceedings of the Third Conference on Machine Translation: Research Papers

@inproceedings{W18-6305,
author = {\v{S}}o{\v{s}}tari{\'c, Margita and Hardmeier, Christian and Stymne, Sara},
title = {Discourse-Related Language Contrasts in English-Croatian Human and Machine Translation},
booktitle = {Proceedings of the Third Conference on Machine Translation: Research Papers},
month = {oct},
address = {Belgium, Brussels},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-6305},
pages = {36--48},
year = 2018
}
Šoštari\'c et al. (2018)
Stojanovski, Dario and Fraser, Alexand er (2018):
Coreference and Coherence in Neural Machine Translation: A Study Using Oracle Experiments, Proceedings of the Third Conference on Machine Translation: Research Papers

@inproceedings{W18-6306,
author = {Stojanovski, Dario and Fraser, Alexand er},
title = {Coreference and Coherence in Neural Machine Translation: A Study Using Oracle Experiments},
booktitle = {Proceedings of the Third Conference on Machine Translation: Research Papers},
month = {oct},
address = {Belgium, Brussels},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-6306},
pages = {49--60},
year = 2018
}
Stojanovski and Fraser (2018)
Micher, Jeffrey (2018):
Using the Nunavut Hansard Data for Experiments in Morphological Analysis and Machine Translation, Proceedings of the Workshop on Computational Modeling of Polysynthetic Languages

@inproceedings{W18-4807,
author = {Micher, Jeffrey},
title = {Using the Nunavut Hansard Data for Experiments in Morphological Analysis and Machine Translation},
booktitle = {Proceedings of the Workshop on Computational Modeling of Polysynthetic Languages},
month = {aug},
address = {Santa Fe, New Mexico, USA},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-4807},
pages = {65--72},
year = 2018
}
Micher (2018)
Currey, Anna and Heafield, Kenneth (2018):
Unsupervised Source Hierarchies for Low-Resource Neural Machine Translation, Proceedings of the Workshop on the Relevance of Linguistic Structure in Neural Architectures for NLP

@inproceedings{W18-2902,
author = {Currey, Anna and Heafield, Kenneth},
title = {Unsupervised Source Hierarchies for Low-Resource Neural Machine Translation},
booktitle = {Proceedings of the Workshop on the Relevance of Linguistic Structure in Neural Architectures for NLP},
month = {jul},
address = {Melbourne, Australia},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/W18-2902},
pages = {6--12},
year = 2018
}
Currey and Heafield (2018)
Costanza Conforti and Matthias Huck and Alexander Fraser (2018):
Neural Morphological Tagging of Lemma Sequences for Machine Translation, Annual Meeting of the Association for Machine Translation in the Americas (AMTA)

@inproceedings{AMTA2018-Conforti,
author = {Costanza Conforti and Matthias Huck and Alexander Fraser},
title = {Neural Morphological Tagging of Lemma Sequences for Machine Translation},
booktitle = {Annual Meeting of the Association for Machine Translation in the Americas (AMTA)},
location = {Boston, USA},
year = 2018
}
Conforti et al. (2018)
Vanmassenhove, Eva and Way, Andy (2018):
SuperNMT: Neural Machine Translation with Semantic Supersenses and Syntactic Supertags, Proceedings of ACL 2018, Student Research Workshop

@InProceedings{P18-3010,
author = {Vanmassenhove, Eva and Way, Andy},
title = {SuperNMT: Neural Machine Translation with Semantic Supersenses and Syntactic Supertags},
booktitle = {Proceedings of ACL 2018, Student Research Workshop},
publisher = {Association for Computational Linguistics},
pages = {67--73},
location = {Melbourne, Australia},
url = {
http://aclweb.org/anthology/P18-3010},
year = 2018
}
Vanmassenhove and Way (2018)
Marcheggiani, Diego and Bastings, Joost and Titov, Ivan (2018):
Exploiting Semantics in Neural Machine Translation with Graph Convolutional Networks, Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)

@InProceedings{N18-2078,
author = {Marcheggiani, Diego and Bastings, Joost and Titov, Ivan},
title = {Exploiting Semantics in Neural Machine Translation with Graph Convolutional Networks},
booktitle = {Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)},
publisher = {Association for Computational Linguistics},
pages = {486--492},
location = {New Orleans, Louisiana},
url = {
http://aclweb.org/anthology/N18-2078},
year = 2018
}
Marcheggiani et al. (2018)
Ruchit Agrawal and Marco Turchi and Matteo Negri (2018):
Contextual Handling in Neural Machine Translation: Look behind, ahead and on both sides, Proceedings of the 21st Annual Conference of the European Association for Machine Translation

@inproceedings{eamt18-Agrawal,
author = {Ruchit Agrawal and Marco Turchi and Matteo Negri},
title = {Contextual Handling in Neural Machine Translation: Look behind, ahead and on both sides},
booktitle = {Proceedings of the 21st Annual Conference of the European Association for Machine Translation},
location = {Alicante, Spain},
year = 2018
}
Agrawal et al. (2018)
Bisk, Yonatan and Tran, Ke (2018):
Inducing Grammars with and for Neural Machine Translation, Proceedings of the 2nd Workshop on Neural Machine Translation and Generation

@InProceedings{W18-2704,
author = {Bisk, Yonatan and Tran, Ke},
title = {Inducing Grammars with and for Neural Machine Translation},
booktitle = {Proceedings of the 2nd Workshop on Neural Machine Translation and Generation},
publisher = {Association for Computational Linguistics},
pages = {25--35},
location = {Melbourne, Australia},
url = {
http://aclweb.org/anthology/W18-2704},
year = 2018
}
Bisk and Tran (2018)
Ma, Chunpeng and Tamura, Akihiro and Utiyama, Masao and Zhao, Tiejun and Sumita, Eiichiro (2018):
Forest-Based Neural Machine Translation, Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{P18-1116,
author = {Ma, Chunpeng and Tamura, Akihiro and Utiyama, Masao and Zhao, Tiejun and Sumita, Eiichiro},
title = {Forest-Based Neural Machine Translation},
booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
publisher = {Association for Computational Linguistics},
pages = {1253--1263},
location = {Melbourne, Australia},
url = {
http://aclweb.org/anthology/P18-1116},
year = 2018
}
Ma et al. (2018)
Voita, Elena and Serdyukov, Pavel and Sennrich, Rico and Titov, Ivan (2018):
Context-Aware Neural Machine Translation Learns Anaphora Resolution, Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{P18-1117,
author = {Voita, Elena and Serdyukov, Pavel and Sennrich, Rico and Titov, Ivan},
title = {Context-Aware Neural Machine Translation Learns Anaphora Resolution},
booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
publisher = {Association for Computational Linguistics},
pages = {1264--1274},
location = {Melbourne, Australia},
url = {
http://aclweb.org/anthology/P18-1117},
year = 2018
}
Voita et al. (2018)
Saunders, Danielle and Stahlberg, Felix and Gispert, Adrià and Byrne, Bill (2018):
Multi-representation ensembles and delayed SGD updates improve syntax-based NMT, Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)

@InProceedings{P18-2051,
author = {Saunders, Danielle and Stahlberg, Felix and Gispert, Adri{\`a} and Byrne, Bill},
title = {Multi-representation ensembles and delayed SGD updates improve syntax-based NMT},
booktitle = {Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
publisher = {Association for Computational Linguistics},
pages = {319--325},
location = {Melbourne, Australia},
url = {
http://aclweb.org/anthology/P18-2051},
year = 2018
}
Saunders et al. (2018)
G\=u, Jetic and Shavarani, Hassan S. and Sarkar, Anoop (2018):
Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing, Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing

@inproceedings{D18-1037,
author = {G{\=u}, Jetic and Shavarani, Hassan S. and Sarkar, Anoop},
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},
address = {Brussels, Belgium},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/D18-1037},
pages = {401--413},
year = 2018
}
G\=u et al. (2018)
Currey, Anna and Heafield, Kenneth (2018):
Multi-Source Syntactic Neural Machine Translation, Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing

@inproceedings{D18-1327,
author = {Currey, Anna and Heafield, Kenneth},
title = {Multi-Source Syntactic Neural Machine Translation},
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing},
address = {Brussels, Belgium},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/D18-1327},
pages = {2961--2966},
year = 2018
}
Currey and Heafield (2018)
Wang, Longyue and Tu, Zhaopeng and Way, Andy and Liu, Qun (2018):
Learning to Jointly Translate and Predict Dropped Pronouns with a Shared Reconstruction Mechanism, Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing

@inproceedings{D18-1333,
author = {Wang, Longyue and Tu, Zhaopeng and Way, Andy and Liu, Qun},
title = {Learning to Jointly Translate and Predict Dropped Pronouns with a Shared Reconstruction Mechanism},
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing},
address = {Brussels, Belgium},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/D18-1333},
pages = {2997--3002},
year = 2018
}
Wang et al. (2018)
Vanmassenhove, Eva and Hardmeier, Christian and Way, Andy (2018):
Getting Gender Right in Neural Machine Translation, Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing

@inproceedings{D18-1334,
author = {Vanmassenhove, Eva and Hardmeier, Christian and Way, Andy},
title = {Getting Gender Right in Neural Machine Translation},
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing},
address = {Brussels, Belgium},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/D18-1334},
pages = {3003--3008},
year = 2018
}
Vanmassenhove et al. (2018)
Wang, Xinyi and Pham, Hieu and Yin, Pengcheng and Neubig, Graham (2018):
A Tree-based Decoder for Neural Machine Translation, Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing

@inproceedings{D18-1509,
author = {Wang, Xinyi and Pham, Hieu and Yin, Pengcheng and Neubig, Graham},
title = {A Tree-based Decoder for Neural Machine Translation},
booktitle = {Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing},
address = {Brussels, Belgium},
publisher = {Association for Computational Linguistics},
url = {
https://www.aclweb.org/anthology/D18-1509},
pages = {4772--4777},
year = 2018
}
Wang et al. (2018)
Hashimoto, Kazuma and Tsuruoka, Yoshimasa (2017):
Neural Machine Translation with Source-Side Latent Graph Parsing, Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing

@InProceedings{D17-1012,
author = {Hashimoto, Kazuma and Tsuruoka, Yoshimasa},
title = {Neural Machine Translation with Source-Side Latent Graph Parsing},
booktitle = {Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing},
publisher = {Association for Computational Linguistics},
pages = {125--135},
location = {Copenhagen, Denmark},
url = {
http://aclweb.org/anthology/D17-1012},
year = 2017
}
Hashimoto and Tsuruoka (2017)
Bastings, Joost and Titov, Ivan and Aziz, Wilker and Marcheggiani, Diego and Simaan, Khalil (2017):
Graph Convolutional Encoders for Syntax-aware Neural Machine Translation, Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing

@InProceedings{D17-1208,
author = {Bastings, Joost and Titov, Ivan and Aziz, Wilker and Marcheggiani, Diego and Simaan, Khalil},
title = {Graph Convolutional Encoders for Syntax-aware Neural Machine Translation},
booktitle = {Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing},
publisher = {Association for Computational Linguistics},
pages = {1947--1957},
location = {Copenhagen, Denmark},
url = {
http://aclweb.org/anthology/D17-1208},
year = 2017
}
Bastings et al. (2017)
Linguistic Features
Eriguchi, Akiko and Hashimoto, Kazuma and Tsuruoka, Yoshimasa (2016):
Tree-to-Sequence Attentional Neural Machine Translation, Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{eriguchi-hashimoto-tsuruoka:2016:P16-1,
author = {Eriguchi, Akiko and Hashimoto, Kazuma and Tsuruoka, Yoshimasa},
title = {Tree-to-Sequence Attentional Neural Machine Translation},
booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
month = {August},
address = {Berlin, Germany},
publisher = {Association for Computational Linguistics},
pages = {823--833},
url = {
http://www.aclweb.org/anthology/P16-1078},
year = 2016
}
Eriguchi et al. (2016)
Mercedes GarcÃa MartÃnez and Loïc Barrault and Fethi Bougares (2016):
Factored Neural Machine Translation Architectures, Proceedings of the International Workshop on Spoken Language Translation (IWSLT)

@inproceedings{IWSLT-2016-Martinez,
author = {Mercedes GarcÃa MartÃnez and Loïc Barrault and Fethi Bougares},
title = {Factored Neural Machine Translation Architectures},
booktitle = {Proceedings of the International Workshop on Spoken Language Translation (IWSLT)},
location = {Seattle, Washington, USA},
url = {
http://workshop2016.iwslt.org/downloads/IWSLT\_2016\_paper\_2.pdf},
month = {December},
year = 2016
}
MartÃnez et al. (2016)
Yang Zhang and Jan Niehues and Alex Waibel (2016):
Integrating Encyclopedic Knowledge into Neural Language Models, Proceedings of the International Workshop on Spoken Language Translation (IWSLT)

@inproceedings{IWSLT-2016-Zhang,
author = {Yang Zhang and Jan Niehues and Alex Waibel},
title = {Integrating Encyclopedic Knowledge into Neural Language Models},
booktitle = {Proceedings of the International Workshop on Spoken Language Translation (IWSLT)},
location = {Seattle, Washington, USA},
url = {
http://workshop2016.iwslt.org/downloads/IWSLT\_2016\_paper\_1.pdf},
month = {December},
year = 2016
}
Zhang et al. (2016)
Yamagishi, Hayahide and Kanouchi, Shin and Sato, Takayuki and Komachi, Mamoru (2016):
Controlling the Voice of a Sentence in Japanese-to-English Neural Machine Translation, Proceedings of the 3rd Workshop on Asian Translation (WAT2016)

@InProceedings{yamagishi-EtAl:2016:WAT2016,
author = {Yamagishi, Hayahide and Kanouchi, Shin and Sato, Takayuki and Komachi, Mamoru},
title = {Controlling the Voice of a Sentence in Japanese-to-English Neural Machine Translation},
booktitle = {Proceedings of the 3rd Workshop on Asian Translation (WAT2016)},
month = {December},
address = {Osaka, Japan},
publisher = {The COLING 2016 Organizing Committee},
pages = {203--210},
url = {
http://aclweb.org/anthology/W16-4620},
year = 2016
}
Yamagishi et al. (2016)
Syntactic Models
Chen, Huadong and Huang, Shujian and Chiang, David and Chen, Jiajun (2017):
Improved Neural Machine Translation with a Syntax-Aware Encoder and Decoder, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{chen-EtAl:2017:Long6,
author = {Chen, Huadong and Huang, Shujian and Chiang, David and Chen, Jiajun},
title = {Improved Neural Machine Translation with a Syntax-Aware Encoder and Decoder},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {1936--1945},
url = {
http://aclweb.org/anthology/P17-1177},
year = 2017
}
Chen et al. (2017)
Li, Junhui and Xiong, Deyi and Tu, Zhaopeng and Zhu, Muhua and Zhang, Min and Zhou, Guodong (2017):
Modeling Source Syntax for Neural Machine Translation, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{li-EtAl:2017:Long,
author = {Li, Junhui and Xiong, Deyi and Tu, Zhaopeng and Zhu, Muhua and Zhang, Min and Zhou, Guodong},
title = {Modeling Source Syntax for Neural Machine Translation},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {688--697},
url = {
http://aclweb.org/anthology/P17-1064},
year = 2017
}
Li et al. (2017)
Wu, Shuangzhi and Zhang, Dongdong and Yang, Nan and Li, Mu and Zhou, Ming (2017):
Sequence-to-Dependency Neural Machine Translation, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{wu-EtAl:2017:Long2,
author = {Wu, Shuangzhi and Zhang, Dongdong and Yang, Nan and Li, Mu and Zhou, Ming},
title = {Sequence-to-Dependency Neural Machine Translation},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {698--707},
url = {
http://aclweb.org/anthology/P17-1065},
year = 2017
}
Wu et al. (2017)
Eriguchi, Akiko and Tsuruoka, Yoshimasa and Cho, Kyunghyun (2017):
Learning to Parse and Translate Improves Neural Machine Translation, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)

@InProceedings{eriguchi-tsuruoka-cho:2017:Short,
author = {Eriguchi, Akiko and Tsuruoka, Yoshimasa and Cho, Kyunghyun},
title = {Learning to Parse and Translate Improves Neural Machine Translation},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {72--78},
url = {
http://aclweb.org/anthology/P17-2012},
year = 2017
}
Eriguchi et al. (2017)
Chunk-Based Decoding
Zhou, Hao and Tu, Zhaopeng and Huang, Shujian and Liu, Xiaohua and Li, Hang and Chen, Jiajun (2017):
Chunk-Based Bi-Scale Decoder for Neural Machine Translation, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)

@InProceedings{zhou-EtAl:2017:Short2,
author = {Zhou, Hao and Tu, Zhaopeng and Huang, Shujian and Liu, Xiaohua and Li, Hang and Chen, Jiajun},
title = {Chunk-Based Bi-Scale Decoder for Neural Machine Translation},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {580--586},
url = {
http://aclweb.org/anthology/P17-2092},
year = 2017
}
Zhou et al. (2017)
Ishiwatari, Shonosuke and Yao, Jingtao and Liu, Shujie and Li, Mu and Zhou, Ming and Yoshinaga, Naoki and Kitsuregawa, Masaru and Jia, Weijia (2017):
Chunk-based Decoder for Neural Machine Translation, Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)

@InProceedings{ishiwatari-EtAl:2017:Long,
author = {Ishiwatari, Shonosuke and Yao, Jingtao and Liu, Shujie and Li, Mu and Zhou, Ming and Yoshinaga, Naoki and Kitsuregawa, Masaru and Jia, Weijia},
title = {Chunk-based Decoder for Neural Machine Translation},
booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
month = {July},
address = {Vancouver, Canada},
publisher = {Association for Computational Linguistics},
pages = {1901--1912},
url = {
http://aclweb.org/anthology/P17-1174},
year = 2017
}
Ishiwatari et al. (2017)