BinSaqban commited on
Commit
cd23e06
·
verified ·
1 Parent(s): b5b7f44

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "Interference-Aware Concept Regularization: Scaling Circuit-Aware Low-Rank Adaptation with Disentangled Feature Constraints"
3
+ tags:
4
+ - lora
5
+ - circuit-aware
6
+ - interference-regularization
7
+ - peft
8
+ license: apache-2.0
9
+ authors:
10
+ - name: Hayula AI Lab
11
+ library_name: peft
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ # Interference-Aware Concept Regularization
16
+
17
+ **Authors:** Hayula AI Lab
18
+ **Date:** July 2026
19
+ **License:** Apache-2.0
20
+
21
+ ## Abstract
22
+
23
+ We introduce Interference-Aware Concept Regularization (IACR), a training objective that replaces L1 sparsity penalties with pairwise interference constraints during Circuit-Aware Low-Rank Adaptation (LoRA) fine-tuning. Drawing on the mechanistic understanding of interference weights introduced by Anthropic (2025), we compute pairwise cosine similarities between concept projections through the query and key attention circuits at every transformer layer. The resulting interference regularization term penalizes the adapter for introducing features that would interfere with the base model's pre-existing circuit structure, preserving mechanistic integrity while adapting to new domains. Applied to three security LLMs — Averroes, SAIF, and Rushd — IACR reduces concept interference by 34% while maintaining task accuracy, improves feature disentanglement in J-lens circuit mapping by 28%, and enables the use of higher LoRA ranks without inducing catastrophic forgetting.
24
+
25
+ **Full paper:** [paper.md](./paper.md)
26
+
27
+ ## Key Results
28
+
29
+ - **Concept Interference Reduction:** 34%
30
+ - **J-Lens Circuit Purity Improvement:** 28%
31
+ - **Catastrophic Forgetting Reduction:** ~70%
32
+ - **Max LoRA Rank (without forgetting):** r=64 (vs r=16 under L1)
33
+
34
+ ## Tags
35
+
36
+ `lora` `circuit-aware` `interference-regularization` `peft`