← Search

Sinead Williamson

10 accepted papers

2026

Annotations Mitigate Post-Training Mode Collapse

ICML 2026poster

Post-training (via supervised fine-tuning) improves instruction-following, but often induces semantic mode collapse by biasing models toward low-entropy fine-tuning data at the expense of the high-entropy pre-training distribution. Crucially, we find this trade-off worsens with scale. To close this …

Cited by 0SourceScholar
2026

BED-LLM: Intelligent Information Gathering with LLMs and Bayesian Experimental Design

ICLR 2026poster

We propose a general-purpose approach for improving the ability of large language models (LLMs) to intelligently and adaptively gather information from a user or other external source using the framework of sequential Bayesian experimental design (BED). This enables LLMs to act as effective multi-tu…

Cited by 0SourceScholar
2026

SelfReflect: Can LLMs Communicate Their Internal Answer Distribution?

ICLR 2026poster

The common approach to communicate a large language model's (LLM) uncertainty is to add a percentage number or a hedging word to its response. But is this all we can do? Instead of generating a single answer and then hedging it, an LLM that is fully transparent to the user needs to be able to reflec…

Cited by 0SourcecodeScholar
2026

To Infinity and Beyond: Tool-Use Unlocks Length Generalization in State Space Models

ICLR 2026oral

State Space Models (SSMs) have become the leading alternative to Transformers for sequence modeling tasks. Their primary advantage is efficiency in long-context and long-form generation, enabled by fixed-size memory and linear scaling of computational complexity. We begin this work by showing a simp…

Cited by 0SourceScholar
2026

Trained on Tokens, Calibrated on Concepts: The Emergence of Semantic Calibration in LLMs

ICLR 2026poster

Large Language Models (LLMs) often lack meaningful confidence estimates for the semantic content of their outputs. While base LLMs are known to exhibit next-token calibration, it remains unclear whether they can assess confidence in the actual meaning of their responses beyond the token level. We fi…

Cited by 0SourceScholar
2025

Beyond Sensor Data: Foundation Models of Behavioral Data from Wearables Improve Health Predictions

ICML 2025poster

Wearable devices record physiological and behavioral signals that can improve health predictions. While foundation models are increasingly used for such predictions, they have been primarily applied to low-level sensor data, despite behavioral data often being more informative due to their alignment…

Cited by 0SourcePDFScholar
2025

Revisiting Uncertainty Quantification Evaluation in Language Models: Spurious Interactions with Response Length Bias Results

ACL 2025short

Uncertainty Quantification (UQ) in Language Models (LMs) is key to improving their safety and reliability. Evaluations often use metrics like AUROC to assess how well UQ methods (e.g., negative sequence probabilities) correlate with task correctness functions (e.g., ROUGE-L). We show that mutual bia…

2025

Steering into New Embedding Spaces: Analyzing Cross-Lingual Alignment Induced by Model Interventions in Multilingual Language Models

ACL 2025long

Aligned representations across languages is a desired property in multilingual large language models (mLLMs), as alignment can improve performance in cross-lingual tasks. Typically alignment requires fine-tuning a model, which is computationally expensive, and sizable language data, which often may…

Cited by 0SourcePDFScholar
2020

Certifai: A Toolkit for Building Trust in AI Systems

IJCAI 2020poster

As more companies and governments build and use machine learning models to automate decisions, there is an ever-growing need to monitor and evaluate these models' behavior once they are deployed. Our team at CognitiveScale has developed a toolkit called Cortex Certifai to answer this need. Cortex…

Cited by 0SourcePDFScholar
2020

Distributed, partially collapsed MCMC for Bayesian Nonparametrics

AISTATS 2020poster

Bayesian nonparametric (BNP) models provide elegant methods for discovering underlying latent features within a data set, but inference in such models can be slow. We exploit the fact that completely random measures, which commonly-used models like the Dirichlet process and the beta-Bernoulli proces…