← Search

Fazl Barez

27 accepted papers

2026

AutoControl Arena: Synthesizing Executable Test Environments for Frontier AI Risk Evaluation

ICML 2026poster

As Large Language Models (LLMs) evolve into autonomous agents, existing safety evaluations face a fundamental trade-off: manual benchmarks are costly, while LLM-based simulators are scalable but suffer from logic hallucination. We present AUTOCONTROL ARENA, an automated framework for frontier AI ris…

Cited by 0SourceScholar
2026

Beyond Linear Probes: Dynamic Safety Monitoring for Language Models

ICLR 2026poster

Monitoring large language models' (LLMs) activations is an effective way to detect harmful requests before they lead to unsafe outputs. However, traditional safety monitors often require the same amount of compute for every query. This creates a trade-off: expensive monitors waste resources on easy…

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

Position: Don't Just "Fix it in Post'': A Science of AI Must Study Learning Dynamics

ICML 2026oral

What would it mean to have a *scientific* understanding of AI? Language models are not static objects—they are snapshots of time-evolving processes shaped by data, objectives, and optimization dynamics. Yet the field predominantly treats models as fixed artifacts, analyzing behaviors after training …

Cited by 0SourceScholar
2026

Position: Interpretability Can Be Actionable

ICML 2026poster

Interpretability aims to explain the behavior of deep neural networks. Despite rapid growth, there is mounting concern that much of this work has not translated into practical impact, raising questions about its relevance and utility. This position paper argues that the central missing ingredient is…

Cited by 0SourceScholar
2026

Position: There are futures that benchmark-driven AI cannot see

ICML 2026oral

Breakthroughs often come from ideas we could not have predicted in advance. In biology, this is called exaptation: traits evolved for one function become decisive for another. Scientific progress works similarly, but only if ideas survive periods when they appear uncompetitive by current metrics. Th…

Cited by 0SourceScholar
2026

Towards Understanding Subliminal Learning: When and How Hidden Biases Transfer

ICLR 2026poster

Language models can transfer hidden biases during distillation. For example, a teacher that "likes owls" can make its student "like owls" too, even when the training data consists only of lists of numbers. This surprising phenomenon is called *subliminal learning*. Subliminal learning can be expecte…

Cited by 0SourcecodeScholar
2025

Beyond Linear Steering: Unified Multi-Attribute Control for Language Models

EMNLP 2025

Controlling multiple behavioral attributes in large language models (LLMs) at inference time is a challenging problem due to interference between attributes and the limitations of linear steering methods, which assume additive behavior in activation space and require per-attribute tuning. We introdu

Cited by 0SourcePDFScholar
2025

Emerging Risks from Embodied AI Require Urgent Policy Action

NeurIPS 2025poster

The field of embodied AI (EAI) is rapidly advancing. Unlike virtual AI, EAI systems can exist in, learn from, reason about, and act in the physical world. With recent advances in AI and hardware research and design, EAI systems are becoming increasingly capable across an expanding set of operational…

Cited by 0SourceScholar
2025

Establishing Best Practices in Building Rigorous Agentic Benchmarks

NeurIPS 2025poster

Benchmarks are essential for quantitatively tracking progress in AI. As AI agents become increasingly capable, researchers and practitioners have introduced agentic benchmarks to evaluate agents on complex, real-world tasks. These benchmarks typically measure agent capabilities by evaluating task ou…

Cited by 0SourceScholar
2025

PoisonBench: Assessing Language Model Vulnerability to Poisoned Preference Data

ICML 2025poster

Preference learning is a central component for aligning current LLMs, but this process can be vulnerable to data poisoning attacks. To address this concern, we introduce PoisonBench, a benchmark for evaluating large language models' susceptibility to data poisoning during preference learning. Data p…

Cited by 0SourcePDFScholar
2025

Precise In-Parameter Concept Erasure in Large Language Models

EMNLP 2025

Large language models (LLMs) often acquire knowledge during pretraining that is undesirable in downstream deployments, e.g., sensitive information or copyrighted content. Existing approaches for removing such knowledge rely on fine-tuning, training low-rank adapters or fact-level editing, but these

2025

Towards Interpreting Visual Information Processing in Vision-Language Models

ICLR 2025poster

Vision-Language Models (VLMs) are powerful tools for processing and understanding text and images. We study the processing of visual tokens in the language model component of LLaVA, a prominent VLM. Our approach focuses on analyzing the localization of object information, the evolution of visual tok…

2025

Trust Me, I’m Wrong: LLMs Hallucinate with Certainty Despite Knowing the Answer

EMNLP 2025

Prior work on large language model (LLM) hallucinations has associated them with model uncertainty or inaccurate knowledge. In this work, we define and investigate a distinct type of hallucination, where a model can consistently answer a question correctly, but a seemingly trivial perturbation, whic

2024

Interpreting Context Look-ups in Transformers: Investigating Attention-MLP Interactions

EMNLP 2024main

Understanding the inner workings of large language models (LLMs) is crucial for advancing their theoretical foundations and real-world applications. While the attention mechanism and multi-layer perceptrons (MLPs) have been studied independently, their interactions remain largely unexplored. This st…

Cited by 1SourcePDFScholar
2024

Interpreting Learned Feedback Patterns in Large Language Models

NeurIPS 2024poster

Reinforcement learning from human feedback (RLHF) is widely used to train large language models (LLMs). However, it is unclear whether LLMs accurately learn the underlying preferences in human feedback data. We coin the term **Learned Feedback Pattern** (LFP) for patterns in an LLM's activations lea…

2024

Position: Near to Mid-term Risks and Opportunities of Open-Source Generative AI

ICML 2024oral

In the next few years, applications of Generative AI are expected to revolutionize a number of different areas, ranging from science & medicine to education. The potential for these seismic changes has triggered a lively debate about potential risks and resulted in calls for tighter regulation, in p…

Cited by 9SourcePDFScholar
2024

Towards Interpretable Sequence Continuation: Analyzing Shared Circuits in Large Language Models

EMNLP 2024main

While transformer models exhibit strong capabilities on linguistic tasks, their complex architectures make them difficult to interpret. Recent work has aimed to reverse engineer transformer models into human-readable representations called circuits that implement algorithmic functions. We extend thi…

2024

Value-Evolutionary-Based Reinforcement Learning

ICML 2024poster

Combining Evolutionary Algorithms (EAs) and Reinforcement Learning (RL) for policy search has been proven to improve RL performance. However, previous works largely overlook value-based RL in favor of merging EAs with policy-based RL. This paper introduces Value-Evolutionary-Based Reinforcement Lear…

2023

Detecting Edit Failures In Large Language Models: An Improved Specificity Benchmark

ACL 2023findings

Recent model editing techniques promise to mitigate the problem of memorizing false or outdated associations during LLM training. However, we show that these techniques can introduce large unwanted side effects which are not detected by existing specificity benchmarks. We extend the existing Counter…

2023

The Larger they are, the Harder they Fail: Language Models do not Recognize Identifier Swaps in Python

ACL 2023findings

Large Language Models (LLMs) have successfully been applied to code generation tasks, raising the question of how well these models understand programming. Typical programming languages have invariances and equivariances in their semantics that human programmers intuitively understand and exploit, s…