← Search

Luke Marks

4 accepted papers

2026

Output Supervision Can Obfuscate the Chain of Thought

ICLR 2026poster

Recently, OpenAI (2025) showed that training against a chain of thought (CoT) monitor can cause obfuscated CoTs, which contain bad behavior the monitor cannot detect. They proposed to keep CoTs monitorable by training only against output monitors that do not have access to CoT. We show that such tra…

Cited by 0SourceScholar
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

TinySQL: A Progressive Text-to-SQL Dataset for Mechanistic Interpretability Research

EMNLP 2025

Mechanistic interpretability research faces a gap between analyzing simple circuits in toy tasks and discovering features in large models. To bridge this gap, we propose text-to-SQL generation as an ideal task to study, as it combines the formal structure of toy tasks with real-world complexity. We

Cited by 0SourcePDFScholar
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…