← Search

Paul-Alexis Dray

4 accepted papers

2021

QuestEval: Summarization Asks for Fact-based Evaluation

EMNLP 2021main

Summarization evaluation remains an open research problem: current metrics such as ROUGE are known to be limited and to correlate poorly with human judgments. To alleviate this issue, recent work has proposed evaluation metrics which rely on question answering models to assess whether a summary cont…

2021

To Beam Or Not To Beam: That is a Question of Cooperation for Language GANs

NeurIPS 2021poster

Due to the discrete nature of words, language GANs require to be optimized from rewards provided by discriminator networks, via reinforcement learning methods. This is a much harder setting than for continuous tasks, which enjoy gradient flows from discriminators to generators, usually leading to dr…

Cited by 23SourcePDFScholar
2020

ColdGANs: Taming Language GANs with Cautious Sampling Strategies

NeurIPS 2020poster

Training regimes based on Maximum Likelihood Estimation (MLE) suffer from known limitations, often leading to poorly generated text sequences that lack of coherence, factualness, and are prone to repetitions. At the root of these limitations is the mismatch between training and inference, i.e. the s…

2020

Discriminative Adversarial Search for Abstractive Summarization

ICML 2020poster

We introduce a novel approach for sequence decoding, Discriminative Adversarial Search (DAS), which has the desirable properties of alleviating the effects of exposure bias without requiring external metrics. Inspired by Generative Adversarial Networks (GANs), wherein a discriminator is used to impr…