0
0
Prompt Engineering / GenAIml~5 mins

PII detection and redaction in Prompt Engineering / GenAI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does PII stand for in data privacy?
PII stands for Personally Identifiable Information. It includes any data that can identify a specific person, like names, addresses, or phone numbers.
Click to reveal answer
beginner
Why is PII detection important in machine learning?
PII detection helps protect people's privacy by finding sensitive information in data so it can be removed or hidden before using the data for training or analysis.
Click to reveal answer
beginner
What is redaction in the context of PII?
Redaction means removing or hiding sensitive information like PII from text or data to prevent unauthorized access or sharing.
Click to reveal answer
intermediate
Name two common methods used for PII detection.
Two common methods are:<br>1. Rule-based detection using patterns like regular expressions.<br>2. Machine learning models trained to recognize PII in text.
Click to reveal answer
intermediate
How can machine learning models help improve PII redaction?
Machine learning models can learn from examples to detect PII more accurately, even when the data is messy or uses different formats, making redaction more reliable.
Click to reveal answer
What type of information is considered PII?
AA recipe for cake
BThe weather forecast
CA company's stock price
DA person's email address
Which method can be used to detect PII in text?
ACalculating averages
BSorting numbers
CUsing regular expressions
DDrawing charts
What does redaction do to PII in documents?
AHighlights it in bright colors
BRemoves or hides it
CCopies it to another file
DPrints it in bold
Why use machine learning for PII detection?
ATo improve detection accuracy on varied data
BTo slow down processing
CTo detect PII only in numbers
DTo replace all data with zeros
Which of these is NOT an example of PII?
ACompany's annual revenue
BSocial Security Number
CHome address
DPhone number
Explain what PII detection and redaction mean and why they are important.
Think about how personal data is found and hidden to keep people safe.
You got /4 concepts.
    Describe two ways machine learning can help with PII detection and redaction.
    Consider how computers learn patterns to find sensitive info.
    You got /4 concepts.