← Search

Sandeep Subramanian

6 accepted papers

2024

Retrieval meets Long Context Large Language Models

ICLR 2024poster

Extending the context window of large language models (LLMs) is getting popular recently, while the solution of augmenting LLMs with retrieval has existed for years. The natural questions are: i) Retrieval-augmentation versus long context window, which one is better for downstream tasks? ii) Can bot…

Cited by 171SourcePDFScholar
2019

Multiple-Attribute Text Rewriting

ICLR 2019poster

The dominant approach to unsupervised "style transfer'' in text is based on the idea of learning a latent representation, which is independent of the attributes specifying its "style''. In this paper, we show that this condition is not necessary and is not always met in practice, even with domain ad…

Cited by 278SourcePDFScholar
2019

State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations

ICML 2019oral

Machine learning promises methods that generalize well from finite labeled data. However, the brittleness of existing neural net approaches is revealed by notable failures, such as the existence of adversarial examples that are misclassified despite being nearly identical to a training example, or t…

Cited by 6SourcePDFScholar
2018

Deep Complex Networks

ICLR 2018poster

At present, the vast majority of building blocks, techniques, and architectures for deep learning are based on real-valued operations and representations. However, recent work on recurrent neural networks and older fundamental theoretical analysis suggests that complex numbers could have a richer re…

2018

Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning

ICLR 2018poster

A lot of the recent success in natural language processing (NLP) has been driven by distributed vector representations of words trained on large amounts of text in an unsupervised manner. These representations are typically used as general purpose features for words across a range of NLP problems. H…

Cited by 414SourcePDFScholar
2018

Towards Text Generation with Adversarially Learned Neural Outlines

NeurIPS 2018poster

Recent progress in deep generative models has been fueled by two paradigms -- autoregressive and adversarial models. We propose a combination of both approaches with the goal of learning generative models of text. Our method first produces a high-level sentence outline and then generates words seque…