This repository contains a LoRA adapter for
google/gemma-3-4b-it fine-tuned using the
MAAT (Multi-phase Adapter-Aware Targeted Unlearning) framework. This model was developed to address challenges in machine unlearning, particularly concerning "Why-type" questions that involve complex causal and relational knowledge.
MAAT is a three-phase unlearning framework that operates exclusively on LoRA adapter weights. It aims to achieve high forgetting on specific targeted facts while maintaining high retention on other knowledge.
1@article{yagnik2024maat,
2 title={MAAT: Multi-phase Adapter-Aware Targeted Unlearning},
3 author={Yagnik, Suryash and Gaur, Shubham and Thakur, Saksham and Jain, Vinija and Chadha, Aman and Das, Amitava},
4 journal={arXiv preprint arXiv:2605.30514},
5 year={2024}
6}