paper-with-me

Papers

Conditional Bilingual Mutual Information Based Adaptive Training for Neural Machine Translation

2022-03-06 · ACL 2022 5 · Songming Zhang, Yijin Liu, Fandong Meng, Yufeng Chen, Jinan Xu, Jian Liu, Jie zhou

Token-level adaptive training approaches can alleviate the token imbalance problem and thus improve neural machine translation, through re-weighting the losses of different target tokens based on specific statistical metrics (e.g., token frequency or mutual information). Given that standard translation models make predictions on the condition of previous target contexts, we argue that the above statistical metrics ignore target context information and may assign inappropriate weights to target tokens. While one possible solution is to directly take target contexts into these statistical metrics, the target-context-aware statistical computing is extremely expensive, and the corresponding storage overhead is unrealistic. To solve the above issues, we propose a target-context-aware metric, named conditional bilingual mutual information (CBMI), which makes it feasible to supplement target context information for statistical metrics. Particularly, our CBMI can be formalized as the log quotient of the translation model probability and language model probability by decomposing the conditional joint distribution. Thus CBMI can be efficiently calculated during model training without any pre-specific statistical calculations and large storage overhead. Furthermore, we propose an effective adaptive training approach based on both the token- and sentence-level CBMI. Experimental results on WMT14 English-German and WMT19 Chinese-English tasks show our approach can significantly outperform the Transformer baseline and other related methods.

📄 PDF Abstract BibTeX arXiv:2203.02951

Code (1)

songmzhang/cbmi 공식 구현 pytorch

Tasks

Language ModellingMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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$…

Similar Papers 제목 키워드 기반

Bilingual Mutual Information Based Adaptive Training for Neural Machine Translation

2021-05-26 · ACL 2021 5 · Yangyifan Xu, Yijin Liu, Fandong Meng, Jiajun Zhang 외

Recently, token-level adaptive training has achieved promising improvement in machine translation, where the cross-entropy loss function is adjusted by assigning different training weights to different tokens, in order t…

DiversityMachine TranslationTranslation

Informative Gene Selection for Microarray Classification via Adaptive Elastic Net with Conditional Mutual Information

2018-06-05 · Xin-Guang Yang, Yongjin Lu

Due to the advantage of achieving a better performance under weak regularization, elastic net has attracted wide attention in statistics, machine learning, bioinformatics, and other fields. In particular, a variation of …

General ClassificationMicroarray Classification

MIPA: Mutual Information Based Paraphrase Acquisition via Bilingual Pivoting

2017-11-01 · IJCNLP 2017 11 · Tomoyuki Kajiwara, Mamoru Komachi, Daichi Mochihashi

We present a pointwise mutual information (PMI)-based approach to formalize paraphrasability and propose a variant of PMI, called MIPA, for the paraphrase acquisition. Our paraphrase acquisition method first acquires lex…

Learning Word EmbeddingsSemantic Textual SimilarityWord AlignmentWord Embeddings

Reasoning About Generalization via Conditional Mutual Information

2020-01-24 · Thomas Steinke, Lydia Zakynthinou

We provide an information-theoretic framework for studying the generalization properties of machine learning algorithms. Our framework ties together existing approaches, including uniform convergence bounds and recent me…

BIG-bench Machine Learning

A Novel Bilingual Word Embedding Method for Lexical Translation Using Bilingual Sense Clique

2016-07-29 · Rui Wang, Hai Zhao, Sabine Ploux, Bao-liang Lu 외

Most of the existing methods for bilingual word embedding only consider shallow context or simple co-occurrence information. In this paper, we propose a latent bilingual sense unit (Bilingual Sense Clique, BSC), which is…

Dimensionality ReductionTranslation