← Search

Peter Hase

14 accepted papers

2026

Outcome-Based Rewards Do Not Guarantee Faithful and Verifiable Reasoning

ICML 2026poster

Reinforcement Learning from Verifiable Rewards (RLVR) on chain-of-thought reasoning has become a standard part of language model post-training recipes. A common assumption is that the reasoning chains trained through RLVR represent how a model gets to its answer. In this paper, we develop two metric…

Cited by 0SourceScholar
2025

System 1.x: Learning to Balance Fast and Slow Planning with Language Models

ICLR 2025poster

Language models can be used to solve long-horizon planning problems in two distinct modes. In a fast 'System-1' mode, models directly generate plans without any explicit search or backtracking, and in a slow 'System-2' mode, they plan step-by-step by explicitly searching over possible actions. Syste…

2025

Teaching Models to Balance Resisting and Accepting Persuasion

NAACL 2025long

Large language models (LLMs) are susceptible to persuasion, which can pose risks when models are faced with an adversarial interlocutor. We take a first step towards defending models against persuasion while also arguing that defense against adversarial (i.e. *negative*) persuasion is only half of t…

2024

Can Sensitive Information Be Deleted From LLMs? Objectives for Defending Against Extraction Attacks

ICLR 2024spotlight

Pretrained language models sometimes possess knowledge that we do not wish them to, including memorized personal information and knowledge that could be used to harm people. They can also output toxic or harmful text. To mitigate these safety and informational issues, we propose an attack-and-defens…

2024

LACIE: Listener-Aware Finetuning for Calibration in Large Language Models

NeurIPS 2024poster

When answering questions, large language models (LLMs) can convey not only an answer to the question, but a level of confidence about the answer being correct. This includes explicit markers of confidence (e.g. giving a numeric confidence score) as well as implicit markers, like using an authoritati…

Cited by 3SourcePDFScholar
2024

The Unreasonable Effectiveness of Easy Training Data for Hard Tasks

ACL 2024long

How can we train models to perform well on hard test data when hard training data is by definition difficult to label correctly? This question has been termed the scalable oversight problem and has drawn increasing attention as language models have continually improved. In this paper, we present the…

2023

Adaptive Contextual Perception: How To Generalize To New Backgrounds and Ambiguous Objects

NeurIPS 2023poster

Biological vision systems make adaptive use of context to recognize objects in new settings with novel contexts as well as occluded or blurry objects in familiar settings. In this paper, we investigate how vision models adaptively use context for out-of-distribution (OOD) generalization and leverage…

2023

Can Language Models Teach? Teacher Explanations Improve Student Performance via Personalization

NeurIPS 2023poster

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models (LLMs) perform complex reasoning by generating explanations for their predictions, it is unclear whether they also make good teachers for w…

2023

Does Localization Inform Editing? Surprising Differences in Causality-Based Localization vs. Knowledge Editing in Language Models

NeurIPS 2023spotlight

Language models learn a great quantity of factual information during pretraining, and recent work localizes this information to specific model weights like mid-layer MLP weights. In this paper, we find that we can change how a fact is stored in a model by editing weights that are in a different loca…

2023

Summarization Programs: Interpretable Abstractive Summarization with Neural Modular Trees

ICLR 2023poster

Current abstractive summarization models either suffer from a lack of clear interpretability or provide incomplete rationales by only highlighting parts of the source document. To this end, we propose the Summarization Program (SP), an interpretable modular framework consisting of an (ordered) list…

2022

Are Hard Examples also Harder to Explain? A Study with Human and Model-Generated Explanations

EMNLP 2022main

Recent work on explainable NLP has shown that few-shot prompting can enable large pre-trained language models (LLMs) to generate grammatical and factual natural language explanations for data labels. In this work, we study the connection between explainability and sample hardness by investigating th…

2022

VisFIS: Visual Feature Importance Supervision with Right-for-the-Right-Reason Objectives

NeurIPS 2022accept

Many past works aim to improve visual reasoning in models by supervising feature importance (estimated by model explanation techniques) with human annotations such as highlights of important image regions. However, recent work has shown that performance gains from feature importance (FI) supervision…

2021

FastIF: Scalable Influence Functions for Efficient Model Interpretation and Debugging

EMNLP 2021main

Influence functions approximate the “influences” of training data-points for test predictions and have a wide variety of applications. Despite the popularity, their computational cost does not scale well with model and training data size. We present FastIF, a set of simple modifications to influence…

2021

The Out-of-Distribution Problem in Explainability and Search Methods for Feature Importance Explanations

NeurIPS 2021poster

Feature importance (FI) estimates are a popular form of explanation, and they are commonly created and evaluated by computing the change in model confidence caused by removing certain input features at test time. For example, in the standard Sufficiency metric, only the top-k most important tokens a…