← Search

Orhan Firat

30 accepted papers

2025

BIG-Bench Extra Hard

ACL 2025long

Current benchmarks for large language model (LLM) reasoning predominantly focus on mathematical and coding abilities, leaving a gap in evaluating broader reasoning proficiencies. One particular exception is the BIG-Bench dataset, which has served as a crucial benchmark for evaluating the general rea…

2024

When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method

ICLR 2024poster

While large language models (LLMs) often adopt finetuning to unlock their capabilities for downstream applications, our understanding on the inductive biases (especially the scaling properties) of different finetuning methods is still limited. To fill this gap, we conduct systematic experiments stud…

Cited by 135SourcePDFScholar
2023

Binarized Neural Machine Translation

NeurIPS 2023poster

The rapid scaling of language models is motivating research using low-bitwidth quantization. In this work, we propose a novel binarization technique for Transformers applied to machine translation (BMT), the first of its kind. We identify and address the problem of inflated dot-product variance when…

2023

Block-State Transformers

NeurIPS 2023poster

State space models (SSMs) have shown impressive results on tasks that require modeling long-range dependencies and efficiently scale to long sequences owing to their subquadratic runtime complexity. Originally designed for continuous signals, SSMs have shown superior performance on a plethora of tas…

Cited by 21SourcePDFScholar
2023

GATITOS: Using a New Multilingual Lexicon for Low-resource Machine Translation

EMNLP 2023long main

Modern machine translation models and language models are able to translate without having been trained on parallel data, greatly expanding the set of languages that they can serve. However, these models still struggle in a variety of predictable ways, a problem that cannot be overcome without at l…

Cited by 0SourceScholar
2023

MADLAD-400: A Multilingual And Document-Level Large Audited Dataset

NeurIPS 2023poster

We introduce MADLAD-400, a manually audited, general domain 3T token monolingual dataset based on CommonCrawl, spanning 419 languages. We discuss the limitations revealed by self-auditing MADLAD-400, and the role data auditing had in the dataset creation process. We then train and release a 10.7B-pa…

Cited by 126SourcePDFScholar
2023

Order Matters in the Presence of Dataset Imbalance for Multilingual Learning

NeurIPS 2023poster

In this paper, we empirically study the optimization dynamics of multi-task learning, particularly focusing on those that govern a collection of tasks with significant data imbalance. We present a simple yet effective method of pre-training on high-resource tasks, followed by fine-tuning on a mixtur…

Cited by 7SourcePDFScholar
2023

Scaling Laws for Multilingual Neural Machine Translation

ICML 2023poster

In this work, we provide a large-scale empirical study of the scaling properties of multilingual neural machine translation models. We examine how increases in the model size affect the model performance and investigate the role of the individual language pair weights on the scaling behavior. We fin…

Cited by 33SourcePDFScholar
2023

The Unreasonable Effectiveness of Few-shot Learning for Machine Translation

ICML 2023poster

We demonstrate the potential of few-shot translation systems, trained with unpaired language data, for both high and low-resource language pairs. We show that with only 5 examples of high-quality translation data shown at inference, a transformer decoder-only model trained solely with self-supervise…

Cited by 85SourcePDFScholar
2023

UniMax: Fairer and More Effective Language Sampling for Large-Scale Multilingual Pretraining

ICLR 2023poster

Pretrained multilingual large language models have typically used heuristic temperature-based sampling to balance between different languages. However previous work has not systematically evaluated the efficacy of different pretraining language distributions across model scales. In this paper, we pr…

Cited by 56SourcePDFScholar
2022

A Loss Curvature Perspective on Training Instabilities of Deep Learning Models

ICLR 2022poster

In this work, we study the evolution of the loss Hessian across many classification tasks in order to understand the effect the curvature of the loss has on the training dynamics. Whereas prior work has focused on how different learning rates affect the loss Hessian observed during training, we also…

Cited by 41SourcePDFScholar
2022

Data Scaling Laws in NMT: The Effect of Noise and Architecture

ICML 2022spotlight

In this work, we study the effect of varying the architecture and training data quality on the data scaling properties of Neural Machine Translation (NMT). First, we establish that the test loss of encoder-decoder transformer models scales as a power law in the number of training samples, with a dep…

Cited by 49SourcePDFScholar
2022

Do Current Multi-Task Optimization Methods in Deep Learning Even Help?

NeurIPS 2022accept

Recent research has proposed a series of specialized optimization algorithms for deep multi-task models. It is often claimed that these multi-task optimization (MTO) methods yield solutions that are superior to the ones found by simply optimizing a weighted average of the task losses. In this paper,…

Cited by 68SourcePDFScholar
2022

Examining Scaling and Transfer of Language Model Architectures for Machine Translation

ICML 2022spotlight

Natural language understanding and generation models follow one of the two dominant architectural paradigms: language models (LMs) that process concatenated sequences in a single stack of layers, and encoder-decoder models (EncDec) that utilize separate layer stacks for input and output processing.…

Cited by 21SourcePDFScholar
2022

GLaM: Efficient Scaling of Language Models with Mixture-of-Experts

ICML 2022spotlight

