← Search

benjamin negrevergne

8 accepted papers

2025

Improving Diversity in Language Models: When Temperature Fails, Change the Loss

ICML 2025poster

Increasing diversity in language models is a challenging yet essential objective. A common approach is to raise the decoding temperature. In this work, we investigate this approach through a simplistic yet common case to provide insights into why decreasing temperature can improve quality (Precision…

Cited by 0SourcePDFScholar
2025

Unveiling the Role of Randomization in Multiclass Adversarial Classification: Insights from Graph Theory

AISTATS 2025poster

Randomization as a mean to improve the adversarial robustness of machine learning models has recently attracted significant attention. Unfortunately, much of the theoretical analysis so far has focused on binary classification, providing only limited insights into the more complex multiclass setting…

Cited by 0SourceScholar
2025

What Makes Large Language Models Reason in (Multi-Turn) Code Generation?

ICLR 2025poster

Prompting techniques such as chain-of-thought have established themselves as a popular vehicle for improving the outputs of large language models (LLMs). For code generation, however, their exact mechanics and efficacy are under-explored using unified metrics and benchmarks. We thus investigate the…

Cited by 7SourcePDFScholar
2024

Exploring Precision and Recall to assess the quality and diversity of LLMs

ACL 2024long

We introduce a novel evaluation framework for Large Language Models (LLMs) such as Llama-2 and Mistral, focusing on importing Precision and Recall metrics from image generation to text generation. This approach allows for a nuanced assessment of the quality and diversity of generated text without th…

2024

Optimal Budgeted Rejection Sampling for Generative Models

AISTATS 2024poster

Rejection sampling methods have recently been proposed to improve the performance of discriminator-based generative models. However, these methods are only optimal under an unlimited sampling budget, and are usually applied to a generator trained independently of the rejection procedure. We first pr…

Cited by 5SourcePDFScholar
2023

On the Role of Randomization in Adversarially Robust Classification

NeurIPS 2023spotlight

Deep neural networks are known to be vulnerable to small adversarial perturbations in test data. To defend against adversarial attacks, probabilistic classifiers have been proposed as an alternative to deterministic ones. However, literature has conflicting findings on the effectiveness of probabili…

Cited by 5SourcePDFScholar
2023

Precision-Recall Divergence Optimization for Generative Modeling with GANs and Normalizing Flows

NeurIPS 2023poster

Achieving a balance between image quality (precision) and diversity (recall) is a significant challenge in the domain of generative models. Current state-of-the-art models primarily rely on optimizing heuristics, such as the Fr\'echet Inception Distance. While recent developments have introduced pri…

Cited by 11SourcePDFScholar
2021

On Lipschitz Regularization of Convolutional Layers using Toeplitz Matrix Theory

AAAI 2021technical

This paper tackles the problem of Lipschitz regularization of Convolutional Neural Networks. Lipschitz regularity is now established as a key property of modern deep learning with implications in training stability, generalization, robustness against adversarial examples, etc. However, computing the…