paper-with-me

홈 › Papers

Byte-based Neural Machine Translation

2017-09-01 · WS 2017 9 · Marta R. Costa-juss{\`a}, Carlos Escolano, Jos{\'e} A. R. Fonollosa

This paper presents experiments comparing character-based and byte-based neural machine translation systems. The main motivation of the byte-based neural machine translation system is to build multi-lingual neural machine translation systems that can share the same vocabulary. We compare the performance of both systems in several language pairs and we see that the performance in test is similar for most language pairs while the training time is slightly reduced in the case of byte-based neural machine translation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationNamed Entity Recognition (NER)Speech RecognitionTranslation

Similar Papers 제목 키워드 기반

Byte-based Multilingual NMT for Endangered Languages

2022-10-01 · COLING 2022 10 · Mengjiao Zhang, Jia Xu

Multilingual neural machine translation (MNMT) jointly trains a shared model for translation with multiple language pairs. However, traditional subword-based MNMT approaches suffer from out-of-vocabulary (OOV) issues and…

Machine TranslationNMTTranslation

Local Byte Fusion for Neural Machine Translation

2022-05-23 · Makesh Narsimhan Sreedhar, Xiangpeng Wan, Yu Cheng, Junjie Hu

Subword tokenization schemes are the dominant technique used in current NLP models. However, such schemes can be rigid and tokenizers built on one corpus do not adapt well to other parallel corpora. It has also been obse…

Cross-Lingual TransferDomain AdaptationMachine TranslationTranslation+1

Neural Machine Translation without Embeddings

2020-08-21 · NAACL 2021 4 · Uri Shaham, Omer Levy

Many NLP models operate over sequences of subword tokens produced by hand-crafted tokenization rules and heuristic subword induction algorithms. A simple universal alternative is to represent every computerized text as a…

DecoderMachine TranslationTranslation

Neural Machine Translation with Byte-Level Subwords

2019-09-07 · Changhan Wang, Kyunghyun Cho, Jiatao Gu

Almost all existing machine translation models are built on top of character-based vocabularies: characters, subwords or words. Rare characters from noisy text or character-rich languages such as Japanese and Chinese how…

Machine TranslationTranslation

Integrating Multi-scale Contextualized Information for Byte-based Neural Machine Translation

2024-05-29 · Langlin Huang, Yang Feng

Subword tokenization is a common method for vocabulary building in Neural Machine Translation (NMT) models. However, increasingly complex tasks have revealed its disadvantages. First, a vocabulary cannot be modified once…

Machine TranslationNMTTranslation