← Search

Pablo Piantanida

37 accepted papers

2025

(RSA)²: A Rhetorical-Strategy-Aware Rational Speech Act Framework for Figurative Language Understanding

ACL 2025long

Figurative language (e.g., irony, hyperbole, understatement) is ubiquitous in human communication, resulting in utterances where the literal and the intended meanings do not match. The Rational Speech Act (RSA) framework, which explicitly models speaker intentions, is the most widespread theory of p…

Cited by 0SourcePDFScholar
2025

Collaborative Rational Speech Act: Pragmatic Reasoning for Multi-Turn Dialog

EMNLP 2025

As AI systems take on collaborative roles, they must reason about shared goals and beliefs—not just generate fluent language. The Rational Speech Act (RSA) framework offers a principled approach to pragmatic reasoning, but existing extensions face challenges in scaling to multi-turn, collaborative s

Cited by 0SourcePDFScholar
2025

How Sampling Affects the Detectability of Machine-written texts: A Comprehensive Study

EMNLP 2025

As texts generated by Large Language Models (LLMs) are ever more common and often indistinguishable from human-written content, research on automatic text detection has attracted growing attention. Many recent detectors report near-perfect accuracy, often boasting AUROC scores above 99%. However, th

2025

Learning Task-Agnostic Representations through Multi-Teacher Distillation

NeurIPS 2025poster

Casting complex inputs into tractable representations is a critical step across various fields. Diverse embedding models emerge from differences in architectures, loss functions, input modalities and datasets, each capturing unique aspects of the input. Multi-teacher distillation leverages this dive…

Cited by 0SourceScholar
2025

Statistical Deficiency for Task Inclusion Estimation

ACL 2025long

Tasks are central in machine learning, as they are the most natural objects to assess the capabilities of current models. The trend is to build general models able to address any task. Even though transfer learning and multitask learning try to leverage the underlying task space, no well-founded too…

Cited by 0SourcePDFScholar
2025

THUNDER: Tile-level Histopathology image UNDERstanding benchmark

NeurIPS 2025spotlight

Progress in a research field can be hard to assess, in particular when many concurrent methods are proposed in a short period of time. This is the case in digital pathology, where many foundation models have been released recently to serve as feature extractors for tile-level images, being used in a…

Cited by 0SourcecodeScholar
2024

A Data-Driven Measure of Relative Uncertainty for Misclassification Detection

ICLR 2024poster

Misclassification detection is an important problem in machine learning, as it allows for the identification of instances where the model's predictions are unreliable. However, conventional uncertainty measures such as Shannon entropy do not provide an effective way to infer the real uncertainty ass…

2024

Beyond the Norms: Detecting Prediction Errors in Regression Models

ICML 2024spotlight

This paper tackles the challenge of detecting unreliable behavior in regression algorithms, which may arise from intrinsic variability (e.g., aleatoric uncertainty) or modeling errors (e.g., model uncertainty). First, we formally introduce the notion of unreliability in regression, i.e., when the ou…

Cited by 0SourcePDFScholar
2024

COSMIC: Mutual Information for Task-Agnostic Summarization Evaluation

ACL 2024long

Assessing the quality of summarizers poses significant challenges—gold summaries are hard to obtain and their suitability depends on the use context of the summarization system. Who is the user of the system, and what do they intend to do with the summary? In response, we propose a novel task-orient…

Cited by 3SourcePDFScholar
2024

GLIMPSE: Pragmatically Informative Multi-Document Summarization for Scholarly Reviews

ACL 2024long

Scientific peer review is essential for the quality of academic publications. However, the increasing number of paper submissions to conferences has strained the reviewing process. This surge poses a burden on area chairs who have to carefully read an ever-growing volume of reviews and discern each…

2024

Optimal Zero-Shot Detector for Multi-Armed Attacks

AISTATS 2024poster

This research delves into a scenario where a malicious actor can manipulate data samples using a multi-armed attack strategy, providing them with multiple ways to introduce noise into the data sample. Our central objective is to protect the data by detecting any alterations to the input. We approach…

