← Search

Amjad Almahairi

12 accepted papers

2025

RouteLLM: Learning to Route LLMs from Preference Data

ICLR 2025poster

Large language models (LLMs) excel at a wide range of tasks, but choosing the right model often involves balancing performance and cost. Powerful models offer better results but are expensive, while smaller models are more cost-effective but less capable. To address this trade-off, we introduce a tr…

Cited by 45SourcePDFScholar
2024

Jack of All Tasks Master of Many: Designing General-Purpose Coarse-to-Fine Vision-Language Model

CVPR 2024highlight

The ability of large language models (LLMs) to process visual inputs has given rise to general-purpose vision systems unifying various vision-language (VL) tasks by instruction tuning. However due to the enormous diversity in input-output formats in the vision domain existing general-purpose models…

2023

Learning Easily Updated General Purpose Text Representations with Adaptable Task-Specific Prefix

EMNLP 2023short findings

Many real-world applications require making multiple predictions from the same text. Fine-tuning a large pre-trained language model for each downstream task causes computational burdens in the inference time due to several times of forward passes. To amortize the computational cost, freezing the lan…

Cited by 0SourceScholar
2023

Logical Satisfiability of Counterfactuals for Faithful Explanations in NLI

AAAI 2023technical

Evaluating an explanation's faithfulness is desired for many reasons such as trust, interpretability and diagnosing the sources of model's errors. In this work, which focuses on the NLI task, we introduce the methodology of Faithfulness-through-Counterfactuals, which first generates a counterfactual…

Cited by 14SourcePDFScholar
2023

Progressive Prompts: Continual Learning for Language Models

ICLR 2023poster

We introduce Progressive Prompts – a simple and efficient approach for continual learning in language models. Our method allows forward transfer and resists catastrophic forgetting, without relying on data replay or a large number of task-specific parameters. Progressive Prompts learns a new soft pr…

2023

Residual Prompt Tuning: improving prompt tuning with residual reparameterization

ACL 2023findings

Prompt tuning is one of the successful approaches for parameter-efficient tuning of pre-trained language models. Despite being arguably the most parameter-efficient (tuned soft prompts constitute <0.1% of total parameters), it typically performs worse than other efficient tuning methods and is quite…

2022

UniPELT: A Unified Framework for Parameter-Efficient Language Model Tuning

ACL 2022long

Recent parameter-efficient language model tuning (PELT) methods manage to match the performance of fine-tuning with much fewer trainable parameters and perform especially well when training data is limited. However, different PELT methods may perform rather differently on the same task, making it no…

2020

A Closer Look at the Optimization Landscapes of Generative Adversarial Networks

ICLR 2020poster

Generative adversarial networks have been very successful in generative modeling, however they remain relatively challenging to train compared to standard deep neural networks. In this paper, we propose new visualization techniques for the optimization landscapes of GANs that enable us to study the…

Cited by 83SourcecodeScholar
2020

Unsupervised Learning of Dense Visual Representations

NeurIPS 2020poster

Contrastive self-supervised learning has emerged as a promising approach to unsupervised visual representation learning. In general, these methods learn global (image-level) representations that are invariant to different views (i.e., compositions of data augmentation) of the same image. However, m…

2018

Augmented CycleGAN: Learning Many-to-Many Mappings from Unpaired Data

ICML 2018oral

Learning inter-domain mappings from unpaired data can improve performance in structured prediction tasks, such as image segmentation, by reducing the need for paired data. CycleGAN was recently proposed for this problem, but critically assumes the underlying inter-domain mapping is approximately det…

Cited by 563SourcePDFScholar
2017

Calibrating Energy-based Generative Adversarial Networks

ICLR 2017poster

In this paper, we propose to equip Generative Adversarial Networks with the ability to produce direct energy estimates for samples. Specifically, we propose a flexible adversarial training framework, and prove this framework not only ensures the generator converges to the true data distribution, but…

Cited by 118SourcecodeScholar
2016

Dynamic Capacity Networks

ICML 2016poster

We introduce the Dynamic Capacity Network (DCN), a neural network that can adaptively assign its capacity across different portions of the input data. This is achieved by combining modules of two types: low-capacity sub-networks and high-capacity sub-networks. The low-capacity sub-networks are appli…

Cited by 160SourcePDFScholar