Scaling language models with more data, compute and parameters has driven significant progress in natural language processing. For example, thanks to scaling, GPT-3 was able to achieve strong results on in-context learning tasks. However, training these large dense models requires significant amount…

Cited by 765SourcePDFScholar
2022

Multilingual Document-Level Translation Enables Zero-Shot Transfer From Sentences to Documents

ACL 2022long

Document-level neural machine translation (DocNMT) achieves coherent translations by incorporating cross-sentence context. However, for most language pairs there’s a shortage of parallel documents, although parallel sentences are readily available. In this paper, we study whether and how contextual…

Cited by 15SourcePDFScholar
2022

Multilingual Mix: Example Interpolation Improves Multilingual Neural Machine Translation

ACL 2022long

Multilingual neural machine translation models are trained to maximize the likelihood of a mix of examples drawn from multiple language pairs. The dominant inductive bias applied to these models is a shared vocabulary and a shared set of parameters across languages; the inputs and labels correspondi…

Cited by 17SourcePDFScholar
2022

Scaling Laws for Neural Machine Translation

ICLR 2022spotlight

We present an empirical study of scaling properties of encoder-decoder Transformer models used in neural machine translation (NMT). We show that cross-entropy loss as a function of model size follows a certain scaling law. Specifically (i) We propose a formula which describes the scaling behavior of…

Cited by 104SourcePDFScholar
2021

A Large-Scale Study of Machine Translation in Turkic Languages

EMNLP 2021main

Recent advances in neural machine translation (NMT) have pushed the quality of machine translation systems to the point where they are becoming widely adopted to build competitive systems. However, there is still a large number of languages that are yet to reap the benefits of NMT. In this paper, we…

2021

Beyond Distillation: Task-level Mixture-of-Experts for Efficient Inference

EMNLP 2021finding

Sparse Mixture-of-Experts (MoE) has been a successful approach for scaling multilingual translation models to billions of parameters without a proportional increase in training computation. However, MoE models are prohibitively large and practitioners often resort to methods such as distillation for…

Cited by 122SourcePDFScholar
2021

Explicit Alignment Objectives for Multilingual Bidirectional Encoders

NAACL 2021long

Pre-trained cross-lingual encoders such as mBERT (Devlin et al., 2019) and XLM-R (Conneau et al., 2020) have proven impressively effective at enabling transfer-learning of NLP systems from high-resource languages to low-resource languages. This success comes despite the fact that there is no explici…

2021

GShard: Scaling Giant Models with Conditional Computation and Automatic Sharding

ICLR 2021poster

Neural network scaling has been critical for improving the model quality in many real-world machine learning applications with vast amounts of training data and compute. Although this trend of scaling is affirmed to be a sure-fire approach for better model quality, there are challenges on the path s…

Cited by 1282SourcePDFScholar
2021

Gradient Vaccine: Investigating and Improving Multi-task Optimization in Massively Multilingual Models

ICLR 2021spotlight

Massively multilingual models subsuming tens or even hundreds of languages pose great challenges to multi-task optimization. While it is a common practice to apply a language-agnostic procedure optimizing a joint multilingual task objective, how to properly characterize and take advantage of its und…

Cited by 215SourcePDFScholar
2021

Harnessing Multilinguality in Unsupervised Machine Translation for Rare Languages

NAACL 2021long

Unsupervised translation has reached impressive performance on resource-rich language pairs such as English-French and English-German. However, early studies have shown that in more realistic settings involving low-resource, rare languages, unsupervised translation performs poorly, achieving less th…

Cited by 38SourcePDFScholar
2021

Share or Not? Learning to Schedule Language-Specific Capacity for Multilingual Translation

ICLR 2021oral

Using a mix of shared and language-specific (LS) parameters has shown promise in multilingual neural machine translation (MNMT), but the question of when and where LS capacity matters most is still under-studied. We offer such a study by proposing conditional language-specific routing (CLSR). CLSR…

2021

Towards Continual Learning for Multilingual Machine Translation via Vocabulary Substitution

NAACL 2021long

We propose a straightforward vocabulary adaptation scheme to extend the language capacity of multilingual machine translation models, paving the way towards efficient continual learning for multilingual machine translation. Our approach is suitable for large-scale datasets, applies to distant langua…

Cited by 44SourcePDFScholar
2021

XTREME-R: Towards More Challenging and Nuanced Multilingual Evaluation

EMNLP 2021main

Machine learning has brought striking advances in multilingual natural language processing capabilities over the past year. For example, the latest techniques have improved the state-of-the-art performance on the XTREME multilingual benchmark by more than 13 points. While a sizeable gap to human-lev…

2020

XTREME: A Massively Multilingual Multi-task Benchmark for Evaluating Cross-lingual Generalisation

ICML 2020poster

Much recent progress in applications of machine learning models to NLP has been driven by benchmarks that evaluate models across a wide variety of tasks. However, these broad-coverage benchmarks have been mostly limited to English, and despite an increasing interest in multilingual models, a benchma…

2019

GPipe: Efficient Training of Giant Neural Networks using Pipeline Parallelism

NeurIPS 2019poster

Scaling up deep neural network capacity has been known as an effective approach to improving model quality for several different machine learning tasks. In many cases, increasing model capacity beyond the memory limit of a single accelerator has required developing special algorithms or infrastructu…