paper-with-me

홈 › Papers

ReWE: Regressing Word Embeddings for Regularization of Neural Machine Translation Systems

2019-04-04 · NAACL 2019 6 · Inigo Jauregi Unanue, Ehsan Zare Borzeshi, Nazanin Esmaili, Massimo Piccardi

Regularization of neural machine translation is still a significant problem, especially in low-resource settings. To mollify this problem, we propose regressing word embeddings (ReWE) as a new regularization technique in a system that is jointly trained to predict the next word in the translation (categorical value) and its word embedding (continuous value). Such a joint training allows the proposed system to learn the distributional properties represented by the word embeddings, empirically improving the generalization to unseen sentences. Experiments over three translation datasets have showed a consistent improvement over a strong baseline, ranging between 0.91 and 2.54 BLEU points, and also a marked improvement over a state-of-the-art system.

📄 PDF Abstract BibTeX arXiv:1904.02461

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslationWord Embeddings

Similar Papers 제목 키워드 기반

Regressing Word and Sentence Embeddings for Regularization of Neural Machine Translation

2019-09-30 · Inigo Jauregi Unanue, Ehsan Zare Borzeshi, Massimo Piccardi

In recent years, neural machine translation (NMT) has become the dominant approach in automated translation. However, like many other deep learning approaches, NMT suffers from overfitting when the amount of training dat…

ClusteringMachine TranslationNMTSentence+2

BULNER: BUg Localization with word embeddings and NEtwork Regularization

2019-08-26 · Jacson Rodrigues Barbosa, Ricardo Marcondes Marcacini, Ricardo Britto, Frederico Soares 외

Bug localization (BL) from the bug report is the strategic activity of the software maintaining process. Because BL is a costly and tedious activity, BL techniques information retrieval-based and machine learning-based c…

BIG-bench Machine LearningInformation RetrievalRetrievalWord Embeddings

Contrastive Word Embedding Learning for Neural Machine Translation

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Seq2seq models have shined in the field of Neural Machine Translation (NMT). However, word embeddings learned by NMT models tend to degenerate and be distributed into a narrow cone, named {\em{representation degeneration…

Machine TranslationNMTRepresentation LearningSemantic Similarity+3

Understanding Overfitting in Reweighting Algorithms for Worst-group Performance

2021-09-29 · Runtian Zhai, Chen Dan, J Zico Kolter, Pradeep Kumar Ravikumar

Prior work has proposed various reweighting algorithms to improve the worst-group performance of machine learning models for fairness. However, Sagawa et al. (2020) empirically found that these algorithms overfit easily …

Data AugmentationFairness

A Latent Variable Model Approach to PMI-based Word Embeddings

2015-02-12 · TACL 2016 1 · Sanjeev Arora, Yuanzhi Li, YIngyu Liang, Tengyu Ma 외

Semantic word embeddings represent the meaning of a word via a vector, and are created by diverse methods. Many use nonlinear operations on co-occurrence statistics, and have hand-tuned hyperparameters and reweighting me…

Word Embeddings