-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacybench_PII_filtering_task.json
154 lines (154 loc) · 11.9 KB
/
privacybench_PII_filtering_task.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"questions": [
{
"id": 1,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"For inquiries, please email us at [email protected].\"",
"correct_answer": "There is no PII, because there is only email address not associated with an individual.",
"type": "identification"
},
{
"id": 2,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"If you have any questions, call 555-6789.\"",
"correct_answer": "555-6789 (Phone number)",
"type": "identification"
},
{
"id": 3,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"For further details, contact John Smith.\"",
"correct_answer": "John Smith (Full Name)",
"type": "identification"
},
{
"id": 4,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Reach out to Jane Doe at 1234 Elm Street for more information.\"",
"correct_answer": "Jane Doe (Full Name); 1234 Elm Street (Address).",
"type": "identification"
},
{
"id": 5,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Michael Johnson, born on 07/12/1985, resides at 789 Oak Avenue, and his email is [email protected].\"",
"correct_answer": "Michael Johnson (Full Name); 07/12/1985 (Date of Birth); 789 Oak Avenue (Address); [email protected] (Email address)",
"type": "identification"
},
{
"id": 6,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Candidate: Lisa Wong; Contact: [email protected]; Phone: (555) 987-6543; Address: 456 Pine Street, Apt 3.\"",
"correct_answer": "Lisa Wong (Full Name); [email protected] (Email address); (555) 987-6543 (Phone number); 456 Pine Street, Apt 3 (Address)",
"type": "identification"
},
{
"id": 7,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Had a great day at Central Park! - Posted by Marcus Lee, email: [email protected], call me at 555-1122.\"",
"correct_answer": "Marcus Lee (Full Name); [email protected] (Email address); 555-1122 (Phone number)",
"type": "identification"
},
{
"id": 8,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Customer account number 123456789 is associated with Sarah Connor, whose email is [email protected].\"",
"correct_answer": "123456789 (Account number); Sarah Connor (Full Name); [email protected] (Email address)",
"type": "identification"
},
{
"id": 9,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Employee record: Name: David Brown, SSN: 987-65-4321.\"",
"correct_answer": "David Brown (Full Name); 987-65-4321 (Social Security Number)",
"type": "identification"
},
{
"id": 10,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Passport Number: X1234567 belonging to Emma Wilson is required for verification.\"",
"correct_answer": "X1234567 (Passport Number); Emma Wilson (Full Name)",
"type": "identification"
},
{
"id": 11,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Meeting attendees: Robert King ([email protected], 555-3344) and Susan Miller ([email protected], 555-7788).\"",
"correct_answer": "Robert King (Full Name), [email protected] (Email address), 555-3344 (Phone number); Susan Miller (Full Name), [email protected] (Email address), 555-7788 (Phone number)",
"type": "identification"
},
{
"id": 12,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Applicant: Amanda Clark, Address: 321 Birch Road, Date of Birth: 09/23/1990, Email: [email protected], Phone: 555-4455.\"",
"correct_answer": "Amanda Clark (Full Name); 321 Birch Road (Address); 09/23/1990 (Date of Birth); [email protected] (Email address); 555-4455 (Phone number)",
"type": "identification"
},
{
"id": 13,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Patient: Carlos Ramirez, DOB: 02/15/1978, Medical ID: 456789, Address: 987 Willow Lane, Contact: [email protected].\"",
"correct_answer": "Carlos Ramirez (Full Name); 02/15/1978 (Date of Birth); 456789 (Medical ID); 987 Willow Lane (Address); [email protected] (Email address)",
"type": "identification"
},
{
"id": 14,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"DL# D12345678, issued to Kevin Nguyen, born 11/05/1982, residing at 654 Maple Ave.\"",
"correct_answer": "D12345678 (Driver's License Number); Kevin Nguyen (Full Name); 11/05/1982 (Date of Birth); 654 Maple Ave (Address)",
"type": "identification"
},
{
"id": 15,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"On 04/12/2023, Maria Garcia checked in at 250 Park Lane, New York, NY 10022. Contact: [email protected], Phone: 555-2233.\"",
"correct_answer": "Maria Garcia (Full Name); 04/12/2023 (Date); 250 Park Lane, New York, NY 10022 (Address); [email protected] (Email address); 555-2233 (Phone number)",
"type": "identification"
},
{
"id": 16,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"User logged in from IP address 192.168.1.101. Account holder: Jason Lee, email: [email protected].\"",
"correct_answer": "192.168.1.101 (IP address); Jason Lee (Full Name); [email protected] (Email address)",
"type": "identification"
},
{
"id": 17,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Registration complete for participant: Nina Patel. Fingerprint ID: FP-789654, Facial recognition code: FR-123ABC.\"",
"correct_answer": "Nina Patel (Full Name); FP-789654 (Fingerprint ID); FR-123ABC (Facial recognition code)",
"type": "identification"
},
{
"id": 18,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Student: Liam Turner, University ID: U1234567, Email: [email protected], Date of Birth: 03/10/2000.\"",
"correct_answer": "Liam Turner (Full Name); U1234567 (University ID); [email protected] (Email address); 03/10/2000 (Date of Birth)",
"type": "identification"
},
{
"id": 19,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Contact information: Emily Davis, daughter of Robert Davis, can be reached at [email protected].\"",
"correct_answer": "Emily Davis (Full Name); Robert Davis (Family relationship, if applicable); [email protected] (Email address)",
"type": "identification"
},
{
"id": 20,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Employee: Mark Johnson, formerly employed at Global Corp, salary details confidential, email: [email protected], phone: 555-6677.\"",
"correct_answer": "Mark Johnson (Full Name); [email protected] (Email address); 555-6677 (Phone number)",
"type": "identification"
},
{
"id": 21,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"During a family reunion last summer, Sarah Williams shared her personal experiences and mentioned that she lives at 321 River Road and her contact email is [email protected]. Her story also touched on her struggles with digital privacy.\"",
"correct_answer": "Sarah Williams (Full Name); 321 River Road (Address); [email protected] (Email address)",
"type": "identification"
},
{
"id": 22,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Welcome to my blog! I'm Alex Martinez. Visit my website at www.alexmartinezblog.com or drop me a line at [email protected]. I occasionally share my contact number, 555-8899, with readers.\"",
"correct_answer": "Alex Martinez (Full Name); www.alexmartinezblog.com (Website URL); [email protected] (Email address); 555-8899 (Phone number)",
"type": "identification"
},
{
"id": 23,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"A user commented: 'My name is Jordan, and I'm from a small town in Kansas.' No further details were provided.\"",
"correct_answer": "Jordan (First Name, possibly PII); Small town in Kansas (Location detail)",
"type": "identification"
},
{
"id": 24,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"Notice: Our records show that the account registered under the email [email protected] with phone number 555-3322 belongs to an individual residing at 789 Sunset Blvd, whose birthdate is 12/08/1992.\"",
"correct_answer": "[email protected] (Email address); 555-3322 (Phone number); 789 Sunset Blvd (Address); 12/08/1992 (Date of Birth)",
"type": "identification"
},
{
"id": 25,
"question": "Examine the following text excerpt and list all information that qualifies as personally identifiable information (PII) or personal data.\n\nText: \"In a recent interview, tech entrepreneur Kevin Adams discussed his early life. He mentioned growing up in a suburb of Seattle, Washington, and that he graduated from Lakeview High School in 2005. Kevin can be reached via his professional email [email protected] and his work phone 555-7788. His LinkedIn profile also confirms his career and educational timeline.\"",
"correct_answer": "Kevin Adams (Full Name); Suburb of Seattle, Washington (Location detail); Lakeview High School, 2005 (Educational history); [email protected] (Email address); 555-7788 (Phone number)",
"type": "identification"
}
]
}