中文
相关论文

相关论文: Optimizing Transformer for Low-Resource Neural Mac…

200 篇论文

The combination of multilingual pre-trained representations and cross-lingual transfer learning is one of the most effective methods for building functional NLP systems for low-resource languages. However, for extremely low-resource…

计算与语言 · 计算机科学 2021-04-19 Mengzhou Xia , Guoqing Zheng , Subhabrata Mukherjee , Milad Shokouhi , Graham Neubig , Ahmed Hassan Awadallah

Transformer language models (TLMs) are critical for most NLP tasks, but they are difficult to create for low-resource languages because of how much pretraining data they require. In this work, we investigate two techniques for training…

计算与语言 · 计算机科学 2023-01-06 Luke Gessler , Amir Zeldes

Unsupervised translation has reached impressive performance on resource-rich language pairs such as English-French and English-German. However, early studies have shown that in more realistic settings involving low-resource, rare languages,…

计算与语言 · 计算机科学 2021-03-15 Xavier Garcia , Aditya Siddhant , Orhan Firat , Ankur P. Parikh

Neural machine translation (NMT) has been accelerated by deep learning neural networks over statistical-based approaches, due to the plethora and programmability of commodity heterogeneous computing architectures such as FPGAs and GPUs and…

计算与语言 · 计算机科学 2021-09-15 Robert Lim , Kenneth Heafield , Hieu Hoang , Mark Briers , Allen Malony

Neural machine translation (NMT) is nowadays commonly applied at the subword level, using byte-pair encoding. A promising alternative approach focuses on character-level translation, which simplifies processing pipelines in NMT…

计算与语言 · 计算机科学 2020-05-25 Nikolay Banar , Walter Daelemans , Mike Kestemont

One of the most popular methods for context-aware machine translation (MT) is to use separate encoders for the source sentence and context as multiple sources for one target sentence. Recent work has cast doubt on whether these models…

计算与语言 · 计算机科学 2024-06-28 Matīss Rikters , Toshiaki Nakazawa

To improve low-resource Neural Machine Translation (NMT) with multilingual corpora, training on the most related high-resource language only is often more effective than using all data available (Neubig and Hu, 2018). However, it is…

计算与语言 · 计算机科学 2019-05-21 Xinyi Wang , Graham Neubig

Transformer has been widely used thanks to its ability to capture sequence information in an efficient way. However, recent developments, such as BERT and GPT-2, deliver only heavy architectures with a focus on effectiveness. In this paper,…

计算与语言 · 计算机科学 2020-02-17 Chenguang Wang , Zihao Ye , Aston Zhang , Zheng Zhang , Alexander J. Smola

While end-to-end neural machine translation (NMT) has achieved notable success in the past years in translating a handful of resource-rich language pairs, it still suffers from the data scarcity problem for low-resource language pairs and…

计算与语言 · 计算机科学 2018-02-12 Yun Chen , Yang Liu , Victor O. K. Li

Building machine translation (MT) systems for low-resource languages is notably difficult due to the scarcity of high-quality data. Although Large Language Models (LLMs) have improved MT system performance, adapting them to…

计算与语言 · 计算机科学 2026-02-05 Luis Frentzen Salim , Esteban Carlin , Alexandre Morinvil , Xi Ai , Lun-Wei Ku

Even with the latest developments in deep learning and large-scale language modeling, the task of machine translation (MT) of low-resource languages remains a challenge. Neural MT systems can be trained in an unsupervised way without any…

计算与语言 · 计算机科学 2023-10-24 Ivana Kvapilíková , Ondřej Bojar

Probabilistic Transformer (PT), a white-box probabilistic model for contextual word representation, has demonstrated substantial similarity to standard Transformers in both computational structure and downstream task performance on small…

计算与语言 · 计算机科学 2026-04-29 Penghao Kuang , Haoyi Wu , Kewei Tu

Through the development of neural machine translation, the quality of machine translation systems has been improved significantly. By exploiting advancements in deep learning, systems are now able to better approximate the complex mapping…

计算与语言 · 计算机科学 2018-08-03 Jan Niehues , Ngoc-Quan Pham , Thanh-Le Ha , Matthias Sperber , Alex Waibel

In recent years, Neural Machine Translation (NMT) has been shown to be more effective than phrase-based statistical methods, thus quickly becoming the state of the art in machine translation (MT). However, NMT systems are limited in…

计算与语言 · 计算机科学 2019-09-17 Surafel M. Lakew , Marcello Federico , Matteo Negri , Marco Turchi

In this study, we develop Neural Machine Translation (NMT) and Transformer-based transfer learning models for English-to-Igbo translation - a low-resource African language spoken by over 40 million people across Nigeria and West Africa. Our…

计算与语言 · 计算机科学 2025-04-25 Ocheme Anthony Ekle , Biswarup Das

Document-level MT models are still far from satisfactory. Existing work extend translation unit from single sentence to multiple sentences. However, study shows that when we further enlarge the translation unit to a whole document,…

计算与语言 · 计算机科学 2021-06-01 Guangsheng Bao , Yue Zhang , Zhiyang Teng , Boxing Chen , Weihua Luo

With promising yet saturated results in high-resource settings, low-resource datasets have gradually become popular benchmarks for evaluating the learning ability of advanced neural networks (e.g., BigBench, superGLUE). Some models even…

计算与语言 · 计算机科学 2023-03-10 Yudong Wang , Chang Ma , Qingxiu Dong , Lingpeng Kong , Jingjing Xu

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

Neural sequence-to-sequence models, particularly the Transformer, are the state of the art in machine translation. Yet these neural networks are very sensitive to architecture and hyperparameter settings. Optimizing these settings by grid…

计算与语言 · 计算机科学 2019-10-16 Kenton Murray , Jeffery Kinnison , Toan Q. Nguyen , Walter Scheirer , David Chiang

Pretrained multilingual contextual representations have shown great success, but due to the limits of their pretraining data, their benefits do not apply equally to all language varieties. This presents a challenge for language varieties…

计算与语言 · 计算机科学 2022-06-22 Ethan C. Chau , Lucy H. Lin , Noah A. Smith