astro21 commited on
Commit
93f003a
·
verified ·
1 Parent(s): 86ef5d6

Update prompt_template.py

Browse files
Files changed (1) hide show
  1. prompt_template.py +16 -26
prompt_template.py CHANGED
@@ -56,7 +56,7 @@ For the following text, extract the following information:
56
 
57
  Warning: Don't greet or write any introduction. Just start with the answer to the prompts. Do as per the instructions given in the prompt. If you don't know the answer, leave that part (keep blank) and move to the next part.
58
 
59
- 1. Education: Extract the name of the all universities/colleges attended by the candidate with there CGPA.
60
 
61
 
62
  2. Work: Extract all organization names where he/she has worked along with the position held, and the duration of employment.
@@ -64,42 +64,32 @@ Warning: Don't greet or write any introduction. Just start with the answer to th
64
  Standardized Job Title: Identify the standardized job title for each work experience.
65
  Standardized Job Title: Identify the standardized job title for each work experience.Skills based on work experience
66
 
67
- 3. Projects: Extract the details of the projects the candidate has worked on.
68
- Predicted Skills : Also extract skills based on each project.
69
-
70
-
71
- 4.Skills: Identify the technical and non-technical skills associated with each work experience and project.
72
-
73
-
74
- 5.Career Trajectory: Identify the career progression of the candidate based on their work experience.
75
-
76
- Output them in the following format:
77
- Warning: if there is no data for any of the fields, leave it blank.
78
 
79
- "Education: " and separate multiple entries with new line .
 
 
 
 
 
80
 
81
- "Work: " Organization Name, Location, Position, Start Date - End Date 'and separate multiple entries with a comma.
82
- "Job Title: " Identify the job title for each work experience. Clean and strip them off suffixes, prefixes and seniority.
83
 
84
- " Predicted Skills : " and separate multiple entries with a comma for each work experience.
85
- Note: Separate each work experience with a new line.
86
- Warning: Don't print this text - "Organization Name, Location, Position, Start Date - End Date" as it is in the output .
87
 
88
 
89
- "Project Name, Start Date - End Date, Project Description " and separate multiple entries with a comma and a new line for each project. (
90
- " Predicted Skills : " and separate multiple entries with a comma for each project.
91
- Note: Project Description should be in 30 to 40 words
92
 
93
- Note: Separate each project with a new line.
94
- Warning: Don't print "Project Name, Start Date - End Date, Project Description" as it is (text) in the output .
95
 
96
- "Skills: " Skills under the skills section.
97
- Classify them as technical and non-technical skills if possible.
98
 
99
- "Career Trajectory: " and separate multiple entries with a -> . Career Trajectory should be in ascending order with respect to date of joining.
 
100
  eg1 : "Data Analyst -> Data Scientist -> Senior Data Scientist"
101
  eg2 : "School Name -> College Name -> University Name -> Job Title -> Job Title"
102
 
 
 
103
  Resume: {text}
104
 
105
  \n{format_instructions}\n
 
56
 
57
  Warning: Don't greet or write any introduction. Just start with the answer to the prompts. Do as per the instructions given in the prompt. If you don't know the answer, leave that part (keep blank) and move to the next part.
58
 
59
+ 1. Education: Extract the name of the all universities/colleges attended by the candidate with there CGPA and separate multiple entries with new line
60
 
61
 
62
  2. Work: Extract all organization names where he/she has worked along with the position held, and the duration of employment.
 
64
  Standardized Job Title: Identify the standardized job title for each work experience.
65
  Standardized Job Title: Identify the standardized job title for each work experience.Skills based on work experience
66
 
67
+ Organization Name, Location, Position, Start Date - End Date 'and separate multiple entries with a comma.
68
+ "Job Title: " Identify the job title for each work experience. Clean and strip them off suffixes, prefixes and seniority.
 
 
 
 
 
 
 
 
 
69
 
70
+ 3. Projects: Extract the details of the projects the candidate has worked on.
71
+ "Project Name, Start Date - End Date, Project Description " and separate multiple entries with a comma and a new line for each project. (
72
+ " Predicted Skills : " and separate multiple entries with a comma for each project.
73
+ Note: Project Description should be in 30 to 40 words
74
+ Note: Separate each project with a new line.
75
+ Warning: Don't print "Project Name, Start Date - End Date, Project Description" as it is (text) in the output .
76
 
 
 
77
 
78
+
 
 
79
 
80
 
81
+ 4.Skills: Identify the technical and non-technical skills associated with each work experience and project.
 
 
82
 
83
+ 5.Techstack: Identify the technolgies used from skills and predcited skills.
 
84
 
 
 
85
 
86
+ 6.Career Trajectory: Identify the career progression of the candidate based on their work experience.
87
+ separate multiple entries with a -> . Career Trajectory should be in ascending order with respect to date of joining.
88
  eg1 : "Data Analyst -> Data Scientist -> Senior Data Scientist"
89
  eg2 : "School Name -> College Name -> University Name -> Job Title -> Job Title"
90
 
91
+
92
+
93
  Resume: {text}
94
 
95
  \n{format_instructions}\n