← Search

Jörg Schlötterer

13 accepted papers

2025

Behavioral Analysis of Information Salience in Large Language Models

ACL 2025finding

Large Language Models (LLMs) excel at text summarization, a task that requires models to select content based on its importance. However, the exact notion of salience that LLMs have internalized remains unclear. To bridge this gap, we introduce an explainable framework to systematically derive and i…

2025

Efficient Unsupervised Shortcut Learning Detection and Mitigation in Transformers

ICCV 2025poster

Shortcut learning, i.e., a model's reliance on undesired features not directly relevant to the task, is a major challenge that severely limits the applications of machine learning algorithms, particularly when deploying them to assist in making sensitive decisions, such as in medical diagnostics. In…

2025

Has this Fact been Edited? Detecting Knowledge Edits in Language Models

NAACL 2025long

Knowledge editing methods (KEs) can update language models’ obsolete or inaccurate knowledge learned from pre-training. However, KEs can be used for malicious applications, e.g., inserting misinformation and toxic content. Knowing whether a generated output is based on edited knowledge or first-hand…

2025

How to Make LLMs Forget: On Reversing In-Context Knowledge Edits

NAACL 2025long

In-context knowledge editing (IKE) enables efficient modification of large language model (LLM) outputs without parameter changes and at zero-cost. However, it can be misused to manipulate responses opaquely, e.g., insert misinformation or offensive content. Such malicious interventions could be inc…

2025

Position: Editing Large Language Models Poses Serious Safety Risks

ICML 2025poster

Large Language Models (LLMs) contain large amounts of facts about the world. These facts can become outdated over time, which has led to the development of knowledge editing methods (KEs) that can change specific facts in LLMs with limited side effects. This position paper argues that editing LLMs p…

Cited by 3SourcePDFScholar
2024

Comprehensive Study on German Language Models for Clinical and Biomedical Text Understanding

COLING 2024main

Recent advances in natural language processing (NLP) can be largely attributed to the advent of pre-trained language models such as BERT and RoBERTa. While these models demonstrate remarkable performance on general datasets, they can struggle in specialized domains such as medicine, where unique dom…

Cited by 7SourcePDFScholar
2024

Corpus Considerations for Annotator Modeling and Scaling

NAACL 2024long

Recent trends in natural language processing research and annotation tasks affirm a paradigm shift from the traditional reliance on a single ground truth to a focus on individual perspectives, particularly in subjective tasks. In scenarios where annotation tasks are meant to encompass diversity, mod…

2024

InfoLossQA: Characterizing and Recovering Information Loss in Text Simplification

ACL 2024long

Text simplification aims to make technical texts more accessible to laypeople but often results in deletion of information and vagueness. This work proposes InfoLossQA, a framework to characterize and recover simplification-induced information loss in form of question-and-answer (QA) pairs. Building…

2024

LLMs for Generating and Evaluating Counterfactuals: A Comprehensive Study

EMNLP 2024finding

As NLP models become more complex, understanding their decisions becomes more crucial. Counterfactuals (CFs), where minimal changes to inputs flip a model’s prediction, offer a way to explain these models. While Large Language Models (LLMs) have shown remarkable performance in NLP tasks, their effic…

2023

Benchmarking eXplainable AI - A Survey on Available Toolkits and Open Challenges

IJCAI 2023poster

The goal of Explainable AI (XAI) is to make the reasoning of a machine learning model accessible to humans, such that users of an AI system can evaluate and judge the underlying model. Due to the blackbox nature of XAI methods it is, however, hard to disentangle the contribution of a model and the e…

2023

Give Me the Facts! A Survey on Factual Knowledge Probing in Pre-trained Language Models

EMNLP 2023long findings

Pre-trained Language Models (PLMs) are trained on vast unlabeled data, rich in world knowledge. This fact has sparked the interest of the community in quantifying the amount of factual knowledge present in PLMs, as this explains their performance on downstream tasks, and potentially justifies their…

Cited by 37SourceScholar
2023

PIP-Net: Patch-Based Intuitive Prototypes for Interpretable Image Classification

CVPR 2023poster

Interpretable methods based on prototypical patches recognize various components in an image in order to explain their reasoning to humans. However, existing prototype-based methods can learn prototypes that are not in line with human visual perception, i.e., the same prototype can refer to differen…