paper-with-me

Papers

Self-Guided Curriculum Learning for Neural Machine Translation

2021-05-10 · ACL (IWSLT) 2021 8 · Lei Zhou, Liang Ding, Kevin Duh, Shinji Watanabe, Ryohei Sasano, Koichi Takeda

In the field of machine learning, the well-trained model is assumed to be able to recover the training labels, i.e. the synthetic labels predicted by the model should be as close to the ground-truth labels as possible. Inspired by this, we propose a self-guided curriculum strategy to encourage the learning of neural machine translation (NMT) models to follow the above recovery criterion, where we cast the recovery degree of each training example as its learning difficulty. Specifically, we adopt the sentence level BLEU score as the proxy of recovery degree. Different from existing curricula relying on linguistic prior knowledge or third-party language models, our chosen learning difficulty is more suitable to measure the degree of knowledge mastery of the NMT models. Experiments on translation benchmarks, including WMT14 English$\Rightarrow$German and WMT17 Chinese$\Rightarrow$English, demonstrate that our approach can consistently improve translation performance against strong baseline Transformer.

📄 PDF Abstract BibTeX arXiv:2105.04475

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Competence-based Curriculum Learning for Multilingual Machine Translation

2021-09-09 · Findings (EMNLP) 2021 11 · Mingliang Zhang, Fandong Meng, Yunhai Tong, Jie zhou

Currently, multilingual machine translation is receiving more and more attention since it brings better performance for low resource languages (LRLs) and saves more space. However, existing multilingual machine translati…

Machine TranslationTranslation

Reward-Machine-Guided, Self-Paced Reinforcement Learning

2023-05-25 · Cevahir Koprulu, Ufuk Topcu

Self-paced reinforcement learning (RL) aims to improve the data efficiency of learning by automatically creating sequences, namely curricula, of probability distributions over contexts. However, existing techniques for s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Self-Induced Curriculum Learning in Self-Supervised Neural Machine Translation

2020-04-07 · EMNLP 2020 11 · Dana Ruiter, Josef van Genabith, Cristina España-Bonet

Self-supervised neural machine translation (SSNMT) jointly learns to identify and select suitable training data from comparable (rather than parallel) corpora and to translate, in a way that the two tasks support each ot…

DenoisingMachine TranslationTranslation

Self-Induced Curriculum Learning in Neural Machine Translation

2019-09-25 · Dana Ruiter, Cristina España-Bonet, Josef van Genabith

Self-supervised neural machine translation (SS-NMT) learns how to extract/select suitable training data from comparable (rather than parallel) corpora and how to translate, in a way that the two tasks support each other …

DenoisingMachine TranslationNMTTranslation

CurEvo: Curriculum-Guided Self-Evolution for Video Understanding

2026-04-29 · Guiyi Zeng, Junqing Yu, Yi-Ping Phoebe Chen, Xu Chen 외 arxiv

Recent advances in self-evolution video understanding frameworks have demonstrated the potential of autonomous learning without human annotations. However, existing methods often suffer from weakly controlled optimizatio…

Question Generation