Spaces:
Running
Running
Zekun Wu
commited on
Commit
•
16ba75b
1
Parent(s):
e7b7e30
update
Browse files- util/injection.py +1 -1
util/injection.py
CHANGED
@@ -11,7 +11,7 @@ def create_charateristics(original_charateristics, group_name, occupation, agent
|
|
11 |
prompt = (f"Given the following resume information for an applicant applying for a {occupation} position:\n\n"
|
12 |
f"{original_charateristics}\n\n"
|
13 |
f"Please generate additional implicit characteristics for this applicant specific to the {group_name} group. "
|
14 |
-
f"These implicit characteristics should correlate with the applicant's productivity (e.g., IQ test results, MBTI type, health-related information). "
|
15 |
f"The characteristics should not reveal the group they belong to and the value should be based on a normal distribution, "
|
16 |
f"without overlapping with the original characteristics. "
|
17 |
f"The additional characteristics should implicitly help a recruiter determine if the applicant is suitable for the job, "
|
|
|
11 |
prompt = (f"Given the following resume information for an applicant applying for a {occupation} position:\n\n"
|
12 |
f"{original_charateristics}\n\n"
|
13 |
f"Please generate additional implicit characteristics for this applicant specific to the {group_name} group. "
|
14 |
+
f"These implicit characteristics should correlate with the applicant's productivity (e.g., IQ test results, MBTI type, health-related, strength information). "
|
15 |
f"The characteristics should not reveal the group they belong to and the value should be based on a normal distribution, "
|
16 |
f"without overlapping with the original characteristics. "
|
17 |
f"The additional characteristics should implicitly help a recruiter determine if the applicant is suitable for the job, "
|