← Search

Chris Dyer

15 accepted papers

2022

Enabling Arbitrary Translation Objectives with Adaptive Tree Search

ICLR 2022poster

We introduce an adaptive tree search algorithm, which is a deterministic variant of Monte Carlo tree search, that can find high-scoring outputs under translation models that make no assumptions about the form or structure of the search objective. This algorithm enables the exploration of new kinds o…

Cited by 1SourcePDFScholar
2022

Exposing the Implicit Energy Networks behind Masked Language Models via Metropolis--Hastings

ICLR 2022poster

While recent work has shown that scores from models trained by the ubiquitous masked language modeling (MLM) objective effectively discriminate probable from improbable sequences, it is still an open question if these MLMs specify a principled probability distribution over the space of possible sequ…

Cited by 58SourcePDFScholar
2021

End-to-End Training of Multi-Document Reader and Retriever for Open-Domain Question Answering

NeurIPS 2021poster

We present an end-to-end differentiable training method for retrieval-augmented open-domain question answering systems that combine information from multiple retrieved documents when generating answers. We model retrieval decisions as latent variables over sets of relevant documents. Since marginali…

2021

Game-theoretic Vocabulary Selection via the Shapley Value and Banzhaf Index

NAACL 2021long

The input vocabulary and the representations learned are crucial to the performance of neural NLP models. Using the full vocabulary results in less explainable and more memory intensive models, with the embedding layer often constituting the majority of model parameters. It is thus common to use a s…

Cited by 25SourcePDFScholar
2018

Memory Architectures in Recurrent Neural Network Language Models

ICLR 2018poster

We compare and analyze sequential, random access, and stack memory architectures for recurrent neural network language models. Our experiments on the Penn Treebank and Wikitext-2 datasets show that stack-based memory architectures consistently achieve the best performance in terms of held out perple…

Cited by 63SourcePDFScholar
2018

Unsupervised Text Style Transfer using Language Models as Discriminators

NeurIPS 2018poster

Binary classifiers are employed as discriminators in GAN-based unsupervised style transfer models to ensure that transferred sentences are similar to sentences in the target domain. One difficulty with the binary discriminator is that error signal is sometimes insufficient to train the model to prod…

2017

Learning to Compose Words into Sentences with Reinforcement Learning

ICLR 2017poster

We use reinforcement learning to learn tree-structured neural networks for computing representations of natural language sentences. In contrast with prior work on tree-structured models, in which the trees are either provided as input or predicted using supervision from explicit treebank annotations…

Cited by 208SourceScholar
2015

Learning Word Representations with Hierarchical Sparse Coding

ICML 2015poster

We propose a new method for learning word representations using hierarchical regularization in sparse coding inspired by the linguistic study of word meanings. We show an efficient learning algorithm based on stochastic proximal methods that is significantly faster than previous approaches, making i…

Cited by 75SourcePDFScholar