paper-with-me

홈 › Papers

Learning Bilingual Projections of Embeddings for Vocabulary Expansion in Machine Translation

2017-08-01 · WS 2017 8 · Pranava Swaroop Madhyastha, Cristina Espa{\~n}a-Bonet

We propose a simple log-bilinear softmax-based model to deal with vocabulary expansion in machine translation. Our model uses word embeddings trained on significantly large unlabelled monolingual corpora and learns over a fairly small, word-to-word bilingual dictionary. Given an out-of-vocabulary source word, the model generates a probabilistic list of possible translations in the target language using the trained bilingual embeddings. We integrate these translation options into a standard phrase-based statistical machine translation system and obtain consistent improvements in translation quality on the English{--}Spanish language pair. When tested over an out-of-domain testset, we get a significant improvement of 3.9 BLEU points.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationRepresentation LearningTranslationTransliterationWord Embeddings

Similar Papers 제목 키워드 기반

Resolving Out-of-Vocabulary Words with Bilingual Embeddings in Machine Translation

2016-08-05 · Pranava Swaroop Madhyastha, Cristina España-Bonet

Out-of-vocabulary words account for a large proportion of errors in machine translation systems, especially when the system is used on a different domain than the one where it was trained. In order to alleviate the probl…

Machine TranslationTranslationWord Embeddings

From English-Centric to Effective Bilingual: LLMs with Custom Tokenizers for Underrepresented Languages

2024-10-24 · Artur Kiulian, Anton Polishko, Mykola Khandoga, Yevhen Kostiuk 외

In this paper, we propose a model-agnostic cost-effective approach to developing bilingual base large language models (LLMs) to support English and any target language. The method includes vocabulary expansion, initializ…

Fairness

A Multi-task Approach to Learning Multilingual Representations

2018-07-01 · ACL 2018 7 · Karan Singla, Dogan Can, Shrikanth Narayanan

We present a novel multi-task modeling approach to learning multilingual distributed representations of text. Our system learns word and sentence embeddings jointly by training a multilingual skip-gram model together wit…

Cross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationSentence+3

Text-Speech Language Models with Improved Cross-Modal Transfer by Aligning Abstraction Levels

2025-03-08 · Santiago Cuervo, Adel Moumen, Yanis Labrak, Sameer Khurana 외

Text-Speech Language Models (TSLMs) -- language models trained to jointly process and generate text and speech -- aim to enable cross-modal knowledge transfer to overcome the scaling limitations of unimodal speech LMs. T…

Transfer Learning

Improving Translation of Out Of Vocabulary Words using Bilingual Lexicon Induction in Low-Resource Machine Translation

2022-09-01 · AMTA 2022 9 · Jonas Waldendorf, Alexandra Birch, Barry Hadow, Antonio Valerio Micele Barone

Dictionary-based data augmentation techniques have been used in the field of domain adaptation to learn words that do not appear in the parallel training data of a machine translation model. These techniques strive to le…

Bilingual Lexicon InductionData AugmentationDomain AdaptationMachine Translation+3