--- base_model: - meta-llama/Llama-3.2-1B-Instruct datasets: - locuslab/TOFU tags: - unlearning - forget10 pipeline_tag: text-generation library_name: transformers --- # **NPO-Fix:** An enhancement of NPO method with self-generated dataset for robust unlearning under probabilistic decoding. This repository contains the **NPO-Fix** model, as introduced in the paper [Leak@k: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding](https://huggingface.co/papers/2511.04934). ## Model Details - **Task:** [TOFU forget10](https://huggingface.co/datasets/locuslab/TOFU). - **Base Method:** NPO. - **Original Model:** [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct). ### Model Sources - **Paper:** [Leak@k: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding](https://arxiv.org/abs/2511.04934) - **Repository:** https://github.com/OptimAI-Lab/Leak-k ## Citation **BibTeX:** ```bibtex @article{reisizadeh2025leak, title={Leak@$k$: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding}, author={Reisizadeh, Hadi and Ruan, Jiajun and Chen, Yiwei and Pal, Soumyadeep and Liu, Sijia and Hong, Mingyi}, journal={arXiv preprint arXiv:2511.04934}, year={2025} } ``` ## Model Card Authors [Jiajun Ruan: jruan@umn.edu]