← Search

Martin Tutek

9 accepted papers

2026

ManagerBench: Evaluating the Safety-Pragmatism Trade-off in Autonomous LLMs

ICLR 2026poster

As large language models (LLMs) evolve from conversational assistants into autonomous agents, evaluating the safety of their actions becomes critical. Prior safety benchmarks have primarily focused on preventing generation of harmful content, such as toxic text. However, they overlook the challenge…

Cited by 0SourcecodeScholar
2026

Old Habits Die Hard: How Conversational History Geometrically Traps LLMs

ICML 2026poster

How does the conversational past of large language models (LLMs) influence their future performance? Recent work suggests that LLMs are affected by their conversational history in unexpected ways. For instance, hallucinations in prior interactions may influence subsequent model responses. In this wo…

Cited by 0SourceScholar
2026

PRAGWORLD: A Benchmark Evaluating LLMs’ Local World Model Under Minimal Linguistic Alterations and Conversational Dynamics

AAAI 2026technical

Real-world conversations are rich with pragmatic elements, such as entity mentions, references, and implicatures. Understanding such nuances is a requirement for successful natural communication, and often requires building a local _world model_ which encodes such elements and captures the dynamics

Cited by 0SourcePDFScholar
2025

MIB: A Mechanistic Interpretability Benchmark

ICML 2025poster

How can we know whether new mechanistic interpretability methods achieve real improvements? In pursuit of lasting evaluation standards, we propose MIB, a Mechanistic Interpretability Benchmark, with two tracks spanning four tasks and five models. MIB favors methods that precisely and concisely recov…

2025

Measuring Chain of Thought Faithfulness by Unlearning Reasoning Steps

EMNLP 2025

When prompted to think step-by-step, language models (LMs) produce a chain of thought (CoT), a sequence of reasoning steps that the model supposedly used to produce its prediction. Despite much work on CoT prompting, it is unclear if reasoning verbalized in a CoT is faithful to the models’ parametri

Cited by 0SourcePDFScholar
2025

REVS: Unlearning Sensitive Information in Language Models via Rank Editing in the Vocabulary Space

ACL 2025finding

Language models (LMs) risk inadvertently memorizing and divulging sensitive or personally identifiable information (PII) seen in training data, causing privacy concerns. Current approaches to address this issue involve costly dataset scrubbing, or model filtering through unlearning and model editing…

Cited by 0SourcePDFScholar
2024

Code Prompting Elicits Conditional Reasoning Abilities in Text+Code LLMs

EMNLP 2024main

Reasoning is a fundamental component of language understanding. Recent prompting techniques, such as chain of thought, have consistently improved LLMs’ performance on various reasoning tasks. Nevertheless, there is still little understanding of what triggers reasoning abilities in LLMs in the infere…

2024

Out-of-Distribution Detection by Leveraging Between-Layer Transformation Smoothness

ICLR 2024poster

Effective out-of-distribution (OOD) detection is crucial for reliable machine learning models, yet most current methods are limited in practical use due to requirements like access to training data or intervention in training. We present a novel method for detecting OOD data in Transformers based on…

2023

Easy to Decide, Hard to Agree: Reducing Disagreements Between Saliency Methods

ACL 2023findings

A popular approach to unveiling the black box of neural NLP models is to leverage saliency methods, which assign scalar importance scores to each input component. A common practice for evaluating whether an interpretability method is faithful has been to use evaluation-by-agreement – if multiple met…

Cited by 0SourcePDFScholar