← Search

James Cross

11 accepted papers

2022

Alternative Input Signals Ease Transfer in Multilingual Machine Translation

ACL 2022long

Recent work in multilingual machine translation (MMT) has focused on the potential of positive transfer between languages, particularly cases where higher-resourced languages can benefit lower-resourced ones. While training an MMT model, the supervision signals learned from one language pair can be…

Cited by 13SourcePDFScholar
2022

Data Selection Curriculum for Neural Machine Translation

EMNLP 2022finding

Neural Machine Translation (NMT) models are typically trained on heterogeneous data that are concatenated and randomly shuffled. However, not all of the training data are equally useful to the model. Curriculum training aims to present the data to the NMT models in a meaningful order. In this work,…

2022

Lifting the Curse of Multilinguality by Pre-training Modular Transformers

NAACL 2022long

Multilingual pre-trained models are known to suffer from the curse of multilinguality, which causes per-language performance to drop as they cover more languages. We address this issue by introducing language-specific modules, which allows us to grow the total capacity of the model, while keeping th…

2022

Multilingual Machine Translation with Hyper-Adapters

EMNLP 2022main

Multilingual machine translation suffers from negative interference across languages. A common solution is to relax parameter sharing with language-specific modules like adapters. However, adapters of related languages are unable to transfer information, and their total number of parameters becomes…

2022

Tricks for Training Sparse Translation Models

NAACL 2022long

Multi-task learning with an unbalanced data distribution skews model learning towards high resource tasks, especially when model capacity is fixed and fully shared across all tasks. Sparse scaling architectures, such as BASELayers, provide flexible mechanisms for different tasks to have a variable n…

Cited by 30SourcePDFScholar
2021

Classification-based Quality Estimation: Small and Efficient Models for Real-world Applications

EMNLP 2021main

Sentence-level Quality estimation (QE) of machine translation is traditionally formulated as a regression task, and the performance of QE models is typically measured by Pearson correlation with human labels. Recent QE models have achieved previously-unseen levels of correlation with human judgments…

Cited by 3SourcePDFScholar
2021

Deep Encoder, Shallow Decoder: Reevaluating Non-autoregressive Machine Translation

ICLR 2021poster

Much recent effort has been invested in non-autoregressive neural machine translation, which appears to be an efficient alternative to state-of-the-art autoregressive machine translation on modern GPUs. In contrast to the latter, where generation is sequential, the former allows generation to be pa…

2021

Improving Zero-Shot Translation by Disentangling Positional Information

ACL 2021long

Multilingual neural machine translation has shown the capability of directly translating between language pairs unseen in training, i.e. zero-shot translation. Despite being conceptually attractive, it often suffers from low output quality. The difficulty of generalizing to new translation direction…

2021

XLEnt: Mining a Large Cross-lingual Entity Dataset with Lexical-Semantic-Phonetic Word Alignment

EMNLP 2021main

Cross-lingual named-entity lexica are an important resource to multilingual NLP tasks such as machine translation and cross-lingual wikification. While knowledge bases contain a large number of entities in high-resource languages such as English and French, corresponding entities for lower-resource…

Cited by 14SourcePDFScholar
2020

Non-autoregressive Machine Translation with Disentangled Context Transformer

ICML 2020poster

State-of-the-art neural machine translation models generate a translation from left to right and every step is conditioned on the previously generated tokens. The sequential nature of this generation process causes fundamental latency in inference since we cannot generate multiple tokens in each sen…