中文
相关论文

相关论文: Training Neural Machine Translation (NMT) Models u…

200 篇论文

Recent evidence reveals that Neural Machine Translation (NMT) models with deeper neural networks can be more effective but are difficult to train. In this paper, we present a MultiScale Collaborative (MSC) framework to ease the training of…

计算与语言 · 计算机科学 2020-05-12 Xiangpeng Wei , Heng Yu , Yue Hu , Yue Zhang , Rongxiang Weng , Weihua Luo

Deep encoders have been proven to be effective in improving neural machine translation (NMT) systems, but training an extremely deep encoder is time consuming. Moreover, why deep models help NMT is an open question. In this paper, we…

计算与语言 · 计算机科学 2020-10-09 Bei Li , Ziyang Wang , Hui Liu , Yufan Jiang , Quan Du , Tong Xiao , Huizhen Wang , Jingbo Zhu

We explore the application of very deep Transformer models for Neural Machine Translation (NMT). Using a simple yet effective initialization technique that stabilizes training, we show that it is feasible to build standard Transformer-based…

计算与语言 · 计算机科学 2020-10-16 Xiaodong Liu , Kevin Duh , Liyuan Liu , Jianfeng Gao

Neural machine translation (NMT) aims at solving machine translation (MT) problems using neural networks and has exhibited promising results in recent years. However, most of the existing NMT models are shallow and there is still a…

计算与语言 · 计算机科学 2016-07-26 Jie Zhou , Ying Cao , Xuguang Wang , Peng Li , Wei Xu

Tensor Train decomposition is used across many branches of machine learning. We present T3F -- a library for Tensor Train decomposition based on TensorFlow. T3F supports GPU execution, batch processing, automatic differentiation, and…

数学软件 · 计算机科学 2020-03-04 Alexander Novikov , Pavel Izmailov , Valentin Khrulkov , Michael Figurnov , Ivan Oseledets

Recent studies have shown that reinforcement learning (RL) is an effective approach for improving the performance of neural machine translation (NMT) system. However, due to its instability, successfully RL training is challenging,…

机器学习 · 计算机科学 2018-08-28 Lijun Wu , Fei Tian , Tao Qin , Jianhuang Lai , Tie-Yan Liu

Learning deeper models is usually a simple and effective approach to improve model performance, but deeper models have larger model parameters and are more difficult to train. To get a deeper model, simply stacking more layers of the model…

计算与语言 · 计算机科学 2021-08-27 GuoLiang Li , Yiyang Li

The encoder-decoder framework for neural machine translation (NMT) has been shown effective in large data scenarios, but is much less effective for low-resource languages. We present a transfer learning method that significantly improves…

计算与语言 · 计算机科学 2016-04-11 Barret Zoph , Deniz Yuret , Jonathan May , Kevin Knight

In neural machine translation (NMT), the computational cost at the output layer increases with the size of the target-side vocabulary. Using a limited-size vocabulary instead may cause a significant decrease in translation quality. This…

计算与语言 · 计算机科学 2018-07-31 Katsuki Chousa , Katsuhito Sudoh , Satoshi Nakamura

The discrepancy between maximum likelihood estimation (MLE) and task measures such as BLEU score has been studied before for autoregressive neural machine translation (NMT) and resulted in alternative training algorithms (Ranzato et al.,…

计算与语言 · 计算机科学 2021-09-22 Sumanta Bhattacharyya , Amirmohammad Rooshenas , Subhajit Naskar , Simeng Sun , Mohit Iyyer , Andrew McCallum

We introduce Data Diversification: a simple but effective strategy to boost neural machine translation (NMT) performance. It diversifies the training data by using the predictions of multiple forward and backward models and then merging…

计算与语言 · 计算机科学 2020-10-06 Xuan-Phi Nguyen , Shafiq Joty , Wu Kui , Ai Ti Aw

In the field of machine learning, the well-trained model is assumed to be able to recover the training labels, i.e. the synthetic labels predicted by the model should be as close to the ground-truth labels as possible. Inspired by this, we…

计算与语言 · 计算机科学 2021-08-30 Lei Zhou , Liang Ding , Kevin Duh , Shinji Watanabe , Ryohei Sasano , Koichi Takeda

While current state-of-the-art NMT models, such as RNN seq2seq and Transformers, possess a large number of parameters, they are still shallow in comparison to convolutional models used for both text and vision applications. In this work we…

计算与语言 · 计算机科学 2018-09-06 Ankur Bapna , Mia Xu Chen , Orhan Firat , Yuan Cao , Yonghui Wu

Neural machine translation (NMT) models are conventionally trained with token-level negative log-likelihood (NLL), which does not guarantee that the generated translations will be optimized for a selected sequence-level evaluation metric.…

计算与语言 · 计算机科学 2021-04-16 Raphael Shu , Kang Min Yoo , Jung-Woo Ha

Neural Machine Translation (NMT) has obtained state-of-the art performance for several language pairs, while only using parallel data for training. Target-side monolingual data plays an important role in boosting fluency for phrase-based…

计算与语言 · 计算机科学 2016-06-06 Rico Sennrich , Barry Haddow , Alexandra Birch

A neural machine translation (NMT) system is expensive to train, especially with high-resource settings. As the NMT architectures become deeper and wider, this issue gets worse and worse. In this paper, we aim to improve the efficiency of…

计算与语言 · 计算机科学 2020-06-04 Xuebo Liu , Houtim Lai , Derek F. Wong , Lidia S. Chao

This paper presents the submission of Huawei Translate Services Center (HW-TSC) to the WMT24 general machine translation (MT) shared task, where we participate in the English to Chinese (en2zh) language pair. Similar to previous years'…

人工智能 · 计算机科学 2024-09-24 Zhanglin Wu , Daimeng Wei , Zongyao Li , Hengchao Shang , Jiaxin Guo , Shaojun Li , Zhiqiang Rao , Yuanchang Luo , Ning Xie , Hao Yang

Improving neural machine translation (NMT) models using the back-translations of the monolingual target data (synthetic parallel data) is currently the state-of-the-art approach for training improved translation systems. The quality of the…

计算与语言 · 计算机科学 2021-02-16 Idris Abdulmumin , Bashir Shehu Galadanci , Abubakar Isa

We present Neural Machine Translation (NMT) training using document-level metrics with batch-level documents. Previous sequence-objective approaches to NMT training focus exclusively on sentence-level metrics like sentence BLEU which do not…

计算与语言 · 计算机科学 2020-05-05 Danielle Saunders , Felix Stahlberg , Bill Byrne

To improve the performance of Neural Machine Translation~(NMT) for low-resource languages~(LRL), one effective strategy is to leverage parallel data from a related high-resource language~(HRL). However, multilingual data has been found more…

计算与语言 · 计算机科学 2020-10-06 Luyu Gao , Xinyi Wang , Graham Neubig
‹ 上一页 1 2 3 10 下一页 ›