← Search

Ishaan Gulrajani

11 accepted papers

2023

AlpacaFarm: A Simulation Framework for Methods that Learn from Human Feedback

NeurIPS 2023spotlight

Large language models (LLMs) such as ChatGPT have seen widespread adoption due to their ability to follow user instructions well. Developing these LLMs involves a complex yet poorly understood workflow requiring training with human feedback. Replicating and understanding this instruction-following p…

Cited by 523SourcePDFScholar
2022

Diffusion-LM Improves Controllable Text Generation

NeurIPS 2022accept

Controlling the behavior of language models (LMs) without re-training is a major open problem in natural language generation. While recent works have demonstrated successes on controlling simple sentence attributes (e.g., sentiment), there has been little progress on complex, fine-grained controls (…

2019

GANSynth: Adversarial Neural Audio Synthesis

ICLR 2019poster

Efficient audio synthesis is an inherently difficult machine learning task, as human perception is sensitive to both global structure and fine-scale waveform coherence. Autoregressive models, such as WaveNet, model local structure at the expense of global latent structure and slow iterative sampling…

Cited by 604SourcePDFScholar
2017

Improved Training of Wasserstein GANs

NeurIPS 2017poster

Generative Adversarial Networks (GANs) are powerful generative models, but suffer from training instability. The recently proposed Wasserstein GAN (WGAN) makes progress toward stable training of GANs, but sometimes can still generate only poor samples or fail to converge. We find that these problems…

2017

PixelVAE: A Latent Variable Model for Natural Images

ICLR 2017poster

Natural image modeling is a landmark challenge of unsupervised learning. Variational Autoencoders (VAEs) learn a useful latent representation and model global structure well but have difficulty capturing small details. PixelCNN models details very well, but lacks a latent code and is difficult to sc…

Cited by 420SourceScholar
2017

SampleRNN: An Unconditional End-to-End Neural Audio Generation Model

ICLR 2017poster

In this paper we propose a novel model for unconditional audio generation task that generates one audio sample at a time. We show that our model which profits from combining memory-less modules, namely autoregressive multilayer perceptron, and stateful recurrent neural networks in a hierarchical str…

Cited by 761SourcecodeScholar
2016

Ask Me Anything: Dynamic Memory Networks for Natural Language Processing

ICML 2016poster

Most tasks in natural language processing can be cast into question answering (QA) problems over language input. We introduce the dynamic memory network (DMN), a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questi…

Cited by 1616SourcePDFScholar