Google DeepMind Pilots Double-Blind AI Evaluations to Prevent Benchmark Contamination

Google DeepMind, alongside the Singapore AI Safety Institute, OpenMined, AVERI, and MLCommons, has launched a pilot demonstrating double-blind evaluations for proprietary frontier artificial intelligence models. The initiative evaluates Gemini Flash Lite inside hardware-isolated secure enclaves to resolve the structural conflict between model intellectual property and benchmark confidentiality. External evaluations of commercial large language models traditionally face a mutual trust barrier. I

2 min
Google DeepMind Pilots Double-Blind AI Evaluations to Prevent Benchmark Contamination

Google DeepMind, alongside the Singapore AI Safety Institute, OpenMined, AVERI, and MLCommons, has launched a pilot demonstrating double-blind evaluations for proprietary frontier artificial intelligence models. The initiative evaluates Gemini Flash Lite inside hardware-isolated secure enclaves to resolve the structural conflict between model intellectual property and benchmark confidentiality.

External evaluations of commercial large language models traditionally face a mutual trust barrier. Independent auditors and safety organizations cannot inspect raw model weights or proprietary inference stacks without risking the developer's commercial secrets. Conversely, model developers cannot run unreleased, high-stakes benchmark test suites on their own infrastructure without risking benchmark contamination, where test questions inadvertently enter future pre-training or fine-tuning datasets.

Hardware Enclaves and Structured Transparency

The pilot framework, documented in DeepMind's technical report "Resolving the Dual Confidentiality Dilemma in AI Safety Auditing," deploys a hardware-enforced Double-Blind Evaluation (DBE) protocol built on Google Cloud Confidential Space.

Double-Blind Evaluation Workflow

The DBE architecture isolates both the evaluation data and the model weights inside a temporary trusted execution environment (TEE):

  1. Memory-level hardware encryption: Execution takes place inside AMD SEV-SNP secure enclaves, encrypting memory at runtime to prevent the cloud host, Google engineers, and external auditors from inspecting execution states.
  2. PySyft Datasite orchestration: OpenMined's PySyft system manages structured transparency policies, establishing cryptographic identity and governing how data enters the enclave.
  3. Cryptographic attestation: Before either party releases encrypted assets to the enclave, the system generates hardware-signed cryptographic measurements verifying that only approved, unmonitored evaluation code is running.
  4. Zero-leakage execution: Inside the enclave, Gemini Flash Lite processes the confidential benchmark prompts. The evaluation harness computes aggregate performance and safety metrics, outputs the final score report, and tears down the environment without writing prompt logs or raw intermediate tokens to persistent storage.

Preventing Benchmark Contamination in Safety Audits

Benchmark contamination has undermined public model leaderboards as frontier labs scale web scrapes for pre-training corpora. When models inadvertently ingest static benchmark datasets, reported evaluation scores measure training memorization rather than reasoning generalization.

This issue is acute for high-stakes audits conducted by government safety institutes, including evaluations for autonomous cyber-offense, biological risks, and automated exploitation. Keeping evaluation suites strictly confidential has previously required either trusted third-party escrow or blind remote API queries. Remote API testing remains vulnerable to provider-side prompt logging, caching, and post-hoc data retention.

By proving cryptographic isolation during model execution, the DBE architecture establishes a path for regulators and independent evaluation bodies like MLCommons and the Singapore AISI to run unreleased tests against commercial models without proprietary exposure on either side.

Sources

Written by

More to read

  • LLM Red Teaming and Automated Adversarial Testing in Production: Comparing Garak, Microsoft PyRIT, Promptfoo Red Team, and HarmBench

    Manual penetration testing and bespoke adversarial prompt engineering cannot scale to modern production LLM systems. As language models transition from isolated completion endpoints to stateful autonomous agents with tool-calling capabilities, file system access, and external retrieval pipelines, their attack surface expands combinatorially. Static test suites and manual prompt probing fail to catch subtle multi-turn jailbreaks, prompt injections, and indirect data poisoning vulnerabilities befo

    1 min
  • Model Merging in Weight Space: Mathematical Foundations of Task Vectors, TIES-Merging, DARE, and Spherical Linear Interpolation

    Training large language models across multiple downstream domains typically requires expensive multi-task supervised fine-tuning (SFT) or sequential continual learning. Both paths present steep practical challenges: multi-task training demands simultaneous access to massive, curated datasets and massive compute budgets, while sequential fine-tuning suffers from catastrophic forgetting. Model merging has emerged as a data-free, compute-efficient alternative. By combining the parameters of multip

    1 min
  • Salesforce and Anthropic Launch Claudeforce to Embed 37 CRM Actions Inside Claude

    Salesforce and Anthropic have expanded their enterprise collaboration with the release of Claudeforce, an integration that embeds Salesforce customer relationship management tools and data execution directly inside Anthropic's Claude interface. The integration launches with a dedicated plugin, "Salesforce in Claude," containing 37 pre-built sales skills. Rather than acting strictly as a conversational assistant for generating text, the tool connects Claude's reasoning capabilities directly to S

    1 min