paper-with-me

홈 › Papers

Bilingual is At Least Monolingual (BALM): A Novel Translation Algorithm that Encodes Monolingual Priors

2019-08-30 · Jeffrey Cheng, Chris Callison-Burch

State-of-the-art machine translation (MT) models do not use knowledge of any single language's structure; this is the equivalent of asking someone to translate from English to German while knowing neither language. BALM is a framework incorporates monolingual priors into an MT pipeline; by casting input and output languages into embedded space using BERT, we can solve machine translation with much simpler models. We find that English-to-German translation on the Multi30k dataset can be solved with a simple feedforward network under the BALM framework with near-SOTA BLEU scores.

📄 PDF Abstract BibTeX arXiv:1909.01146

Code (1)

jeffreyscheng/senior-thesis-translation 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Modeling Code-Switch Languages Using Bilingual Parallel Corpus

2020-07-01 · ACL 2020 6 · Gr Lee, ee, Haizhou Li

Language modeling is the technique to estimate the probability of a sequence of words. A bilingual language model is expected to model the sequential dependency for words across languages, which is difficult due to the i…

Bilingual Lexicon InductionLanguage ModelingLanguage ModellingTranslation

Searching for Needles in a Haystack: On the Role of Incidental Bilingualism in PaLM's Translation Capability

2023-05-17 · Eleftheria Briakou, Colin Cherry, George Foster

Large, multilingual language models exhibit surprisingly good zero- or few-shot machine translation capabilities, despite having never seen the intentionally-included translation examples provided to typical neural trans…

Language ModelingLanguage ModellingMachine TranslationTranslation

Context-Aware Monolingual Human Evaluation of Machine Translation

2025-04-10 · Silvio Picinini, Sheila Castilho

This paper explores the potential of context-aware monolingual human evaluation for assessing machine translation (MT) when no source is given for reference. To this end, we compare monolingual with bilingual evaluations…

Machine TranslationTranslation

Towards producing bilingual lexica from monolingual corpora

2016-05-01 · LREC 2016 5 · Jingyi Han, N{\'u}ria Bel

Bilingual lexica are the basis for many cross-lingual natural language processing tasks. Recent works have shown success in learning bilingual dictionary by taking advantages of comparable corpora and a diverse set of si…

Machine TranslationTranslation

Log-linear Models for Uyghur Segmentation in Spoken Language Translation

2017-09-01 · RANLP 2017 9 · Chenggang Mi, Yating Yang, Rui Dong, Xi Zhou 외

To alleviate data sparsity in spoken Uyghur machine translation, we proposed a log-linear based morphological segmentation approach. Instead of learning model only from monolingual annotated corpus, this approach optimiz…

Machine TranslationSegmentationTranslationWord Alignment