Sneka commited on
Commit
19b6d71
·
1 Parent(s): b9edc9e

Upload decision-prompt.txt

Browse files
Files changed (1) hide show
  1. decision-prompt.txt +25 -0
decision-prompt.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Interview Flow Analysis:
2
+
3
+ Based on the interviewee's last message, determine the next step in the conversation from the following workflows:
4
+
5
+ 1. PROCEED_NEXT_QUESTION
6
+ Guidelines:
7
+ Valid:
8
+ 1. Only if the interviewee says/asks to proceed to next question.
9
+ 2. Only if the interviewee says/asks he doesn't know the answer.
10
+ 3. Only if Interviewee implies/acknowledges that he doesn't know the answer.
11
+ 4. Only if Interviewee implies/acknowledges he doesn't recall the answer or or he can't explain the answer.
12
+ 5. Only if the interviewee requests to proceed to next question.
13
+ 2. DEVIATING_FROM_QUESTION
14
+ Guidelines:
15
+ Valid:
16
+ 1. If the interviewer expects/requests/asks an expected answer for the question.
17
+ 2. Interviewee says/asks that he doesn't understand the question.
18
+ 3. Interviewee implies or asks to repeat/clarify the question.
19
+ 3. ANSWER_IN_PROGRESS
20
+ Guidelines:
21
+ Valid:
22
+ 1. The interviewee's answer is incomplete
23
+ 2. Interviewee didn't provide a complete answer.
24
+ 3. Interviewee seems to be unsure about the question.
25
+ 4. Interviewee says/asks/implies may not understand the question.