paper-with-me

Papers

Learning variable length units for SMT between related languages via Byte Pair Encoding

2016-10-20 · WS 2017 9 · Anoop Kunchukuttan, Pushpak Bhattacharyya

We explore the use of segments learnt using Byte Pair Encoding (referred to as BPE units) as basic units for statistical machine translation between related languages and compare it with orthographic syllables, which are currently the best performing basic units for this translation task. BPE identifies the most frequent character sequences as basic units, while orthographic syllables are linguistically motivated pseudo-syllables. We show that BPE units modestly outperform orthographic syllables as units of translation, showing up to 11% increase in BLEU score. While orthographic syllables can be used only for languages whose writing systems use vowel representations, BPE is writing system independent and we show that BPE outperforms other units for non-vowel writing systems too. Our results are supported by extensive experimentation spanning multiple language families and writing systems.

📄 PDF Abstract BibTeX arXiv:1610.06510

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Orthographic Syllable as basic unit for SMT between Related Languages

2016-10-03 · EMNLP 2016 11 · Anoop Kunchukuttan, Pushpak Bhattacharyya

We explore the use of the orthographic syllable, a variable-length consonant-vowel sequence, as a basic unit of translation between related languages which use abugida or alphabetic scripts. We show that orthographic syl…

Translation

Faster decoding for subword level Phrase-based SMT between related languages

2016-11-01 · WS 2016 12 · Anoop Kunchukuttan, Pushpak Bhattacharyya

A common and effective way to train translation systems between related languages is to consider sub-word level basic units. However, this increases the length of the sentences resulting in increased decoding time. The i…

DecoderTranslation

Utilizing Lexical Similarity between Related, Low-resource Languages for Pivot-based SMT

2017-02-23 · IJCNLP 2017 11 · Anoop Kunchukuttan, Maulik Shah, Pradyot Prakash, Pushpak Bhattacharyya

We investigate pivot-based translation between related languages in a low resource, phrase-based SMT setting. We show that a subword-level pivot-based SMT model using a related pivot language is substantially better than…

Translation

Specific polysemy of the brief sapiential units

2019-05-27 · Marie-Christine Bornes-Varol, Marie-Sol Ortola, Gronoff Jean-Daniel

In this paper we explain how we deal with the problems related to the constitution of the Aliento database, the complexity of which has to do with the type of phrases we work with, the differences between languages, the …

Vocal Bursts Type Prediction

Length Generalization with Log-Depth Recurrent Units

2026-05-25 · Charles Pert, Dalal Alrajeh, Alessandra Russo arxiv

Length generalization remains a persistent challenge for neural networks: recurrent models tend to suffer from positional biases, while transformers are constrained by fixed computational depth. Regular languages provide…