paper-with-me

홈 › Papers

Revisiting Character-Based Neural Machine Translation with Capacity and Compression

2018-08-29 · EMNLP 2018 10 · Colin Cherry, George Foster, Ankur Bapna, Orhan Firat, Wolfgang Macherey

Translating characters instead of words or word-fragments has the potential to simplify the processing pipeline for neural machine translation (NMT), and improve results by eliminating hyper-parameters and manual feature engineering. However, it results in longer sequences in which each symbol contains less information, creating both modeling and computational challenges. In this paper, we show that the modeling problem can be solved by standard sequence-to-sequence architectures of sufficient depth, and that deep models operating at the character level outperform identical models operating over word fragments. This result implies that alternative architectures for handling character input are better viewed as methods for reducing computation time than as improved ways of modeling longer sequences. From this perspective, we evaluate several techniques for character-level NMT, verify that they do not match the performance of our deep character baseline model, and evaluate the performance versus computation time tradeoffs they offer. Within this framework, we also perform the first evaluation for NMT of conditional computation over time, in which the model learns which timesteps can be skipped, rather than having them be dictated by a fixed schedule specified before training begins.

📄 PDF Abstract BibTeX arXiv:1808.09943

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Noisy UGC Translation at the Character Level: Revisiting Open-Vocabulary Capabilities and Robustness of Char-Based Models

2021-10-24 · WNUT (ACL) 2021 11 · José Carlos Rosales Núñez, Guillaume Wisniewski, Djamé Seddah

This work explores the capacities of character-based Neural Machine Translation to translate noisy User-Generated Content (UGC) with a strong focus on exploring the limits of such approaches to handle productive UGC phen…

Machine TranslationTranslation

Revisiting Modularized Multilingual NMT to Meet Industrial Demands

2020-10-19 · EMNLP 2020 11 · Sungwon Lyu, Bokyung Son, Kichang Yang, Jaekyoung Bae

The complete sharing of parameters for multilingual translation (1-1) has been the mainstream approach in current research. However, degraded performance due to the capacity bottleneck and low maintainability hinders its…

Machine TranslationNMTTranslation

Revisiting Discriminator in GAN Compression: A Generator-discriminator Cooperative Compression Scheme

2021-10-27 · NeurIPS 2021 12 · Shaojie Li, Jie Wu, Xuefeng Xiao, Fei Chao 외

Recently, a series of algorithms have been explored for GAN compression, which aims to reduce tremendous computational overhead and memory usages when deploying GANs on resource-constrained edge devices. However, most of…

Revisiting Syllables in Language Modelling and their Application on Low-Resource Machine Translation

2022-10-05 · COLING 2022 10 · Arturo Oncevay, Kervy Dante Rivas Rojas, Liz Karen Chavez Sanchez, Roberto Zariquiey

Language modelling and machine translation tasks mostly use subword or character inputs, but syllables are seldom used. Syllables provide shorter sequences than characters, require less-specialised extracting rules than …

Language ModellingMachine TranslationSegmentationTranslation

SubCharacter Chinese-English Neural Machine Translation with Wubi encoding

2019-11-07 · Wei Zhang, Feifei Lin, Xiaodong Wang, Zhenshuang Liang 외

Neural machine translation (NMT) is one of the best methods for understanding the differences in semantic rules between two languages. Especially for Indo-European languages, subword-level models have achieved impressive…

Machine TranslationModel CompressionNMTTranslation