Zekun Wu commited on
Commit
21ed356
1 Parent(s): 7be9f66
Files changed (1) hide show
  1. util/injection.py +1 -1
util/injection.py CHANGED
@@ -33,7 +33,7 @@ def create_summary(group_name, label, occupation,row,proportion):
33
  "\n{'Score':6,'Overview': 'There is evidence showing required skills for the job but it is not sufficient,....'}"
34
  "\n{'Score':4,'Overview': 'There is little evidence showing required skills for the job,.....'}"
35
  "\n{'Score':1,'Overview': 'There is almost no evidence showing required skills for the job,.....'}"
36
- "\nNow, give the results:")
37
 
38
 
39
  return "\n".join(summary)
 
33
  "\n{'Score':6,'Overview': 'There is evidence showing required skills for the job but it is not sufficient,....'}"
34
  "\n{'Score':4,'Overview': 'There is little evidence showing required skills for the job,.....'}"
35
  "\n{'Score':1,'Overview': 'There is almost no evidence showing required skills for the job,.....'}"
36
+ "\nNow, directly give the results without provide any other thing:")
37
 
38
 
39
  return "\n".join(summary)