method
active
method:low-rank-adaptation-loraLow-Rank Adaptation (LoRA)
Parameter-efficient fine-tuning method used to implement SOO fine-tuning on LLMs
Neighborhood — ranked by edge-count
Frameworks (1)
framework
- The central framework proposed in this paper: aligning AI internal representations of self and others to reduce deceptive behavior
Methods (1)
method
- LoRA (Low-Rank Adaptation)same_asParameter-efficient fine-tuning method used for both SDF and expert iteration stages.
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Fine-tuning method paper whose technique is used in the fine-tuning experiments
- Parameter-efficient fine-tuning method used in both distillation and introspection stages
- Mechanistic explanation of how fine-tuning can shift persona vectors without directly updating activations
- Fine-tuning technique that can effectively add a constant vector to the residual stream, equivalent to steering along a persona direction
- Adaptation method used via Tinker API for DeepSeek-V3.1 and Qwen3-235B fine-tuning with rank 32
- E2 finding showing CoT's limited benefit for OOD transfer, consistent with larger dr out of scope
- Specific fine-tuning implementation using LoRA rank 32, learning rate 2e-4, AdamW 8-bit optimizer
- Fine-tuning with chain-of-thought rationales aiming to reduce dr via procedural alignment.