Upload classify.jsonl
Browse files- classify.jsonl +21 -0
classify.jsonl
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"label":"clarify_question","text": "\n\nInterviewee says repeat/clarify the question."}
|
| 2 |
+
{"label":"clarify_question","text": "\n\nInterviewee says/asks that he doesn't understand the question."}
|
| 3 |
+
{"label":"clarify_question","text": "\n\nAsk the question again."}
|
| 4 |
+
{"label":"PROCEED_NEXT_QUESTION","text":"\n\nProvide proceed to next question." }
|
| 5 |
+
{"label":"PROCEED_NEXT_QUESTION","text":"\n\nI don't know the answer." }
|
| 6 |
+
{"label":"PROCEED_NEXT_QUESTION","text":"\n\nI the forgot answer." }
|
| 7 |
+
{"label":"PROCEED_NEXT_QUESTION","text":"\n\nI can't remember the answer."}
|
| 8 |
+
{"label":"Break","text":"\n\nI need break.\n\nCan you pause the interview." }
|
| 9 |
+
{"label":"Break","text":"\n\nI need interval."}
|
| 10 |
+
{"label":"Break","text":"\n\nCan you pause the interview." }
|
| 11 |
+
{"label":"Break","text":"\n\nI need rest." }
|
| 12 |
+
{"label":"Break","text":"\n\nI need few time for my relaxation" }
|
| 13 |
+
{"label":"End call","text":"\n\nCut/cut-off the call.\n\nEnd the call."}
|
| 14 |
+
{"label":"End call","text":"\n\nFinish the call."}
|
| 15 |
+
{"label":"End call","text":"\n\nDisconnect the call."}
|
| 16 |
+
{"label":"End call","text":"\n\nQuit the call."}
|
| 17 |
+
{"label":"End call","text":"\n\nStop the call."}
|
| 18 |
+
{"label":"clarify_question","text": "\n\nInterviewee says repeat/clarify the question.<br /><br />Interviewee says/asks that he doesn't understand the question.<br /><br />Ask the question again."}
|
| 19 |
+
{"label":"PROCEED_NEXT_QUESTION","text":"\n\nProvide proceed to next question.<br /><br />I don't know the answer.<br /><br />I forgot answer.<br /><br />I can't remember the answer." }
|
| 20 |
+
{"label":"Break","text":"\n\nI need break.\n\nCan you pause the interview.<br /><br />I need interval.\n\nI need rest.<br /><br />I need relaxation" }
|
| 21 |
+
{"label":"End call","text":"\n\nCut/cut-off the call.\n\nEnd the call.<br /><br />Finish the call.\n\nDisconnect the call.<br /><br />Stop the call.<br /><br />Quit the call."}
|