Just as Humans Need Vaccines, So Do Models: Model Immunization to Combat Falsehoods
Shaina Raza, Rizwan Qureshi, Marcelo Lotif, Aman Chadha, Deval Pandya, Christos Emmanouilidis
TL;DR
The paper tackles the persistent challenge of AI models generating misinformation by proposing model immunization, a proactive training paradigm that treats fact-checked falsehoods as a vaccine signal. It introduces a four-stage pipeline—data curation with a quarantined falsehood repository, immunization fine-tuning with small falsehood doses, validation, and deployment—all governed by an explicit ethics-and-audit framework. A proof-of-concept with a 1.5B-parameter model demonstrates a substantial improvement in truthfulness on misinformation prompts (from ~60% to ~78%) with negligible impact on general QA accuracy, supporting the viability of targeted, negative supervision. If refined and scaled, this approach could become a practical component of AI development pipelines to enhance factual alignment, though it requires careful handling of coverage, unknown future misinformation, and ongoing governance.
Abstract
Generative AI models often learn and reproduce false information present in their training corpora. This position paper argues that, analogous to biological immunization, where controlled exposure to a weakened pathogen builds immunity, AI models should be fine tuned on small, quarantined sets of explicitly labeled falsehoods as a "vaccine" against misinformation. These curated false examples are periodically injected during finetuning, strengthening the model ability to recognize and reject misleading claims while preserving accuracy on truthful inputs. An illustrative case study shows that immunized models generate substantially less misinformation than baselines. To our knowledge, this is the first training framework that treats fact checked falsehoods themselves as a supervised vaccine, rather than relying on input perturbations or generic human feedback signals, to harden models against future misinformation. We also outline ethical safeguards and governance controls to ensure the safe use of false data. Model immunization offers a proactive paradigm for aligning AI systems with factuality.
