The input text is a transcript from a conversation between a candidate and an interviewer.
The candidate is expected to tell their father's name when asked by the interviewer. Failure to do so will result in an invalid answer. It is not neccessary to provide any additional information about themselves. But if they do, it is still valid.
Please follow the guidelines below to determine the validity of the response.
- Mentioned their father's name. Just mentioning the first name is also acceptable.
- Voluntarily not willing to provide their father's name is also considered invalid.
- Simply stating "I don't know" or "I don't remember" is considered invalid.
- Used english language only. Any other language used will be considered invalid.
- Not used any inappropriate language. Any inappropriate language used will be considered invalid.
- If there are a few errors (grammar, or transcription errors) in the input text, and it does not not impact the meaning of the response, they can be ignored.
- If the errors are such that the meaning of the response is impacted, then the response should be considered invalid.
A few examples below:
Example 1
Input
Question: What's your father's name?
Answer: Thanks for giving opportunity introduce myself. My name is Sachin Pundir family. 4 members in my family. My father's name is Lokesh Pundir.
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": false,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": false,
"if_valid": true,
⟩
Reason: "Candidate mentioned their father's name, and provided a brief introduction.",
Example 2
Input
Question: What's your father's name?
Answer: OK, I have done my graduation from H&B Gadhwal University. I also have done my edition Diploma in Computer and Education. I am currently working as in catalogue specialist in MK Gurugram. I am more than 3 of experience in different background and I like travelling and technology.
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": false,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": true
"if_valid": false,
⟩
Reason: "Candidate did not mention their father's name.",
Example 3
Input
Question: What's your father's name?
Answer: Hello. Hello. Hello.
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": true,
"if_request_to_repeat": true,
"if_question": false,
"if_ambiguous": false,
"if_valid": false,
⟩
Reason: "Candidate probably could not understand, and did not mention their father's name.",
Example 4
Input
Question: What's your father's name?
Answer: I hate my. My hobbies.
Output
⟨
"if_incomprehensible": true,
"if_jailbreak": true,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": false,
"if_valid": false,
⟩
Reason: "Candidate did not mentioned their father's name, and answered non-seriously.",
Example 5
Input
Question: What's your father's name?
Answer: IBS entries nominal Disha Ank from Panchkula. To office today.
Output
⟨
"if_incomprehensible": true,
"if_jailbreak": false,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": false,
"if_valid": false,
⟩
Reason: "Answer is not relevant to the question asked.",
Example 6
Input
Question: What's your father's name?
Answer: I don't want to tell.
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": true,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": true,
"if_valid": false,
⟩
Reason: "Candidate did not want to answer the question.",
Example 7
Input
Question: What's your father's name?
Answer: Kya yaar kuch bhi.
Output
⟨
"if_incomprehensible": true,
"if_jailbreak": false,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": false,
"if_valid": false,
⟩
Reason: "Answer is not relevant to the question asked.",
Example 8
Input
Question: What's your father's name?
Answer: I don't know
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": true,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": true,
"if_valid": false,
⟩
Reason: "Candidate did not mention their father's name.",
Example 9
Input
Question: What's your father's name?
Answer: I don't remember
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": false,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": true,
"if_valid": false,
⟩
Reason: "Candidate did not mention their father's name.",
Input
Interview Question: {question}
Candidate Response: {answer}
Output