paper-with-me

홈 › 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 phenomena, which almost by definition, cannot be seen at training time. Within a strict zero-shot scenario, we first study the detrimental impact on translation performance of various user-generated content phenomena on a small annotated dataset we developed, and then show that such models are indeed incapable of handling unknown letters, which leads to catastrophic translation failure once such characters are encountered. We further confirm this behavior with a simple, yet insightful, copy task experiment and highlight the importance of reducing the vocabulary size hyper-parameter to increase the robustness of character-based models for machine translation.

📄 PDF Abstract BibTeX arXiv:2110.12552

Code (1)

josecar25/char_based_nmt-noisy_ugc 공식 구현

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Analyzing the Use of Character-Level Translation with Sparse and Noisy Datasets

2021-09-27 · RANLP 2013 9 · Jörg Tiedemann, Preslav Nakov

This paper provides an analysis of character-level machine translation models used in pivot-based translation when applied to sparse and noisy datasets, such as crowdsourced movie subtitles. In our experiments, we find t…

Machine TranslationTranslation

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

Revisiting Character-Based Neural Machine Translation with Capacity and Compression

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

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…

Feature EngineeringMachine TranslationNMTTranslation

CUNI Systems in WMT21: Revisiting Backtranslation Techniques for English-Czech NMT

2021-11-01 · WMT (EMNLP) 2021 11 · Petr Gebauer, Ondřej Bojar, Vojtěch Švandelík, Martin Popel

We describe our two NMT systems submitted to the WMT2021 shared task in English-Czech news translation: CUNI-DocTransformer (document-level CUBBITT) and CUNI-Marian-Baselines. We improve the former with a better sentence…

NMTSegmentationSentenceSentence segmentation+1

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