Reimagining service delivery in the agentic era with Google Public Sector
cloud.google.com·23h ago
TL;DR
Fine-tuning machine learning models can lead to harmful outcomes if the training data is biased or unsafe. SPARD, a new defense mechanism, utilizes safety projection and relevance-diversity data selection to mitigate these risks.
✦ Why It Matters
Engineers can implement SPARD to enhance the safety of their fine-tuned machine learning models effectively.
Key Takeaways
How It Works
SPARD operates by alternating between optimizing the model's utility and applying safety projections. The safety projections are derived from a curated dataset that is selected using a Relevance-Diversity Determinantal Point Process, which ensures that the data is both relevant to the task and diverse enough to cover various safety aspects.
Related