← Search

Mark Gales

28 accepted papers

2025

Cross-Lingual Transfer Learning for Speech Translation

NAACL 2025short

There has been increasing interest in building multilingual foundation models for NLP and speech research. This paper examines how to expand the speech translation capability of these models with restricted data. Whisper, a speech foundation model with strong performance on speech recognition and En…

Cited by 1SourcePDFScholar
2025

Generalised Probabilistic Modelling and Improved Uncertainty Estimation in Comparative LLM-as-a-judge

UAI 2025

This paper explores generalised probabilistic modelling and uncertainty estimation in comparative LLM-as-a-judge frameworks. We show that existing Product-of-Experts methods are specific cases of a broader framework, enabling diverse modelling options. Furthermore, we propose improved uncertainty es

Cited by 0SourcePDFScholar
2025

SkillAggregation: Reference-free LLM-Dependent Aggregation

ACL 2025long

Large Language Models (LLMs) are increasingly used to assess NLP tasks due to their ability to generate human-like judgments. Single LLMs were used initially, however, recent work suggests using multiple LLMs as judges yields improved performance. An important step in exploiting multiple judgements…

2025

Universal Acoustic Adversarial Attacks for Flexible Control of Speech-LLMs

EMNLP 2025

The combination of pre-trained speech encoders with large language models has enabled the development of speech LLMs that can handle a wide range of spoken language processing tasks. While these models are powerful and flexible, this very flexibility may make them more vulnerable to adversarial atta

Cited by 0SourcePDFScholar
2025

Unlearning vs. Obfuscation: Are We Truly Removing Knowledge?

EMNLP 2025

Unlearning has emerged as a critical capability for large language models (LLMs) to support data privacy, regulatory compliance, and ethical AI deployment. Recent techniques often rely on obfuscation by injecting incorrect or irrelevant information to suppress knowledge. Such methods effectively con

2024

Efficient LLM Comparative Assessment: A Product of Experts Framework for Pairwise Comparisons

EMNLP 2024main

LLM-as-a-judge approaches are a practical and effective way of assessing a range of text tasks. However, when using pairwise comparisons to rank a set of candidates, the computational cost scales quadratically with the number of candidates, which has practical limitations. This paper introduces a Pr…

2024

Investigating the Emergent Audio Classification Ability of ASR Foundation Models

NAACL 2024long

Text and vision foundation models can perform many tasks in a zero-shot setting, a desirable property that enables these systems to be applied in general and low-resource settings. There has been far less work, however, on the zero-shot abilities of ASR foundation models, with these systems typicall…

2024

Is It Possible to Modify Text to a Target Readability Level? An Initial Investigation Using Zero-Shot Large Language Models

COLING 2024main

Text simplification is a common task where the text is adapted to make it easier to understand. Similarly, text elaboration can make a passage more sophisticated, offering a method to control the complexity of reading comprehension tests. However, text simplification and elaboration tasks are limite…

Cited by 11SourcePDFScholar
2024

Is LLM-as-a-Judge Robust? Investigating Universal Adversarial Attacks on Zero-shot LLM Assessment

EMNLP 2024main

Large Language Models (LLMs) are powerful zero-shot assessors used in real-world situations such as assessing written exams and benchmarking systems. Despite these critical applications, no existing work has analyzed the vulnerability of judge-LLMs to adversarial manipulation. This work presents the…

2024

LLM Task Interference: An Initial Study on the Impact of Task-Switch in Conversational History

EMNLP 2024main

With the recent emergence of powerful instruction-tuned large language models (LLMs), various helpful conversational Artificial Intelligence (AI) systems have been deployed across many applications. When prompted by users, these AI systems successfully perform a wide range of tasks as part of a conv…

2024

Teacher-Student Training for Debiasing: General Permutation Debiasing for Large Language Models

ACL 2024findings

Large Language Models (LLMs) have demonstrated impressive zero-shot capabilities and versatility in NLP tasks, however they sometimes fail to maintain crucial invariances for specific tasks. One example is permutation sensitivity, where LLMs’ outputs may significantly vary depending on the order of…

Cited by 6SourcePDFScholar
2024

WaterJudge: Quality-Detection Trade-off when Watermarking Large Language Models

NAACL 2024findings

Watermarking generative-AI systems, such as LLMs, has gained considerable interest, driven by their enhanced capabilities across a wide range of tasks. Although current approaches have demonstrated that small, context-dependent shifts in the word distributions can be used to apply and detect waterma…

Cited by 16SourcePDFScholar
2023

SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models

EMNLP 2023long main

Generative Large Language Models (LLMs) such as GPT-3 are capable of generating highly fluent responses to a wide variety of user prompts. However, LLMs are known to hallucinate facts and make non-factual statements which can undermine trust in their output. Existing fact-checking approaches either…

Cited by 0SourcecodeScholar
2022

Answer Uncertainty and Unanswerability in Multiple-Choice Machine Reading Comprehension

ACL 2022findings

Machine reading comprehension (MRC) has drawn a lot of attention as an approach for assessing the ability of systems to understand natural language. Usually systems focus on selecting the correct answer to a question given a contextual paragraph. However, for many applications of multiple-choice MRC…

Cited by 21SourcePDFScholar
2021

Scaling Ensemble Distribution Distillation to Many Classes with Proxy Targets

NeurIPS 2021poster

Ensembles of machine learning models yield improved system performance as well as robust and interpretable uncertainty estimates; however, their inference costs can be prohibitively high. Ensemble Distribution Distillation (EnD$^2$) is an approach that allows a single model to efficiently capture bo…

Cited by 23SourcePDFScholar
2021

Shifts: A Dataset of Real Distributional Shift Across Multiple Large-Scale Tasks

NeurIPS 2021poster

There has been significant research done on developing methods for improving robustness to distributional shift and uncertainty estimation. In contrast, only limited work has examined developing standard datasets and benchmarks for assessing these approaches. Additionally, most work on uncertainty e…

Cited by 160SourcecodeScholar
2021

Sparsity and Sentence Structure in Encoder-Decoder Attention of Summarization Systems

EMNLP 2021main

Transformer models have achieved state-of-the-art results in a wide range of NLP tasks including summarization. Training and inference using large transformer models can be computationally expensive. Previous work has focused on one important bottleneck, the quadratic self-attention mechanism in the…

Cited by 8SourcePDFScholar
2019

Reverse KL-Divergence Training of Prior Networks: Improved Uncertainty and Adversarial Robustness

NeurIPS 2019poster

Ensemble approaches for uncertainty estimation have recently been applied to the tasks of misclassification detection, out-of-distribution input detection and adversarial attack detection. Prior Networks have been proposed as an approach to efficiently emulate an ensemble of models for classificatio…