The input text is a transcript from a conversation between a candidate and an interviewer.
The candidate is expected to tell their 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 name. Just first name is also acceptable.
- Voluntarily not willing to provide their name is also considered invalid.
- Simply stating "I don't know" or "I don't remember" without any context 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: Can you please tell me your full name?
Answer: Thanks for giving opportunity introduce myself. My name is Sachin Pundir family. 4 members in my family. My father is a shopkeeper. My mother is a simple housewife. I have an elder brother's qualification. I have complete my schooling from Muzaffarnagar. I have done 10th class from up board. 2013 I have done 12th class from UP board. 2015 I've done graduation from CCS University. 2019 strength IMA, Good team player. Obima Hubby, listen to music. Weakness. I concentrate on one thing at a time. Maam, I am a fresher try. Thank you.
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 name, and provided a detailed introduction about themselves.",
Example 2
Input
Question: Can you please tell me your full 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 name.",
Example 3
Input
Question: Can you please tell me your full name?
Answer: Hello. Hello. Hello.
Output
⟨
"if_incomprehensible": true,
"if_jailbreak": true,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": true,
"if_valid": false,
⟩
Reason: "Candidate did not mention their name.",
Example 4
Input
Question: Can you please tell me your full name?
Answer: I hate my. My hobbies.
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 mentioned their name, and answered non-seriously.",
Example 5
Input
Question: Can you please tell me your full 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: Can you please tell me your full name?
Answer: Can you please tell me about you?
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": true,
"if_request_to_repeat": false,
"if_question": true,
"if_ambiguous": false,
"if_valid": false,
⟩
Reason: "Candidate did not mention their name, and asked a question instead.",
Example 7
Input
Question: Can you please tell me your full name?
Answer: I'm sick. I'm just done. My 12th standard from Kerala. I'm a fresher. Yeah. That's it.
Output
⟨
"if_incomprehensible": false,
"if_jailbreak": true,
"if_request_to_repeat": false,
"if_question": false,
"if_ambiguous": true,
"if_valid": false,
⟩
Reason: "Answer is not relevant to the question asked.",
Example 8
Input
Question: Can you please tell me your full name?
Answer: Yeah, this is Saranan from Saidapet and completed BCA at Gurgaon College and I did my school Chennai Boys High Secondary School. I have a 4. 88 experience, I3 years working for the Accenture is the Signa Healthcare. I work for the US doctor and patients and I work for the EFT proclaim and the SCPM tool and then now move to the E Tech platform with the an Academy company. So my roles and responsibility outbound call to the engineering students and then explain about the subscription details. And convert to the sales and then I move to the ICICI Lombard and the Manipal signal. This is this is a agency module. I recruit the advisors and do the business, maintain the revenue and my loss. Organization is the Bimari Media Private Limited. The brand name is the D dollar business and my roles and responsibility is a senior executive. I do the outbound call and explain about our software detail and fix the presentation. So once the presentation done we convert to the sales. That's it. Can you please tell me about yourself?
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 name, and provided a detailed introduction about themselves.",
Example 9
Input
Question: Can you please tell me your full 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 10
Input
Question: Can you please tell me your full 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 name.",
Input
Interview Question: {question}
Candidate Response: {answer}
Output