2024

Unsupervised Layer-Wise Score Aggregation for Textual OOD Detection

AAAI 2024technical

Out-of-distribution (OOD) detection is a rapidly growing field due to new robustness and security requirements driven by an increased number of AI-based systems. Existing OOD textual detectors often rely on anomaly scores (\textit{e.g.}, Mahalanobis distance) computed on the embedding output of the…

2024

When is an Embedding Model More Promising than Another?

NeurIPS 2024poster

Embedders play a central role in machine learning, projecting any object into numerical representations that can, in turn, be leveraged to perform various downstream tasks. The evaluation of embedding models typically depends on domain-specific empirical approaches utilizing downstream tasks, primar…

Cited by 1SourcePDFScholar
2023

Open-Set Likelihood Maximization for Few-Shot Learning

CVPR 2023poster

We tackle the Few-Shot Open-Set Recognition (FSOSR) problem, i.e. classifying instances among a set of classes for which we only have a few labeled samples, while simultaneously detecting instances that do not belong to any known class. We explore the popular transductive setting, which leverages th…

2023

Optimal Transport for Unsupervised Hallucination Detection in Neural Machine Translation

ACL 2023long

Neural machine translation (NMT) has become the de-facto standard in real-world machine translation applications. However, NMT models can unpredictably produce severely pathological translations, known as hallucinations, that seriously undermine user trust. It becomes thus crucial to implement effec…

2023

RainProof: An Umbrella to Shield Text Generator from Out-Of-Distribution Data

EMNLP 2023long main

Implementing effective control mechanisms to ensure the proper functioning and security of deployed NLP models, from translation to chatbots, is essential. A key ingredient to ensure safe system behaviour is Out-Of-Distribution (OOD) detection, which aims to detect whether an input sample is statist…

Cited by 0SourceScholar
2023

Transductive Learning for Textual Few-Shot Classification in API-based Embedding Models

EMNLP 2023long main

Proprietary and closed APIs are becoming increasingly common to process natural language, and are impacting the practical applications of natural language processing, including few-shot classification. Few-shot classification involves training a model to perform a new classification task with a hand…

Cited by 0SourceScholar
2022

A Data-Driven Quantization Design for Distributed Testing Against Independence with Communication Constraints

ICASSP 2022accepted

This paper studies the problem of designing a quantizer (encoder) for the task of distributed detection of independence subject to one-side communication (limited bits) constraints. By exploiting the asymptotic performance limits as an objective to train a quantization scheme, we propose an algorith…

Cited by 0SourceScholar
2022

A Differential Entropy Estimator for Training Neural Networks

ICML 2022spotlight

Mutual Information (MI) has been widely used as a loss regularizer for training neural networks. This has been particularly effective when learn disentangled or compressed representations of high dimensional data. However, differential entropy (DE), another fundamental measure of information, has no…

2022

Beyond Mahalanobis Distance for Textual OOD Detection

NeurIPS 2022accept

As the number of AI systems keeps growing, it is fundamental to implement and develop efficient control mechanisms to ensure the safe and proper functioning of machine learning (ML) systems. Reliable out-of-distribution (OOD) detection aims to detect test samples that are statistically far from the…

Cited by 53SourcePDFScholar
2022

Igeood: An Information Geometry Approach to Out-of-Distribution Detection

ICLR 2022poster

Reliable out-of-distribution (OOD) detection is fundamental to implementing safer modern machine learning (ML) systems. In this paper, we introduce Igeood, an effective method for detecting OOD samples. Igeood applies to any pre-trained neural network, works under various degrees of access to the M…

2022

InfoLM: A New Metric to Evaluate Summarization & Data2Text Generation

AAAI 2022technical

Assessing the quality of natural language generation (NLG) systems through human annotation is very expensive. Additionally, human annotation campaigns are time-consuming and include non-reusable human labour. In practice, researchers rely on automatic metrics as a proxy of quality. In the last deca…

Cited by 62SourcePDFScholar
2022

