← Search

Isabelle Augenstein

51 accepted papers

2026

Interpretable Debiasing of Vision-Language Models for Social Fairness

CVPR 2026

The rapid advancement of Vision-Language models (VLMs) has raised growing concerns that their black-box reasoning processes could lead to unintended forms of social bias. Current debiasing approaches focus on mitigating surface-level bias signals through post-hoc learning or test-time algorithms, wh

Cited by 0SourceScholar
2025

A Reality Check on Context Utilisation for Retrieval-Augmented Generation

ACL 2025long

Retrieval-augmented generation (RAG) helps address the limitations of parametric knowledge embedded within a language model (LM). In real world settings, retrieved information can vary in complexity, yet most investigations of LM utilisation of context has been limited to synthetic text. We introduc…

2025

Can Community Notes Replace Professional Fact-Checkers?

ACL 2025short

Two commonly employed strategies to combat the rise of misinformation on social media are (i) fact-checking by professional organisations and (ii) community moderation by platform users. Policy changes by Twitter/X and, more recently, Meta, signal a shift away from partnerships with fact-checking or…

2025

Evaluating Input Feature Explanations through a Unified Diagnostic Evaluation Framework

NAACL 2025long

Explaining the decision-making process of machine learning models is crucial for ensuring their reliability and transparency for end users. One popular explanation form highlights key input features, such as i) tokens (e.g., Shapley Values and Integrated Gradients), ii) interactions between tokens (…

2025

Explainability and Interpretability of Multilingual Large Language Models: A Survey

EMNLP 2025

Multilingual large language models (MLLMs) demonstrate state-of-the-art capabilities across diverse cross-lingual and multilingual tasks. Their complex internal mechanisms, however, often lack transparency, posing significant challenges in elucidating their internal processing of multilingualism, cr

Cited by 0SourcePDFScholar
2025

FLARE: Faithful Logic-Aided Reasoning and Exploration

EMNLP 2025

Modern Question Answering (QA) and Reasoning approaches with Large Language Models (LLMs) commonly use Chain-of-Thought (CoT) prompting but struggle with generating outputs faithful to their intermediate reasoning chains. While neuro-symbolic methods like Faithful CoT (F-CoT) offer higher faithfulne

Cited by 0SourcePDFScholar
2025

Investigating Human Values in Online Communities

NAACL 2025long

Studying human values is instrumental for cross-cultural research, enabling a better understanding of preferences and behaviour of society at large and communities therein. To study the dynamics of communities online, we propose a method to computationally analyse values present on Reddit. Our metho…

2025

Measuring and Benchmarking Large Language Models’ Capabilities to Generate Persuasive Language

NAACL 2025long

We are exposed to much information trying to influence us, such as teaser messages, debates, politically framed news, and propaganda — all of which use persuasive language. With the recent interest in Large Language Models (LLMs), we study the ability of LLMs to produce persuasive text. As opposed t…

Cited by 5SourcePDFScholar
2025

Mind the Style Gap: Meta-Evaluation of Style and Attribute Transfer Metrics

EMNLP 2025

Large language models (LLMs) make it easy to rewrite a text in any style – e.g. to make it more polite, persuasive, or more positive – but evaluation thereof is not straightforward. A challenge lies in measuring content preservation: that content not attributable to style change is retained. This pa

2025

Presumed Cultural Identity: How Names Shape LLM Responses

EMNLP 2025

Names are deeply tied to human identity - they can serve as markers of individuality, cultural heritage, and personal history. When interacting with LLMs, user names can enter chatbot conversations through direct user input (requested by chatbots), as part of task contexts such as CV reviews, or as

2025

Specializing Large Language Models to Simulate Survey Response Distributions for Global Populations

NAACL 2025long

Large-scale surveys are essential tools for informing social science research and policy, but running surveys is costly and time-intensive. If we could accurately simulate group-level survey results, this would therefore be very valuable to social science research. Prior work has explored the use of…

2025

SynDARin: Synthesising Datasets for Automated Reasoning in Low-Resource Languages

COLING 2025main

Question Answering (QA) datasets have been instrumental in developing and evaluating Large Language Model (LLM) capabilities. However, such datasets are scarce for languages other than English due to the cost and difficulties of collection and manual annotation. This means that producing novel model…

Cited by 1SourcePDFScholar
2025

Unstructured Evidence Attribution for Long Context Query Focused Summarization

EMNLP 2025

Large language models (LLMs) are capable of generating coherent summaries from very long contexts given a user query, and extracting and citing evidence spans helps improve the trustworthiness of these summaries. Whereas previous work has focused on evidence citation with fixed levels of granularity

2024

Can Transformers Learn n-gram Language Models?

EMNLP 2024main

Much theoretical work has described the ability of transformers to represent formal languages. However, linking theoretical results to empirical performance is not straightforward due to the complex interplay between the architecture, the learning algorithm, and training data. To test whether theore…

2024

DYNAMICQA: Tracing Internal Knowledge Conflicts in Language Models

EMNLP 2024finding

Knowledge-intensive language understanding tasks require Language Models (LMs) to integrate relevant context, mitigating their inherent weaknesses, such as incomplete or outdated knowledge. However, conflicting knowledge can be present in the LM’s parameters, termed intra-memory conflict, which can…

2024

Factcheck-Bench: Fine-Grained Evaluation Benchmark for Automatic Fact-checkers

EMNLP 2024finding

The increased use of large language models (LLMs) across a variety of real-world applications calls for mechanisms to verify the factual accuracy of their outputs. In this work, we present Factcheck-Bench, a holistic end-to-end framework for annotating and evaluating the factuality of LLM-generated…

2024

Investigating the Impact of Model Instability on Explanations and Uncertainty

ACL 2024findings

Explainable AI methods facilitate the understanding of model behaviour, yet, small, imperceptible perturbations to inputs can vastly distort explanations. As these explanations are typically evaluated holistically, before model deployment, it is difficult to assess when a particular explanation is t…

2024

LLM Tropes: Revealing Fine-Grained Values and Opinions in Large Language Models

EMNLP 2024finding

Uncovering latent values and opinions embedded in large language models (LLMs) can help identify biases and mitigate potential harm. Recently, this has been approached by prompting LLMs with survey questions and quantifying the stances in the outputs towards morally and politically charged statement…

2024

Revealing the Parametric Knowledge of Language Models: A Unified Framework for Attribution Methods

ACL 2024long

Language Models (LMs) acquire parametric knowledge from their training process, embedding it within their weights. The increasing scalability of LMs, however, poses significant challenges for understanding a model’s inner workings and further for updating or correcting this embedded knowledge withou…

2024

Social Bias Probing: Fairness Benchmarking for Language Models

EMNLP 2024main

While the impact of social biases in language models has been recognized, prior methods for bias evaluation have been limited to binary association tests on small datasets, limiting our understanding of bias complexities. This paper proposes a novel framework for probing language models for social b…

Cited by 21SourcePDFScholar
2024

Understanding Fine-grained Distortions in Reports of Scientific Findings

ACL 2024findings

Distorted science communication harms individuals and society as it can lead to unhealthy behavior change and decrease trust in scientific institutions. Given the rapidly increasing volume of science communication in recent years, a fine-grained understanding of how findings from scientific publicat…

Cited by 2SourcePDFScholar
2024

What Languages are Easy to Language-Model? A Perspective from Learning Probabilistic Regular Languages

ACL 2024long

What can large language models learn? By definition, language models (LM) are distributionsover strings. Therefore, an intuitive way of addressing the above question is to formalize it as a matter of learnability of classes of distributions over strings. While prior work in this direction focused on…

Cited by 9SourcePDFScholar
2023

A Latent-Variable Model for Intrinsic Probing

AAAI 2023technical

The success of pre-trained contextualized representations has prompted researchers to analyze them for the presence of linguistic information. Indeed, it is natural to assume that these pre-trained representations do encode some level of linguistic knowledge as they have brought about large empiric…

2023

Adapting Neural Link Predictors for Data-Efficient Complex Query Answering

NeurIPS 2023poster

Answering complex queries on incomplete knowledge graphs is a challenging task where a model needs to answer complex logical queries in the presence of missing knowledge. Prior work in the literature has proposed to address this problem by designing architectures trained end-to-end for the complex q…

2023

Faithfulness Tests for Natural Language Explanations

ACL 2023short

Explanations of neural models aim to reveal a model’s decision-making process for its predictions. However, recent work shows that current methods giving explanations such as saliency maps or counterfactuals can be misleading, as they are prone to present reasons that are unfaithful to the model’s i…

2023

Measuring Intersectional Biases in Historical Documents

ACL 2023findings

Data-driven analyses of biases in historical texts can help illuminate the origin and development of biases prevailing in modern society. However, digitised historical documents pose a challenge for NLP practitioners as these corpora suffer from errors introduced by optical character recognition (OC…

2023

Multilingual Event Extraction from Historical Newspaper Adverts

ACL 2023long

NLP methods can aid historians in analyzing textual materials in greater volumes than manually feasible. Developing such methods poses substantial challenges though. First, acquiring large, annotated historical datasets is difficult, as only domain experts can reliably label them. Second, most avail…

2023

PHD: Pixel-Based Language Modeling of Historical Documents

EMNLP 2023long main

The digitisation of historical documents has provided historians with unprecedented research opportunities. Yet, the conventional approach to analysing historical documents involves converting them from images to text using OCR, a process that overlooks the potential benefits of treating them as ima…

Cited by 0SourcecodeScholar
2023

People Make Better Edits: Measuring the Efficacy of LLM-Generated Counterfactually Augmented Data for Harmful Language Detection

EMNLP 2023long main

NLP models are used in a variety of critical social computing tasks, such as detecting sexist, racist, or otherwise hateful content. Therefore, it is imperative that these models are robust to spurious features. Past work has attempted to tackle such spurious features using training data augmentatio…

Cited by 0SourcecodeScholar
2023

Thorny Roses: Investigating the Dual Use Dilemma in Natural Language Processing

EMNLP 2023long findings

Dual use, the intentional, harmful reuse of technology and scientific artefacts, is an ill-defined problem within the context of Natural Language Processing (NLP). As large language models (LLMs) have advanced in their capabilities and become more accessible, the risk of their intentional misuse bec…

Cited by 0SourcecodeScholar
2023

Topic-Guided Sampling For Data-Efficient Multi-Domain Stance Detection

ACL 2023long

The task of Stance Detection is concerned with identifying the attitudes expressed by an author towards a target of interest. This task spans a variety of domains ranging from social media opinion identification to detecting the stance for a legal claim. However, the framing of the task varies withi…

2023

Why Should This Article Be Deleted? Transparent Stance Detection in Multilingual Wikipedia Editor Discussions

EMNLP 2023long main

The moderation of content on online platforms is usually non-transparent. On Wikipedia, however, this discussion is carried out publicly and editors are encouraged to use the content moderation policies as explanations for making moderation decisions. Currently, only a few comments explicitly mentio…

Cited by 0SourcecodeScholar
2022

A Survey on Stance Detection for Mis- and Disinformation Identification

NAACL 2022findings

Understanding attitudes expressed in texts, also known as stance detection, plays an important role in systems for detecting false information online, be it misinformation (unintentionally false) or disinformation (intentionally false information). Stance detection has been framed in different ways,…

Cited by 155SourcePDFScholar
2022

Can Edge Probing Tests Reveal Linguistic Knowledge in QA Models?

COLING 2022main

There have been many efforts to try to understand what grammatical knowledge (e.g., ability to understand the part of speech of a token) is encoded in large pre-trained language models (LM). This is done through ‘Edge Probing’ (EP) tests: supervised classification tasks to predict the grammatical pr…

Cited by 3SourcePDFScholar
2022

Counterfactually Augmented Data and Unintended Bias: The Case of Sexism and Hate Speech Detection

NAACL 2022long

Counterfactually Augmented Data (CAD) aims to improve out-of-domain generalizability, an indicator of model robustness. The improvement is credited to promoting core features of the construct over spurious artifacts that happen to correlate with it. Yet, over-relying on core features may lead to uni…

2022

Diagnostics-Guided Explanation Generation

AAAI 2022technical

Explanations shed light on a machine learning model's rationales and can aid in identifying deficiencies in its reasoning process. Explanation generation models are typically trained in a supervised way given human explanations. When such annotations are not available, explanations are often selecte…

2022

Few-Shot Cross-Lingual Stance Detection with Sentiment-Based Pre-training

AAAI 2022technical

The goal of stance detection is to determine the viewpoint expressed in a piece of text towards a target. These viewpoints or contexts are often expressed in many different languages depending on the user and the platform, which can be a local news outlet, a social media platform, a news forum, etc.…

2022

Generating Scientific Claims for Zero-Shot Scientific Fact Checking

ACL 2022long

Automated scientific fact checking is difficult due to the complexity of scientific language and a lack of significant amounts of training data, as annotation requires domain expertise. To address this challenge, we propose scientific claim generation, the task of generating one or more atomic and v…

2022

Machine Reading, Fast and Slow: When Do Models “Understand” Language?

COLING 2022main

Two of the most fundamental issues in Natural Language Understanding (NLU) at present are: (a) how it can established whether deep learning-based models score highly on NLU benchmarks for the ”right” reasons; and (b) what those reasons would even be. We investigate the behavior of reading comprehens…

Cited by 17SourcePDFScholar
2022

Modeling Information Change in Science Communication with Semantically Matched Paraphrases

EMNLP 2022main

Whether the media faithfully communicate scientific information has long been a core issue to the science community. Automatically identifying paraphrased scientific findings could enable large-scale tracking and analysis of information changes in the science communication process, but this requires…

2022

Neighborhood Contrastive Learning for Scientific Document Representations with Citation Embeddings

EMNLP 2022main

Learning scientific document representations can be substantially improved through contrastive learning objectives, where the challenge lies in creating positive and negative training samples that encode the desired similarity semantics. Prior work relies on discrete citation relations to generate c…

2022

Same Neurons, Different Languages: Probing Morphosyntax in Multilingual Pre-trained Models

NAACL 2022long

The success of multilingual pre-trained models is underpinned by their ability to learn representations shared by multiple languages even in absence of any explicit supervision. However, it remains unclear how these models learn to generalise across languages. In this work, we conjecture that multil…

2022

TempEL: Linking Dynamically Evolving and Newly Emerging Entities

NeurIPS 2022accept

In our continuously evolving world, entities change over time and new, previously non-existing or unknown, entities appear. We study how this evolutionary scenario impacts the performance on a well established entity linking (EL) task. For that study, we introduce TempEL, an entity linking dataset t…

2021

Cross-Domain Label-Adaptive Stance Detection

EMNLP 2021main

Stance detection concerns the classification of a writer’s viewpoint towards a target. There are different task variants, e.g., stance of a tweet vs. a full article, or stance with respect to a claim vs. an (implicit) topic. Moreover, task definitions vary, which includes the label inventory, the da…

2021

How Does Counterfactually Augmented Data Impact Models for Social Computing Constructs?

EMNLP 2021main

As NLP models are increasingly deployed in socially situated settings such as online abusive content detection, it is crucial to ensure that these models are robust. One way of improving model robustness is to generate counterfactually augmented data (CAD) for training models that can better learn t…

2021

Multi-Hop Fact Checking of Political Claims

IJCAI 2021poster

Recent work has proposed multi-hop models and datasets for studying complex natural language reasoning. One notable task requiring multi-hop reasoning is fact checking, where a set of connected evidence pieces leads to the final verdict of a claim. However, existing datasets either do not provide an…

2021

Semi-Supervised Exaggeration Detection of Health Science Press Releases

EMNLP 2021main

Public trust in science depends on honest and factual communication of scientific papers. However, recent studies have demonstrated a tendency of news media to misrepresent scientific papers by exaggerating their findings. Given this, we present a formalization of and study into the problem of exagg…

2020

TX-Ray: Quantifying and Explaining Model-Knowledge Transfer in (Un-)Supervised NLP

UAI 2020poster

While state-of-the-art NLP explainability (XAI) methods focus on explaining per-sample decisions in supervised end or probing tasks, this is insufficient to explain and quantify model knowledge transfer during (un-)supervised training. Thus, for TX-Ray, we modify the established computer vision expl…