Papers › SwordBench: Evaluating Orthogonality of Steering Image Representations

SwordBench: Evaluating Orthogonality of Steering Image Representations

10 May 2026arXiv:2605.16372added by Syntology

Vladimir Zaigrajew, Dawid Pludowski, Hubert Baniecki, Przemyslaw Biecek

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Steering or intervening on model representations at inference time to correct predictions is essential for AI interpretability and safety, yet existing evaluation protocols are limited to ambiguous language modeling tasks. To address this gap, we introduce SwordBench, a benchmark for steering image representations of vision models across multiple backbones and concept removal tasks. Beyond a unified benchmarking suite, we propose new evaluation notions that uncover the second-order effects of orthogonalization among concept activation vectors for pragmatic steering. Specifically, cross-concept robustness measures the stability of concept detection performance across inputs orthogonalized against alternative concepts, and collateral damage quantifies whether steering inadvertently affects model performance on a downstream task for inputs lacking the bias. We find that although a linear support vector machine exhibits superior separability and orthogonality, it fails to achieve zero collateral damage, often trailing sparse autoencoders. In simpler regimes, both standard baselines and optimization-based methods fail to achieve perfect steering. The source code will be made available soon on GitHub.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.16372")

Code

Syntology Ran 14 of 21 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 21 samples from 2 repositories, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

openai/CLIP found in paper text by Syntology report
Weixin-Liang/MetaShift found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 14 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · our draft was wrong
1ran · fixture could not drive it
6ran
7unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Classifier Weixin-Liang/MetaShift/experiments/distribution_shift/networks.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ce7990d7ad5821ff · report
accuracy Weixin-Liang/MetaShift/experiments/distribution_shift/main_generalization.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · a5e37b0cab1cbb28 · report
build_subset_graph Weixin-Liang/MetaShift/dataset/generate_full_MetaShift.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 3e901c4ed59c9f3a · report
default_hparams Weixin-Liang/MetaShift/experiments/distribution_shift/hparams_registry.py found in paper text by Syntology ran fingerprinted MIT (permissive) · e4b64902dbab5592 · report
get_all_nodes_in_dataset Weixin-Liang/MetaShift/dataset/domain_generalization_cat_dog.py found in paper text by Syntology ran MIT (permissive) · b190c86e12304666 · report
get_pairs openai/CLIP/clip/simple_tokenizer.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · d919ae32e5e4e616 · report
make_weights_for_balanced_classes Weixin-Liang/MetaShift/experiments/distribution_shift/misc.py found in paper text by Syntology ran MIT (permissive) · 5f576ed342c48a0a · report
node_str_to_subject_tag Weixin-Liang/MetaShift/experiments/distribution_shift/main_generalization.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 27de4aa52fde48b8 · report
parse_node_str Weixin-Liang/MetaShift/dataset/generate_full_MetaShift.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 4bf7300ac8e005e7 · report
random_hparams Weixin-Liang/MetaShift/experiments/distribution_shift/hparams_registry.py found in paper text by Syntology ran MIT (permissive) · b3a2e4269ad831cc · report
random_pairs_of_minibatches Weixin-Liang/MetaShift/experiments/distribution_shift/algorithms.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 4fa2b54178fcc1df · report
remove_batch_norm_from_resnet Weixin-Liang/MetaShift/experiments/distribution_shift/networks.py found in paper text by Syntology ran MIT (permissive) · 196cab71d7129d62 · report
split_dataset Weixin-Liang/MetaShift/experiments/distribution_shift/misc.py found in paper text by Syntology ran MIT (permissive) · 18e820e42046bc45 · report
whitespace_clean openai/CLIP/clip/simple_tokenizer.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9542161e9640b858 · report
Featurizer Weixin-Liang/MetaShift/experiments/distribution_shift/networks.py found in paper text by Syntology unverified MIT (permissive) · 35b902a4c075efc3 · report
build_model openai/CLIP/clip/model.py found in paper text by Syntology unverified MIT (permissive) · 39e6b23b55f376ea · report
draw_subject_set_graph Weixin-Liang/MetaShift/dataset/generate_full_MetaShift.py found in paper text by Syntology unverified MIT (permissive) · ac8f33705a95e2de · report
get_algorithm_class Weixin-Liang/MetaShift/experiments/distribution_shift/algorithms.py found in paper text by Syntology unverified MIT (permissive) · b0bc80b1655a6802 · report
load openai/CLIP/clip/clip.py found in paper text by Syntology unverified MIT (permissive) · 021a688e5389b8b6 · report
print_row Weixin-Liang/MetaShift/experiments/distribution_shift/misc.py found in paper text by Syntology unverified MIT (permissive) · af3c9a80c8fd1f7a · report
validate Weixin-Liang/MetaShift/experiments/distribution_shift/main_generalization.py found in paper text by Syntology unverified MIT (permissive) · b4966e51c262718f · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.16372, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections