Challenge: Translating characters instead of words or word-fragments can simplify the processing pipeline but results in longer sequences .
Approach: They propose to use sequence-to-sequence architectures of sufficient depth to solve the problem . they also evaluate the performance versus computation time tradeoffs they offer .
Outcome: The proposed models outperform models operating over word fragments in character-level NMT, the authors show . they also show that the proposed models do not match the performance of their deep character baseline model .

Similar Papers

On the Importance of Word Boundaries in Character-level Neural Machine Translation (D19-56)

Copied to clipboard

Challenge: Neural Machine Translation models typically use a fixed-size lexical vocabulary . subword segmentation methods rely on statistical heuristics that lack any linguistic notion .
Approach: They propose a hierarchical decoding architecture for character-level NMT using subwords . they propose fewer parameters and a more efficient approach to perform translation at the level of words .
Outcome: The proposed model can reach higher translation accuracy than the subword-level model with fewer parameters while maintaining longer-distance contextual and grammatical dependencies.
Understanding Pure Character-Based Neural Machine Translation: The Case of Translating Finnish into English (2020.coling-main)

Copied to clipboard

Challenge: Recent work shows that deeper character-based neural machine translation models outperform subword-based models.
Approach: They propose to investigate the ability of character-based models to learn word senses and morphological inflections and the attention mechanism in Finnish into English translation.
Outcome: The character-based models outperform subword-based model in Finnish to English translation.
Depth Growing for Neural Machine Translation (P19-1)

Copied to clipboard

Challenge: Neural machine translation models with tens and even more than a hundred blocks have shown effectiveness in image recognition.
Approach: They propose a two-stage approach with three specially designed components to construct deeper NMT models.
Outcome: The proposed approach improves on WMT14 EnglishGerman and EnglishFrench translation tasks.
Towards Reasonably-Sized Character-Level Transformer NMT by Finetuning Subword Systems (2020.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to train character-level models require very deep architectures that are difficult and slow to train.
Approach: They propose to fine tune a Transformer token-based model to get a model without token segmentation.
Outcome: The proposed model improves translation quality and robustness to noise while requiring less token segmentation.
One Size Does Not Fit All: Comparing NMT Representations of Different Granularities (N19-1)

Copied to clipboard

Challenge: Recent work has shown that contextualized word representations are a viable alternative to simple word prediction tasks.
Approach: They propose to use subword units and characters to model morphology, syntax, and semantics instead of word embeddings.
Outcome: The proposed representations are better for modeling syntax and more robust to noisy input.
Towards Two-Dimensional Sequence to Sequence Model in Neural Machine Translation (D18-1)

Copied to clipboard

Challenge: Existing models treat source and target sentences as one-dimensional sequences over time, while a 2D mapping is achieved using an MDLSTM layer.
Approach: They propose a multi-dimensional long short-term memory architecture for translation modelling that uses an MDLSTM layer to define the correspondence between source and target words.
Outcome: The proposed model improves on two WMT 2017 tasks, showing that the source and target sentences are aligned with each other in a 2D grid.
Beyond Decoder-only: Large Language Models Can be Good Encoders for Machine Translation (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances in machine translation have focused on a single pre-trained decoder . encoder-decoder architectures have received relatively little attention in NMT .
Approach: They propose a method that leverages LLMs as MT encoders and pairs them with lightweight decoders to develop universal translation models.
Outcome: The proposed method matches or surpasses baselines in terms of translation quality but achieves 75% reduction in memory footprint of the KV cache.
Subword-Delimited Downsampling for Better Character-Level Translation (2022.findings-emnlp)

Copied to clipboard

Challenge: Subword-level models are expensive in terms of time and computation, but character-level model with downsampling component can be used for machine translation.
Approach: They propose a character-level downsampling method which is informed by subwords to improve model performance.
Outcome: The proposed method outperforms existing methods and shows that it can be done without sacrificing quality.
Improving Neural Machine Translation with Neural Syntactic Distance (N19-1)

Copied to clipboard

Challenge: Neural syntactic distance (NSD) is used to represent constituent trees using a sequence whose length is identical to the number of words in the sentence.
Approach: They propose five strategies to improve NMT with explicit use of syntactic information . et al., 2014) propose a set of five strategies that incorporate syntastic information into the encoder and/or decoder of the baseline model.
Outcome: The proposed strategies improve translation performance of the baseline model (+2.1 (En–Ja), +1.3 (Ja–En), +1.2 (En-Ch), and +1.0 (Ch–En) BLEU.
On Search Strategies for Document-Level Neural Machine Translation (2023.findings-acl)

Copied to clipboard

Challenge: Document-level neural machine translation models produce a more consistent output across a document . however, the exact decoding strategy is often not described and not mentioned at all.
Approach: They propose to use standard automatic metrics and specific linguistic phenomena to compare different decoding schemes.
Outcome: The proposed decoding strategies perform similar to each other on three standard document-level translation benchmarks.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations