← Search

Freddy Lecue

13 accepted papers

2025

Interpreting Language Reward Models via Contrastive Explanations

ICLR 2025poster

Reward models (RMs) are a crucial component in the alignment of large language models’ (LLMs) outputs with human values. RMs approximate human preferences over possible LLM responses to the same prompt by predicting and comparing reward scores. However, as they are typically modified versions of LLM…

Cited by 0SourcePDFScholar
2025

Quantifying Prediction Consistency Under Fine-tuning Multiplicity in Tabular LLMs

ICML 2025poster

Fine-tuning LLMs on tabular classification tasks can lead to the phenomenon of *fine-tuning multiplicity* where equally well-performing models make conflicting predictions on the same input. Fine-tuning multiplicity can arise due to variations in the training process, e.g., seed, weight initializati…

Cited by 0SourcePDFScholar
2025

The Unseen Threat: Residual Knowledge in Machine Unlearning under Perturbed Samples

NeurIPS 2025poster

Machine unlearning offers a practical alternative to avoid full model re-training by approximately removing the influence of specific user data. While existing methods certify unlearning via statistical indistinguishability from re-trained models, these guarantees do not naturally extend to model ou…

Cited by 0SourceScholar
2024

Fair Wasserstein Coresets

NeurIPS 2024poster

Data distillation and coresets have emerged as popular approaches to generate a smaller representative set of samples for downstream learning tasks to handle large-scale datasets. At the same time, machine learning is being increasingly applied to decision-making processes at a societal level, makin…

Cited by 2SourcePDFScholar
2024

Progressive Inference: Explaining Decoder-Only Sequence Classification Models Using Intermediate Predictions

ICML 2024poster

This paper proposes Progressive inference--a framework to explain the predictions of decoder-only transformer models trained to perform sequence classification tasks. Our work is based on the insight that the classification head of a decoder-only model can be used to make intermediate predictions by…

Cited by 1SourcePDFScholar
2024

RashomonGB: Analyzing the Rashomon Effect and Mitigating Predictive Multiplicity in Gradient Boosting

NeurIPS 2024poster

The Rashomon effect is a mixed blessing in responsible machine learning. It enhances the prospects of finding models that perform well in accuracy while adhering to ethical standards, such as fairness or interpretability. Conversely, it poses a risk to the credibility of machine decisions through pr…

Cited by 1SourcePDFScholar
2024

Sequential Harmful Shift Detection Without Labels

NeurIPS 2024poster

We introduce a novel approach for detecting distribution shifts that negatively impact the performance of machine learning models in continuous production environments, which requires no access to ground truth data labels. It builds upon the work of Podkopaev and Ramdas [2022], who address scenarios…

Cited by 1SourcePDFScholar
2024

TacoERE: Cluster-aware Compression for Event Relation Extraction

COLING 2024main

Event relation extraction (ERE) is a critical and fundamental challenge for natural language processing. Existing work mainly focuses on directly modeling the entire document, which cannot effectively handle long-range dependencies and information redundancy. To address these issues, we propose a cl…

2023

Comparing Apples to Oranges: Learning Similarity Functions for Data Produced by Different Distributions

NeurIPS 2023poster

Similarity functions measure how comparable pairs of elements are, and play a key role in a wide variety of applications, e.g., notions of Individual Fairness abiding by the seminal paradigm of Dwork et al., as well as Clustering problems. However, access to an accurate similarity function should no…

Cited by 1SourcePDFScholar
2023

Trigger-Argument based Explanation for Event Detection

ACL 2023findings

Event Detection (ED) is a critical task that aims to identify events of certain types in plain text. Neural models have achieved great success on ED, thus coming with a desire for higher interpretability. Existing works mainly exploit words or phrases of the input text to explain models’ inner mecha…

2022

FisheyeHDK: Hyperbolic Deformable Kernel Learning for Ultra-Wide Field-of-View Image Recognition

AAAI 2022technical

Conventional convolution neural networks (CNNs) trained on narrow Field-of-View (FoV) images are the state-of-the art approaches for object recognition tasks. Some methods proposed the adaptation of CNNs to ultra-wide FoV images by learning deformable kernels. However, they are limited by the Euclid…