Papers › Orthogonal Representation Editing: Decoupling Semantic Entanglement in Batch Knowledge...

Orthogonal Representation Editing: Decoupling Semantic Entanglement in Batch Knowledge Editing of LLMs

21 Jun 2026arXiv:2606.22627added by Syntology

Wenhao Yu, Zhicong Lu, Bo Lv, Fangyin Ma, Kaiwen Wei, Shihao Yang, Nayu Liu

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

Knowledge editing aims to efficiently update factual information in Large Language Models (LLMs) without full retraining. However, existing methods still suffer from performance degradation in batch knowledge editing. We identify that semantic representation entanglement, such as overlapping concepts and shared syntactic patterns, accumulates interference in the representation space and reduces editing precision. To bridge this gap, in this paper, we propose Orthogonal Representation Editing (ORE), which performs edits in the hidden representation space of LLMs by constructing a general semantic subspace and enforcing orthogonal constraints on edit vectors, effectively decoupling semantic entanglement. Furthermore, we introduce a gated non-linear representation head to enable adaptive learning of editing locations and precise control over knowledge injection. Extensive experiments show that ORE outperforms existing methods and achieves superior performance in cross-lingual knowledge editing scenarios. We release our code at https://github.com/YVVH/ORE.

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="2606.22627")

Code

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

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

YVVH/ORE 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; 9 ran; 0 honoured the contract we drafted; 12 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.

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

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 YVVH/ORE. “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.

AverageMeter YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 48891b8496966711 · report
LayerRepAdapter YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 2446b47d34d2a36a · report
RMSNorm YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 6347bf161968fa04 · report
RepHead YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 8e2ada57a31cbb01 · report
ce_loss YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran MIT (permissive) · 14374bd37af63bc3 · report
chunks YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · a37133c7a083ec7c · report
gate_bce_loss YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · df1ee0eb56dd13f9 · report
is_main_process YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran MIT (permissive) · 9f7b345fe9b853cc · report
kl_loss YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 8959db6923feedce · report
ExternalRepHeadModel YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · f88a420258132b97 · report
HyperParams YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 7a52361b1565ae24 · report
OREHyperParams YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · c6263f4e82a5a169 · report
_rep_heads YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 2e10fb38be74f95a · report
apply_ORE_to_model YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 244fc534d2c08b91 · report
empty_cache YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 89544dc7e474b383 · report
execute_ore YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · d3c9f7ddd7020f82 · report
generate_fast YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 42427b24096ac89f · report
get_context_templates YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 01a9d26251bf2a78 · report
orth_loss YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 53045bee82a2ab4a · report
tokenized YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 6648649dbdfad9b5 · report
train_step YVVH/ORE/ORE/ORE_main.py found in paper text by Syntology unverified MIT (permissive) · 5813326e00feabd0 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.22627, was issued in June 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