Reimagining service delivery in the agentic era with Google Public Sector
cloud.google.com·19h ago
TL;DR
Large Language Models (LLMs) face challenges in transparency regarding their pretraining data, raising ethical concerns. MC-PDD, or Masked Corpus-Level Pretraining Data Detection, was developed to identify datasets used in LLM pretraining without needing access to model probability distributions.
✦ Why It Matters
Engineers can use MC-PDD to assess the ethical implications of LLMs by identifying their pretraining datasets.
Key Takeaways
How It Works
MC-PDD masks specific tokens in a text and prompts the LLM to predict the missing content. It then compares the prediction hit rates between a candidate corpus and a reference corpus to determine if the candidate was included in the pretraining data.
Related