LoRA for Gender-Inclusive Rewriting and Activation Steering for Counter-Narrative Generation
The paper presents the IHLC system for gender-inclusive rewriting and counter-narrative generation using Low-Rank Adaptation (LoRA) fine-tuning and activation steering. For gender-inclusive rewriting, LoRA fine-tuning achieves an official score of 80.00%, demonstrating parameter-efficient adaptation. For counter-narrative generation, a compute-efficient inference-time representation engineering approach is proposed, deriving a principal steering direction from contrastive hidden-state activation
Analysis
TL;DR
- The paper presents the IHLC system for gender-inclusive rewriting and counter-narrative generation using Low-Rank Adaptation (LoRA) fine-tuning and activation steering.
- For gender-inclusive rewriting, LoRA fine-tuning achieves an official score of 80.00%, demonstrating parameter-efficient adaptation.
- For counter-narrative generation, a compute-efficient inference-time representation engineering approach is proposed, deriving a principal steering direction from contrastive hidden-state activations using PCA and injecting it into Gemma-3-4B-it during inference, achieving an official score of 78.12%.
- Manual analysis identifies key failure modes including semantic drift, residual bias leakage, layer sensitivity, over-steering, and text degeneration.
Why It Matters
This work is relevant to AI practitioners and researchers as it explores lightweight alternatives to parameter updates for controllable and socially aligned language generation. The use of activation steering without modifying model weights offers a promising approach for real-time adjustments in language models, which can be crucial for applications requiring rapid adaptation to social norms and inclusivity standards.
Technical Details
- Gender-Inclusive Rewriting: Utilizes Low-Rank Adaptation (LoRA) fine-tuning to transform biased text into inclusive alternatives while preserving semantic meaning and contextual coherence. This method achieves high efficiency and effectiveness with an official score of 80.00%.
- Counter-Narrative Generation: Employs a novel inference-time representation engineering technique. Principal Component Analysis (PCA) is applied to contrastive hidden-state activations to derive a principal steering direction. This direction is injected into the intermediate representations of the Gemma-3-4B-it model during inference, enabling behavioral steering toward inclusive responses without altering model weights. Combined with constrained prompting, this approach produces polite and contextually appropriate counter-narratives, achieving an official score of 78.12%.
- Failure Modes: The study identifies several limitations, including semantic drift, residual bias leakage, layer sensitivity, over-steering, and text degeneration, highlighting areas for future improvement.
Industry Insight
The techniques presented in this paper offer practical insights for developing more inclusive and socially aligned language models. By leveraging parameter-efficient methods like LoRA and activation steering, organizations can adapt their models to meet evolving social standards without extensive retraining. However, addressing the identified failure modes will be critical for ensuring robust and reliable performance in real-world applications.
Disclaimer: The above content is generated by AI and is for reference only.