Fall 2026 mentee applications are open! Apply to research projects by August 18. Apply now

All Fall 2026 projects

Evaluation Awareness Convergence

Evaluations Behavioral evaluation of LLMs Mechanistic interpretability

Researchers now have many ways to measure LLM "evaluation awareness", a model's ability to tell it is being tested, but no one has checked whether these methods agree. This project runs the leading instruments head-to-head on a shared set of transcripts: black-box self-report, verbalized awareness, Elo ranking, linear probes, sparse-autoencoder features, and the Jacobian-lens ("J-space") score. We test whether they measure the same underlying construct and, where they diverge, what each one actually captures.

About the project

Background: If models behave differently when they detect that they are being evaluated, benchmark results stop being reliable proxies for deployment behavior, yet those results drive real deployment and governance decisions. Recent work shows frontier models already classify eval-vs-deployment transcripts well above chance (Needham et al., 2025), and that recognizing "being tested" can causally suppress misaligned behavior (Gurnee et al., 2026). Evaluation awareness has thus become a capability safety teams want to track over time. The problem: there is now a fast-growing menu of ways to MEASURE it reported across different papers, datasets, models, and metrics. We do not know whether they measure one construct or several. This is a basic measurement-science question (convergent/discriminant validity) the field has skipped, and it must be answered before any single eval-awareness number can be trusted.

Some of the methods I have in mind:

Behavioral/black-box:

  1. direct self-report — ask the model whether a transcript is an evaluation (MCQ + open-ended), per Needham & Edkins
  2. verbalized awareness — the rate the model spontaneously says "this is a test" in its reasoning/output
  3. Elo/pairwise ranking — aggregate "which looks more like an eval?" judgments into an Elo score over transcripts.

Internal/white-box (open-weight models):

  1. linear probes on activations
  2. sparse-autoencoder features that fire on evaluation cues (e.g., Gemma Scope)
  3. the Jacobian-lens "J-space" score of eval-awareness tokens (fake, fictional, simulation, ...), which Anthropic's 2026 workspace paper builds and validates in its Appendix A.21.

Research questions: RQ1 Do the instruments rank the same transcripts as more eval-aware? RQ2 How well does each separate known evals from deployment (AUC), and does agreement beat individual accuracy? RQ3 Do internal measures agree with behavioral ones, or capture distinct signals (representing eval-ness vs acting on it)?

Planned Structure: Weeks 1-4: build the shared benchmark and a working end-to-end harness for two instruments. Weeks 5-8: implement all six so they produce comparable scores. Weeks 9-11: convergence/divergence analysis. Weeks 12-13: writeup, figures, Demo Day.

Deliverables:

  • a taxonomy of eval-awareness measurement methods
  • an open-source harness that runs all instruments on a shared transcript set
  • a "convergence report" of the central agreement/divergence tables; and a public writeup/paper draft with mentee co-authors.

Theory of change

Evaluations are a load-bearing input to AI governance and deployment decisions, and evaluation awareness is a known threat to their validity: if a model behaves differently when it senses a test, benchmark scores no longer predict deployment behavior. A single eval-awareness number is only useful if the instrument producing it is valid and if different instruments would agree, otherwise "this model has low eval awareness" is not a trustworthy claim.

This project establishes the convergent and discriminant validity of the leading measurement methods and ships an open harness others can reuse. That makes eval-awareness measurement reliable enough to track across model generations, exactly what recent work (Needham et al., 2025) recommends but no one has operationalized. It also answers a directly practical question for evals and AI-control teams: can cheap behavioral probes stand in for expensive interpretability methods, or do they capture different things? The clear theory of change is safer, more trustworthy evaluations underpinning deployment and governance decisions about transformative AI.

Your role

Mentees have real ownership and autonomy over the instruments and the writing, while the overall research questions and analysis plan are set together. At least one mentee should be comfortable leading the white-box track (activation extraction, probes, SAEs, the Jacobian lens); others can focus on the behavioral instruments or on benchmark curation and statistical analysis. We decide weekly priorities together and I stay engaged with the details of each instrument. Strong contributors will be co-authors on the resulting public writeup/paper, with contributions documented.

Prerequisites

Required:

  • Highly proficient in Python, and using coding agents.
  • Comfortable with PyTorch and the Hugging Face transformers library.
  • Comfortable calling frontier LLM APIs (OpenAI / Anthropic / Google) and handling batched jobs.
  • Genuine interest in AI evaluations / AI safety, and the discipline to write careful, reproducible code.

Strongly desired for at least one team member (not required of everyone):

  • Mechanistic-interpretability tooling.
  • Experience training linear probes on model activations, or working with sparse autoencoders / the logit- or Jacobian-lens family of tools.

You do not need prior research experience or a publication record. If you are strong on the required list and excited about the topic, please apply even if you don't match everything above.

Application question(s)

Please answer briefly; concise, specific answers are ideal.

  1. (~250 words) Propose a way to measure evaluation awareness that is DIFFERENT from the instruments this project already covers. Sketch how it would work: what signal you'd read, how you'd turn it into a per-transcript score, and how you'd validate that it's actually tracking eval awareness rather than something correlated with it.

  2. (~150 words) Pick two of the suggested instruments and give one concrete transcript or scenario where you'd expect them to DISAGREE about how "eval-aware" the model is. Say why.

  3. (Optional) Link one short writing or code sample, ideally from a research or data-analysis context (a repo, notebook, or paper section is fine).

About the mentor

Netzer Epstein

Netzer Epstein

Microsoft, Heron AI Security, LIDA

View profile

I'm a SPAR, Heron AI Securtiy and ARBOx4 fellow. In the time that I have left I'm a Research Engineer at Microsoft, building LLM evaluation benchmarks and prompt-engineering strategies.

As a SPAR 2026 fellow, I led a first-author study of evaluation awareness: a "tell-transplantation" protocol that isolates which surface cues make frontier models realize they're being tested, a 22.7k-transcript causal dataset on Hugging Face, and strong cross-model agreement on which cues matter. My proposed project builds directly on this.

As a first-cohort Heron AI Security Fellow, I worked on verifiable / zero-knowledge ML paper - an audit benchmark measuring how far real ZKML systems diverge from their papers' claims, and a multi-agent soundness auditor. I also work on small projects related to Physical AI Safety and redteaming methods.

Similar projects