← Search

Rémi Leblond

5 accepted papers

2021

Machine Translation Decoding beyond Beam Search

EMNLP 2021main

Beam search is the go-to method for decoding auto-regressive machine translation models. While it yields consistent improvements in terms of BLEU, it is only concerned with finding outputs with high model likelihood, and is thus agnostic to whatever end metric or score practitioners care about. Our…

Cited by 73SourcePDFScholar
2020

OPtions as REsponses: Grounding behavioural hierarchies in multi-agent reinforcement learning

ICML 2020poster

This paper investigates generalisation in multi-agent games, where the generality of the agent can be evaluated by playing against opponents it hasn’t seen during training. We propose two new games with concealed information and complex, non-transitive reward structure (think rock-paper-scissors). I…

Cited by 62SourcePDFScholar
2018

SEARNN: Training RNNs with global-local losses

ICLR 2018poster

We propose SEARNN, a novel training algorithm for recurrent neural networks (RNNs) inspired by the "learning to search" (L2S) approach to structured prediction. RNNs have been widely successful in structured prediction applications such as machine translation or parsing, and are commonly trained usi…

2017

Breaking the Nonsmooth Barrier: A Scalable Parallel Method for Composite Optimization

NeurIPS 2017spotlight

Due to their simplicity and excellent performance, parallel asynchronous variants of stochastic gradient descent have become popular methods to solve a wide range of large-scale optimization problems on multi-core architectures. Yet, despite their practical success, support for nonsmooth objectives…