← Search

Nitish Shirish Keskar

10 accepted papers

2022

Modeling Multi-hop Question Answering as Single Sequence Prediction

ACL 2022long

Fusion-in-decoder (Fid) (Izacard and Grave, 2020) is a generative question answering (QA) model that leverages passage retrieval with a pre-trained transformer and pushed the state of the art on single-hop QA. However, the complexity of multi-hop QA hinders the effectiveness of the generative QA app…

Cited by 28SourcePDFScholar
2021

Char2Subword: Extending the Subword Embedding Space Using Robust Character Compositionality

EMNLP 2021finding

Byte-pair encoding (BPE) is a ubiquitous algorithm in the subword tokenization process of language models as it provides multiple benefits. However, this process is solely based on pre-training data statistics, making it hard for the tokenizer to handle infrequent spellings. On the other hand, thoug…

Cited by 20SourcePDFScholar
2021

MIROSTAT: A NEURAL TEXT DECODING ALGORITHM THAT DIRECTLY CONTROLS PERPLEXITY

ICLR 2021poster

Neural text decoding algorithms strongly influence the quality of texts generated using language models, but popular algorithms like top-k, top-p (nucleus), and temperature-based sampling may yield texts that have objectionable repetition or incoherence. Although these methods generate high-quality…

Cited by 63SourcecodeScholar
2021

Unsupervised Paraphrasing with Pretrained Language Models

EMNLP 2021main

Paraphrase generation has benefited extensively from recent progress in the designing of training objectives and model architectures. However, previous explorations have largely focused on supervised methods, which require a large amount of labeled data that is costly to collect. To address this dra…

2020

Assessing Local Generalization Capability in Deep Models

AISTATS 2020poster

While it has not yet been proven, empirical evidence suggests that model generalization is related to local properties of the optima, which can be described via the Hessian. We connect model generalization with the local property of a solution under the PAC-Bayes paradigm. In particular, we prove th…

2019

A Closer Look at Deep Learning Heuristics: Learning rate restarts, Warmup and Distillation

ICLR 2019poster

The convergence rate and final performance of common deep learning models have significantly benefited from recently proposed heuristics such as learning rate schedules, knowledge distillation, skip connections and normalization layers. In the absence of theoretical underpinnings, controlled experim…

Cited by 368SourcePDFScholar
2019

Coarse-grain Fine-grain Coattention Network for Multi-evidence Question Answering

ICLR 2019poster

End-to-end neural models have made significant progress in question answering, however recent studies show that these models implicitly assume that the answer and evidence appear close together in a single document. In this work, we propose the Coarse-grain Fine-grain Coattention Network (CFC), a ne…

Cited by 78SourcePDFScholar
2018

Regularizing and Optimizing LSTM Language Models

ICLR 2018poster

In this paper, we consider the specific problem of word-level language modeling and investigate strategies for regularizing and optimizing LSTM-based models. We propose the weight-dropped LSTM, which uses DropConnect on hidden-to-hidden weights, as a form of recurrent regularization. Further, we int…

2017

On Large-Batch Training for Deep Learning: Generalization Gap and Sharp Minima

ICLR 2017oral

The stochastic gradient descent (SGD) method and its variants are algorithms of choice for many Deep Learning tasks. These methods operate in a small-batch regime wherein a fraction of the training data, say $32$--$512$ data points, is sampled to compute an approximation to the gradient. It has bee…

Cited by 3535SourcecodeScholar