Papers for

ai model auditors

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Visual text similarity metrics mislead in multimodal AI models

The Alignment Illusion in Multimodal Large Language Models

Abstract: Layer-wise visual-text similarity in Multimodal Large Language Models (MLLMs) is widely interpreted as evidence that the language model progressively integrates visual content into a shared representation space. This reading rests on the assumption that scalar alignment scores reflect content-level cross-modal interaction. To test this assumption, we apply controlled interventions to the visual stream. Across 13 MLLMs from five families spanning 0.5B to 72B parameters, replacing projector-output visual tokens with Gaussian noise sharply reduces task accuracy, yet four standard scalar measures (CKA, SVCCA, MIR, and the leading principal-angle cosine) fail to consistently separate the corrupted stream from the original. We call this failure the alignment illusion and trace it to the shared language-model pathway: anisotropic MLP down-projections pull visual and text tokens toward common output directions, producing weight-induced alignment. Because this component is essentially one-dimensional, we introduce the principal-angle gap (PA gap), defined as the difference between the top two principal-angle cosines, which separates weight-induced similarity from multi-directional visual structure. Under graded visual corruption, the PA gap tracks task accuracy more consistently than the scalar scores we consider; under a structured but irrelevant image, it further exposes regimes in which internal geometry and task accuracy come apart. Internal visual-text alignment in MLLMs is therefore best read as a geometric diagnostic of the visual stream inside the language model rather than a direct proxy for content-level cross-modal interaction, and is most informative when calibrated by controlled task evidence.

Thu 24 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Multimodal large language models combine images and text to understand content. People often measure how well these models align visuals and words by looking at certain scores. The authors found that these scores can be misleading, because the model's inner structure can create false impressions of alignment even when the images are corrupted. They propose a new way to better detect true visual-text alignment by focusing on the geometry inside the model. This helps understand how these AI models process images and text together more accurately.
Open → 2609.30210v1

Gradient data attribution methods track answer format more than task

Form Over Content In Gradient-Based Data Attribution Methods

Abstract: Data attribution methods using gradient similarity are widely used to analyze and select training data for large language models, but what gradient similarity actually measures is debated. Some interpret it as identifying task-relevant skills, while other work reports that surface form is the main factor. We resolve this debate for supervised fine-tuning examples by varying task and answer format independently. Specifically, we render benchmarks in different answer formats, such that datasets can share a task without a format or a format without a task. We find that gradient alignment follows the answer format, as benchmark pairs sharing an answer format align strongly (disattenuated cosine near 0.4), while same benchmarks rendered with different answer format classes show no alignment (near 0.0). We demonstrate that this ordering holds from the earliest pretraining checkpoints through post-training, and across model scales and families. We then analyze the released selections of LESS, a gradient-based data selection method for instruction tuning, and find that each target's selections over-represent the target's own answer format. Hence, we demonstrate that gradient-based attribution methods track format similarity more than task semantics, meaning that such methods, as well as the semantic interpretation of the gradient, should be tested on data where answer format and task vary independently for greater robustness and reliability.

Thu 17 SeptComputation and LanguageArtificial Intelligence
The gist
Some methods that look at how training data influences AI models focus on comparing gradients, or small changes in the model. This paper finds that these methods often measure how similar the answer formats are (like whether answers are multiple choice or free text), rather than the actual meaning or task the data addresses. The authors tested this by changing answer formats independently from tasks and saw that gradients aligned mainly with format similarity. This finding suggests caution in using gradient-based methods to understand what AI models learn about tasks.
Open → 2609.19589v1

Truth probes cannot distinguish true and prescribed actions perfectly

The Truth Was Never Gone: Perfect Aliasing in Compliant-Context Truth Probes

Abstract: A truth probe fitted where truthful reporting and a task's prescribed action coincide cannot distinguish those targets from its fitting labels alone. We call this failure of semantic identification perfect aliasing. In a controlled binary reporting game, truth and prescribed-action probes fitted on compliant contexts solve the same optimization. On rival contexts their labels are complements, forcing their AUROCs to sum to one; this identity holds across 751 cell-layer pairs to floating-point precision. We separate prescribed output symbols from semantic action using randomized codebooks, then separate truth from prescribed action by fitting on mixed compliant and rival contexts. For a reward-trained Gemma-2-9B policy that answers falsely on all evaluated rival trials, the conventional probe scores $0.006 \pm 0.005$ AUROC across three training seeds, while mixed-fit probes score $1.000$ on the same held-out activations. Mixed fitting uses more training examples and access to labelled rival contexts, so this comparison establishes linear recoverability rather than isolating the benefit of decorrelation. We also show that two compliant-fit probes, both perfect in-distribution, score $0.080$ and $0.986$ on the same rival activations. The findings concern what a probe measures: they do not establish preserved functional belief, causal use of the recovered direction, or a deployable deception detector. Code and aggregate results accompany the paper.

Wed 9 SeptMachine LearningArtificial IntelligenceComputation and Language
The gist
Some tools called truth probes try to detect when a system is telling the truth based on its behavior. This paper finds that if what the system does matches exactly what it’s supposed to do, the probe can’t tell whether the system is truly truthful or just following orders. The authors show that this confusion, called perfect aliasing, happens in many cases and prove ways to separate true beliefs from just prescribed actions. However, they caution that this doesn’t mean the probes measure actual beliefs or that they can detect deception reliably.
Open → 2609.10739v1