Learning Disentangled Textual Representations via Statistical Measures of Similarity

ACL 2022long

When working with textual data, a natural application of disentangled representations is the fair classification where the goal is to make predictions without being biased (or influenced) by sensible attributes that may be present in the data (e.g., age, gender or race). Dominant approaches to disen…

2022

Leveraging Adversarial Examples To Quantify Membership Information Leakage

CVPR 2022poster

The use of personal data for training machine learning systems comes with a privacy threat and measuring the level of privacy of a model is one of the major challenges in machine learning today. Identifying training data based on a trained model is a standard way of measuring the privacy risks induc…

Cited by 26PDFcodeScholar
2022

On the Impossibility of Non-trivial Accuracy in Presence of Fairness Constraints

AAAI 2022technical

One of the main concerns about fairness in machine learning (ML) is that, in order to achieve it, one may have to trade off some accuracy. To overcome this issue, Hardt et al. proposed the notion of equality of opportunity (EO), which is compatible with maximal accuracy when the target label is dete…

Cited by 11SourcePDFScholar
2021

A Novel Estimator of Mutual Information for Learning to Disentangle Textual Representations

ACL 2021long

Learning disentangled representations of textual data is essential for many natural language tasks such as fair classification, style transfer and sentence generation, among others. The existent dominant approaches in the context of text data either rely on training an adversary (discriminator) that…

Cited by 80SourcePDFScholar
2021

Automatic Text Evaluation through the Lens of Wasserstein Barycenters

EMNLP 2021main

A new metric BaryScore to evaluate text generation based on deep contextualized embeddings (e.g., BERT, Roberta, ELMo) is introduced. This metric is motivated by a new framework relying on optimal transport tools, i.e., Wasserstein distance and barycenter. By modelling the layer output of deep conte…

2021

DOCTOR: A Simple Method for Detecting Misclassification Errors

NeurIPS 2021spotlight

Deep neural networks (DNNs) have shown to perform very well on large scale object recognition problems and lead to widespread use for real-world applications, including situations where DNN are implemented as “black boxes”. A promising approach to secure their use is to accept decisions that are li…

2021

Few-Shot Segmentation Without Meta-Learning: A Good Transductive Inference Is All You Need?

CVPR 2021poster

We show that the way inference is performed in few-shot segmentation tasks has a substantial effect on performances--an aspect often overlooked in the literature in favor of the meta-learning paradigm. We introduce a transductive inference for a given query image, leveraging the statistics of its un…

Cited by 240PDFcodeScholar
2021

Realistic evaluation of transductive few-shot learning

NeurIPS 2021poster

Transductive inference is widely used in few-shot learning, as it leverages the statistics of the unlabeled query set of a few-shot task, typically yielding substantially better performances than its inductive counterpart. The current few-shot benchmarks use perfectly class-balanced tasks at infere…

2020

A unifying mutual information view of metric learning: cross-entropy vs. pairwise losses

ECCV 2020poster

Recently, substantial research efforts in Deep Metric Learning (DML) focused on designing complex pairwise-distance losses, which require convoluted schemes to ease optimization, such as sample mining or pair weighting. The standard cross-entropy loss for classification has been largely overlooked i…

2020

Information Maximization for Few-Shot Learning

NeurIPS 2020poster

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction with a supervision loss based on the support set. Furthermore, we propose a new…

2020

Learning Semi-Supervised Anonymized Representations by Mutual Information

ICASSP 2020accepted

This paper addresses the problem of removing from a set of data (here images) a given private information, while still allowing other utilities on the processed data. This is obtained by training concurrently a GAN-like discriminator and an autoencoder. The optimization of the resulting structure in…

Cited by 0SourceScholar
2018

Identification of Bilinear Forms with the Kalman Filter

ICASSP 2018accepted

In this paper, we develop the Kalman filter for the identification of bilinear forms. In this framework, the bilinear term is defined with respect to the impulse responses of a spatiotemporal model, which resembles a multiple-input/single-output system. Recently, the identification of such bilinear…

Cited by 0SourceScholar