Query_to_JSON_3 / dataset_train.json
harshi173's picture
Upload 2 files
00dfc83 verified
[
{
"query": "Display bachelors grads from 2016 batch at Innominds in London",
"output": {
"batch": "2016",
"degree": "B Tech",
"company": "Innominds",
"city": "London",
"country": "UK"
}
},
{
"query": "Need grads in cse from 2015 working at Accenture",
"output": {
"batch": "2015",
"branch": "CSE",
"company": "Accenture"
}
},
{
"query": "Show graduates from the class of 2016.",
"output": {
"batch": "2016"
}
},
{
"query": "Who are the grads in it from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "IT"
}
},
{
"query": "List alumni residing in around me, Germany.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for 2017 alumni.",
"output": {
"batch": "2017"
}
},
{
"query": "Who are the folks based in Delhi, UK?",
"output": {
"city": "Delhi",
"country": "UK"
}
},
{
"query": "Get me ppl in cse ai ml from 2015",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me B Tech ppl in AI and ML",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the experts in Data Science?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Any B Tech holders residing in Mumbai?",
"output": {
"degree": "B Tech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Give me the list of people in India with my degree.",
"output": {
"country": "India",
"degree": "<user_data>"
}
},
{
"query": "Who are the folks at Oracle Financial Services Software based in around me?",
"output": {
"company": "Oracle Financial Services Software",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me graduates from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Find alumni at my company in USA.",
"output": {
"country": "USA",
"company": "<user_data>"
}
},
{
"query": "Need names of mtech grads at Sigmoid.",
"output": {
"degree": "M Tech",
"company": "Sigmoid"
}
},
{
"query": "Get details of grads in Delhi.",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Need info on alumni from my graduating class batch with mtech.",
"output": {
"batch": "<user_data>",
"degree": "M Tech"
}
},
{
"query": "Find folks from cse in London with my degree working at Xebia",
"output": {
"degree": "<user_data>",
"branch": "CSE",
"company": "Xebia",
"city": "London",
"country": "UK"
}
},
{
"query": "Need contacts in DAZN.",
"output": {
"company": "DAZN"
}
},
{
"query": "Show me BTech grads in AI and ML at NCR Voyix",
"output": {
"branch": "CSE(AI&ML)",
"company": "NCR Voyix"
}
},
{
"query": "Who are the students from 2020 with a btech?",
"output": {
"batch": "2020",
"degree": "B Tech"
}
},
{
"query": "Show me alumni with m tech from ai in Japan",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"country": "Japan"
}
},
{
"query": "Who are the people from my batch at Google?",
"output": {
"company": "Google",
"batch": "<user_data>"
}
},
{
"query": "Are there graduates from 2017 living in UK who studied CSE(DS)?",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Show me grads who did B Tech in my branch",
"output": {
"degree": "B Tech",
"branch": "<user_data>"
}
},
{
"query": "Any 2018 passouts currently in near me?",
"output": {
"batch": "2018",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me folks from my city working in Comscore.",
"output": {
"company": "Comscore",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List people from 2017 living in Pune.",
"output": {
"batch": "2017",
"city": "Pune",
"country": "India"
}
},
{
"query": "List ppl who did ai from master",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Are there any data science grads in Germany working for EPAM Systems?",
"output": {
"branch": "CSE(DS)",
"company": "EPAM Systems",
"country": "Germany"
}
},
{
"query": "Find grads from ai ml working at L&T Technology Services",
"output": {
"branch": "CSE(AI&ML)",
"company": "L&T Technology Services"
}
},
{
"query": "List btech alumni based in Pune.",
"output": {
"degree": "B Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the folks based in Delhi, India?",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Need grads in CSE(DS) from 2019 working at Salesforce",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"company": "Salesforce"
}
},
{
"query": "List individuals with a M Tech.",
"output": {
"degree": "M Tech"
}
},
{
"query": "I need information on alumni specialized in data science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Find ya alumni in ai and ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ppl doing cse ai ml",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find alumni near me with a bachelors.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List B Tech alumni based in Mumbai.",
"output": {
"degree": "B Tech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Find folks working for My Company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Are there any Data Science grads in my country working for Oracle India?",
"output": {
"branch": "CSE(DS)",
"company": "Oracle India",
"country": "<user_data>"
}
},
{
"query": "Need contacts in GSPANN TECHNOLOGIES.",
"output": {
"company": "GSPANN TECHNOLOGIES"
}
},
{
"query": "Who all are there in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Anyone with my specialization at Adobe Systems India?",
"output": {
"company": "Adobe Systems India"
}
},
{
"query": "Show alumni from 2019 with a mtech who live in Hyderabad",
"output": {
"batch": "2019",
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "List alumni who studied cse(ai&ml) in Berlin",
"output": {
"branch": "CSE(AI&ML)",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Get me ppl in ai from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "List people from my branch working at Micron.",
"output": {
"company": "Micron",
"branch": "<user_data>"
}
},
{
"query": "Find ya alumni in cse(ai&ml) around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks at Mastek?",
"output": {
"company": "Mastek"
}
},
{
"query": "Give me ai and ml alumni in USA working at Mphasis",
"output": {
"branch": "CSE(AI&ML)",
"company": "Mphasis",
"country": "USA"
}
},
{
"query": "Who are the people from my batch in near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"batch": "<user_data>"
}
},
{
"query": "List alumni of my batch batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List alumni who finished in 2017.",
"output": {
"batch": "2017"
}
},
{
"query": "Anyone settled in Tokyo?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find ya alumni in it from 2018 in Pune",
"output": {
"batch": "2018",
"branch": "IT",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the masters holders from CSE(DS) in my city?",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me masters holders from cse(ai&ml) in India",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"country": "India"
}
},
{
"query": "Get me grads in cse(ai&ml) from 2016 in around me",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the bachelors graduates residing in UK?",
"output": {
"degree": "B Tech",
"country": "UK"
}
},
{
"query": "Find graduates of my graduating class batch residing in my location.",
"output": {
"batch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me PhD graduates from my batch batch",
"output": {
"batch": "<user_data>",
"degree": "PhD"
}
},
{
"query": "Who holds a PhD degree?",
"output": {
"degree": "PhD"
}
},
{
"query": "List ppl who did Data Science from mtech",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Who are the 2020 year passouts?",
"output": {
"batch": "2020"
}
},
{
"query": "Show me grads from my branch working in Pune",
"output": {
"branch": "<user_data>",
"city": "Pune",
"country": "India"
}
},
{
"query": "Find Data Science alumni in Germany",
"output": {
"branch": "CSE(DS)",
"country": "Germany"
}
},
{
"query": "Show me people from 2016 batch working at GSPANN TECHNOLOGIES in Delhi",
"output": {
"batch": "2016",
"company": "GSPANN TECHNOLOGIES",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find folks with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there bachelor alumni in Pune from my batch batch?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the m tech holders from it in my location?",
"output": {
"degree": "M Tech",
"branch": "IT",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone from it working in USA?",
"output": {
"branch": "IT",
"country": "USA"
}
},
{
"query": "Show me alumni in ai and ml working at Persistent Systems",
"output": {
"branch": "CSE(AI&ML)",
"company": "Persistent Systems"
}
},
{
"query": "Show graduates from the class of 2017.",
"output": {
"batch": "2017"
}
},
{
"query": "List the graduates who completed M Tech in 2017.",
"output": {
"batch": "2017",
"degree": "M Tech"
}
},
{
"query": "Find people in my city, Germany.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me names of alumni in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of grads in ai and ml from 2018 at Kellton Tech Solutions",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"company": "Kellton Tech Solutions"
}
},
{
"query": "Tell me about b tech grads from my graduating class living in USA",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Who are the folks with phd from cse ai ml in my graduating class batch?",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there any Data Science grads in USA working for Sigmoid?",
"output": {
"branch": "CSE(DS)",
"company": "Sigmoid",
"country": "USA"
}
},
{
"query": "Looking for m tech alumni.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Get me alumni in CSE(DS) working at NIIT Technologies around me",
"output": {
"branch": "CSE(DS)",
"company": "NIIT Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks located in New York.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Any of our people working at Sriven Solutions?",
"output": {
"company": "Sriven Solutions"
}
},
{
"query": "Show me graduates from my batch batch working in New York with mtech",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks with my background in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Give me details of people from 2015 batch at Punjab National Bank in India",
"output": {
"batch": "2015",
"company": "Punjab National Bank",
"country": "India"
}
},
{
"query": "Tell me who is from my graduating class batch in India with B Tech",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"country": "India"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the masters holders in my city?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from cse working in Berlin",
"output": {
"branch": "CSE",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Anyone from ai ml stream?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me the people connected to our college.",
"output": {}
},
{
"query": "Who all are there in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find ppl doing Data Science",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Find people in CSE(AI&ML) with mtech from 2017 batch working at 3i Infotech in my country",
"output": {
"batch": "2017",
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "3i Infotech",
"country": "<user_data>"
}
},
{
"query": "List alumni of 2018 batch.",
"output": {
"batch": "2018"
}
},
{
"query": "Find the grads with my degree in Pune.",
"output": {
"city": "Pune",
"country": "India",
"degree": "<user_data>"
}
},
{
"query": "List m tech holders in Germany.",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "I'd like to see alumni from data science in New York working at QUADRANT IT SERVICES",
"output": {
"branch": "CSE(DS)",
"company": "QUADRANT IT SERVICES",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me alumni at Sonata Software yaar.",
"output": {
"company": "Sonata Software"
}
},
{
"query": "Do you know of any master holders in Kolkata?",
"output": {
"degree": "M Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Anyone here from my college?",
"output": {}
},
{
"query": "Give me the list of people in my country with my degree.",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Who are the folks based in Chennai, UK?",
"output": {
"city": "Chennai",
"country": "UK"
}
},
{
"query": "List people working at Intel Technology India",
"output": {
"company": "Intel Technology India"
}
},
{
"query": "Retrieve alumni working at Info Edge (India) Ltd.",
"output": {
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Any B Tech graduates around?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Give me the list of people in my country with my degree.",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Need contacts in near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Display me alumni from 2020 batch working at kore.ai in Pune",
"output": {
"batch": "2020",
"company": "kore.ai",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "List alumni residing in near me, UK.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me ppl doing phd in IT around me",
"output": {
"degree": "PhD",
"branch": "IT",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks in cse ds from 2017 living in Japan?",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"country": "Japan"
}
},
{
"query": "Show me alumni in London from CSE(DS) branch in 2018 batch with b tech at Zensar Technologies",
"output": {
"batch": "2018",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Zensar Technologies",
"city": "London",
"country": "UK"
}
},
{
"query": "I'd like to know who from 2020 batch is working at Mindtree in Chennai",
"output": {
"batch": "2020",
"company": "Mindtree",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Find alumni from my batch batch in my location who are into b tech",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "List people from my branch working at Kellton Tech Solutions.",
"output": {
"company": "Kellton Tech Solutions",
"branch": "<user_data>"
}
},
{
"query": "Find ya alumni in Data Science around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me who's at RealPage nowadays.",
"output": {
"company": "RealPage"
}
},
{
"query": "Show me alumni in data science working at Sigmoid",
"output": {
"branch": "CSE(DS)",
"company": "Sigmoid"
}
},
{
"query": "Any passouts of 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "List alumni from 2019 in Kolkata who are into mtech",
"output": {
"batch": "2019",
"degree": "M Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find folks with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people with a b tech qualification.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Show people from 2017 working around me.",
"output": {
"batch": "2017",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any grads with my degree in London?",
"output": {
"city": "London",
"country": "UK",
"degree": "<user_data>"
}
},
{
"query": "Show me grads who did B Tech in my branch",
"output": {
"degree": "B Tech",
"branch": "<user_data>"
}
},
{
"query": "Show me ai and ml alumni in around me working at kore.ai",
"output": {
"branch": "CSE(AI&ML)",
"company": "kore.ai",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find AI and ML people at Dell Technologies in Berlin",
"output": {
"branch": "CSE(AI&ML)",
"company": "Dell Technologies",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find folks located in Kolkata.",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find folks working for Medplus.",
"output": {
"company": "Medplus"
}
},
{
"query": "Find alumni who majored in data science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the grads at OpenText in my country?",
"output": {
"company": "OpenText",
"country": "<user_data>"
}
},
{
"query": "List people working at Goldman Sachs",
"output": {
"company": "Goldman Sachs"
}
},
{
"query": "I am interested in connecting with grads at Mu Sigma Business Solutions Pvt Ltd.",
"output": {
"company": "Mu Sigma Business Solutions Pvt Ltd"
}
},
{
"query": "Find masters alumni from 2015 batch at Payoda",
"output": {
"batch": "2015",
"degree": "M Tech",
"company": "Payoda"
}
},
{
"query": "Need contacts of btech holders in Kolkata.",
"output": {
"degree": "B Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Collect names of alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find and show me M Tech holders.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Need list of ppl in cse(ai&ml) from 2018 in Chennai",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Get me alumni in CSE(AI&ML) working at Mphasis around me",
"output": {
"branch": "CSE(AI&ML)",
"company": "Mphasis",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the phd graduates from ds in 2019 batch at Salesforce in Mumbai?",
"output": {
"batch": "2019",
"degree": "PhD",
"branch": "CSE(DS)",
"company": "Salesforce",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "I'd like to know who from my graduating class batch is working at Mindtree in Berlin",
"output": {
"batch": "<user_data>",
"company": "Mindtree",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Looking for people like me in CSE.",
"output": {
"branch": "CSE"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Who are the people from my batch at Salesforce?",
"output": {
"company": "Salesforce",
"batch": "<user_data>"
}
},
{
"query": "Need contacts in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the ppl in Data Science from my batch working at Salesforce",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"company": "Salesforce"
}
},
{
"query": "Need alumni from CSE(DS) from 2018",
"output": {
"batch": "2018",
"branch": "CSE(DS)"
}
},
{
"query": "Any PhD alumni in Japan?",
"output": {
"degree": "PhD",
"country": "Japan"
}
},
{
"query": "Get me names of alumni in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Anyone with my specialization at Sonata Software?",
"output": {
"company": "Sonata Software"
}
},
{
"query": "Who are the phd graduates from 2017 in Chennai?",
"output": {
"batch": "2017",
"degree": "PhD",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Find people working at Payoda in Bangalore.",
"output": {
"company": "Payoda",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Give me grads in cse ds in New York",
"output": {
"branch": "CSE(DS)",
"city": "New York",
"country": "USA"
}
},
{
"query": "Any alumni based in UK?",
"output": {
"country": "UK"
}
},
{
"query": "Show me alumni from 2018 batch",
"output": {
"batch": "2018"
}
},
{
"query": "Find people with a masters qualification.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Display people with masters from ai in near me",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the experts in CSE(DS)?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me alumni at Candescent yaar.",
"output": {
"company": "Candescent"
}
},
{
"query": "I'd like to see alumni from IT in Berlin working at Comcast",
"output": {
"branch": "IT",
"company": "Comcast",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "I'd like to see alumni from ai ml in my city working at Tech Mahindra",
"output": {
"branch": "CSE(AI&ML)",
"company": "Tech Mahindra",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me ppl doing b tech in my branch around me",
"output": {
"degree": "B Tech",
"branch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone with my specialization at Zensar Technologies?",
"output": {
"company": "Zensar Technologies"
}
},
{
"query": "Do we have any mtech grads from AI and ML working at Oracle Financial Services Software?",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Oracle Financial Services Software"
}
},
{
"query": "List people from my department.",
"output": {}
},
{
"query": "List students who studied IT.",
"output": {
"branch": "IT"
}
},
{
"query": "Find bachelor graduates in CSE(DS) from 2016 batch working at TCS in Berlin, my country",
"output": {
"batch": "2016",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "TCS",
"city": "Berlin",
"country": "<user_data>"
}
},
{
"query": "Hey, who's in Pune from our college?",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Do you have info on b tech grads in Data Science?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Who's around me from college days?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks from my branch in Berlin with mtech working at NTT DATA BUSINESS SOLUTIONS",
"output": {
"degree": "M Tech",
"branch": "<user_data>",
"company": "NTT DATA BUSINESS SOLUTIONS",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show me ai grads at Experian.",
"output": {
"branch": "CSE(AI&ML)",
"company": "Experian"
}
},
{
"query": "Can you tell me who is in London from our college?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Who all from bachelor are at Adobe Systems India?",
"output": {
"degree": "B Tech",
"company": "Adobe Systems India"
}
},
{
"query": "List ppl who did my branch from phd",
"output": {
"degree": "PhD",
"branch": "<user_data>"
}
},
{
"query": "Can you find grads from 2018 batch at Comcast?",
"output": {
"batch": "2018",
"company": "Comcast"
}
},
{
"query": "Can you display phd graduates from IT in India?",
"output": {
"degree": "PhD",
"branch": "IT",
"country": "India"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into Data Science",
"output": {
"branch": "CSE(DS)",
"batch": "<user_data>"
}
},
{
"query": "Who are the people from 2019 batch living in Germany?",
"output": {
"batch": "2019",
"country": "Germany"
}
},
{
"query": "Tell me about alumni from my batch batch in London with phd",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "London",
"country": "UK"
}
},
{
"query": "Is anyone from my batch working at Punjab National Bank?",
"output": {
"company": "Punjab National Bank",
"batch": "<user_data>"
}
},
{
"query": "Display people with phd in cse(ai&ml) based in near me working at Qualcomm",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Qualcomm",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List students who studied CSE(AI&ML).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me IT alumni in my city working at Microsoft",
"output": {
"branch": "IT",
"company": "Microsoft",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of ppl in CSE(DS) from my batch",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)"
}
},
{
"query": "Do we have any bachelor grads from ds working at Nvidia Graphics Pvt Ltd?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Nvidia Graphics Pvt Ltd"
}
},
{
"query": "Are there folks from my 2017 batch at Innominds in Tokyo?",
"output": {
"batch": "2017",
"company": "Innominds",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Anyone from cse ai ml stream?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any m tech holders residing in my location?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks located in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find ppl around me in Data Science",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks based in around me, Germany?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me ppl in CSE(AI&ML) from 2017",
"output": {
"batch": "2017",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Got any names from cse ai ml?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Please show me the alumni in Bangalore area.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Are there graduates from my graduating class at LTIMindtree?",
"output": {
"batch": "<user_data>",
"company": "LTIMindtree"
}
},
{
"query": "Show me folks from my city working in Wipro.",
"output": {
"company": "Wipro",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from our college in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Find bachelors alumni from CSE in my city at Zoho Corporation",
"output": {
"degree": "B Tech",
"branch": "CSE",
"company": "Zoho Corporation",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me B Tech ppl in cse(ai&ml)",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the ppl in ai ml from 2019 working at Google",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)",
"company": "Google"
}
},
{
"query": "List ppl who did CSE(DS) from b tech",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Are there M Tech alumni in Hyderabad from 2019 batch?",
"output": {
"batch": "2019",
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Need names of people from the my graduating class batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the folks in ds from 2015 living in India?",
"output": {
"batch": "2015",
"branch": "CSE(DS)",
"country": "India"
}
},
{
"query": "Get me the grads in Berlin at ADP.",
"output": {
"company": "ADP",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who are the people from my graduating class?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List people living in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me people associated with Firstsource Solutions.",
"output": {
"company": "Firstsource Solutions"
}
},
{
"query": "List people living in New York.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Find ya alumni in my branch from 2020 in Kolkata",
"output": {
"batch": "2020",
"branch": "<user_data>",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find ya grads in cse(ai&ml) from 2015",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Can you show me people from my graduating class batch who live in Bangalore?",
"output": {
"batch": "<user_data>",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Who are the folks based in my city, Germany?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Please help me locate masters holders in India.",
"output": {
"degree": "M Tech",
"country": "India"
}
},
{
"query": "Find and show me bachelors holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Find folks with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me B Tech holders from CSE(DS) in my country",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"country": "<user_data>"
}
},
{
"query": "List individuals with a btech.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Who all are there in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Who are the B Tech graduates at Intel Technology India?",
"output": {
"degree": "B Tech",
"company": "Intel Technology India"
}
},
{
"query": "Get me the 2017 batch graduates.",
"output": {
"batch": "2017"
}
},
{
"query": "Get me names of alumni in Kolkata.",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the folks at LTIMindtree based in Tokyo?",
"output": {
"company": "LTIMindtree",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List grads in Kolkata working for KPIT Technologies.",
"output": {
"company": "KPIT Technologies",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find folks located in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Get me the grads in Tokyo at Caspex.",
"output": {
"company": "Caspex",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show me grads from our college in Chennai.",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who are the people from my batch in near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"batch": "<user_data>"
}
},
{
"query": "Find alumni in India.",
"output": {
"country": "India"
}
},
{
"query": "Need contacts in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the master holders in my city?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List students who studied CSE.",
"output": {
"branch": "CSE"
}
},
{
"query": "List alumni from 2020 in London who are into B Tech",
"output": {
"batch": "2020",
"degree": "B Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Anyone who pursued bachelors?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Who earned a B Tech?",
"output": {
"degree": "B Tech"
}
},
{
"query": "List people from 2016 living in Bangalore.",
"output": {
"batch": "2016",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Is anyone from my branch employed at Goldman Sachs?",
"output": {
"branch": "<user_data>",
"company": "Goldman Sachs"
}
},
{
"query": "Anyone from the year 2015?",
"output": {
"batch": "2015"
}
},
{
"query": "Get me grads who did mtech in ai",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me alumni with b tech employed by Comcast.",
"output": {
"degree": "B Tech",
"company": "Comcast"
}
},
{
"query": "List alumni employed at Adobe Systems India.",
"output": {
"company": "Adobe Systems India"
}
},
{
"query": "Would you kindly show me graduates residing in Pune?",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me ppl from ai and ml in Bangalore working at Dynata",
"output": {
"branch": "CSE(AI&ML)",
"company": "Dynata",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Can you get me my degree grads in CSE?",
"output": {
"degree": "<user_data>",
"branch": "CSE"
}
},
{
"query": "List alumni from CSE working at Experian in London",
"output": {
"branch": "CSE",
"company": "Experian",
"city": "London",
"country": "UK"
}
},
{
"query": "Need to find folks from 2015, any ideas?",
"output": {
"batch": "2015"
}
},
{
"query": "List people with masters from ds working at Freshworks",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Freshworks"
}
},
{
"query": "Give me the list of people in my country with my degree.",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Who all from my graduating class are around?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Give me ppl in CSE(DS)",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Give me the list of people in USA with my degree.",
"output": {
"country": "USA",
"degree": "<user_data>"
}
},
{
"query": "May I have information on people working at Google?",
"output": {
"company": "Google"
}
},
{
"query": "Find ppl around me in ds",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Tell me which PhD alumni are working at Tata Consultancy Services in my city",
"output": {
"degree": "PhD",
"company": "Tata Consultancy Services",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there alumni with bachelors in near me working at My Company?",
"output": {
"degree": "B Tech",
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Please help me locate M Tech holders in USA.",
"output": {
"degree": "M Tech",
"country": "USA"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "List master holders working with Teleparadigm networke.",
"output": {
"degree": "M Tech",
"company": "Teleparadigm networke"
}
},
{
"query": "Find the grads with my degree in around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Who are the folks based in my city, UK?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need contacts in Kellton Tech Solutions.",
"output": {
"company": "Kellton Tech Solutions"
}
},
{
"query": "Display people with my degree from data science in Tokyo",
"output": {
"degree": "<user_data>",
"branch": "CSE(DS)",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into cse ai ml",
"output": {
"branch": "CSE(AI&ML)",
"batch": "<user_data>"
}
},
{
"query": "List the folks from ai in my country employed by LTIMindtree",
"output": {
"branch": "CSE(AI&ML)",
"company": "LTIMindtree",
"country": "<user_data>"
}
},
{
"query": "Are there phd alumni in Hyderabad from 2016 batch?",
"output": {
"batch": "2016",
"degree": "PhD",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find people with a mtech qualification.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the phd graduates at Polaris Consulting & Services?",
"output": {
"degree": "PhD",
"company": "Polaris Consulting & Services"
}
},
{
"query": "Tell me who is from 2017 batch in my country with my degree",
"output": {
"batch": "2017",
"degree": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone from CSE stream?",
"output": {
"branch": "CSE"
}
},
{
"query": "List alumni of 2020 batch.",
"output": {
"batch": "2020"
}
},
{
"query": "Show me grads from our college in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the folks with mtech from data science in 2017 batch?",
"output": {
"batch": "2017",
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Would you kindly show me graduates residing in Pune?",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Get me ppl from CSE(AI&ML) working at Sigmoid in London",
"output": {
"branch": "CSE(AI&ML)",
"company": "Sigmoid",
"city": "London",
"country": "UK"
}
},
{
"query": "Show me graduates from 2017.",
"output": {
"batch": "2017"
}
},
{
"query": "Who are the folks with bachelor from ds in 2019 batch?",
"output": {
"batch": "2019",
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Find alumni who majored in Data Science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "List ppl who did AI and ML from mtech",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show people from 2015 working around me.",
"output": {
"batch": "2015",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need to find folks from my graduating class, any ideas?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List people from my branch working at Comcast.",
"output": {
"company": "Comcast",
"branch": "<user_data>"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "Find people with a mtech qualification.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from 2019 working around me.",
"output": {
"batch": "2019",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find me people in Chennai, will you?",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Show me alumni with B Tech employed by Comcast.",
"output": {
"degree": "B Tech",
"company": "Comcast"
}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Find the grads with my degree in New York.",
"output": {
"city": "New York",
"country": "USA",
"degree": "<user_data>"
}
},
{
"query": "List people from 2018 living in Mumbai.",
"output": {
"batch": "2018",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Can you show me people from 2015 batch who live in Berlin?",
"output": {
"batch": "2015",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find me people in near me, will you?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Gather information on 2017 passouts.",
"output": {
"batch": "2017"
}
},
{
"query": "Who all are there in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the grads in AI and ML from 2019",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Anyone from cse working in my country?",
"output": {
"branch": "CSE",
"country": "<user_data>"
}
},
{
"query": "Need alumni from cse(ai&ml) from my batch",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find people from CSE(AI&ML) in 2016 batch working in USA",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"country": "USA"
}
},
{
"query": "Who are the m tech grads living in around me?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Tell me the people in near me who graduated with my degree in ds",
"output": {
"degree": "<user_data>",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from 2017 batch working at Candescent in Mumbai",
"output": {
"batch": "2017",
"company": "Candescent",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who are the grads in CSE(AI&ML) from 2016",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)"
}
},
{
"query": "List alumni residing in near me, India.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Please show me the alumni in Mumbai area.",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who are the folks based in near me, UK?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there any IT grads in India working for Infosys?",
"output": {
"branch": "IT",
"company": "Infosys",
"country": "India"
}
},
{
"query": "List alumni who finished in 2017.",
"output": {
"batch": "2017"
}
},
{
"query": "List the graduates who completed PhD in my graduating class.",
"output": {
"batch": "<user_data>",
"degree": "PhD"
}
},
{
"query": "Can you find people from 2015 batch at kore.ai located in Kolkata?",
"output": {
"batch": "2015",
"company": "kore.ai",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who all from btech are at NIIT Technologies?",
"output": {
"degree": "B Tech",
"company": "NIIT Technologies"
}
},
{
"query": "Who are the alumni in Mumbai?",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Show me people associated with Comscore.",
"output": {
"company": "Comscore"
}
},
{
"query": "Need contacts in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Find me people in New York, will you?",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Any passouts from 2018?",
"output": {
"batch": "2018"
}
},
{
"query": "I want to know alumni with PhD working at QUADRANT IT SERVICES in Tokyo",
"output": {
"degree": "PhD",
"company": "QUADRANT IT SERVICES",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the alumni with master working at Sigmoid in London?",
"output": {
"degree": "M Tech",
"company": "Sigmoid",
"city": "London",
"country": "UK"
}
},
{
"query": "I'd like to know about phd holders in India working for Experian",
"output": {
"degree": "PhD",
"company": "Experian",
"country": "India"
}
},
{
"query": "Give me ppl doing ai in Mumbai",
"output": {
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "I am seeking alumni from CSE(DS), can you assist?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who all are in Cognizant?",
"output": {
"company": "Cognizant"
}
},
{
"query": "Give me grads in IT at Mastek in London",
"output": {
"branch": "IT",
"company": "Mastek",
"city": "London",
"country": "UK"
}
},
{
"query": "Find ppl around me in CSE(AI&ML)",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks based in my city, UK?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find me people in Hyderabad, will you?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "May I have information on people working at DarwinBox?",
"output": {
"company": "DarwinBox"
}
},
{
"query": "Who are the students from 2019 with a my degree?",
"output": {
"batch": "2019",
"degree": "<user_data>"
}
},
{
"query": "Find alumni at my company in my country.",
"output": {
"country": "<user_data>",
"company": "<user_data>"
}
},
{
"query": "List alumni residing in around me, UK.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List graduates residing in India.",
"output": {
"country": "India"
}
},
{
"query": "Give me the list of people in Germany with my degree.",
"output": {
"country": "Germany",
"degree": "<user_data>"
}
},
{
"query": "List ppl who did CSE from b tech",
"output": {
"degree": "B Tech",
"branch": "CSE"
}
},
{
"query": "Show me grads in Data Science from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)"
}
},
{
"query": "Any my batch passouts currently in New York?",
"output": {
"batch": "<user_data>",
"city": "New York",
"country": "USA"
}
},
{
"query": "Need to find folks from 2020, any ideas?",
"output": {
"batch": "2020"
}
},
{
"query": "Get me names of alumni in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Do you have info on phd grads in Data Science?",
"output": {
"degree": "PhD",
"branch": "CSE(DS)"
}
},
{
"query": "Show me the people connected to our college.",
"output": {}
},
{
"query": "List masters holders working with Adobe.",
"output": {
"degree": "M Tech",
"company": "Adobe"
}
},
{
"query": "Get me names of alumni at Experian.",
"output": {
"company": "Experian"
}
},
{
"query": "Show alumni from 2015 with a master who live in Hyderabad",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Who all studied with me?",
"output": {}
},
{
"query": "Find people with a master qualification.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Show alumni from 2017 with a my degree who live in Berlin",
"output": {
"batch": "2017",
"degree": "<user_data>",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find alumni from 2015 batch in Bangalore who are into B Tech",
"output": {
"batch": "2015",
"degree": "B Tech",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "List grads working around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me names of my batchmates in Chennai.",
"output": {
"city": "Chennai",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "Hey, who's in Tokyo from our college?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find folks with my background in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Find alumni who majored in my branch.",
"output": {
"branch": "<user_data>"
}
},
{
"query": "Find ppl doing CSE",
"output": {
"branch": "CSE"
}
},
{
"query": "Show me master graduates from 2019 batch",
"output": {
"batch": "2019",
"degree": "M Tech"
}
},
{
"query": "List graduates with masters from CSE(DS) based in Japan for kore.ai",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "kore.ai",
"country": "Japan"
}
},
{
"query": "Are there graduates from 2017 living in UK who studied data science?",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Need contacts of masters holders in Pune.",
"output": {
"degree": "M Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Anyone settled in Delhi?",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find folks located in Mumbai.",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Find people with a m tech qualification.",
"output": {
"degree": "M Tech"
}
},
{
"query": "List people from my graduating class living in Pune.",
"output": {
"batch": "<user_data>",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who is working at Larsen & Toubro Infotech (LTI)?",
"output": {
"company": "Larsen & Toubro Infotech (LTI)"
}
},
{
"query": "Who are the btech holders in Pune?",
"output": {
"degree": "B Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Get details of grads in Kolkata.",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me people from my batch yaar.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the grads in ai and ml from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "Tell me the people in Delhi who graduated with mtech in AI and ML",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Please show me the alumni in New York area.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "List folks at my company from 2015.",
"output": {
"batch": "2015",
"company": "<user_data>"
}
},
{
"query": "Who are the grads from my 2018 batch in USA with bachelor?",
"output": {
"batch": "2018",
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Any my degree alumni based in USA?",
"output": {
"degree": "<user_data>",
"country": "USA"
}
},
{
"query": "List the graduates who completed M Tech in my batch.",
"output": {
"batch": "<user_data>",
"degree": "M Tech"
}
},
{
"query": "Find graduates of my batch batch residing in around me.",
"output": {
"batch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get details of grads in New York.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Any bachelor alumni based in USA?",
"output": {
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Who's around me from college days?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people with a bachelors qualification.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Is anyone from ai and ml employed at Sasken Technologies?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Sasken Technologies"
}
},
{
"query": "Anyone settled in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Give me ppl doing cse ai ml in New York",
"output": {
"branch": "CSE(AI&ML)",
"city": "New York",
"country": "USA"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me ppl from cse ai ml in Bangalore working at Goldman Sachs",
"output": {
"branch": "CSE(AI&ML)",
"company": "Goldman Sachs",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find people with PhD in Mumbai from 2018 batch",
"output": {
"batch": "2018",
"degree": "PhD",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Show me grads from our college in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Need contacts of B Tech holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Are there alumni with bachelors in New York working at Birlasoft?",
"output": {
"degree": "B Tech",
"company": "Birlasoft",
"city": "New York",
"country": "USA"
}
},
{
"query": "Do we have any bachelors grads from it working at F5 NETWORKS?",
"output": {
"degree": "B Tech",
"branch": "IT",
"company": "F5 NETWORKS"
}
},
{
"query": "List the graduates who completed btech in 2017.",
"output": {
"batch": "2017",
"degree": "B Tech"
}
},
{
"query": "Who are the alumni in Hyderabad?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Anyone settled in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Give me details of people from 2019 batch at Nvidia Graphics Pvt Ltd in Japan",
"output": {
"batch": "2019",
"company": "Nvidia Graphics Pvt Ltd",
"country": "Japan"
}
},
{
"query": "Get me ppl from ai ml working at QUADRANT IT SERVICES in Kolkata",
"output": {
"branch": "CSE(AI&ML)",
"company": "QUADRANT IT SERVICES",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me ppl doing my degree in cse ai ml around me",
"output": {
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List ds graduates from 2017 batch employed at KPIT Technologies",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"company": "KPIT Technologies"
}
},
{
"query": "Who are the PhD holders from CSE(DS) in my city?",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks at Google based in my city?",
"output": {
"company": "Google",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks with btech from cse ds in my graduating class batch?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "List alumni in ds around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people working at DAZN in my location.",
"output": {
"company": "DAZN",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show alumni from 2019 batch with btech in cse ds employed by Sriven Solutions located in Hyderabad, USA",
"output": {
"batch": "2019",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Sriven Solutions",
"city": "Hyderabad",
"country": "USA"
}
},
{
"query": "Who are the PhD holders in Kolkata?",
"output": {
"degree": "PhD",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Give me grads in CSE(DS) at Cyient in Chennai",
"output": {
"branch": "CSE(DS)",
"company": "Cyient",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Can you find folks from cse(ai&ml) in my country working at Medplus?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Medplus",
"country": "<user_data>"
}
},
{
"query": "Give me details of people from 2020 batch at Cognizant in USA",
"output": {
"batch": "2020",
"company": "Cognizant",
"country": "USA"
}
},
{
"query": "Looking for grads in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Show me grads who did btech in cse(ai&ml)",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find ppl around me in CSE",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show alumni from 2016 with a master who live in Tokyo",
"output": {
"batch": "2016",
"degree": "M Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the my degree graduates from data science in 2016 batch at Kellton Tech Solutions in London?",
"output": {
"batch": "2016",
"degree": "<user_data>",
"branch": "CSE(DS)",
"company": "Kellton Tech Solutions",
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the my batch year passouts?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the my degree graduates at Hexaware Technologies?",
"output": {
"degree": "<user_data>",
"company": "Hexaware Technologies"
}
},
{
"query": "List people from my branch working at Deloitte.",
"output": {
"company": "Deloitte",
"branch": "<user_data>"
}
},
{
"query": "Any folks living in my area?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can I find people in Japan with my degree?",
"output": {
"country": "Japan",
"degree": "<user_data>"
}
},
{
"query": "May I have information on people working at Microsoft?",
"output": {
"company": "Microsoft"
}
},
{
"query": "Do you know of any B Tech holders in my city?",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find graduates of 2015 batch residing in Tokyo.",
"output": {
"batch": "2015",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find alumni who majored in ai.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Can you list people from ai ml in 2019 batch located in Tokyo?",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Anyone from cse(ai&ml) working in Germany?",
"output": {
"branch": "CSE(AI&ML)",
"country": "Germany"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "Who are the phd graduates from my graduating class in Berlin?",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Need contacts of masters holders in around me.",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Hey, who's in Chennai from our college?",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Show me alumni with PhD from cse ds in Germany",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"country": "Germany"
}
},
{
"query": "Who all are in Sigmoid?",
"output": {
"company": "Sigmoid"
}
},
{
"query": "Show me alumni from 2018 batch",
"output": {
"batch": "2018"
}
},
{
"query": "Find graduates of 2018 batch residing in my location.",
"output": {
"batch": "2018",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the grads based in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Get me names of alumni at Mphasis.",
"output": {
"company": "Mphasis"
}
},
{
"query": "List alumni in my branch around me",
"output": {
"branch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya alumni in cse ds around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me ppl in cse from Berlin",
"output": {
"branch": "CSE",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Tell me about phd grads from 2020 living in UK",
"output": {
"batch": "2020",
"degree": "PhD",
"country": "UK"
}
},
{
"query": "Find my batchmates.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Show me ppl doing mtech in cse ai ml around me",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need contacts of bachelors holders in my city.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Gather information on 2020 passouts.",
"output": {
"batch": "2020"
}
},
{
"query": "Any my degree holders residing in Hyderabad?",
"output": {
"degree": "<user_data>",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Who are the people from my batch at TCS?",
"output": {
"company": "TCS",
"batch": "<user_data>"
}
},
{
"query": "Show me people from our college in Japan.",
"output": {
"country": "Japan"
}
},
{
"query": "Looking for grads with a background in my branch.",
"output": {
"branch": "<user_data>"
}
},
{
"query": "Need contacts of B Tech holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "List alumni with bachelor in it from 2015 batch at L&T Technology Services located in USA",
"output": {
"batch": "2015",
"degree": "B Tech",
"branch": "IT",
"company": "L&T Technology Services",
"country": "USA"
}
},
{
"query": "Please help me locate mtech holders in UK.",
"output": {
"degree": "M Tech",
"country": "UK"
}
},
{
"query": "List alumni in ai and ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there any ai and ml grads in India working for LTIMindtree?",
"output": {
"branch": "CSE(AI&ML)",
"company": "LTIMindtree",
"country": "India"
}
},
{
"query": "Find the grads with my degree in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan",
"degree": "<user_data>"
}
},
{
"query": "Looking for employees at Goldman Sachs.",
"output": {
"company": "Goldman Sachs"
}
},
{
"query": "Get me contacts from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Please help me locate master holders in Japan.",
"output": {
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Who are the alumni with master working at Google in Bangalore?",
"output": {
"degree": "M Tech",
"company": "Google",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Show me alumni with phd from ai and ml in UK",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"country": "UK"
}
},
{
"query": "Please provide names of alumni in New York.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Find grads from ai ml working at L&T Technology Services",
"output": {
"branch": "CSE(AI&ML)",
"company": "L&T Technology Services"
}
},
{
"query": "Find graduates from 2016 in my city, Germany working in CSE(AI&ML)",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Who are the ppl in CSE(DS) around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the grads at Info Edge (India) Ltd in my country?",
"output": {
"company": "Info Edge (India) Ltd",
"country": "<user_data>"
}
},
{
"query": "List alumni in cse around me",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni who studied it in Tokyo",
"output": {
"branch": "IT",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find folks with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Do we have any mtech grads from it working at Goldman Sachs?",
"output": {
"degree": "M Tech",
"branch": "IT",
"company": "Goldman Sachs"
}
},
{
"query": "List alumni from 2018 batch in Japan with b tech",
"output": {
"batch": "2018",
"degree": "B Tech",
"country": "Japan"
}
},
{
"query": "Show me alumni with M Tech from AI and ML in USA",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"country": "USA"
}
},
{
"query": "Are there graduates from 2015 at Comcast?",
"output": {
"batch": "2015",
"company": "Comcast"
}
},
{
"query": "Any folks who did cse?",
"output": {
"branch": "CSE"
}
},
{
"query": "Get me ppl from CSE working at Quess Corp in Berlin",
"output": {
"branch": "CSE",
"company": "Quess Corp",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Can you tell me who is in Berlin from our college?",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Anyone from cse ds stream?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the students from 2016 with a master?",
"output": {
"batch": "2016",
"degree": "M Tech"
}
},
{
"query": "List mtech holders in USA.",
"output": {
"degree": "M Tech",
"country": "USA"
}
},
{
"query": "Find ppl around me in CSE",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads who did mtech in Data Science",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Who resides in Berlin?",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Looking for employees at Quess Corp.",
"output": {
"company": "Quess Corp"
}
},
{
"query": "I'd like to know about bachelor holders in Japan working for DAZN",
"output": {
"degree": "B Tech",
"company": "DAZN",
"country": "Japan"
}
},
{
"query": "Who all from my graduating class are around?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Need list of ppl in AI and ML working at Mu Sigma Business Solutions Pvt Ltd",
"output": {
"branch": "CSE(AI&ML)",
"company": "Mu Sigma Business Solutions Pvt Ltd"
}
},
{
"query": "Show me IT alumni in Chennai working at NIIT Technologies",
"output": {
"branch": "IT",
"company": "NIIT Technologies",
"city": "Chennai",
"country": "India"
}
},
{
"query": "List alumni from AI and ML working at Infosys in London",
"output": {
"branch": "CSE(AI&ML)",
"company": "Infosys",
"city": "London",
"country": "UK"
}
},
{
"query": "List m tech holders in Germany.",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into cse ai ml",
"output": {
"branch": "CSE(AI&ML)",
"batch": "<user_data>"
}
},
{
"query": "Who's around me from college days?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people in Berlin, UK.",
"output": {
"city": "Berlin",
"country": "UK"
}
},
{
"query": "Display alumni from cse living in India working for QUADRANT IT SERVICES",
"output": {
"branch": "CSE",
"company": "QUADRANT IT SERVICES",
"country": "India"
}
},
{
"query": "Would you kindly show me graduates residing in New York?",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Find graduates in Germany",
"output": {
"country": "Germany"
}
},
{
"query": "Can you list people from AI and ML in 2018 batch located in Mumbai?",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Can you give me alumni in Kolkata with bachelors from my batch batch?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me alumni with B Tech employed by Freshworks.",
"output": {
"degree": "B Tech",
"company": "Freshworks"
}
},
{
"query": "Anyone settled in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Show me phd graduates from 2020 batch",
"output": {
"batch": "2020",
"degree": "PhD"
}
},
{
"query": "Give me ppl in CSE(AI&ML)",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me names of people in IT.",
"output": {
"branch": "IT"
}
},
{
"query": "Find phd alumni from 2016 batch at Deloitte",
"output": {
"batch": "2016",
"degree": "PhD",
"company": "Deloitte"
}
},
{
"query": "Find folks located in my location.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from my city working in my country.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Who are the 2015 year passouts?",
"output": {
"batch": "2015"
}
},
{
"query": "Find people with master in London from 2020 batch",
"output": {
"batch": "2020",
"degree": "M Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Can you tell me who is in London from our college?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Do you know of any B Tech holders in Tokyo?",
"output": {
"degree": "B Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Need contacts of bachelor holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Find folks with my background in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Could you find people from CSE for me?",
"output": {
"branch": "CSE"
}
},
{
"query": "Need names of people from the my batch batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the experts in cse ds?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me folks from my city working in Caspex.",
"output": {
"company": "Caspex",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Tell me the people in Tokyo who graduated with master in it",
"output": {
"degree": "M Tech",
"branch": "IT",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Need contacts in Microsoft.",
"output": {
"company": "Microsoft"
}
},
{
"query": "Any alumni based in my city?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List bachelor holders working with Adobe.",
"output": {
"degree": "B Tech",
"company": "Adobe"
}
},
{
"query": "Who all are there in Chennai?",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Need contacts in Japan.",
"output": {
"country": "Japan"
}
},
{
"query": "Need contacts of btech holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Can you show me people from 2017 batch who live in Tokyo?",
"output": {
"batch": "2017",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show me ppl from cse ai ml in my city working at kore.ai",
"output": {
"branch": "CSE(AI&ML)",
"company": "kore.ai",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me grads in IT in Delhi",
"output": {
"branch": "IT",
"city": "Delhi",
"country": "India"
}
},
{
"query": "List individuals with a masters.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Can you list alumni with master from 2020 in Hyderabad?",
"output": {
"batch": "2020",
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "I would like to find alumni from 2018 batch.",
"output": {
"batch": "2018"
}
},
{
"query": "Who are the grads in ds from 2019",
"output": {
"batch": "2019",
"branch": "CSE(DS)"
}
},
{
"query": "List the folks from Data Science in India employed by Cisco Systems",
"output": {
"branch": "CSE(DS)",
"company": "Cisco Systems",
"country": "India"
}
},
{
"query": "Is anyone from ds employed at Micron?",
"output": {
"branch": "CSE(DS)",
"company": "Micron"
}
},
{
"query": "Find alumni in ds from 2019 in around me",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Locate people from my country who graduated from our college.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Find folks located in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Find folks from ds in my city with B Tech working at Zensar Technologies",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Zensar Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me BTech grads in IT at 3i Infotech",
"output": {
"branch": "IT",
"company": "3i Infotech"
}
},
{
"query": "Who are the phd students in IT at Tata Elxsi?",
"output": {
"degree": "PhD",
"branch": "IT",
"company": "Tata Elxsi"
}
},
{
"query": "Give me ppl in cse",
"output": {
"branch": "CSE"
}
},
{
"query": "I want to see graduates from my batch in India who did bachelor",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"country": "India"
}
},
{
"query": "Show me who from my college is in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Can you tell me who is in Pune from our college?",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Show folks in Berlin from data science working at 3i Infotech",
"output": {
"branch": "CSE(DS)",
"company": "3i Infotech",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "List alumni from CSE(DS) working at L&T Technology Services in Mumbai",
"output": {
"branch": "CSE(DS)",
"company": "L&T Technology Services",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Find the grads with my degree in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan",
"degree": "<user_data>"
}
},
{
"query": "Who are the folks at My Company based in near me?",
"output": {
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any graduates living in Chennai, Germany?",
"output": {
"city": "Chennai",
"country": "Germany"
}
},
{
"query": "Who are the alumni with btech working at 3i Infotech in my city?",
"output": {
"degree": "B Tech",
"company": "3i Infotech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the grads at Cyient in India?",
"output": {
"company": "Cyient",
"country": "India"
}
},
{
"query": "Show me m tech grads living in Germany.",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Give me details of people from 2017 batch at Tata Consultancy Services in USA",
"output": {
"batch": "2017",
"company": "Tata Consultancy Services",
"country": "USA"
}
},
{
"query": "Any grads at Payoda?",
"output": {
"company": "Payoda"
}
},
{
"query": "Who holds a master degree?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Are there alumni from my batch living in India?",
"output": {
"batch": "<user_data>",
"country": "India"
}
},
{
"query": "Any alumni based in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Find grads at my company near me.",
"output": {
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks from AI and ML in my location with m tech working at Punjab National Bank",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Punjab National Bank",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I need information on alumni specialized in CSE(DS).",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Is anyone from my batch working at AMD?",
"output": {
"company": "AMD",
"batch": "<user_data>"
}
},
{
"query": "List cse ds graduates from 2016 batch employed at Deloitte",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"company": "Deloitte"
}
},
{
"query": "Who are the grads from my 2020 batch in USA with master?",
"output": {
"batch": "2020",
"degree": "M Tech",
"country": "USA"
}
},
{
"query": "Show me people associated with Teleparadigm networke.",
"output": {
"company": "Teleparadigm networke"
}
},
{
"query": "Need contacts in Birlasoft.",
"output": {
"company": "Birlasoft"
}
},
{
"query": "Who are the phd alumni in CSE(AI&ML) working at Payoda in around me?",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Payoda",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Tell me who from CSE is working in New York at Micron",
"output": {
"branch": "CSE",
"company": "Micron",
"city": "New York",
"country": "USA"
}
},
{
"query": "Get me profiles of M Tech grads.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the master graduates from IT in my batch batch at Netcracker Technology in near me?",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"branch": "IT",
"company": "Netcracker Technology",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all are in Wipro?",
"output": {
"company": "Wipro"
}
},
{
"query": "Find ya ppl in ai ml from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who is working at Xebia?",
"output": {
"company": "Xebia"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from Payoda working in Mumbai",
"output": {
"company": "Payoda",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who all are there in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Any m tech graduates around?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Get me grads in cse(ai&ml) from my batch in my city",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the mtech graduates from ai in my batch batch at Prudential Financial in Kolkata?",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Prudential Financial",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the mtech graduates from my graduating class in my city?",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the ppl in data science around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find graduates from my graduating class in Delhi, Japan working in ai ml",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "Delhi",
"country": "Japan"
}
},
{
"query": "Show me BTech grads in data science at Google",
"output": {
"branch": "CSE(DS)",
"company": "Google"
}
},
{
"query": "Show me people from our college in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Give me ppl doing cse in London",
"output": {
"branch": "CSE",
"city": "London",
"country": "UK"
}
},
{
"query": "Get me names of people in ai and ml.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me ppl in my branch from my city",
"output": {
"branch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone here from my college?",
"output": {}
},
{
"query": "Get me names of alumni in India.",
"output": {
"country": "India"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the bachelor holders in my city?",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there people from my branch in around me who work at Micron?",
"output": {
"branch": "<user_data>",
"company": "Micron",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Could you please provide a list of mtech graduates?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Looking for people like me in IT.",
"output": {
"branch": "IT"
}
},
{
"query": "Provide a list of mtech graduates.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find masters alumni from cse ai ml in New York at Adobe",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Adobe",
"city": "New York",
"country": "USA"
}
},
{
"query": "Gather information on my batch passouts.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List people from my branch working at Qualcomm.",
"output": {
"company": "Qualcomm",
"branch": "<user_data>"
}
},
{
"query": "Who are the grads based in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Show me alumni from 2019 who are in Berlin.",
"output": {
"batch": "2019",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Any folks who did AI and ML?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Need info on alumni from my graduating class batch with bachelors.",
"output": {
"batch": "<user_data>",
"degree": "B Tech"
}
},
{
"query": "Are there folks from my 2018 batch at Ramco Systems in Berlin?",
"output": {
"batch": "2018",
"company": "Ramco Systems",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show me alumni with my degree from AI and ML in my country",
"output": {
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Get me profiles of bachelor grads.",
"output": {
"degree": "B Tech"
}
},
{
"query": "List my degree holders in my country.",
"output": {
"degree": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me bachelors grads from 2016 batch in my city at Sonata Software",
"output": {
"batch": "2016",
"degree": "B Tech",
"company": "Sonata Software",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the M Tech graduates residing in Japan?",
"output": {
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Show me alumni from 2020 batch in Germany with bachelors",
"output": {
"batch": "2020",
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Show me people from our college in India.",
"output": {
"country": "India"
}
},
{
"query": "Looking for people in Hyderabad working at NCR Atleos.",
"output": {
"company": "NCR Atleos",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find alumni who majored in Data Science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me alumni from 2015 who are in Tokyo.",
"output": {
"batch": "2015",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List people working at Cognizant",
"output": {
"company": "Cognizant"
}
},
{
"query": "Find graduates in Germany",
"output": {
"country": "Germany"
}
},
{
"query": "List individuals with a master.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Tell me who is from 2018 batch in India with mtech",
"output": {
"batch": "2018",
"degree": "M Tech",
"country": "India"
}
},
{
"query": "Give me ppl in ai and ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need contacts in Berlin.",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Get me alumni in CSE working at Zensar Technologies around me",
"output": {
"branch": "CSE",
"company": "Zensar Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me the M Tech holders from 2015 year.",
"output": {
"batch": "2015",
"degree": "M Tech"
}
},
{
"query": "Anyone from cse(ai&ml) working in my country?",
"output": {
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Find people at Polaris Consulting & Services in Japan.",
"output": {
"company": "Polaris Consulting & Services",
"country": "Japan"
}
},
{
"query": "List alumni from 2018 batch in my country with bachelor",
"output": {
"batch": "2018",
"degree": "B Tech",
"country": "<user_data>"
}
},
{
"query": "Find alumni in ai ml from 2017 in New York",
"output": {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "New York",
"country": "USA"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Find alumni in India.",
"output": {
"country": "India"
}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Who graduated in my batch?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List graduates with PhD from CSE(DS) based in my country for NCR Voyix",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"company": "NCR Voyix",
"country": "<user_data>"
}
},
{
"query": "Show me alumni who completed a btech.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Get me names of people in cse ds.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Looking for m tech alumni.",
"output": {
"degree": "M Tech"
}
},
{
"query": "I'd like to know who from my graduating class batch is working at L&T Technology Services in Mumbai",
"output": {
"batch": "<user_data>",
"company": "L&T Technology Services",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "I am interested in connecting with grads at Microsoft.",
"output": {
"company": "Microsoft"
}
},
{
"query": "Show me grads from cse(ai&ml) working in Delhi",
"output": {
"branch": "CSE(AI&ML)",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find ya alumni in ai ml from my batch in New York",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "New York",
"country": "USA"
}
},
{
"query": "List alumni from my graduating class batch in Germany with my degree",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"country": "Germany"
}
},
{
"query": "Find ya ppl in AI and ML from b tech",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "I'd like to know about phd holders in my country working for National Payments Corporation of India",
"output": {
"degree": "PhD",
"company": "National Payments Corporation of India",
"country": "<user_data>"
}
},
{
"query": "Show me who from my college is in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Display people with B Tech in IT based in Berlin working at EPAM Systems",
"output": {
"degree": "B Tech",
"branch": "IT",
"company": "EPAM Systems",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Could you please provide a list of M Tech graduates?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Get me alumni in it from my graduating class working at Nvidia Graphics Pvt Ltd",
"output": {
"batch": "<user_data>",
"branch": "IT",
"company": "Nvidia Graphics Pvt Ltd"
}
},
{
"query": "Looking for mtech alumni.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Give me ppl doing ds in Mumbai",
"output": {
"branch": "CSE(DS)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who are the my degree alumni in Data Science working at F5 NETWORKS in London?",
"output": {
"degree": "<user_data>",
"branch": "CSE(DS)",
"company": "F5 NETWORKS",
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the folks based in London, Japan?",
"output": {
"city": "London",
"country": "Japan"
}
},
{
"query": "Can you find grads from my graduating class batch at Accenture?",
"output": {
"batch": "<user_data>",
"company": "Accenture"
}
},
{
"query": "Could you find people from AI and ML for me?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Need contacts of master holders.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find ppl around me in IT",
"output": {
"branch": "IT",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Get me grads in my branch from my graduating class in Chennai",
"output": {
"batch": "<user_data>",
"branch": "<user_data>",
"city": "Chennai",
"country": "India"
}
},
{
"query": "I'd like to see alumni from it in Chennai working at Oracle Financial Services Software",
"output": {
"branch": "IT",
"company": "Oracle Financial Services Software",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Display folks in Data Science from 2019 batch working in UK",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "List grads working around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Tell me who is from 2016 batch in Japan with master",
"output": {
"batch": "2016",
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Looking for alums in USA, help me out.",
"output": {
"country": "USA"
}
},
{
"query": "List alumni residing in Bangalore, USA.",
"output": {
"city": "Bangalore",
"country": "USA"
}
},
{
"query": "Give me a list of b tech grads from my branch working at Mu Sigma Business Solutions Pvt Ltd",
"output": {
"degree": "B Tech",
"branch": "<user_data>",
"company": "Mu Sigma Business Solutions Pvt Ltd"
}
},
{
"query": "Need list of ppl in my branch working at Microsoft",
"output": {
"branch": "<user_data>",
"company": "Microsoft"
}
},
{
"query": "List people from 2019 living in my city.",
"output": {
"batch": "2019",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you list people from CSE(AI&ML) in my batch batch located in Berlin?",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find classmates from 2016.",
"output": {
"batch": "2016"
}
},
{
"query": "Find people working at RealPage in London.",
"output": {
"company": "RealPage",
"city": "London",
"country": "UK"
}
},
{
"query": "Show me who from my college is in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Locate people from India who graduated from our college.",
"output": {
"country": "India"
}
},
{
"query": "Show me alumni from 2015 batch",
"output": {
"batch": "2015"
}
},
{
"query": "Anyone settled in London?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Who's around me from college days?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya alumni in AI and ML around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List students who studied CSE(DS).",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the cse alumni in UK working for 3i Infotech?",
"output": {
"branch": "CSE",
"company": "3i Infotech",
"country": "UK"
}
},
{
"query": "Anyone settled in UK?",
"output": {
"country": "UK"
}
},
{
"query": "I want to view alumni from my graduating class batch in New York with btech",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "New York",
"country": "USA"
}
},
{
"query": "Collect names of alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni residing in Berlin, Japan.",
"output": {
"city": "Berlin",
"country": "Japan"
}
},
{
"query": "List alumni with PhD in CSE(DS) from 2018 batch at Micron located in Japan",
"output": {
"batch": "2018",
"degree": "PhD",
"branch": "CSE(DS)",
"company": "Micron",
"country": "Japan"
}
},
{
"query": "List people with mtech from cse ds working at Sonata Software",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Sonata Software"
}
},
{
"query": "Any folks living in my area?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads who did m tech in cse ds",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Can you list people from CSE in 2018 batch located in my city?",
"output": {
"batch": "2018",
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from 2020 batch in Germany with B Tech",
"output": {
"batch": "2020",
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Anyone from my branch working in USA?",
"output": {
"branch": "<user_data>",
"country": "USA"
}
},
{
"query": "Show me grads from our college in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Please show me the alumni in my location area.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me my degree graduates from my batch batch",
"output": {
"batch": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Who are the masters holders in Tokyo?",
"output": {
"degree": "M Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Need list of grads in Data Science from 2017 at Netcracker Technology",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"company": "Netcracker Technology"
}
},
{
"query": "Display people with bachelors from CSE(AI&ML) in Chennai",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"country": "India"
}
},
{
"query": "List B Tech holders working with Info Edge (India) Ltd.",
"output": {
"degree": "B Tech",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Give me the list of people in Germany with my degree.",
"output": {
"country": "Germany",
"degree": "<user_data>"
}
},
{
"query": "Got any names from ai and ml?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List individuals with a PhD.",
"output": {
"degree": "PhD"
}
},
{
"query": "Any my degree holders residing in Tokyo?",
"output": {
"degree": "<user_data>",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the PhD holders from my branch in 2019 batch working for My Company in around me, India",
"output": {
"batch": "2019",
"degree": "PhD",
"branch": "<user_data>",
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Is anyone from my batch working at Oracle India?",
"output": {
"company": "Oracle India",
"batch": "<user_data>"
}
},
{
"query": "Are there graduates from 2016 living in UK who studied CSE(DS)?",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Need info on alumni from 2018 batch with m tech.",
"output": {
"batch": "2018",
"degree": "M Tech"
}
},
{
"query": "Give me the list of people in my country with my degree.",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Need contacts in Mu Sigma Business Solutions Pvt Ltd.",
"output": {
"company": "Mu Sigma Business Solutions Pvt Ltd"
}
},
{
"query": "Give me ppl doing cse(ai&ml) in my city",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need contacts of my degree holders.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Need contacts of master holders in Chennai.",
"output": {
"degree": "M Tech",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Show me who's at Goldman Sachs nowadays.",
"output": {
"company": "Goldman Sachs"
}
},
{
"query": "List people with my degree from cse(ai&ml) working at Info Edge (India) Ltd",
"output": {
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Find people in CSE(AI&ML) with my degree from my graduating class batch working at Oracle India in USA",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"company": "Oracle India",
"country": "USA"
}
},
{
"query": "Anyone settled in near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Tell me who is from 2017 batch in Germany with PhD",
"output": {
"batch": "2017",
"degree": "PhD",
"country": "Germany"
}
},
{
"query": "Give me ppl in AI and ML around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Retrieve alumni working at Sonata Software.",
"output": {
"company": "Sonata Software"
}
},
{
"query": "Show me grads from ai and ml working in Kolkata",
"output": {
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Any alumni based in UK?",
"output": {
"country": "UK"
}
},
{
"query": "Get me alumni in cse(ai&ml) working at KPIT Technologies around me",
"output": {
"branch": "CSE(AI&ML)",
"company": "KPIT Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ppl doing ai",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Any masters alumni in India?",
"output": {
"degree": "M Tech",
"country": "India"
}
},
{
"query": "Give me people from 2018 in CSE who are in Berlin",
"output": {
"batch": "2018",
"branch": "CSE",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who are the btech graduates from ai in 2020 batch at Tata Elxsi in around me?",
"output": {
"batch": "2020",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Tata Elxsi",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I need information on alumni specialized in ai and ml.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find people in Delhi, Germany.",
"output": {
"city": "Delhi",
"country": "Germany"
}
},
{
"query": "List btech alumni based in Kolkata.",
"output": {
"degree": "B Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Can you get me master grads in ai and ml?",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show people from CSE in my batch batch located in London",
"output": {
"batch": "<user_data>",
"branch": "CSE",
"city": "London",
"country": "UK"
}
},
{
"query": "Please help me locate m tech holders in Germany.",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Find folks located in my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need names of bachelor grads at Xebia.",
"output": {
"degree": "B Tech",
"company": "Xebia"
}
},
{
"query": "List people working at Zensar Technologies",
"output": {
"company": "Zensar Technologies"
}
},
{
"query": "Please show me the alumni in Tokyo area.",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Get me grads in IT from 2016 in Pune",
"output": {
"batch": "2016",
"branch": "IT",
"city": "Pune",
"country": "India"
}
},
{
"query": "Show alumni from 2019 batch with btech in cse employed by KPIT Technologies located in Tokyo, Japan",
"output": {
"batch": "2019",
"degree": "B Tech",
"branch": "CSE",
"company": "KPIT Technologies",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find graduates of my batch batch residing in New York.",
"output": {
"batch": "<user_data>",
"city": "New York",
"country": "USA"
}
},
{
"query": "Anyone settled in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Anyone from our college at Goldman Sachs?",
"output": {
"company": "Goldman Sachs"
}
},
{
"query": "Find folks located in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Find alumni in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Who from my batch is in Tech Mahindra?",
"output": {
"company": "Tech Mahindra",
"batch": "<user_data>"
}
},
{
"query": "Show me alumni with B Tech from ai in UK",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"country": "UK"
}
},
{
"query": "Please help me locate bachelors holders in Germany.",
"output": {
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Who are the grads based in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Do we have any M Tech grads from ds working at Salesforce?",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Salesforce"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from 2019 in Germany working in Data Science",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"country": "Germany"
}
},
{
"query": "Show alumni from 2017 with a my degree who live in Tokyo",
"output": {
"batch": "2017",
"degree": "<user_data>",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List graduates residing in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Get me names of my batchmates in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "Need to find folks from 2017, any ideas?",
"output": {
"batch": "2017"
}
},
{
"query": "Give me people from my batch in IT who are in Berlin",
"output": {
"batch": "<user_data>",
"branch": "IT",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Display the list of m tech holders based in Pune at Google",
"output": {
"degree": "M Tech",
"company": "Google",
"city": "Pune",
"country": "India"
}
},
{
"query": "Could you show me people from the IT department?",
"output": {
"branch": "IT"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from CSE in 2015 batch located in Delhi",
"output": {
"batch": "2015",
"branch": "CSE",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Give me ppl in ai around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people with PhD in Tokyo from my batch batch",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Need list of grads in cse from 2019 at Experian",
"output": {
"batch": "2019",
"branch": "CSE",
"company": "Experian"
}
},
{
"query": "Need list of grads in ai ml from 2020 at Xebia",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"company": "Xebia"
}
},
{
"query": "Give me grads in AI and ML at Birlasoft in Tokyo",
"output": {
"branch": "CSE(AI&ML)",
"company": "Birlasoft",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Can you find people from 2018 batch at Freshworks located in Bangalore?",
"output": {
"batch": "2018",
"company": "Freshworks",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Who are the ppl doing Data Science from B Tech",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List ppl from CSE(DS) in Kolkata",
"output": {
"branch": "CSE(DS)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find ya ppl in ai from PhD",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Need alumni from cse(ai&ml) in New York",
"output": {
"branch": "CSE(AI&ML)",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who is working at Dell Technologies?",
"output": {
"company": "Dell Technologies"
}
},
{
"query": "Show alumni from 2020 batch with b tech in ds employed by DAZN located in Tokyo, USA",
"output": {
"batch": "2020",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "DAZN",
"city": "Tokyo",
"country": "USA"
}
},
{
"query": "Need list of ppl in ai ml working at KPIT Technologies",
"output": {
"branch": "CSE(AI&ML)",
"company": "KPIT Technologies"
}
},
{
"query": "Show me profiles of CSE(AI&ML) graduates.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who holds a m tech degree?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Get me names of my batch grads in Hyderabad.",
"output": {
"batch": "<user_data>",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Get me names of alumni at Audintel.",
"output": {
"company": "Audintel"
}
},
{
"query": "Any alumni living in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Get me grads in Data Science from 2016 in around me",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I am seeking alumni from CSE(DS), can you assist?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the folks in cse(ai&ml) from 2015 living in UK?",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)",
"country": "UK"
}
},
{
"query": "Show people from my branch in 2018 batch located in Pune",
"output": {
"batch": "2018",
"branch": "<user_data>",
"city": "Pune",
"country": "India"
}
},
{
"query": "List alumni from Hexaware Technologies working in New York",
"output": {
"company": "Hexaware Technologies",
"city": "New York",
"country": "USA"
}
},
{
"query": "List M Tech holders working with My Company.",
"output": {
"degree": "M Tech",
"company": "<user_data>"
}
},
{
"query": "Find the grads with my degree in around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Get me names of alumni at Tata Consultancy Services.",
"output": {
"company": "Tata Consultancy Services"
}
},
{
"query": "Any of our people working at Micron?",
"output": {
"company": "Micron"
}
},
{
"query": "Anyone with my specialization at Ramco Systems?",
"output": {
"company": "Ramco Systems"
}
},
{
"query": "Who are the alumni with phd working at Kellton Tech Solutions in Chennai?",
"output": {
"degree": "PhD",
"company": "Kellton Tech Solutions",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Find people with a masters qualification.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the b tech holders in Chennai?",
"output": {
"degree": "B Tech",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Show me cse ai ml grads at Happiest Minds Technologies.",
"output": {
"branch": "CSE(AI&ML)",
"company": "Happiest Minds Technologies"
}
},
{
"query": "Locate people from my country who graduated from our college.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Show alumni from Info Edge (India) Ltd based in my country",
"output": {
"company": "Info Edge (India) Ltd",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni in near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show folks in New York from ds working at Wipro",
"output": {
"branch": "CSE(DS)",
"company": "Wipro",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who are the alumni in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Get me names of alumni in Japan.",
"output": {
"country": "Japan"
}
},
{
"query": "Find graduates from 2018 in Berlin, USA working in ai ml",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Berlin",
"country": "USA"
}
},
{
"query": "Show me alumni in CSE working at Micron",
"output": {
"branch": "CSE",
"company": "Micron"
}
},
{
"query": "Tell me which B Tech alumni are working at Larsen & Toubro Infotech (LTI) in Hyderabad",
"output": {
"degree": "B Tech",
"company": "Larsen & Toubro Infotech (LTI)",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Give me a list of PhD grads from it working at Sigmoid",
"output": {
"degree": "PhD",
"branch": "IT",
"company": "Sigmoid"
}
},
{
"query": "Show me grads from our college in Delhi.",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find folks with my background in India.",
"output": {
"country": "India"
}
},
{
"query": "List graduates residing in Japan.",
"output": {
"country": "Japan"
}
},
{
"query": "Show me m tech grads from 2020 batch in Pune at Mastek",
"output": {
"batch": "2020",
"degree": "M Tech",
"company": "Mastek",
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me alumni in it working at Larsen & Toubro Infotech (LTI)",
"output": {
"branch": "IT",
"company": "Larsen & Toubro Infotech (LTI)"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Show me alumni from my graduating class batch",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Display alumni from data science living in UK working for Xebia",
"output": {
"branch": "CSE(DS)",
"company": "Xebia",
"country": "UK"
}
},
{
"query": "Who are the folks in IT from 2017 living in my country?",
"output": {
"batch": "2017",
"branch": "IT",
"country": "<user_data>"
}
},
{
"query": "Display people with phd in CSE(DS) based in Mumbai working at Optum",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"company": "Optum",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Got any names from ai and ml?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "I am seeking alumni from cse, can you assist?",
"output": {
"branch": "CSE"
}
},
{
"query": "Find people in Tokyo, UK.",
"output": {
"city": "Tokyo",
"country": "UK"
}
},
{
"query": "Give me people from 2018 in ds who are in Pune",
"output": {
"batch": "2018",
"branch": "CSE(DS)",
"city": "Pune",
"country": "India"
}
},
{
"query": "Anyone settled in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Show me graduates from my graduating class batch working in Delhi with phd",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find grads who did cse ds from my degree",
"output": {
"degree": "<user_data>",
"branch": "CSE(DS)"
}
},
{
"query": "Who among 2019 batch in ai ml is employed by Amazon in Pune?",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)",
"company": "Amazon",
"city": "Pune",
"country": "India"
}
},
{
"query": "I want to see people with PhD in CSE from 2018 batch",
"output": {
"batch": "2018",
"degree": "PhD",
"branch": "CSE"
}
},
{
"query": "Show alumni from Tata Elxsi based in Japan",
"output": {
"company": "Tata Elxsi",
"country": "Japan"
}
},
{
"query": "Show me people from our college in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Would you kindly show me graduates residing in Mumbai?",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Show me the M Tech holders from 2015 year.",
"output": {
"batch": "2015",
"degree": "M Tech"
}
},
{
"query": "List 2018 batch people in IT working at F5 NETWORKS",
"output": {
"batch": "2018",
"branch": "IT",
"company": "F5 NETWORKS"
}
},
{
"query": "Find alumni at my company in Japan.",
"output": {
"country": "Japan",
"company": "<user_data>"
}
},
{
"query": "Get me alumni in cse ds from 2019 working at Zoho Corporation",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"company": "Zoho Corporation"
}
},
{
"query": "Need list of ppl in data science from 2020",
"output": {
"batch": "2020",
"branch": "CSE(DS)"
}
},
{
"query": "Are there my degree alumni in Bangalore from 2019 batch?",
"output": {
"batch": "2019",
"degree": "<user_data>",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Show graduates from the class of my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Any phd holders residing in near me?",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all are in my company?",
"output": {
"company": "<user_data>"
}
},
{
"query": "Can you find grads from 2018 batch at Netcracker Technology?",
"output": {
"batch": "2018",
"company": "Netcracker Technology"
}
},
{
"query": "Anyone settled in near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the people from my batch in around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"batch": "<user_data>"
}
},
{
"query": "Find ya alumni in data science from 2019 in Chennai",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Display alumni from ai living in UK working for ADP",
"output": {
"branch": "CSE(AI&ML)",
"company": "ADP",
"country": "UK"
}
},
{
"query": "Show me profiles of IT graduates.",
"output": {
"branch": "IT"
}
},
{
"query": "Find people working at F5 NETWORKS.",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "List alumni with master in cse ds from 2020 batch at Adobe located in USA",
"output": {
"batch": "2020",
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Adobe",
"country": "USA"
}
},
{
"query": "Can you list people from CSE(AI&ML) in my batch batch located in around me?",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ppl around me in my branch",
"output": {
"branch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the B Tech alumni in ai and ml working at ADP in my city?",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "ADP",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List IT graduates from 2017 batch employed at Adobe Systems India",
"output": {
"batch": "2017",
"branch": "IT",
"company": "Adobe Systems India"
}
},
{
"query": "List people working at Kellton Tech Solutions",
"output": {
"company": "Kellton Tech Solutions"
}
},
{
"query": "List 2018 batch people in it working at HCL Technologies",
"output": {
"batch": "2018",
"branch": "IT",
"company": "HCL Technologies"
}
},
{
"query": "List alumni with btech in CSE(AI&ML) from 2018 batch at LTIMindtree located in USA",
"output": {
"batch": "2018",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "LTIMindtree",
"country": "USA"
}
},
{
"query": "Display people with btech in ds based in Chennai working at Mphasis",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Mphasis",
"city": "Chennai",
"country": "India"
}
},
{
"query": "I wish to see who graduated in 2020.",
"output": {
"batch": "2020"
}
},
{
"query": "Need list of grads in Data Science from my batch at NCR Voyix",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"company": "NCR Voyix"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "Find graduates of 2018 batch residing in Delhi.",
"output": {
"batch": "2018",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Any b tech alumni based in USA?",
"output": {
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Looking for employees at eClerx.",
"output": {
"company": "eClerx"
}
},
{
"query": "Is anyone from cse(ai&ml) employed at Info Edge (India) Ltd?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "List my degree holders in UK.",
"output": {
"degree": "<user_data>",
"country": "UK"
}
},
{
"query": "Anyone from the year 2016?",
"output": {
"batch": "2016"
}
},
{
"query": "Need grads in IT from my graduating class working at EPAM Systems",
"output": {
"batch": "<user_data>",
"branch": "IT",
"company": "EPAM Systems"
}
},
{
"query": "Show alumni in my country from my batch with a background in CSE(DS)",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"country": "<user_data>"
}
},
{
"query": "Do we have alums from cse ai ml in Delhi?",
"output": {
"branch": "CSE(AI&ML)",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Get me names of alumni in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Get details of grads in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Who all from bachelor are in London?",
"output": {
"degree": "B Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Need list of ppl in CSE from 2019 in Hyderabad",
"output": {
"batch": "2019",
"branch": "CSE",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find my classmates in my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads in cse ds from 2017",
"output": {
"batch": "2017",
"branch": "CSE(DS)"
}
},
{
"query": "Anyone from CSE(DS) stream?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Find folks at my company from my batch.",
"output": {
"batch": "<user_data>",
"company": "<user_data>"
}
},
{
"query": "Give me the list of people in my country with my degree.",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Show me grads from my batch in UK working in ai",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"country": "UK"
}
},
{
"query": "I need information on alumni specialized in cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me alumni from 2016 batch in Germany with my degree",
"output": {
"batch": "2016",
"degree": "<user_data>",
"country": "Germany"
}
},
{
"query": "Give me people from my batch in it who are in Berlin",
"output": {
"batch": "<user_data>",
"branch": "IT",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who are the ppl doing cse ds from masters",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Anyone from Data Science stream?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Need names of people from the my batch batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Show me people from our college in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Any 2019 passouts currently in Pune?",
"output": {
"batch": "2019",
"city": "Pune",
"country": "India"
}
},
{
"query": "List alumni employed by Mphasis.",
"output": {
"company": "Mphasis"
}
},
{
"query": "Show me grads from my city working in UK.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Find and show me bachelor holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Give me grads in CSE(AI&ML) at LTIMindtree in Berlin",
"output": {
"branch": "CSE(AI&ML)",
"company": "LTIMindtree",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who all from my graduating class are around?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Find ppl doing cse ds",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me BTech grads in it at Tata Consultancy Services",
"output": {
"branch": "IT",
"company": "Tata Consultancy Services"
}
},
{
"query": "Anyone from our college at Punjab National Bank?",
"output": {
"company": "Punjab National Bank"
}
},
{
"query": "Display PhD grads from 2020 batch at Larsen & Toubro Infotech (LTI) in around me",
"output": {
"batch": "2020",
"degree": "PhD",
"company": "Larsen & Toubro Infotech (LTI)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me ppl doing ai ml in Bangalore",
"output": {
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find ai ml alumni from my batch batch.",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the folks in data science from 2020 living in USA?",
"output": {
"batch": "2020",
"branch": "CSE(DS)",
"country": "USA"
}
},
{
"query": "Find grads at my company near me.",
"output": {
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the students from 2017 with a M Tech?",
"output": {
"batch": "2017",
"degree": "M Tech"
}
},
{
"query": "Show me people from 2016 batch working at L&T Technology Services in Berlin",
"output": {
"batch": "2016",
"company": "L&T Technology Services",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "I want to see people with masters in CSE(DS) from my graduating class batch",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "List alumni residing in around me, Germany.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me the people connected to our college.",
"output": {}
},
{
"query": "Who are the folks at Prudential Financial?",
"output": {
"company": "Prudential Financial"
}
},
{
"query": "List alumni from 2020 batch in India with master",
"output": {
"batch": "2020",
"degree": "M Tech",
"country": "India"
}
},
{
"query": "Get me profiles of B Tech grads.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Give me Data Science alumni in Germany working at My Company",
"output": {
"branch": "CSE(DS)",
"company": "<user_data>",
"country": "Germany"
}
},
{
"query": "Find ppl doing AI and ML",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Tell me about alumni from 2019 batch in around me with bachelors",
"output": {
"batch": "2019",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you find grads from my graduating class batch at Persistent Systems?",
"output": {
"batch": "<user_data>",
"company": "Persistent Systems"
}
},
{
"query": "Show people from my batch working around me.",
"output": {
"batch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the IT graduates in near me working at Hitachi Digital Services?",
"output": {
"branch": "IT",
"company": "Hitachi Digital Services",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find PhD graduates in cse ai ml from 2020 batch working at L&T Technology Services in Pune, India",
"output": {
"batch": "2020",
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "L&T Technology Services",
"city": "Pune",
"country": "India"
}
},
{
"query": "Need names of people from the 2019 batch.",
"output": {
"batch": "2019"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Get me names of alumni in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Can you give me alumni in Chennai with PhD from my graduating class batch?",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Give me the list of people in Germany with my degree.",
"output": {
"country": "Germany",
"degree": "<user_data>"
}
},
{
"query": "Find ya grads in CSE(DS) from my batch",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)"
}
},
{
"query": "I'd like to know who from my batch batch is working at Quess Corp in New York",
"output": {
"batch": "<user_data>",
"company": "Quess Corp",
"city": "New York",
"country": "USA"
}
},
{
"query": "Hey, who's in New York from our college?",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "List alumni of my graduating class batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who all are in NCR Voyix?",
"output": {
"company": "NCR Voyix"
}
},
{
"query": "Looking for people like me in ai.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List alumni from Sasken Technologies working in New York",
"output": {
"company": "Sasken Technologies",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me alumni from 2019 who are in Pune.",
"output": {
"batch": "2019",
"city": "Pune",
"country": "India"
}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Any m tech alumni based in Japan?",
"output": {
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Retrieve alumni working at Medplus.",
"output": {
"company": "Medplus"
}
},
{
"query": "Anyone from IT working in Japan?",
"output": {
"branch": "IT",
"country": "Japan"
}
},
{
"query": "Are there alumni from 2019 living in my country?",
"output": {
"batch": "2019",
"country": "<user_data>"
}
},
{
"query": "Any of our people working at NIIT Technologies?",
"output": {
"company": "NIIT Technologies"
}
},
{
"query": "Who are the phd grads living in near me?",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me ppl in ai from Pune",
"output": {
"branch": "CSE(AI&ML)",
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me M Tech grads from my graduating class batch in New York at Adobe",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"company": "Adobe",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who all are there in India?",
"output": {
"country": "India"
}
},
{
"query": "I am seeking alumni from Data Science, can you assist?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Get me alumni in cse ds from my batch working at Cyient",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"company": "Cyient"
}
},
{
"query": "Who all are there in Mumbai from our college?",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Anyone from cse(ai&ml) working in Germany?",
"output": {
"branch": "CSE(AI&ML)",
"country": "Germany"
}
},
{
"query": "List alumni from 2017 batch in UK with mtech",
"output": {
"batch": "2017",
"degree": "M Tech",
"country": "UK"
}
},
{
"query": "List alumni from 2019 in New York who are into PhD",
"output": {
"batch": "2019",
"degree": "PhD",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me grads from my city working in my country.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Find folks with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find graduates in UK",
"output": {
"country": "UK"
}
},
{
"query": "Who are the my degree alumni in IT working at Experian in Pune?",
"output": {
"degree": "<user_data>",
"branch": "IT",
"company": "Experian",
"city": "Pune",
"country": "India"
}
},
{
"query": "Help me find grads from 2017 year.",
"output": {
"batch": "2017"
}
},
{
"query": "Show me who from my college is in UK.",
"output": {
"country": "UK"
}
},
{
"query": "List M Tech holders working with eClerx.",
"output": {
"degree": "M Tech",
"company": "eClerx"
}
},
{
"query": "Any alumni living in India?",
"output": {
"country": "India"
}
},
{
"query": "Need to find folks from my batch, any ideas?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Show me alumni in my branch working at NCR Atleos",
"output": {
"branch": "<user_data>",
"company": "NCR Atleos"
}
},
{
"query": "Is anyone from my branch employed at Mastek?",
"output": {
"branch": "<user_data>",
"company": "Mastek"
}
},
{
"query": "Tell me about m tech grads from 2016 living in Japan",
"output": {
"batch": "2016",
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Find alumni in cse ds from my batch in London",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": "London",
"country": "UK"
}
},
{
"query": "Do you know of any PhD holders in my city?",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who is in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Show me mtech grads from 2017 batch in Bangalore at GSPANN TECHNOLOGIES",
"output": {
"batch": "2017",
"degree": "M Tech",
"company": "GSPANN TECHNOLOGIES",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Show me profiles of ai ml graduates.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me PhD holders from ai ml in USA",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"country": "USA"
}
},
{
"query": "Can you list alumni with mtech from 2015 in Mumbai?",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Show me grads from our college in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Display me alumni from 2020 batch working at eClerx in Hyderabad",
"output": {
"batch": "2020",
"company": "eClerx",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Get me profiles of bachelor grads.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Who are the folks in Berlin with masters from 2020 batch in cse working at NIIT Technologies",
"output": {
"batch": "2020",
"degree": "M Tech",
"branch": "CSE",
"company": "NIIT Technologies",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find people in AI and ML with B Tech from 2020 batch working at NCR Atleos in Japan",
"output": {
"batch": "2020",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "NCR Atleos",
"country": "Japan"
}
},
{
"query": "Show me B Tech ppl in ai ml",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me folks from my city working in Accenture.",
"output": {
"company": "Accenture",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the ppl doing AI and ML from M Tech",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the grads in ai and ml from 2016",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me grads from our college in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Tell me about alumni from my graduating class batch in Mumbai with m tech",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Show me folks from my city working in Tata Consultancy Services.",
"output": {
"company": "Tata Consultancy Services",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from my batch yaar.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Anyone from our college at RealPage?",
"output": {
"company": "RealPage"
}
},
{
"query": "Any alumni employed by Kellton Tech Solutions located in my location?",
"output": {
"company": "Kellton Tech Solutions",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "Anyone from it working in UK?",
"output": {
"branch": "IT",
"country": "UK"
}
},
{
"query": "Show me my degree grads living in my country.",
"output": {
"degree": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there graduates from 2017 at Info Edge (India) Ltd?",
"output": {
"batch": "2017",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Need alumni from my branch from 2016",
"output": {
"batch": "2016",
"branch": "<user_data>"
}
},
{
"query": "Find it people at Netcracker Technology in Tokyo",
"output": {
"branch": "IT",
"company": "Netcracker Technology",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Need contacts in Prudential Financial.",
"output": {
"company": "Prudential Financial"
}
},
{
"query": "Any 2017 passouts currently in my location?",
"output": {
"batch": "2017",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Can you show me people from 2019 batch who live in Berlin?",
"output": {
"batch": "2019",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Can you list people from my branch in 2020 batch located in New York?",
"output": {
"batch": "2020",
"branch": "<user_data>",
"city": "New York",
"country": "USA"
}
},
{
"query": "List alumni who finished in 2018.",
"output": {
"batch": "2018"
}
},
{
"query": "Give me ppl in data science around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone from Data Science stream?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me grads in cse from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE"
}
},
{
"query": "Show folks in New York from AI and ML working at Oracle Financial Services Software",
"output": {
"branch": "CSE(AI&ML)",
"company": "Oracle Financial Services Software",
"city": "New York",
"country": "USA"
}
},
{
"query": "Is anyone from CSE(DS) employed at SAP Labs India?",
"output": {
"branch": "CSE(DS)",
"company": "SAP Labs India"
}
},
{
"query": "List people living in Hyderabad.",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find ya grads in ai ml from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find graduates from my graduating class batch employed by LTIMindtree in New York",
"output": {
"batch": "<user_data>",
"company": "LTIMindtree",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me people from our college in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Display people with my degree from ds in Bangalore",
"output": {
"degree": "<user_data>",
"branch": "CSE(DS)",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Give me IT alumni in USA working at Quess Corp",
"output": {
"branch": "IT",
"company": "Quess Corp",
"country": "USA"
}
},
{
"query": "Who are the folks with PhD from cse ai ml in 2017 batch?",
"output": {
"batch": "2017",
"degree": "PhD",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Any passouts from 2018?",
"output": {
"batch": "2018"
}
},
{
"query": "Show me people from our college in India.",
"output": {
"country": "India"
}
},
{
"query": "I am interested in connecting with grads at Teleparadigm networke.",
"output": {
"company": "Teleparadigm networke"
}
},
{
"query": "Display me alumni from 2019 batch working at Birlasoft in near me",
"output": {
"batch": "2019",
"company": "Birlasoft",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me alumni in cse(ai&ml) working at Oracle India",
"output": {
"branch": "CSE(AI&ML)",
"company": "Oracle India"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "List the folks from ai in USA employed by DarwinBox",
"output": {
"branch": "CSE(AI&ML)",
"company": "DarwinBox",
"country": "USA"
}
},
{
"query": "Find people at Firstsource Solutions in Germany.",
"output": {
"company": "Firstsource Solutions",
"country": "Germany"
}
},
{
"query": "Need alumni from cse in Pune",
"output": {
"branch": "CSE",
"city": "Pune",
"country": "India"
}
},
{
"query": "List people from 2016 batch at QUADRANT IT SERVICES",
"output": {
"batch": "2016",
"company": "QUADRANT IT SERVICES"
}
},
{
"query": "Show me alumni with bachelor employed by Zoho Corporation.",
"output": {
"degree": "B Tech",
"company": "Zoho Corporation"
}
},
{
"query": "Who earned a m tech?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find folks working for National Payments Corporation of India.",
"output": {
"company": "National Payments Corporation of India"
}
},
{
"query": "Find people with bachelors in my city from 2017 batch",
"output": {
"batch": "2017",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Would you kindly show me graduates residing in Kolkata?",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "May I have information on people working at Accenture?",
"output": {
"company": "Accenture"
}
},
{
"query": "List alumni with PhD in CSE(DS) from 2019 batch at Capgemini located in Japan",
"output": {
"batch": "2019",
"degree": "PhD",
"branch": "CSE(DS)",
"company": "Capgemini",
"country": "Japan"
}
},
{
"query": "Gather information on my graduating class passouts.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Any grads in Nvidia Graphics Pvt Ltd?",
"output": {
"company": "Nvidia Graphics Pvt Ltd"
}
},
{
"query": "Any alumni based in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "List alumni from ai working at Happiest Minds Technologies in Delhi",
"output": {
"branch": "CSE(AI&ML)",
"company": "Happiest Minds Technologies",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Who are the people from my batch at Audintel?",
"output": {
"company": "Audintel",
"batch": "<user_data>"
}
},
{
"query": "Find alumni near me with a master.",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need contacts in Hyderabad.",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me graduates from 2019 batch working in New York with m tech",
"output": {
"batch": "2019",
"degree": "M Tech",
"city": "New York",
"country": "USA"
}
},
{
"query": "Find grads from ds working at Candescent",
"output": {
"branch": "CSE(DS)",
"company": "Candescent"
}
},
{
"query": "Can I find people in Japan with my degree?",
"output": {
"country": "Japan",
"degree": "<user_data>"
}
},
{
"query": "Get me names of my batchmates in Pune.",
"output": {
"city": "Pune",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "Get me the grads in London at Audintel.",
"output": {
"company": "Audintel",
"city": "London",
"country": "UK"
}
},
{
"query": "Can you find grads from 2020 batch at Teleparadigm networke?",
"output": {
"batch": "2020",
"company": "Teleparadigm networke"
}
},
{
"query": "Tell me about alumni from my graduating class batch in Chennai with mtech",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Get me alumni in ds working at NCR Atleos around me",
"output": {
"branch": "CSE(DS)",
"company": "NCR Atleos",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni who finished in 2017.",
"output": {
"batch": "2017"
}
},
{
"query": "I want to see graduates from 2019 in India who did B Tech",
"output": {
"batch": "2019",
"degree": "B Tech",
"country": "India"
}
},
{
"query": "Are there any ds grads in my country working for TCS?",
"output": {
"branch": "CSE(DS)",
"company": "TCS",
"country": "<user_data>"
}
},
{
"query": "Can you find folks from CSE(DS) in Germany working at National Payments Corporation of India?",
"output": {
"branch": "CSE(DS)",
"company": "National Payments Corporation of India",
"country": "Germany"
}
},
{
"query": "Show me alumni at QUADRANT IT SERVICES yaar.",
"output": {
"company": "QUADRANT IT SERVICES"
}
},
{
"query": "Any grads at National Payments Corporation of India?",
"output": {
"company": "National Payments Corporation of India"
}
},
{
"query": "Tell me about bachelor grads from 2019 living in USA",
"output": {
"batch": "2019",
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Need grads in data science from my graduating class working at Polaris Consulting & Services",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"company": "Polaris Consulting & Services"
}
},
{
"query": "Looking for employees at Polaris Consulting & Services.",
"output": {
"company": "Polaris Consulting & Services"
}
},
{
"query": "Who are the b tech graduates at Caspex?",
"output": {
"degree": "B Tech",
"company": "Caspex"
}
},
{
"query": "Locate people from Japan who graduated from our college.",
"output": {
"country": "Japan"
}
},
{
"query": "Do we have any b tech grads from CSE(AI&ML) working at Google?",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Google"
}
},
{
"query": "Find ppl doing it",
"output": {
"branch": "IT"
}
},
{
"query": "List bachelor alumni based in Mumbai.",
"output": {
"degree": "B Tech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who is working at F5 NETWORKS?",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "Need contacts in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "List people from my batch batch at Prudential Financial",
"output": {
"batch": "<user_data>",
"company": "Prudential Financial"
}
},
{
"query": "List people residing in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Give me the folks from cse ds in Mumbai with bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Hey, who's in Hyderabad from our college?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Give me the list of people in my country with my degree.",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Show me it alumni in New York working at LTIMindtree",
"output": {
"branch": "IT",
"company": "LTIMindtree",
"city": "New York",
"country": "USA"
}
},
{
"query": "List alumni employed at Prudential Financial.",
"output": {
"company": "Prudential Financial"
}
},
{
"query": "Can you list people from ai and ml in my batch batch located in Tokyo?",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the phd grads living in Chennai?",
"output": {
"degree": "PhD",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who all from B Tech are in my city?",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni in Pune?",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me folks from my city working in Caspex.",
"output": {
"company": "Caspex",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from my batch in UK working in cse ai ml",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"country": "UK"
}
},
{
"query": "Show me people from 2016 batch with phd in London",
"output": {
"batch": "2016",
"degree": "PhD",
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the people from 2016 batch living in USA?",
"output": {
"batch": "2016",
"country": "USA"
}
},
{
"query": "Looking for people like me in CSE(DS).",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Tell me about bachelor grads from 2016 living in USA",
"output": {
"batch": "2016",
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Need contacts in Quess Corp.",
"output": {
"company": "Quess Corp"
}
},
{
"query": "Who are the my degree holders from ds in 2016 batch working for RealPage in Pune, USA",
"output": {
"batch": "2016",
"degree": "<user_data>",
"branch": "CSE(DS)",
"company": "RealPage",
"city": "Pune",
"country": "USA"
}
},
{
"query": "Show me phd grads from cse ds in 2015 batch",
"output": {
"batch": "2015",
"degree": "PhD",
"branch": "CSE(DS)"
}
},
{
"query": "Provide a list of PhD graduates.",
"output": {
"degree": "PhD"
}
},
{
"query": "Any master alumni based in Germany?",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Get me ppl from AI and ML working at DBS Tech India in my location",
"output": {
"branch": "CSE(AI&ML)",
"company": "DBS Tech India",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks located in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Could you show me people from the CSE(DS) department?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Do you have info on bachelors grads in cse ds?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Who are the btech graduates residing in Japan?",
"output": {
"degree": "B Tech",
"country": "Japan"
}
},
{
"query": "Show me alumni in near me from Data Science branch in my batch batch with bachelors at Cognizant",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Cognizant",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there folks from my my graduating class batch at Mu Sigma Business Solutions Pvt Ltd in Tokyo?",
"output": {
"batch": "<user_data>",
"company": "Mu Sigma Business Solutions Pvt Ltd",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show people from 2020 working around me.",
"output": {
"batch": "2020",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks with btech from AI and ML in 2020 batch?",
"output": {
"batch": "2020",
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Could you please provide a list of master graduates?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Anyone settled in Kolkata?",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me graduates from 2018 batch working in Pune with bachelor",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the alumni in London?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Find people working at Capgemini in London.",
"output": {
"company": "Capgemini",
"city": "London",
"country": "UK"
}
},
{
"query": "Who all from bachelor are at Info Edge (India) Ltd?",
"output": {
"degree": "B Tech",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Any grads at Intel Technology India?",
"output": {
"company": "Intel Technology India"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me grads in ai at Info Edge (India) Ltd in Hyderabad",
"output": {
"branch": "CSE(AI&ML)",
"company": "Info Edge (India) Ltd",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "Who are the ppl doing Data Science from phd",
"output": {
"degree": "PhD",
"branch": "CSE(DS)"
}
},
{
"query": "Give me a list of m tech grads from cse ds working at Qualcomm",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Qualcomm"
}
},
{
"query": "Any passouts of 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "Find alumni in India.",
"output": {
"country": "India"
}
},
{
"query": "List alumni from 2018 in around me who are into bachelor",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any folks who did cse ds?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Need info on alumni from 2018 batch with mtech.",
"output": {
"batch": "2018",
"degree": "M Tech"
}
},
{
"query": "Show people with my specialization.",
"output": {}
},
{
"query": "Can you get me b tech grads in ai ml?",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Retrieve alumni working at Payoda.",
"output": {
"company": "Payoda"
}
},
{
"query": "Give me details of people from my batch batch at DAZN in Germany",
"output": {
"batch": "<user_data>",
"company": "DAZN",
"country": "Germany"
}
},
{
"query": "Who are the CSE(AI&ML) alumni in my country working for Sonata Software?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Sonata Software",
"country": "<user_data>"
}
},
{
"query": "Do you have info on B Tech grads in ds?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Show me grads from my city working in Germany.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Show folks in my city from CSE working at TCS",
"output": {
"branch": "CSE",
"company": "TCS",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List btech alumni based in near me.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya grads in AI and ML from 2018",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)"
}
},
{
"query": "List alumni who finished in 2018.",
"output": {
"batch": "2018"
}
},
{
"query": "Find master alumni from my batch batch at SAP Labs India",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"company": "SAP Labs India"
}
},
{
"query": "Give me details of people from 2017 batch at Firstsource Solutions in India",
"output": {
"batch": "2017",
"company": "Firstsource Solutions",
"country": "India"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "List alumni from 2016 in London who are into PhD",
"output": {
"batch": "2016",
"degree": "PhD",
"city": "London",
"country": "UK"
}
},
{
"query": "Find CSE alumni in USA",
"output": {
"branch": "CSE",
"country": "USA"
}
},
{
"query": "Show me grads who did btech in CSE",
"output": {
"degree": "B Tech",
"branch": "CSE"
}
},
{
"query": "Show me alumni with m tech from CSE(DS) in UK",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "List alumni from 2017 in Delhi who are into my degree",
"output": {
"batch": "2017",
"degree": "<user_data>",
"city": "Delhi",
"country": "India"
}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "List graduates residing in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Who are the ppl doing CSE(AI&ML) from m tech",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me alumni from my graduating class who are in Hyderabad.",
"output": {
"batch": "<user_data>",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "I need information on alumni specialized in cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who earned a bachelor?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Display people with my degree from cse ai ml in Chennai",
"output": {
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Bring up profiles of those in cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Are there people from cse(ai&ml) in my city who work at Teleparadigm networke?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Teleparadigm networke",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any passouts from 2015?",
"output": {
"batch": "2015"
}
},
{
"query": "Any passouts of 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "Get me contacts from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I want to see graduates from 2019 in Germany who did B Tech",
"output": {
"batch": "2019",
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Do we have any m tech grads from cse ds working at Teleparadigm networke?",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Teleparadigm networke"
}
},
{
"query": "Looking for alums in India, help me out.",
"output": {
"country": "India"
}
},
{
"query": "Get me grads who did btech in ds",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Display people with masters in cse based in Pune working at Goldman Sachs",
"output": {
"degree": "M Tech",
"branch": "CSE",
"company": "Goldman Sachs",
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me people associated with NIIT Technologies.",
"output": {
"company": "NIIT Technologies"
}
},
{
"query": "Find btech alumni from my branch in near me at Zensar Technologies",
"output": {
"degree": "B Tech",
"branch": "<user_data>",
"company": "Zensar Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me alumni from 2019 who are in Kolkata.",
"output": {
"batch": "2019",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List bachelor alumni based in New York.",
"output": {
"degree": "B Tech",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me my degree grads living in Germany.",
"output": {
"degree": "<user_data>",
"country": "Germany"
}
},
{
"query": "Get me ppl in CSE(DS) from 2017",
"output": {
"batch": "2017",
"branch": "CSE(DS)"
}
},
{
"query": "List people from my department.",
"output": {}
},
{
"query": "Locate people from India who graduated from our college.",
"output": {
"country": "India"
}
},
{
"query": "Are there graduates from my graduating class at Dynata?",
"output": {
"batch": "<user_data>",
"company": "Dynata"
}
},
{
"query": "Can you show me people from 2020 batch who live in Bangalore?",
"output": {
"batch": "2020",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Show alumni from Qualcomm based in Japan",
"output": {
"company": "Qualcomm",
"country": "Japan"
}
},
{
"query": "Show me alumni in near me from ai branch in my batch batch with my degree at Firstsource Solutions",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"company": "Firstsource Solutions",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there people from Data Science in Tokyo who work at Micron?",
"output": {
"branch": "CSE(DS)",
"company": "Micron",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Are there folks from my my graduating class batch at Wipro in New York?",
"output": {
"batch": "<user_data>",
"company": "Wipro",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who are the btech graduates at Micron?",
"output": {
"degree": "B Tech",
"company": "Micron"
}
},
{
"query": "Who are the master grads living in Hyderabad?",
"output": {
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me people from my batch batch working at Google in near me",
"output": {
"batch": "<user_data>",
"company": "Google",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find grads who did mtech in cse ds in my location",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me profiles of Data Science graduates.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "List people living in Kolkata.",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Any passouts from 2016?",
"output": {
"batch": "2016"
}
},
{
"query": "Give me alumni with PhD from my graduating class in my city",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List grads in Bangalore working for TCS.",
"output": {
"company": "TCS",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find graduates of 2015 batch residing in London.",
"output": {
"batch": "2015",
"city": "London",
"country": "UK"
}
},
{
"query": "Find CSE alumni from my graduating class batch.",
"output": {
"batch": "<user_data>",
"branch": "CSE"
}
},
{
"query": "Show me people from 2017 batch working at SAP Labs India in London",
"output": {
"batch": "2017",
"company": "SAP Labs India",
"city": "London",
"country": "UK"
}
},
{
"query": "Find ya alumni from Data Science in Kolkata",
"output": {
"branch": "CSE(DS)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "I would like to find alumni from 2020 batch.",
"output": {
"batch": "2020"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "Find people with mtech in Chennai from 2015 batch",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Show me who's at Innominds nowadays.",
"output": {
"company": "Innominds"
}
},
{
"query": "Hey, who's in Tokyo from our college?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Get me the grads in Tokyo at Cognizant.",
"output": {
"company": "Cognizant",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the ppl in CSE(AI&ML) from 2015 working at NCR Atleos",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)",
"company": "NCR Atleos"
}
},
{
"query": "Do we have any phd grads from IT working at Ramco Systems?",
"output": {
"degree": "PhD",
"branch": "IT",
"company": "Ramco Systems"
}
},
{
"query": "Show me master grads from 2015 batch in New York at Prudential Financial",
"output": {
"batch": "2015",
"degree": "M Tech",
"company": "Prudential Financial",
"city": "New York",
"country": "USA"
}
},
{
"query": "Get me names of my batchmates in around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"batch": "<user_data>"
}
},
{
"query": "List 2020 graduates working at Oracle Financial Services Software.",
"output": {
"batch": "2020",
"company": "Oracle Financial Services Software"
}
},
{
"query": "Show me grads from my city working in my country.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Display me alumni from 2018 batch working at Hitachi Digital Services in Delhi",
"output": {
"batch": "2018",
"company": "Hitachi Digital Services",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Are there alumni with my degree in Kolkata working at Deloitte?",
"output": {
"degree": "<user_data>",
"company": "Deloitte",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Any folks who did my branch?",
"output": {
"branch": "<user_data>"
}
},
{
"query": "Find alumni at my company in UK.",
"output": {
"country": "UK",
"company": "<user_data>"
}
},
{
"query": "Find alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get details of grads in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find people in Delhi, India.",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Would you kindly show me graduates residing in London?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Looking for colleagues at my company.",
"output": {
"company": "<user_data>"
}
},
{
"query": "Who are the people from my batch at kore.ai?",
"output": {
"company": "kore.ai",
"batch": "<user_data>"
}
},
{
"query": "I'd like to know about M Tech holders in Japan working for Kellton Tech Solutions",
"output": {
"degree": "M Tech",
"company": "Kellton Tech Solutions",
"country": "Japan"
}
},
{
"query": "Do we have alums from it in Kolkata?",
"output": {
"branch": "IT",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Get details of grads in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Give me ai and ml alumni in USA working at Optum",
"output": {
"branch": "CSE(AI&ML)",
"company": "Optum",
"country": "USA"
}
},
{
"query": "List students who studied cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Retrieve alumni working at Quess Corp.",
"output": {
"company": "Quess Corp"
}
},
{
"query": "Get me names of people in cse.",
"output": {
"branch": "CSE"
}
},
{
"query": "List alumni from Hexaware Technologies working in Kolkata",
"output": {
"company": "Hexaware Technologies",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "I wish to see who graduated in 2015.",
"output": {
"batch": "2015"
}
},
{
"query": "Find ya grads in cse from 2016",
"output": {
"batch": "2016",
"branch": "CSE"
}
},
{
"query": "Any of our people working at Microsoft?",
"output": {
"company": "Microsoft"
}
},
{
"query": "I'd like to know about my degree holders in Japan working for Adobe",
"output": {
"degree": "<user_data>",
"company": "Adobe",
"country": "Japan"
}
},
{
"query": "Give me ai ml alumni in India working at My Company",
"output": {
"branch": "CSE(AI&ML)",
"company": "<user_data>",
"country": "India"
}
},
{
"query": "Can you find folks from AI and ML in Japan working at ADP?",
"output": {
"branch": "CSE(AI&ML)",
"company": "ADP",
"country": "Japan"
}
},
{
"query": "List all PhD grads in around me who work for Mastek",
"output": {
"degree": "PhD",
"company": "Mastek",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I wish to see who graduated in 2015.",
"output": {
"batch": "2015"
}
},
{
"query": "Can you give me alumni in near me with my degree from my batch batch?",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me grads in cse at Wipro in Bangalore",
"output": {
"branch": "CSE",
"company": "Wipro",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Display folks in cse(ai&ml) from 2020 batch working in Germany",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"country": "Germany"
}
},
{
"query": "Get me grads who did phd in ai",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me contacts from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me alumni with master from it in Germany",
"output": {
"degree": "M Tech",
"branch": "IT",
"country": "Germany"
}
},
{
"query": "Show me graduates from 2018 batch working in London with btech",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Show me grads from my city working in my country.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Get me names of alumni in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Show me people from our college in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Find folks located in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Find ya alumni in cse around me",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people in ai and ml with PhD from 2019 batch working at DAZN in Germany",
"output": {
"batch": "2019",
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "DAZN",
"country": "Germany"
}
},
{
"query": "Show me people associated with Google.",
"output": {
"company": "Google"
}
},
{
"query": "Find ya alumni from cse(ai&ml) in Hyderabad",
"output": {
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "List alumni working for Persistent Systems based in USA.",
"output": {
"company": "Persistent Systems",
"country": "USA"
}
},
{
"query": "Find ya alumni from my branch in London",
"output": {
"branch": "<user_data>",
"city": "London",
"country": "UK"
}
},
{
"query": "Tell me who is from my graduating class batch in UK with b tech",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"country": "UK"
}
},
{
"query": "I am seeking alumni from CSE(AI&ML), can you assist?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Bring up profiles of those in ai.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the people from 2018 batch living in USA?",
"output": {
"batch": "2018",
"country": "USA"
}
},
{
"query": "Need names of b tech grads at kore.ai.",
"output": {
"degree": "B Tech",
"company": "kore.ai"
}
},
{
"query": "Do you know of any masters holders in Pune?",
"output": {
"degree": "M Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Any master alumni in Germany?",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Show me alumni in data science working at Mastek",
"output": {
"branch": "CSE(DS)",
"company": "Mastek"
}
},
{
"query": "Show me people from my batch yaar.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "Can you tell me who is in London from our college?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Anyone settled in around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from it in my batch batch located in London",
"output": {
"batch": "<user_data>",
"branch": "IT",
"city": "London",
"country": "UK"
}
},
{
"query": "List alumni who studied data science in near me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me ppl in ai and ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me alumni with masters from ds in Japan",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"country": "Japan"
}
},
{
"query": "Give me alumni with b tech from 2018 in Bangalore",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Who are the alumni with mtech working at Comcast in New York?",
"output": {
"degree": "M Tech",
"company": "Comcast",
"city": "New York",
"country": "USA"
}
},
{
"query": "Find ppl around me in data science",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from our college in New York.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "List people working at NIIT Technologies",
"output": {
"company": "NIIT Technologies"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Can you list people from cse ai ml in 2018 batch located in around me?",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me the list of people working at Sasken Technologies na.",
"output": {
"company": "Sasken Technologies"
}
},
{
"query": "Get me grads who did master in CSE(AI&ML)",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Anyone from cse working in Japan?",
"output": {
"branch": "CSE",
"country": "Japan"
}
},
{
"query": "Any master holders residing in Chennai?",
"output": {
"degree": "M Tech",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Display alumni from cse living in Japan working for Infosys",
"output": {
"branch": "CSE",
"company": "Infosys",
"country": "Japan"
}
},
{
"query": "Need grads in cse ai ml from my batch working at Prudential Financial",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"company": "Prudential Financial"
}
},
{
"query": "Looking for alums in Germany, help me out.",
"output": {
"country": "Germany"
}
},
{
"query": "Show me grads who did PhD in Data Science",
"output": {
"degree": "PhD",
"branch": "CSE(DS)"
}
},
{
"query": "Who are the bachelor holders from CSE in near me?",
"output": {
"degree": "B Tech",
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who resides in Hyderabad?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find people from Data Science in 2017 batch working in USA",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"country": "USA"
}
},
{
"query": "Show me IT alumni in near me working at Freshworks",
"output": {
"branch": "IT",
"company": "Freshworks",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need alumni from ai and ml from 2019",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me grads from CSE working in near me",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any alumni living in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Find mtech alumni from ai in Tokyo at Teleparadigm networke",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Teleparadigm networke",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Give me it alumni in my country working at Cognizant",
"output": {
"branch": "IT",
"company": "Cognizant",
"country": "<user_data>"
}
},
{
"query": "Find ya grads in Data Science from 2018",
"output": {
"batch": "2018",
"branch": "CSE(DS)"
}
},
{
"query": "Find cse ds alumni in USA",
"output": {
"branch": "CSE(DS)",
"country": "USA"
}
},
{
"query": "I wish to see who graduated in 2015.",
"output": {
"batch": "2015"
}
},
{
"query": "Who resides in New York?",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me people from our college in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Show alumni from my graduating class batch with master in ai ml employed by Adobe Systems India located in near me, USA",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Adobe Systems India",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from our college in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me grads who did bachelor in cse",
"output": {
"degree": "B Tech",
"branch": "CSE"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into CSE",
"output": {
"branch": "CSE",
"batch": "<user_data>"
}
},
{
"query": "Get me names of alumni in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Display people with bachelor in CSE(AI&ML) based in Mumbai working at Goldman Sachs",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Goldman Sachs",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who earned a master?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find folks at my company from 2019.",
"output": {
"batch": "2019",
"company": "<user_data>"
}
},
{
"query": "Find the grads with my degree in near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Looking for grads with a background in CSE(AI&ML).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show people with my specialization.",
"output": {}
},
{
"query": "Who from my batch is in Mu Sigma Business Solutions Pvt Ltd?",
"output": {
"company": "Mu Sigma Business Solutions Pvt Ltd",
"batch": "<user_data>"
}
},
{
"query": "List alumni who studied CSE(AI&ML) in Kolkata",
"output": {
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "I want to see people with M Tech in ai and ml from 2020 batch",
"output": {
"batch": "2020",
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Anyone with my specialization at Innominds?",
"output": {
"company": "Innominds"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people at F5 NETWORKS in Germany.",
"output": {
"company": "F5 NETWORKS",
"country": "Germany"
}
},
{
"query": "Who are the PhD holders in my city?",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from our college in India.",
"output": {
"country": "India"
}
},
{
"query": "Find phd alumni from 2018 batch at QUADRANT IT SERVICES",
"output": {
"batch": "2018",
"degree": "PhD",
"company": "QUADRANT IT SERVICES"
}
},
{
"query": "Get me the grads in around me at OpenText.",
"output": {
"company": "OpenText",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the masters graduates from ds in 2017 batch at EPAM Systems in near me?",
"output": {
"batch": "2017",
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "EPAM Systems",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find grads from my branch working at Zensar Technologies",
"output": {
"branch": "<user_data>",
"company": "Zensar Technologies"
}
},
{
"query": "Show me the phd holders from 2016 year.",
"output": {
"batch": "2016",
"degree": "PhD"
}
},
{
"query": "Is anyone from cse employed at Birlasoft?",
"output": {
"branch": "CSE",
"company": "Birlasoft"
}
},
{
"query": "Need contacts in Qualcomm.",
"output": {
"company": "Qualcomm"
}
},
{
"query": "Tell me about mtech grads from 2015 living in Japan",
"output": {
"batch": "2015",
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Who are the cse ds alumni in USA working for Medplus?",
"output": {
"branch": "CSE(DS)",
"company": "Medplus",
"country": "USA"
}
},
{
"query": "Display people with mtech in CSE based in around me working at Punjab National Bank",
"output": {
"degree": "M Tech",
"branch": "CSE",
"company": "Punjab National Bank",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me grads in it from my graduating class in Berlin",
"output": {
"batch": "<user_data>",
"branch": "IT",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Need list of grads in ai and ml from 2020 at Tech Mahindra",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"company": "Tech Mahindra"
}
},
{
"query": "Need contacts in Caspex.",
"output": {
"company": "Caspex"
}
},
{
"query": "List 2020 graduates working at Medplus.",
"output": {
"batch": "2020",
"company": "Medplus"
}
},
{
"query": "Need contacts of masters holders.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the 2015 year passouts?",
"output": {
"batch": "2015"
}
},
{
"query": "Can you give me alumni in Bangalore with PhD from 2015 batch?",
"output": {
"batch": "2015",
"degree": "PhD",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find folks at my company from my graduating class.",
"output": {
"batch": "<user_data>",
"company": "<user_data>"
}
},
{
"query": "Display alumni from cse(ai&ml) living in my country working for AMD",
"output": {
"branch": "CSE(AI&ML)",
"company": "AMD",
"country": "<user_data>"
}
},
{
"query": "Do we have alums from ai and ml in Berlin?",
"output": {
"branch": "CSE(AI&ML)",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Any mtech holders residing in around me?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Do you know of any bachelors holders in Kolkata?",
"output": {
"degree": "B Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List folks at my company from 2015.",
"output": {
"batch": "2015",
"company": "<user_data>"
}
},
{
"query": "Give me ppl doing cse(ai&ml) in Mumbai",
"output": {
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "List graduates with my degree from it based in USA for IBM",
"output": {
"degree": "<user_data>",
"branch": "IT",
"company": "IBM",
"country": "USA"
}
},
{
"query": "Display alumni from cse living in UK working for DAZN",
"output": {
"branch": "CSE",
"company": "DAZN",
"country": "UK"
}
},
{
"query": "Any alumni living in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Find ya alumni from ai and ml in Bangalore",
"output": {
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Who are the alumni in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Anyone from cse ai ml stream?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List graduates with phd from cse ds based in India for NCR Voyix",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"company": "NCR Voyix",
"country": "India"
}
},
{
"query": "Looking for phd alumni.",
"output": {
"degree": "PhD"
}
},
{
"query": "Find people in around me, Germany.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for 2017 alumni.",
"output": {
"batch": "2017"
}
},
{
"query": "Show me master graduates from my batch batch",
"output": {
"batch": "<user_data>",
"degree": "M Tech"
}
},
{
"query": "Give me a list of PhD grads from cse ds working at Happiest Minds Technologies",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"company": "Happiest Minds Technologies"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List people from 2016 living in Bangalore.",
"output": {
"batch": "2016",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Tell me the people in Kolkata who graduated with my degree in IT",
"output": {
"degree": "<user_data>",
"branch": "IT",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the folks based in London, Japan?",
"output": {
"city": "London",
"country": "Japan"
}
},
{
"query": "Who are the alumni in Chennai?",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Any m tech alumni in India?",
"output": {
"degree": "M Tech",
"country": "India"
}
},
{
"query": "Show me people from 2020 batch with bachelors in my city",
"output": {
"batch": "2020",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone with my specialization at eClerx?",
"output": {
"company": "eClerx"
}
},
{
"query": "Any m tech alumni based in UK?",
"output": {
"degree": "M Tech",
"country": "UK"
}
},
{
"query": "Who are the Data Science alumni in Germany working for Medplus?",
"output": {
"branch": "CSE(DS)",
"company": "Medplus",
"country": "Germany"
}
},
{
"query": "Anyone who pursued PhD?",
"output": {
"degree": "PhD"
}
},
{
"query": "Any m tech graduates around?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find alumni near me with a b tech.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "List alumni from 2016 batch in USA with bachelors",
"output": {
"batch": "2016",
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Can you find people from 2015 batch at Netcracker Technology located in Kolkata?",
"output": {
"batch": "2015",
"company": "Netcracker Technology",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Supply contacts of AI and ML alumni.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "I need information on alumni specialized in cse ai ml.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List alumni who studied ai in Pune",
"output": {
"branch": "CSE(AI&ML)",
"city": "Pune",
"country": "India"
}
},
{
"query": "Show people with my specialization.",
"output": {}
},
{
"query": "List alumni residing in Mumbai, Germany.",
"output": {
"city": "Mumbai",
"country": "Germany"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "Show me the M Tech holders from 2020 year.",
"output": {
"batch": "2020",
"degree": "M Tech"
}
},
{
"query": "Give me details of people from 2018 batch at Info Edge (India) Ltd in Japan",
"output": {
"batch": "2018",
"company": "Info Edge (India) Ltd",
"country": "Japan"
}
},
{
"query": "Who is working at Oracle India?",
"output": {
"company": "Oracle India"
}
},
{
"query": "Show me m tech holders from Data Science in USA",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"country": "USA"
}
},
{
"query": "Who are the ppl doing cse ds from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "List alumni who did cse ai ml working at Mphasis",
"output": {
"branch": "CSE(AI&ML)",
"company": "Mphasis"
}
},
{
"query": "Get details of grads in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Tell me the people in around me who graduated with m tech in ai ml",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from 2016 batch working at Larsen & Toubro Infotech (LTI) in Tokyo",
"output": {
"batch": "2016",
"company": "Larsen & Toubro Infotech (LTI)",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List alumni from 2018 batch in Chennai with B Tech",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Need contacts of M Tech holders in Mumbai.",
"output": {
"degree": "M Tech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "I'd like to know about masters holders in Japan working for GSPANN TECHNOLOGIES",
"output": {
"degree": "M Tech",
"company": "GSPANN TECHNOLOGIES",
"country": "Japan"
}
},
{
"query": "Find alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me bachelor graduates in around me.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who holds a btech degree?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Display master grads from 2017 batch at Hexaware Technologies in London",
"output": {
"batch": "2017",
"degree": "M Tech",
"company": "Hexaware Technologies",
"city": "London",
"country": "UK"
}
},
{
"query": "List alumni residing in New York, UK.",
"output": {
"city": "New York",
"country": "UK"
}
},
{
"query": "I want to view alumni from 2015 batch in Kolkata with phd",
"output": {
"batch": "2015",
"degree": "PhD",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me cse ai ml grads at HCL Technologies.",
"output": {
"branch": "CSE(AI&ML)",
"company": "HCL Technologies"
}
},
{
"query": "Who holds a my degree degree?",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Find ppl doing Data Science",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "List folks at my company from 2020.",
"output": {
"batch": "2020",
"company": "<user_data>"
}
},
{
"query": "Find people working at Mu Sigma Business Solutions Pvt Ltd.",
"output": {
"company": "Mu Sigma Business Solutions Pvt Ltd"
}
},
{
"query": "Show me alumni with my degree employed by Dynata.",
"output": {
"degree": "<user_data>",
"company": "Dynata"
}
},
{
"query": "I am seeking alumni from data science, can you assist?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Give me people from 2019 in cse ds who are in my location",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni employed at EPAM Systems.",
"output": {
"company": "EPAM Systems"
}
},
{
"query": "Any grads in OpenText?",
"output": {
"company": "OpenText"
}
},
{
"query": "Who are the ppl doing ds from b tech",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Who are the ppl doing CSE(DS) from bachelors",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Looking for people in New York working at Punjab National Bank.",
"output": {
"company": "Punjab National Bank",
"city": "New York",
"country": "USA"
}
},
{
"query": "List PhD holders working with Birlasoft.",
"output": {
"degree": "PhD",
"company": "Birlasoft"
}
},
{
"query": "Are there people from AI and ML in New York who work at Zensar Technologies?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Zensar Technologies",
"city": "New York",
"country": "USA"
}
},
{
"query": "Collect names of alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List ppl who did my branch from m tech",
"output": {
"degree": "M Tech",
"branch": "<user_data>"
}
},
{
"query": "List alumni in cse ds around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the students from my graduating class with a my degree?",
"output": {
"batch": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Get me names of people in CSE(DS).",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Display phd grads from 2018 batch at Adobe Systems India in around me",
"output": {
"batch": "2018",
"degree": "PhD",
"company": "Adobe Systems India",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find alumni near me with a btech.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of ppl in CSE(DS) from 2017",
"output": {
"batch": "2017",
"branch": "CSE(DS)"
}
},
{
"query": "Show me alumni from my batch batch in my country with PhD",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "Show me alumni at Wipro yaar.",
"output": {
"company": "Wipro"
}
},
{
"query": "Who is in UK?",
"output": {
"country": "UK"
}
},
{
"query": "Get me profiles of bachelor grads.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Who are the btech graduates from cse in my batch batch at Netcracker Technology in New York?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"branch": "CSE",
"company": "Netcracker Technology",
"city": "New York",
"country": "USA"
}
},
{
"query": "Any passouts of 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "Please provide names of alumni in my location.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I need information on alumni specialized in cse.",
"output": {
"branch": "CSE"
}
},
{
"query": "Tell me who from IT is working in Berlin at Experian",
"output": {
"branch": "IT",
"company": "Experian",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who are the cse ds alumni in Japan working for Mastek?",
"output": {
"branch": "CSE(DS)",
"company": "Mastek",
"country": "Japan"
}
},
{
"query": "Show people from 2016 working around me.",
"output": {
"batch": "2016",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me grads in cse ds from my batch in London",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": "London",
"country": "UK"
}
},
{
"query": "Find ppl doing data science",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the folks in ai and ml from my batch in USA?",
"output": {
"branch": "CSE(AI&ML)",
"country": "USA",
"batch": "<user_data>"
}
},
{
"query": "List alumni who studied CSE in London",
"output": {
"branch": "CSE",
"city": "London",
"country": "UK"
}
},
{
"query": "Can you show me people from 2019 batch who live in near me?",
"output": {
"batch": "2019",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for people in Delhi.",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Give me the list of people working at Comcast na.",
"output": {
"company": "Comcast"
}
},
{
"query": "List people working at Dynata",
"output": {
"company": "Dynata"
}
},
{
"query": "Who are the people from my batch at Caspex?",
"output": {
"company": "Caspex",
"batch": "<user_data>"
}
},
{
"query": "Show graduates from the class of 2020.",
"output": {
"batch": "2020"
}
},
{
"query": "Who are the alumni in near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me ppl in cse",
"output": {
"branch": "CSE"
}
},
{
"query": "Can you give me alumni in near me with master from my graduating class batch?",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find folks at my company from 2017.",
"output": {
"batch": "2017",
"company": "<user_data>"
}
},
{
"query": "Tell me which mtech alumni are working at Tata Elxsi in Tokyo",
"output": {
"degree": "M Tech",
"company": "Tata Elxsi",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Locate people from USA who graduated from our college.",
"output": {
"country": "USA"
}
},
{
"query": "Find people from ai in my batch batch working in India",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"country": "India"
}
},
{
"query": "Who is working at Birlasoft?",
"output": {
"company": "Birlasoft"
}
},
{
"query": "Find master alumni from CSE(DS) in Bangalore at Optum",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Optum",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Who are the b tech students in data science at eClerx?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "eClerx"
}
},
{
"query": "Find alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find classmates from 2019.",
"output": {
"batch": "2019"
}
},
{
"query": "I am interested in connecting with grads at F5 NETWORKS.",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "Find grads who did master in ai and ml in my city",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I wish to see who graduated in my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Do you know of any B Tech holders in my location?",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List people from 2018 living in London.",
"output": {
"batch": "2018",
"city": "London",
"country": "UK"
}
},
{
"query": "Find people at Amazon in USA.",
"output": {
"company": "Amazon",
"country": "USA"
}
},
{
"query": "Who are the masters graduates from IT in 2020 batch at DarwinBox in Kolkata?",
"output": {
"batch": "2020",
"degree": "M Tech",
"branch": "IT",
"company": "DarwinBox",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List people from my branch working at Happiest Minds Technologies.",
"output": {
"company": "Happiest Minds Technologies",
"branch": "<user_data>"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find my batchmates.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Give me people from my graduating class in ds who are in near me",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me graduates from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Give me people from 2020 in ai ml who are in near me",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any master graduates around?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the experts in cse?",
"output": {
"branch": "CSE"
}
},
{
"query": "Is anyone from my batch working at Dell Technologies?",
"output": {
"company": "Dell Technologies",
"batch": "<user_data>"
}
},
{
"query": "List people working at Kellton Tech Solutions",
"output": {
"company": "Kellton Tech Solutions"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "Find alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya alumni in CSE from 2018 in Berlin",
"output": {
"batch": "2018",
"branch": "CSE",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Need contacts in Larsen & Toubro Infotech (LTI).",
"output": {
"company": "Larsen & Toubro Infotech (LTI)"
}
},
{
"query": "Show me who's at Capgemini nowadays.",
"output": {
"company": "Capgemini"
}
},
{
"query": "Show me the people connected to our college.",
"output": {}
},
{
"query": "Looking for people in my location.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show phd graduates working at Micron in Germany",
"output": {
"degree": "PhD",
"company": "Micron",
"country": "Germany"
}
},
{
"query": "Give me ppl in ai ml",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find ya alumni in CSE(DS) around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone settled in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Could you show me people from the AI and ML department?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the people from my batch at National Payments Corporation of India?",
"output": {
"company": "National Payments Corporation of India",
"batch": "<user_data>"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "Show me grads in it from 2015",
"output": {
"batch": "2015",
"branch": "IT"
}
},
{
"query": "Who all are in DarwinBox?",
"output": {
"company": "DarwinBox"
}
},
{
"query": "List people living in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Any grads in Infosys?",
"output": {
"company": "Infosys"
}
},
{
"query": "Who are the alumni in Tokyo?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "I'd like to know about masters holders in USA working for Salesforce",
"output": {
"degree": "M Tech",
"company": "Salesforce",
"country": "USA"
}
},
{
"query": "Show me btech graduates from 2016 batch",
"output": {
"batch": "2016",
"degree": "B Tech"
}
},
{
"query": "Need to find folks from 2019, any ideas?",
"output": {
"batch": "2019"
}
},
{
"query": "Find alumni in CSE(AI&ML) from 2017 in Tokyo",
"output": {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show me grads who did M Tech in cse",
"output": {
"degree": "M Tech",
"branch": "CSE"
}
},
{
"query": "Give me ppl in AI and ML",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me names of my batchmates in Pune.",
"output": {
"city": "Pune",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "I want to view alumni from 2015 batch in Kolkata with phd",
"output": {
"batch": "2015",
"degree": "PhD",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who graduated in my batch?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Can you get me m tech grads in CSE?",
"output": {
"degree": "M Tech",
"branch": "CSE"
}
},
{
"query": "Who are the phd grads living in Berlin?",
"output": {
"degree": "PhD",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "List people from 2017 batch at eClerx",
"output": {
"batch": "2017",
"company": "eClerx"
}
},
{
"query": "Who graduated in 2019?",
"output": {
"batch": "2019"
}
},
{
"query": "Give me ai alumni in my country working at National Payments Corporation of India",
"output": {
"branch": "CSE(AI&ML)",
"company": "National Payments Corporation of India",
"country": "<user_data>"
}
},
{
"query": "Need alumni from ds in New York",
"output": {
"branch": "CSE(DS)",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who are the bachelors holders?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Get me alumni in Data Science working at KPIT Technologies around me",
"output": {
"branch": "CSE(DS)",
"company": "KPIT Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you list alumni with bachelors from 2018 in Tokyo?",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find alumni at my company in my country.",
"output": {
"country": "<user_data>",
"company": "<user_data>"
}
},
{
"query": "Give me the list of people working at Innominds na.",
"output": {
"company": "Innominds"
}
},
{
"query": "Can you tell me who is in Delhi from our college?",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List people from my department.",
"output": {}
},
{
"query": "Supply contacts of data science alumni.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Hey, who's in Berlin from our college?",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Need info on alumni from 2017 batch with B Tech.",
"output": {
"batch": "2017",
"degree": "B Tech"
}
},
{
"query": "Who from my batch is in Optum?",
"output": {
"company": "Optum",
"batch": "<user_data>"
}
},
{
"query": "Who holds a my degree degree?",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Who are the M Tech students in cse ds at Comscore?",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Comscore"
}
},
{
"query": "Show me people from my batch yaar.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List ai graduates from 2018 batch employed at Micron",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"company": "Micron"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into ds",
"output": {
"branch": "CSE(DS)",
"batch": "<user_data>"
}
},
{
"query": "List students who studied AI and ML.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me who from my college is in India.",
"output": {
"country": "India"
}
},
{
"query": "Tell me about PhD grads from 2019 living in Japan",
"output": {
"batch": "2019",
"degree": "PhD",
"country": "Japan"
}
},
{
"query": "Any alumni based in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Who are the folks in Pune with bachelor from 2018 batch in CSE(AI&ML) working at My Company",
"output": {
"batch": "2018",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "<user_data>",
"city": "Pune",
"country": "India"
}
},
{
"query": "Find people at Qualcomm in USA.",
"output": {
"company": "Qualcomm",
"country": "USA"
}
},
{
"query": "Find grads at my company near me.",
"output": {
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find graduates in my country",
"output": {
"country": "<user_data>"
}
},
{
"query": "Who are the cse ds graduates in Delhi working at Wipro?",
"output": {
"branch": "CSE(DS)",
"company": "Wipro",
"city": "Delhi",
"country": "India"
}
},
{
"query": "I want to know alumni with PhD working at Deloitte in Chennai",
"output": {
"degree": "PhD",
"company": "Deloitte",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who all from masters are in Delhi?",
"output": {
"degree": "M Tech",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Display B Tech grads from my graduating class batch at Tata Consultancy Services in Delhi",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"company": "Tata Consultancy Services",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Show me ppl in data science from Mumbai",
"output": {
"branch": "CSE(DS)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Tell me who is from 2018 batch in India with B Tech",
"output": {
"batch": "2018",
"degree": "B Tech",
"country": "India"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Any M Tech holders residing in Berlin?",
"output": {
"degree": "M Tech",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who are the m tech graduates from 2018 in Kolkata?",
"output": {
"batch": "2018",
"degree": "M Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List alumni residing in London, UK.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the people from 2018?",
"output": {
"batch": "2018"
}
},
{
"query": "Who are the btech alumni in cse ai ml working at Zensar Technologies in New York?",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Zensar Technologies",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me mtech grads from 2017 batch in New York at Xebia",
"output": {
"batch": "2017",
"degree": "M Tech",
"company": "Xebia",
"city": "New York",
"country": "USA"
}
},
{
"query": "Need contacts in Berlin.",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show people from 2018 working around me.",
"output": {
"batch": "2018",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from 2018 batch working at Teleparadigm networke in Kolkata",
"output": {
"batch": "2018",
"company": "Teleparadigm networke",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Get me names of 2019 grads in Bangalore.",
"output": {
"batch": "2019",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Can you tell me who is in around me from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni of 2015 batch.",
"output": {
"batch": "2015"
}
},
{
"query": "Get me ppl in ai ml from 2019",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Need alumni from cse ds in New York",
"output": {
"branch": "CSE(DS)",
"city": "New York",
"country": "USA"
}
},
{
"query": "I want to know alumni with my degree working at IBM in Chennai",
"output": {
"degree": "<user_data>",
"company": "IBM",
"city": "Chennai",
"country": "India"
}
},
{
"query": "List alumni residing in Bangalore, my country.",
"output": {
"city": "Bangalore",
"country": "<user_data>"
}
},
{
"query": "List students who studied cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List alumni who studied ai and ml in Kolkata",
"output": {
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Show me people from our college in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Show me grads from cse working in Hyderabad",
"output": {
"branch": "CSE",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Need alumni from Data Science in my location",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me bachelors holders from CSE(DS) in my country",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"country": "<user_data>"
}
},
{
"query": "Find me people in Hyderabad, will you?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me grads in cse from 2017",
"output": {
"batch": "2017",
"branch": "CSE"
}
},
{
"query": "I would like to find alumni from 2019 batch.",
"output": {
"batch": "2019"
}
},
{
"query": "Who graduated in my graduating class?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who are the grads based in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Who holds a bachelors degree?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Any alumni based in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "List alumni in cse(ai&ml) around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people in Bangalore, UK.",
"output": {
"city": "Bangalore",
"country": "UK"
}
},
{
"query": "Who all from my graduating class are around?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Give me details of people from my graduating class batch at My Company in UK",
"output": {
"batch": "<user_data>",
"company": "<user_data>",
"country": "UK"
}
},
{
"query": "Who all are there in Hyderabad?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Anyone here from my college?",
"output": {}
},
{
"query": "Find folks with my background in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Find ya alumni in my branch around me",
"output": {
"branch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find masters graduates in ds from 2018 batch working at Hexaware Technologies in Mumbai, Japan",
"output": {
"batch": "2018",
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Hexaware Technologies",
"city": "Mumbai",
"country": "Japan"
}
},
{
"query": "Who are the people from my batch at Punjab National Bank?",
"output": {
"company": "Punjab National Bank",
"batch": "<user_data>"
}
},
{
"query": "Find people at Infosys in USA.",
"output": {
"company": "Infosys",
"country": "USA"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Get me alumni in my branch working at Oracle India around me",
"output": {
"branch": "<user_data>",
"company": "Oracle India",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all from my graduating class are around?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Find folks working for Amazon.",
"output": {
"company": "Amazon"
}
},
{
"query": "Retrieve alumni working at Polaris Consulting & Services.",
"output": {
"company": "Polaris Consulting & Services"
}
},
{
"query": "Display people with mtech in CSE based in Berlin working at DBS Tech India",
"output": {
"degree": "M Tech",
"branch": "CSE",
"company": "DBS Tech India",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show me phd grads from 2018 batch in Bangalore at Prudential Financial",
"output": {
"batch": "2018",
"degree": "PhD",
"company": "Prudential Financial",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Any grads at National Payments Corporation of India?",
"output": {
"company": "National Payments Corporation of India"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "Show me folks from my city working in ADP.",
"output": {
"company": "ADP",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the ppl doing data science from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Do we have any mtech grads from cse working at Optum?",
"output": {
"degree": "M Tech",
"branch": "CSE",
"company": "Optum"
}
},
{
"query": "Give me people from 2017 in Data Science who are in Tokyo",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Looking for grads in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Show me folks from my city working in Dell Technologies.",
"output": {
"company": "Dell Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List the graduates who completed phd in 2016.",
"output": {
"batch": "2016",
"degree": "PhD"
}
},
{
"query": "Need alumni from cse from 2019",
"output": {
"batch": "2019",
"branch": "CSE"
}
},
{
"query": "Any grads at Info Edge (India) Ltd?",
"output": {
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Need list of ppl in IT from 2017",
"output": {
"batch": "2017",
"branch": "IT"
}
},
{
"query": "Do you have info on btech grads in ai ml?",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "List graduates residing in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Who are the phd graduates from 2016 in around me?",
"output": {
"batch": "2016",
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Display folks in AI and ML from 2018 batch working in my country",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Show me alumni with mtech from Data Science in India",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"country": "India"
}
},
{
"query": "Find ppl doing AI and ML",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Can you get me PhD grads in AI and ML?",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me ppl in cse from 2018",
"output": {
"batch": "2018",
"branch": "CSE"
}
},
{
"query": "Show me b tech graduates from 2019 batch",
"output": {
"batch": "2019",
"degree": "B Tech"
}
},
{
"query": "List individuals with a my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Any 2017 passouts currently in Delhi?",
"output": {
"batch": "2017",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Display masters grads from 2017 batch at OpenText in around me",
"output": {
"batch": "2017",
"degree": "M Tech",
"company": "OpenText",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List masters holders working with Mphasis.",
"output": {
"degree": "M Tech",
"company": "Mphasis"
}
},
{
"query": "Get me alumni in ds from 2018 working at 3i Infotech",
"output": {
"batch": "2018",
"branch": "CSE(DS)",
"company": "3i Infotech"
}
},
{
"query": "Give me the list of people in UK with my degree.",
"output": {
"country": "UK",
"degree": "<user_data>"
}
},
{
"query": "Display folks in cse from 2019 batch working in UK",
"output": {
"batch": "2019",
"branch": "CSE",
"country": "UK"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Show me masters holders from CSE in India",
"output": {
"degree": "M Tech",
"branch": "CSE",
"country": "India"
}
},
{
"query": "Show people with my specialization.",
"output": {}
},
{
"query": "Who are the mtech holders?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Show me grads in CSE(DS) from 2016",
"output": {
"batch": "2016",
"branch": "CSE(DS)"
}
},
{
"query": "Can you tell me who is in my city from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from it working at Adobe Systems India in Pune",
"output": {
"branch": "IT",
"company": "Adobe Systems India",
"city": "Pune",
"country": "India"
}
},
{
"query": "Help me find grads from 2020 year.",
"output": {
"batch": "2020"
}
},
{
"query": "Show me grads from my city working in USA.",
"output": {
"country": "<user_data>",
"city": "<user_data>"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find the grads with my degree in my location.",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Fetch names of people from 2015 batch.",
"output": {
"batch": "2015"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into ai ml",
"output": {
"branch": "CSE(AI&ML)",
"batch": "<user_data>"
}
},
{
"query": "Who are the my degree graduates residing in Japan?",
"output": {
"degree": "<user_data>",
"country": "Japan"
}
},
{
"query": "Need list of ppl in ai working at Persistent Systems",
"output": {
"branch": "CSE(AI&ML)",
"company": "Persistent Systems"
}
},
{
"query": "Find alumni in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "I want to see graduates from my graduating class in my country who did bachelor",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"country": "<user_data>"
}
},
{
"query": "Who are the bachelor holders from IT in my batch batch working for Intel Technology India in my location, India",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"branch": "IT",
"company": "Intel Technology India",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the ppl in IT from 2017 working at DAZN",
"output": {
"batch": "2017",
"branch": "IT",
"company": "DAZN"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "Any alumni living in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Need list of ppl in data science working at Tech Mahindra",
"output": {
"branch": "CSE(DS)",
"company": "Tech Mahindra"
}
},
{
"query": "Get me ppl in CSE from 2018",
"output": {
"batch": "2018",
"branch": "CSE"
}
},
{
"query": "Who among 2015 batch in Data Science is employed by Happiest Minds Technologies in my location?",
"output": {
"batch": "2015",
"branch": "CSE(DS)",
"company": "Happiest Minds Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya alumni from cse ds in around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any grads with my degree in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India",
"degree": "<user_data>"
}
},
{
"query": "Tell me who from IT is working in my city at DAZN",
"output": {
"branch": "IT",
"company": "DAZN",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me alumni in CSE(DS) working at Teleparadigm networke",
"output": {
"branch": "CSE(DS)",
"company": "Teleparadigm networke"
}
},
{
"query": "Who are the btech graduates from Data Science in my batch batch at F5 NETWORKS in around me?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "F5 NETWORKS",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of ppl in Data Science from 2016 in Delhi",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Need contacts of bachelor holders in Hyderabad.",
"output": {
"degree": "B Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me grads from 2020 in UK working in ds",
"output": {
"batch": "2020",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "I am interested in connecting with grads at Sigmoid.",
"output": {
"company": "Sigmoid"
}
},
{
"query": "Who are the bachelors holders in Pune?",
"output": {
"degree": "B Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Any alumni based in India?",
"output": {
"country": "India"
}
},
{
"query": "Give me ppl in CSE(AI&ML) around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the master holders in Tokyo?",
"output": {
"degree": "M Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "I wish to see who graduated in my batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List alumni in cse(ai&ml) around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me names of alumni at F5 NETWORKS.",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "Find people working at Goldman Sachs in New York.",
"output": {
"company": "Goldman Sachs",
"city": "New York",
"country": "USA"
}
},
{
"query": "Hey, who's in Berlin from our college?",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find the grads with my degree in New York.",
"output": {
"city": "New York",
"country": "USA",
"degree": "<user_data>"
}
},
{
"query": "Can you list alumni with mtech from 2020 in Tokyo?",
"output": {
"batch": "2020",
"degree": "M Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Retrieve alumni working at Xebia.",
"output": {
"company": "Xebia"
}
},
{
"query": "Find ppl doing my branch",
"output": {
"branch": "<user_data>"
}
},
{
"query": "Looking for 2019 alumni.",
"output": {
"batch": "2019"
}
},
{
"query": "Who earned a mtech?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Retrieve alumni working at Adobe.",
"output": {
"company": "Adobe"
}
},
{
"query": "Display alumni from CSE living in USA working for Dynata",
"output": {
"branch": "CSE",
"company": "Dynata",
"country": "USA"
}
},
{
"query": "Get me contacts from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all studied with me?",
"output": {}
},
{
"query": "Get me ppl from cse ai ml working at F5 NETWORKS in my city",
"output": {
"branch": "CSE(AI&ML)",
"company": "F5 NETWORKS",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for people like me in CSE(AI&ML).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who all from bachelors are at DAZN?",
"output": {
"degree": "B Tech",
"company": "DAZN"
}
},
{
"query": "Who are the people from 2015?",
"output": {
"batch": "2015"
}
},
{
"query": "List people working at Hexaware Technologies",
"output": {
"company": "Hexaware Technologies"
}
},
{
"query": "Who are the m tech holders?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the ppl doing CSE(DS) from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Are there alumni with b tech in Mumbai working at Sigmoid?",
"output": {
"degree": "B Tech",
"company": "Sigmoid",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Find my degree graduates in cse from my batch batch working at DarwinBox in my city, India",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"branch": "CSE",
"company": "DarwinBox",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni with M Tech in CSE(AI&ML) from 2020 batch at IBM located in India",
"output": {
"batch": "2020",
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "IBM",
"country": "India"
}
},
{
"query": "Show me phd graduates from 2020 batch",
"output": {
"batch": "2020",
"degree": "PhD"
}
},
{
"query": "Find people with bachelor in near me from 2015 batch",
"output": {
"batch": "2015",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I am seeking alumni from cse(ai&ml), can you assist?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find people in my city, India.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need names of master grads at Birlasoft.",
"output": {
"degree": "M Tech",
"company": "Birlasoft"
}
},
{
"query": "Need contacts of phd holders in Hyderabad.",
"output": {
"degree": "PhD",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me grads from our college in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "Show me ppl in data science from Chennai",
"output": {
"branch": "CSE(DS)",
"city": "Chennai",
"country": "India"
}
},
{
"query": "List grads in my city working for L&T Technology Services.",
"output": {
"company": "L&T Technology Services",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from data science in my batch batch located in Berlin",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show me BTech grads in ai ml at 3i Infotech",
"output": {
"branch": "CSE(AI&ML)",
"company": "3i Infotech"
}
},
{
"query": "Can you find folks from cse(ai&ml) in India working at Innominds?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Innominds",
"country": "India"
}
},
{
"query": "Who are the alumni in Tokyo?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List alumni from 2016 in Tokyo who are into btech",
"output": {
"batch": "2016",
"degree": "B Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Get me alumni in CSE(DS) from 2019 working at Dynata",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"company": "Dynata"
}
},
{
"query": "Tell me about b tech grads from 2020 living in Japan",
"output": {
"batch": "2020",
"degree": "B Tech",
"country": "Japan"
}
},
{
"query": "List alumni with masters in ds from 2018 batch at Mastek located in India",
"output": {
"batch": "2018",
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Mastek",
"country": "India"
}
},
{
"query": "Show me ppl from cse ai ml in Hyderabad working at Cyient",
"output": {
"branch": "CSE(AI&ML)",
"company": "Cyient",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find alumni who majored in data science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Looking for employees at F5 NETWORKS.",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "List alumni from Capgemini working in London",
"output": {
"company": "Capgemini",
"city": "London",
"country": "UK"
}
},
{
"query": "Can you find grads from 2020 batch at Qualcomm?",
"output": {
"batch": "2020",
"company": "Qualcomm"
}
},
{
"query": "Who are the folks at GSPANN TECHNOLOGIES based in Tokyo?",
"output": {
"company": "GSPANN TECHNOLOGIES",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the ppl in ai and ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone with my specialization at Info Edge (India) Ltd?",
"output": {
"company": "Info Edge (India) Ltd"
}
},
{
"query": "List masters holders in Germany.",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "List all bachelor grads in Chennai who work for Tata Elxsi",
"output": {
"degree": "B Tech",
"company": "Tata Elxsi",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Get me names of alumni at Birlasoft.",
"output": {
"company": "Birlasoft"
}
},
{
"query": "Get me ppl in ai and ml from my batch",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show people from it in my graduating class batch located in Kolkata",
"output": {
"batch": "<user_data>",
"branch": "IT",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List alumni with my degree near me.",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any alumni based in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Find people working at Accenture.",
"output": {
"company": "Accenture"
}
},
{
"query": "Are there m tech alumni in Kolkata from my batch batch?",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Supply contacts of IT alumni.",
"output": {
"branch": "IT"
}
},
{
"query": "Who are the m tech holders from cse ds in near me?",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the CSE(AI&ML) alumni in USA working for Nvidia Graphics Pvt Ltd?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Nvidia Graphics Pvt Ltd",
"country": "USA"
}
},
{
"query": "Display people with masters from CSE(AI&ML) in London",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "London",
"country": "UK"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from 2015 batch in USA with b tech",
"output": {
"batch": "2015",
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Supply contacts of CSE(DS) alumni.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the 2020 year passouts?",
"output": {
"batch": "2020"
}
},
{
"query": "Find graduates from 2019 in Delhi, my country working in cse",
"output": {
"batch": "2019",
"branch": "CSE",
"city": "Delhi",
"country": "<user_data>"
}
},
{
"query": "Bring up profiles of those in ai and ml.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me the mtech holders from 2015 year.",
"output": {
"batch": "2015",
"degree": "M Tech"
}
},
{
"query": "Find PhD graduates in AI and ML from my graduating class batch working at Qualcomm in Hyderabad, India",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Qualcomm",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me people from 2020 batch with mtech in Pune",
"output": {
"batch": "2020",
"degree": "M Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Find people from IT in 2016 batch working in my country",
"output": {
"batch": "2016",
"branch": "IT",
"country": "<user_data>"
}
},
{
"query": "List the graduates who completed phd in 2017.",
"output": {
"batch": "2017",
"degree": "PhD"
}
},
{
"query": "Any graduates living in around me, Germany?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me who's at DarwinBox nowadays.",
"output": {
"company": "DarwinBox"
}
},
{
"query": "Could you find people from ai for me?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Can you tell me who is in New York from our college?",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Find the grads with my degree in London.",
"output": {
"city": "London",
"country": "UK",
"degree": "<user_data>"
}
},
{
"query": "Give me ppl in CSE(DS) around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the ppl in CSE from 2020 working at eClerx",
"output": {
"batch": "2020",
"branch": "CSE",
"company": "eClerx"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the master graduates residing in Germany?",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Show me who's at QUADRANT IT SERVICES nowadays.",
"output": {
"company": "QUADRANT IT SERVICES"
}
},
{
"query": "Find folks with my background in India.",
"output": {
"country": "India"
}
},
{
"query": "Get me alumni in ai and ml from 2015 working at Info Edge (India) Ltd",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Find ppl doing ai",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me names of alumni in my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Please provide names of alumni in Hyderabad.",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Who are the people from 2020 batch living in USA?",
"output": {
"batch": "2020",
"country": "USA"
}
},
{
"query": "Show graduates from the class of 2018.",
"output": {
"batch": "2018"
}
},
{
"query": "Display people with bachelor in CSE(AI&ML) based in New York working at NCR Atleos",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "NCR Atleos",
"city": "New York",
"country": "USA"
}
},
{
"query": "Provide a list of masters graduates.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Get me names of alumni in my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the experts in AI and ML?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me grads in data science from 2017 in Pune",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the folks in around me with master from 2017 batch in cse working at Mindtree",
"output": {
"batch": "2017",
"degree": "M Tech",
"branch": "CSE",
"company": "Mindtree",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List all b tech grads in Tokyo who work for Mindtree",
"output": {
"degree": "B Tech",
"company": "Mindtree",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Get me ppl from cse working at ADP in London",
"output": {
"branch": "CSE",
"company": "ADP",
"city": "London",
"country": "UK"
}
},
{
"query": "Get me names of my batchmates in near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>",
"batch": "<user_data>"
}
},
{
"query": "Who are the ppl doing ai ml from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who are the phd graduates at Intel Technology India?",
"output": {
"degree": "PhD",
"company": "Intel Technology India"
}
},
{
"query": "Who are the grads from my 2020 batch in UK with bachelor?",
"output": {
"batch": "2020",
"degree": "B Tech",
"country": "UK"
}
},
{
"query": "Show me my degree grads living in India.",
"output": {
"degree": "<user_data>",
"country": "India"
}
},
{
"query": "Any grads at Medplus?",
"output": {
"company": "Medplus"
}
},
{
"query": "I want to view alumni from my batch batch in around me with bachelor",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any grads at Sasken Technologies?",
"output": {
"company": "Sasken Technologies"
}
},
{
"query": "Who are the grads in IT from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "IT"
}
},
{
"query": "Show me people from my batch yaar.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Please show me the alumni in Pune area.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "List PhD holders in India.",
"output": {
"degree": "PhD",
"country": "India"
}
},
{
"query": "Is anyone from ai and ml employed at Tata Elxsi?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Tata Elxsi"
}
},
{
"query": "Need grads in CSE from 2016 working at HCL Technologies",
"output": {
"batch": "2016",
"branch": "CSE",
"company": "HCL Technologies"
}
},
{
"query": "Who are the bachelor graduates residing in UK?",
"output": {
"degree": "B Tech",
"country": "UK"
}
},
{
"query": "Display btech grads from 2018 batch at F5 NETWORKS in Mumbai",
"output": {
"batch": "2018",
"degree": "B Tech",
"company": "F5 NETWORKS",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Find people in New York, my country.",
"output": {
"city": "New York",
"country": "<user_data>"
}
},
{
"query": "Show alumni in Japan from 2015 with a background in Data Science",
"output": {
"batch": "2015",
"branch": "CSE(DS)",
"country": "Japan"
}
},
{
"query": "List grads working around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people working at DBS Tech India.",
"output": {
"company": "DBS Tech India"
}
},
{
"query": "List alumni from 2016 batch in Berlin with phd",
"output": {
"batch": "2016",
"degree": "PhD",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find ai alumni from 2015 batch.",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me the grads in London at Goldman Sachs.",
"output": {
"company": "Goldman Sachs",
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the grads based in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Looking for grads with a background in ai ml.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show alumni in my country from 2015 with a background in ai and ml",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Show alumni from 2016 batch with masters in CSE(AI&ML) employed by EPAM Systems located in Pune, Japan",
"output": {
"batch": "2016",
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "EPAM Systems",
"city": "Pune",
"country": "Japan"
}
},
{
"query": "Find people with phd in Bangalore from my graduating class batch",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find and show me mtech holders.",
"output": {
"degree": "M Tech"
}
},
{
"query": "List my branch graduates from my batch batch employed at Optum",
"output": {
"batch": "<user_data>",
"branch": "<user_data>",
"company": "Optum"
}
},
{
"query": "Find alumni in it from my batch in Delhi",
"output": {
"batch": "<user_data>",
"branch": "IT",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Show alumni from 2020 batch with bachelors in CSE(AI&ML) employed by Tata Consultancy Services located in London, Japan",
"output": {
"batch": "2020",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Tata Consultancy Services",
"city": "London",
"country": "Japan"
}
},
{
"query": "Find people with my degree in Delhi from my batch batch",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Any grads at Info Edge (India) Ltd?",
"output": {
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Who are the PhD holders in my city?",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you list people from AI and ML in 2018 batch located in near me?",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks in Mumbai with phd from my graduating class batch in ai ml working at Mu Sigma Business Solutions Pvt Ltd",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Mu Sigma Business Solutions Pvt Ltd",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into CSE(AI&ML)",
"output": {
"branch": "CSE(AI&ML)",
"batch": "<user_data>"
}
},
{
"query": "List people residing in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Can you get me bachelors grads in my branch?",
"output": {
"degree": "B Tech",
"branch": "<user_data>"
}
},
{
"query": "Display alumni from CSE(AI&ML) living in Germany working for Dell Technologies",
"output": {
"branch": "CSE(AI&ML)",
"company": "Dell Technologies",
"country": "Germany"
}
},
{
"query": "Retrieve alumni working at Oracle India.",
"output": {
"company": "Oracle India"
}
},
{
"query": "Any folks employed by Capgemini living in my country?",
"output": {
"company": "Capgemini",
"country": "<user_data>"
}
},
{
"query": "Show me masters grads from ai and ml in 2019 batch",
"output": {
"batch": "2019",
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Anyone who pursued M Tech?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find the grads with my degree in Berlin.",
"output": {
"city": "Berlin",
"country": "Germany",
"degree": "<user_data>"
}
},
{
"query": "Show me bachelor graduates in Bangalore.",
"output": {
"degree": "B Tech",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Show me the people connected to our college.",
"output": {}
},
{
"query": "Show me alumni at Ramco Systems yaar.",
"output": {
"company": "Ramco Systems"
}
},
{
"query": "Get me names of people in it.",
"output": {
"branch": "IT"
}
},
{
"query": "Anyone from our college at HCL Technologies?",
"output": {
"company": "HCL Technologies"
}
},
{
"query": "Can you display mtech graduates from ai in USA?",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"country": "USA"
}
},
{
"query": "Give me a list of B Tech grads from cse(ai&ml) working at IBM",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "IBM"
}
},
{
"query": "Are there graduates from my graduating class living in my country who studied ai ml?",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Who all are there in Kolkata?",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the bachelors holders in Hyderabad?",
"output": {
"degree": "B Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me folks from my city working in Salesforce.",
"output": {
"company": "Salesforce",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me AI and ML alumni in Germany working at National Payments Corporation of India",
"output": {
"branch": "CSE(AI&ML)",
"company": "National Payments Corporation of India",
"country": "Germany"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Need contacts in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Find people working at Google in my location.",
"output": {
"company": "Google",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me my degree graduates from 2016 batch",
"output": {
"batch": "2016",
"degree": "<user_data>"
}
},
{
"query": "Who are the people from 2019?",
"output": {
"batch": "2019"
}
},
{
"query": "Find folks with my background.",
"output": {}
},
{
"query": "List alumni who studied ai ml in Chennai",
"output": {
"branch": "CSE(AI&ML)",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Find grads from my branch working at Caspex",
"output": {
"branch": "<user_data>",
"company": "Caspex"
}
},
{
"query": "Can you list alumni with my degree from 2016 in Tokyo?",
"output": {
"batch": "2016",
"degree": "<user_data>",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show me alumni who completed a B Tech.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Show me grads from our college in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Can you list people from data science in my graduating class batch located in Bangalore?",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Who are the folks in cse ai ml from my batch in UK?",
"output": {
"branch": "CSE(AI&ML)",
"country": "UK",
"batch": "<user_data>"
}
},
{
"query": "Show me BTech grads in my branch at Sonata Software",
"output": {
"branch": "<user_data>",
"company": "Sonata Software"
}
},
{
"query": "Who are the grads based in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Can you list people from it in 2019 batch located in Tokyo?",
"output": {
"batch": "2019",
"branch": "IT",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List alumni of 2015 batch.",
"output": {
"batch": "2015"
}
},
{
"query": "I need information on alumni specialized in data science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the grads in AI and ML from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find people from IT in 2017 batch working in Germany",
"output": {
"batch": "2017",
"branch": "IT",
"country": "Germany"
}
},
{
"query": "Find my batchmates.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Do we have any mtech grads from data science working at Polaris Consulting & Services?",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"company": "Polaris Consulting & Services"
}
},
{
"query": "Looking for people in Pune working at Firstsource Solutions.",
"output": {
"company": "Firstsource Solutions",
"city": "Pune",
"country": "India"
}
},
{
"query": "Anyone with my specialization at DarwinBox?",
"output": {
"company": "DarwinBox"
}
},
{
"query": "Get me ppl from AI and ML working at Quess Corp in Chennai",
"output": {
"branch": "CSE(AI&ML)",
"company": "Quess Corp",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Got any names from ai and ml?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Could you show me people from the ai and ml department?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List alumni of 2020 batch.",
"output": {
"batch": "2020"
}
},
{
"query": "Find and show me m tech holders.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find graduates from 2018 in Kolkata, USA working in ai",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"country": "USA"
}
},
{
"query": "Got any names from cse ds?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Need grads in cse(ai&ml) from 2020 working at Infosys",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"company": "Infosys"
}
},
{
"query": "Need grads in Data Science from my graduating class working at Birlasoft",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)",
"company": "Birlasoft"
}
},
{
"query": "Who all from btech are at Mindtree?",
"output": {
"degree": "B Tech",
"company": "Mindtree"
}
},
{
"query": "Find alumni who majored in IT.",
"output": {
"branch": "IT"
}
},
{
"query": "List ppl who did CSE from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE"
}
},
{
"query": "Get me contacts from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni employed at Dell Technologies.",
"output": {
"company": "Dell Technologies"
}
},
{
"query": "Display people with M Tech from CSE in around me",
"output": {
"degree": "M Tech",
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me graduates from 2020 batch working in around me with btech",
"output": {
"batch": "2020",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who is in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Do we have any phd grads from CSE(DS) working at Hexaware Technologies?",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"company": "Hexaware Technologies"
}
},
{
"query": "List all my degree grads in Delhi who work for NIIT Technologies",
"output": {
"degree": "<user_data>",
"company": "NIIT Technologies",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find ppl doing IT",
"output": {
"branch": "IT"
}
},
{
"query": "Could you please provide a list of b tech graduates?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Find people working at Cognizant.",
"output": {
"company": "Cognizant"
}
},
{
"query": "Show me M Tech holders from Data Science in UK",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Find alumni who majored in cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Anyone settled in Delhi?",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find master alumni from CSE in Hyderabad at GSPANN TECHNOLOGIES",
"output": {
"degree": "M Tech",
"branch": "CSE",
"company": "GSPANN TECHNOLOGIES",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find grads from ai working at KPIT Technologies",
"output": {
"branch": "CSE(AI&ML)",
"company": "KPIT Technologies"
}
},
{
"query": "Find graduates of 2017 batch residing in Delhi.",
"output": {
"batch": "2017",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Any passouts from 2015?",
"output": {
"batch": "2015"
}
},
{
"query": "Who are the bachelor graduates from ds in my graduating class batch at Sriven Solutions in Bangalore?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Sriven Solutions",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "List ppl who did IT from B Tech",
"output": {
"degree": "B Tech",
"branch": "IT"
}
},
{
"query": "Need names of people from the 2019 batch.",
"output": {
"batch": "2019"
}
},
{
"query": "Would you kindly show me graduates residing in Berlin?",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Are there m tech alumni in my city from 2019 batch?",
"output": {
"batch": "2019",
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me who from my college is in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Could you please provide a list of bachelor graduates?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Get details of grads in near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who from my batch is in Tata Consultancy Services?",
"output": {
"company": "Tata Consultancy Services",
"batch": "<user_data>"
}
},
{
"query": "Give me people from 2016 in ai and ml who are in my city",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni employed at Happiest Minds Technologies.",
"output": {
"company": "Happiest Minds Technologies"
}
},
{
"query": "Who are the phd students in my branch at eClerx?",
"output": {
"degree": "PhD",
"branch": "<user_data>",
"company": "eClerx"
}
},
{
"query": "Find grads from ai ml working at Deloitte",
"output": {
"branch": "CSE(AI&ML)",
"company": "Deloitte"
}
},
{
"query": "Who all are there in Delhi from our college?",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "Find ya alumni in Data Science around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the folks with bachelor from IT in 2020 batch?",
"output": {
"batch": "2020",
"degree": "B Tech",
"branch": "IT"
}
},
{
"query": "Hey, who's in Tokyo from our college?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Any of our people working at Experian?",
"output": {
"company": "Experian"
}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "List individuals with a master.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Any passouts from 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "Need contacts of phd holders in near me.",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there folks from my 2015 batch at Comcast in London?",
"output": {
"batch": "2015",
"company": "Comcast",
"city": "London",
"country": "UK"
}
},
{
"query": "Any masters alumni based in Germany?",
"output": {
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Find people with masters in around me from 2017 batch",
"output": {
"batch": "2017",
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List bachelors holders in UK.",
"output": {
"degree": "B Tech",
"country": "UK"
}
},
{
"query": "Who graduated in 2016?",
"output": {
"batch": "2016"
}
},
{
"query": "Can you tell me who is in New York from our college?",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Give me grads in cse in Mumbai",
"output": {
"branch": "CSE",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Who are the folks in CSE from my batch in USA?",
"output": {
"branch": "CSE",
"country": "USA",
"batch": "<user_data>"
}
},
{
"query": "List M Tech holders in my country.",
"output": {
"degree": "M Tech",
"country": "<user_data>"
}
},
{
"query": "Who are the folks based in Chennai, Germany?",
"output": {
"city": "Chennai",
"country": "Germany"
}
},
{
"query": "Need list of ppl in cse ds from 2020",
"output": {
"batch": "2020",
"branch": "CSE(DS)"
}
},
{
"query": "Display the list of my degree holders based in near me at Goldman Sachs",
"output": {
"degree": "<user_data>",
"company": "Goldman Sachs",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the experts in cse ds?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the grads in my branch from 2019",
"output": {
"batch": "2019",
"branch": "<user_data>"
}
},
{
"query": "Tell me about alumni from my graduating class batch in Bangalore with PhD",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Locate people from India who graduated from our college.",
"output": {
"country": "India"
}
},
{
"query": "Need to find folks from 2015, any ideas?",
"output": {
"batch": "2015"
}
},
{
"query": "Find alumni near me with a master.",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me ppl in cse(ai&ml)",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find classmates from my batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Can you find grads from 2019 batch at 3i Infotech?",
"output": {
"batch": "2019",
"company": "3i Infotech"
}
},
{
"query": "Find people working at Hitachi Digital Services.",
"output": {
"company": "Hitachi Digital Services"
}
},
{
"query": "Get me alumni in Data Science working at Capgemini around me",
"output": {
"branch": "CSE(DS)",
"company": "Capgemini",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find graduates in India",
"output": {
"country": "India"
}
},
{
"query": "Find ya ppl in cse from m tech",
"output": {
"degree": "M Tech",
"branch": "CSE"
}
},
{
"query": "Need list of grads in data science from 2018 at KPIT Technologies",
"output": {
"batch": "2018",
"branch": "CSE(DS)",
"company": "KPIT Technologies"
}
},
{
"query": "Show me the b tech holders from 2015 year.",
"output": {
"batch": "2015",
"degree": "B Tech"
}
},
{
"query": "Get me grads who did masters in CSE(AI&ML)",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who is in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Who are the folks in my branch from my batch in USA?",
"output": {
"branch": "<user_data>",
"country": "USA",
"batch": "<user_data>"
}
},
{
"query": "Who all are there in Pune from our college?",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "List bachelor holders working with RealPage.",
"output": {
"degree": "B Tech",
"company": "RealPage"
}
},
{
"query": "Show me alumni with bachelor employed by Goldman Sachs.",
"output": {
"degree": "B Tech",
"company": "Goldman Sachs"
}
},
{
"query": "Who are the masters holders?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the grads from my my graduating class batch in my country with PhD?",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"country": "<user_data>"
}
},
{
"query": "Show me ppl doing m tech in ds around me",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List people from my graduating class living in Berlin.",
"output": {
"batch": "<user_data>",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Need contacts in Mumbai.",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "List alumni from 2015 in Hyderabad who are into bachelor",
"output": {
"batch": "2015",
"degree": "B Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find alumni near me with a M Tech.",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni with btech working at RealPage in Mumbai?",
"output": {
"degree": "B Tech",
"company": "RealPage",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Can you list alumni with my degree from 2015 in Delhi?",
"output": {
"batch": "2015",
"degree": "<user_data>",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Any alumni employed by NCR Atleos located in Kolkata?",
"output": {
"company": "NCR Atleos",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find alumni at my company in UK.",
"output": {
"country": "UK",
"company": "<user_data>"
}
},
{
"query": "Who are the mtech students in IT at Hitachi Digital Services?",
"output": {
"degree": "M Tech",
"branch": "IT",
"company": "Hitachi Digital Services"
}
},
{
"query": "Get me ppl from data science working at AMD in Chennai",
"output": {
"branch": "CSE(DS)",
"company": "AMD",
"city": "Chennai",
"country": "India"
}
},
{
"query": "List ai and ml graduates from 2019 batch employed at F5 NETWORKS",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)",
"company": "F5 NETWORKS"
}
},
{
"query": "Who are the folks based in near me, my country?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you list alumni with bachelor from 2018 in my location?",
"output": {
"batch": "2018",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any alumni employed by Optum located in Mumbai?",
"output": {
"company": "Optum",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Need names of M Tech grads at NTT DATA BUSINESS SOLUTIONS.",
"output": {
"degree": "M Tech",
"company": "NTT DATA BUSINESS SOLUTIONS"
}
},
{
"query": "Find ya alumni from it in Kolkata",
"output": {
"branch": "IT",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List phd alumni based in near me.",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya alumni in cse ai ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the students from my batch with a btech?",
"output": {
"batch": "<user_data>",
"degree": "B Tech"
}
},
{
"query": "Get me alumni in cse ai ml working at L&T Technology Services around me",
"output": {
"branch": "CSE(AI&ML)",
"company": "L&T Technology Services",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni who did cse(ai&ml) working at Goldman Sachs",
"output": {
"branch": "CSE(AI&ML)",
"company": "Goldman Sachs"
}
},
{
"query": "Who is working at Candescent?",
"output": {
"company": "Candescent"
}
},
{
"query": "Who are the btech graduates residing in USA?",
"output": {
"degree": "B Tech",
"country": "USA"
}
},
{
"query": "Find M Tech alumni from 2015 batch at EPAM Systems",
"output": {
"batch": "2015",
"degree": "M Tech",
"company": "EPAM Systems"
}
},
{
"query": "Get me profiles of my degree grads.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Get me the 2020 batch graduates.",
"output": {
"batch": "2020"
}
},
{
"query": "Can you tell me the grads from 2020 batch?",
"output": {
"batch": "2020"
}
},
{
"query": "Can you give me alumni in London with mtech from 2017 batch?",
"output": {
"batch": "2017",
"degree": "M Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Get me the 2017 batch graduates.",
"output": {
"batch": "2017"
}
},
{
"query": "Show me grads from 2016 in UK working in CSE(DS)",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Who are the b tech holders from IT in New York?",
"output": {
"degree": "B Tech",
"branch": "IT",
"city": "New York",
"country": "USA"
}
},
{
"query": "Who all are there in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Find grads who did master in CSE(AI&ML) in London",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "London",
"country": "UK"
}
},
{
"query": "Show me alumni from 2018 who are in around me.",
"output": {
"batch": "2018",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all from b tech are at GSPANN TECHNOLOGIES?",
"output": {
"degree": "B Tech",
"company": "GSPANN TECHNOLOGIES"
}
},
{
"query": "I'd like to know who from my graduating class batch is working at Birlasoft in my location",
"output": {
"batch": "<user_data>",
"company": "Birlasoft",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any folks employed by Persistent Systems living in my country?",
"output": {
"company": "Persistent Systems",
"country": "<user_data>"
}
},
{
"query": "Show me profiles of ai ml graduates.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List people from my branch working at Experian.",
"output": {
"company": "Experian",
"branch": "<user_data>"
}
},
{
"query": "Find alumni near me with a B Tech.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find alumni with bachelor in IT working at Candescent in Japan",
"output": {
"degree": "B Tech",
"branch": "IT",
"company": "Candescent",
"country": "Japan"
}
},
{
"query": "Can you tell me the grads from 2015 batch?",
"output": {
"batch": "2015"
}
},
{
"query": "Need alumni from ai and ml in Pune",
"output": {
"branch": "CSE(AI&ML)",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you find people from my batch batch at RealPage located in Pune?",
"output": {
"batch": "<user_data>",
"company": "RealPage",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who earned a master?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find b tech alumni from my branch in Kolkata at Cyient",
"output": {
"degree": "B Tech",
"branch": "<user_data>",
"company": "Cyient",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Get me alumni in CSE(DS) working at My Company around me",
"output": {
"branch": "CSE(DS)",
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya grads in ai from 2019",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)"
}
},
{
"query": "I'd like to know who from 2017 batch is working at NCR Atleos in my location",
"output": {
"batch": "2017",
"company": "NCR Atleos",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any PhD alumni based in Germany?",
"output": {
"degree": "PhD",
"country": "Germany"
}
},
{
"query": "Who are the master students in IT at Sigmoid?",
"output": {
"degree": "M Tech",
"branch": "IT",
"company": "Sigmoid"
}
},
{
"query": "Show alumni from Payoda based in UK",
"output": {
"company": "Payoda",
"country": "UK"
}
},
{
"query": "Tell me about m tech grads from 2020 living in my country",
"output": {
"batch": "2020",
"degree": "M Tech",
"country": "<user_data>"
}
},
{
"query": "Any passouts of 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "Give me AI and ML alumni in India working at Ramco Systems",
"output": {
"branch": "CSE(AI&ML)",
"company": "Ramco Systems",
"country": "India"
}
},
{
"query": "Who are the alumni with btech working at Quess Corp in Tokyo?",
"output": {
"degree": "B Tech",
"company": "Quess Corp",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the CSE(DS) graduates in Berlin working at Oracle Financial Services Software?",
"output": {
"branch": "CSE(DS)",
"company": "Oracle Financial Services Software",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find folks located in my location.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me alumni in CSE(AI&ML) from 2015 working at Mindtree",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)",
"company": "Mindtree"
}
},
{
"query": "Display people with mtech in ai ml based in my location working at Xebia",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Xebia",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for people in London working at NCR Atleos.",
"output": {
"company": "NCR Atleos",
"city": "London",
"country": "UK"
}
},
{
"query": "Find people working at Wipro.",
"output": {
"company": "Wipro"
}
},
{
"query": "Is anyone from my batch working at eClerx?",
"output": {
"company": "eClerx",
"batch": "<user_data>"
}
},
{
"query": "Are there graduates from 2017 living in my country who studied Data Science?",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"country": "<user_data>"
}
},
{
"query": "Looking for people like me in Data Science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the folks at Amazon?",
"output": {
"company": "Amazon"
}
},
{
"query": "Give me grads in ai in Berlin",
"output": {
"branch": "CSE(AI&ML)",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Who are the grads based in my country?",
"output": {
"country": "<user_data>"
}
},
{
"query": "Gather information on 2015 passouts.",
"output": {
"batch": "2015"
}
},
{
"query": "Who are the masters holders in my city?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List masters holders in Japan.",
"output": {
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Get me names of alumni in India.",
"output": {
"country": "India"
}
},
{
"query": "Who are the folks based in London, India?",
"output": {
"city": "London",
"country": "India"
}
},
{
"query": "Find alumni at my company in Japan.",
"output": {
"country": "Japan",
"company": "<user_data>"
}
},
{
"query": "Who are the people from my batch at NIIT Technologies?",
"output": {
"company": "NIIT Technologies",
"batch": "<user_data>"
}
},
{
"query": "Get me the people from my graduating class.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Find people with master in near me from my batch batch",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List individuals with a B Tech.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Can you find grads from 2015 batch at Deloitte?",
"output": {
"batch": "2015",
"company": "Deloitte"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone from it stream?",
"output": {
"branch": "IT"
}
},
{
"query": "Show me people from my batch batch with phd in around me",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Would you kindly show me graduates residing in Tokyo?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List alumni from Google working in Kolkata",
"output": {
"company": "Google",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Locate people from UK who graduated from our college.",
"output": {
"country": "UK"
}
},
{
"query": "Any PhD graduates around?",
"output": {
"degree": "PhD"
}
},
{
"query": "Can I find people in Germany with my degree?",
"output": {
"country": "Germany",
"degree": "<user_data>"
}
},
{
"query": "Who are the masters holders from cse ai ml in 2019 batch working for Comscore in Pune, UK",
"output": {
"batch": "2019",
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"company": "Comscore",
"city": "Pune",
"country": "UK"
}
},
{
"query": "Who are the folks in it from 2018 living in my country?",
"output": {
"batch": "2018",
"branch": "IT",
"country": "<user_data>"
}
},
{
"query": "Are there graduates from my graduating class living in my country who studied cse ai ml?",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List ppl from ai and ml in Hyderabad",
"output": {
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "List people with m tech from cse working at EPAM Systems",
"output": {
"degree": "M Tech",
"branch": "CSE",
"company": "EPAM Systems"
}
},
{
"query": "Show me grads in CSE from 2018",
"output": {
"batch": "2018",
"branch": "CSE"
}
},
{
"query": "Are there alumni from 2018 living in India?",
"output": {
"batch": "2018",
"country": "India"
}
},
{
"query": "Who are the people from 2015 batch living in my country?",
"output": {
"batch": "2015",
"country": "<user_data>"
}
},
{
"query": "Who are the btech holders?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Who are the experts in IT?",
"output": {
"branch": "IT"
}
},
{
"query": "Find grads who did mtech in ai in Kolkata",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me profiles of cse ds graduates.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who earned a phd?",
"output": {
"degree": "PhD"
}
},
{
"query": "Looking for alums in UK, help me out.",
"output": {
"country": "UK"
}
},
{
"query": "Give me the folks from cse in Tokyo with bachelors",
"output": {
"degree": "B Tech",
"branch": "CSE",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show me alumni at NCR Voyix yaar.",
"output": {
"company": "NCR Voyix"
}
},
{
"query": "Find alumni in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Who are the ppl in CSE(DS) from 2019 working at GSPANN TECHNOLOGIES",
"output": {
"batch": "2019",
"branch": "CSE(DS)",
"company": "GSPANN TECHNOLOGIES"
}
},
{
"query": "Find folks at my company from 2019.",
"output": {
"batch": "2019",
"company": "<user_data>"
}
},
{
"query": "Please show me the alumni in Hyderabad area.",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Get me the grads in my location at Xebia.",
"output": {
"company": "Xebia",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you find people from 2016 batch at Punjab National Bank located in Hyderabad?",
"output": {
"batch": "2016",
"company": "Punjab National Bank",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me grads from our college in New York.",
"output": {
"city": "New York",
"country": "USA"
}
},
{
"query": "Who are the people from my graduating class?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List grads in Hyderabad working for Nvidia Graphics Pvt Ltd.",
"output": {
"company": "Nvidia Graphics Pvt Ltd",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "List individuals with a mtech.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Find ya alumni in CSE(DS) around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I'd like to know who from 2016 batch is working at Qualcomm in my location",
"output": {
"batch": "2016",
"company": "Qualcomm",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads from 2018 in USA working in data science",
"output": {
"batch": "2018",
"branch": "CSE(DS)",
"country": "USA"
}
},
{
"query": "Anyone settled in around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me names of my graduating class grads in Delhi.",
"output": {
"batch": "<user_data>",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Display the list of phd holders based in Hyderabad at 3i Infotech",
"output": {
"degree": "PhD",
"company": "3i Infotech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Provide a list of btech graduates.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Anyone settled in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Display me alumni from 2015 batch working at DAZN in around me",
"output": {
"batch": "2015",
"company": "DAZN",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from 2015 in Kolkata who are into mtech",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the people from my batch at AMD?",
"output": {
"company": "AMD",
"batch": "<user_data>"
}
},
{
"query": "Need to find folks from 2017, any ideas?",
"output": {
"batch": "2017"
}
},
{
"query": "Find folks located in Berlin.",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Anyone from the year my batch?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Give me people from 2015 in CSE who are in London",
"output": {
"batch": "2015",
"branch": "CSE",
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the folks in CSE(AI&ML) from my batch in UK?",
"output": {
"branch": "CSE(AI&ML)",
"country": "UK",
"batch": "<user_data>"
}
},
{
"query": "Find the grads with my degree in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan",
"degree": "<user_data>"
}
},
{
"query": "Give me ppl in ai",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show people from ai ml in 2020 batch located in my city",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me grads who did m tech in CSE(DS)",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Any graduates living in London, my country?",
"output": {
"city": "London",
"country": "<user_data>"
}
},
{
"query": "Find my classmates in Kolkata.",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Get me names of alumni in India.",
"output": {
"country": "India"
}
},
{
"query": "List Data Science graduates from 2016 batch employed at Amazon",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"company": "Amazon"
}
},
{
"query": "List 2017 batch people in CSE(AI&ML) working at Micron",
"output": {
"batch": "2017",
"branch": "CSE(AI&ML)",
"company": "Micron"
}
},
{
"query": "Are there alumni from 2016 living in Germany?",
"output": {
"batch": "2016",
"country": "Germany"
}
},
{
"query": "Any M Tech graduates around?",
"output": {
"degree": "M Tech"
}
},
{
"query": "List the folks from cse(ai&ml) in India employed by KPIT Technologies",
"output": {
"branch": "CSE(AI&ML)",
"company": "KPIT Technologies",
"country": "India"
}
},
{
"query": "Need alumni from cse in Chennai",
"output": {
"branch": "CSE",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who are the folks in ds from my batch in UK?",
"output": {
"branch": "CSE(DS)",
"country": "UK",
"batch": "<user_data>"
}
},
{
"query": "List alumni who did ai working at Freshworks",
"output": {
"branch": "CSE(AI&ML)",
"company": "Freshworks"
}
},
{
"query": "Looking for people in Berlin.",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Is anyone from cse(ai&ml) employed at Cisco Systems?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Cisco Systems"
}
},
{
"query": "Who are the PhD holders from AI and ML in my graduating class batch working for Deloitte in near me, Japan",
"output": {
"batch": "<user_data>",
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Deloitte",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Display people with masters from CSE(DS) in Hyderabad",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "List alumni employed by Quess Corp.",
"output": {
"company": "Quess Corp"
}
},
{
"query": "Is anyone from my batch working at EPAM Systems?",
"output": {
"company": "EPAM Systems",
"batch": "<user_data>"
}
},
{
"query": "Who from my batch is in Dynata?",
"output": {
"company": "Dynata",
"batch": "<user_data>"
}
},
{
"query": "Show me profiles of CSE graduates.",
"output": {
"branch": "CSE"
}
},
{
"query": "Who are the ai ml alumni in Germany working for Sigmoid?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Sigmoid",
"country": "Germany"
}
},
{
"query": "Show me bachelors graduates from 2020 batch",
"output": {
"batch": "2020",
"degree": "B Tech"
}
},
{
"query": "Find alumni in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Find grads at my company near me.",
"output": {
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find cse ai ml alumni in India",
"output": {
"branch": "CSE(AI&ML)",
"country": "India"
}
},
{
"query": "List graduates with m tech from IT based in Germany for National Payments Corporation of India",
"output": {
"degree": "M Tech",
"branch": "IT",
"company": "National Payments Corporation of India",
"country": "Germany"
}
},
{
"query": "Show me profiles of ds graduates.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me who's at eClerx nowadays.",
"output": {
"company": "eClerx"
}
},
{
"query": "Who all are in my company?",
"output": {
"company": "<user_data>"
}
},
{
"query": "Show me grads who did masters in cse ds",
"output": {
"degree": "M Tech",
"branch": "CSE(DS)"
}
},
{
"query": "Any 2018 passouts currently in Chennai?",
"output": {
"batch": "2018",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Tell me which m tech alumni are working at National Payments Corporation of India in Pune",
"output": {
"degree": "M Tech",
"company": "National Payments Corporation of India",
"city": "Pune",
"country": "India"
}
},
{
"query": "Get me alumni in cse ds working at Cyient around me",
"output": {
"branch": "CSE(DS)",
"company": "Cyient",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from 2016 working around me.",
"output": {
"batch": "2016",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me ds alumni in UK working at HCL Technologies",
"output": {
"branch": "CSE(DS)",
"company": "HCL Technologies",
"country": "UK"
}
},
{
"query": "Who all are in my company?",
"output": {
"company": "<user_data>"
}
},
{
"query": "I want to see graduates from 2015 in USA who did phd",
"output": {
"batch": "2015",
"degree": "PhD",
"country": "USA"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me ppl in CSE(DS) around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you show me people from 2017 batch who live in Berlin?",
"output": {
"batch": "2017",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Find ya alumni in data science from 2020 in around me",
"output": {
"batch": "2020",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me cse(ai&ml) alumni in New York working at Mu Sigma Business Solutions Pvt Ltd",
"output": {
"branch": "CSE(AI&ML)",
"company": "Mu Sigma Business Solutions Pvt Ltd",
"city": "New York",
"country": "USA"
}
},
{
"query": "Find grads at my company near me.",
"output": {
"company": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I'd like to know who from 2016 batch is working at ADP in near me",
"output": {
"batch": "2016",
"company": "ADP",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find classmates from 2019.",
"output": {
"batch": "2019"
}
},
{
"query": "Need info on alumni from 2015 batch with B Tech.",
"output": {
"batch": "2015",
"degree": "B Tech"
}
},
{
"query": "Can you find grads from 2017 batch at EPAM Systems?",
"output": {
"batch": "2017",
"company": "EPAM Systems"
}
},
{
"query": "List alumni employed at EPAM Systems.",
"output": {
"company": "EPAM Systems"
}
},
{
"query": "Need names of people from the 2017 batch.",
"output": {
"batch": "2017"
}
},
{
"query": "Give me the folks from IT in Hyderabad with B Tech",
"output": {
"degree": "B Tech",
"branch": "IT",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Get me profiles of master grads.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Show alumni from Tata Elxsi based in Germany",
"output": {
"company": "Tata Elxsi",
"country": "Germany"
}
},
{
"query": "Provide a list of mtech graduates.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Who are the btech graduates from my batch in Tokyo?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Need list of grads in ai from 2016 at Info Edge (India) Ltd",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"company": "Info Edge (India) Ltd"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me the list of people in UK with my degree.",
"output": {
"country": "UK",
"degree": "<user_data>"
}
},
{
"query": "Are there alumni from 2019 living in my country?",
"output": {
"batch": "2019",
"country": "<user_data>"
}
},
{
"query": "List people from 2019 batch at Dynata",
"output": {
"batch": "2019",
"company": "Dynata"
}
},
{
"query": "Are there any cse ai ml grads in Germany working for Happiest Minds Technologies?",
"output": {
"branch": "CSE(AI&ML)",
"company": "Happiest Minds Technologies",
"country": "Germany"
}
},
{
"query": "Who are the alumni?",
"output": {}
},
{
"query": "Who are the people from my graduating class?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Need alumni from IT from 2018",
"output": {
"batch": "2018",
"branch": "IT"
}
},
{
"query": "Find my classmates in Pune.",
"output": {
"city": "Pune",
"country": "India"
}
},
{
"query": "List people working at Payoda",
"output": {
"company": "Payoda"
}
},
{
"query": "Need grads in ds from 2015 working at Cisco Systems",
"output": {
"batch": "2015",
"branch": "CSE(DS)",
"company": "Cisco Systems"
}
},
{
"query": "Show me the people connected to our college.",
"output": {}
},
{
"query": "Find me people in Bangalore, will you?",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "List alumni from 2015 in Delhi who are into bachelor",
"output": {
"batch": "2015",
"degree": "B Tech",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Who are the grads from my 2018 batch in Japan with phd?",
"output": {
"batch": "2018",
"degree": "PhD",
"country": "Japan"
}
},
{
"query": "Show me M Tech graduates in around me.",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List 2017 batch people in CSE(AI&ML) working at Hitachi Digital Services",
"output": {
"batch": "2017",
"branch": "CSE(AI&ML)",
"company": "Hitachi Digital Services"
}
},
{
"query": "Looking for people like me in data science.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Who are the bachelor alumni in ds working at Cisco Systems in Tokyo?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Cisco Systems",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "List alumni from IT working at Dell Technologies in Kolkata",
"output": {
"branch": "IT",
"company": "Dell Technologies",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Give me ppl in AI and ML",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me cse ai ml alumni in London working at Google",
"output": {
"branch": "CSE(AI&ML)",
"company": "Google",
"city": "London",
"country": "UK"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Who are the folks in my branch from 2020 living in India?",
"output": {
"batch": "2020",
"branch": "<user_data>",
"country": "India"
}
},
{
"query": "Got any names from AI and ML?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Give me grads in CSE(DS) in around me",
"output": {
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need contacts of btech holders.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Get me names of alumni in UK.",
"output": {
"country": "UK"
}
},
{
"query": "List alumni from 2016 in around me who are into B Tech",
"output": {
"batch": "2016",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni working for KPIT Technologies based in my country.",
"output": {
"company": "KPIT Technologies",
"country": "<user_data>"
}
},
{
"query": "Who are the m tech holders in my city?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there m tech alumni in Kolkata from 2015 batch?",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Anyone from IT working in USA?",
"output": {
"branch": "IT",
"country": "USA"
}
},
{
"query": "Are there alumni from 2020 living in Japan?",
"output": {
"batch": "2020",
"country": "Japan"
}
},
{
"query": "Show people from 2015 working around me.",
"output": {
"batch": "2015",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Provide a list of M Tech graduates.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Show me alumni in Data Science working at GSPANN TECHNOLOGIES",
"output": {
"branch": "CSE(DS)",
"company": "GSPANN TECHNOLOGIES"
}
},
{
"query": "Who are the 2019 year passouts?",
"output": {
"batch": "2019"
}
},
{
"query": "Who are the data science graduates in London working at National Payments Corporation of India?",
"output": {
"branch": "CSE(DS)",
"company": "National Payments Corporation of India",
"city": "London",
"country": "UK"
}
},
{
"query": "Fetch names of people from 2020 batch.",
"output": {
"batch": "2020"
}
},
{
"query": "Display the list of bachelor holders based in Mumbai at RealPage",
"output": {
"degree": "B Tech",
"company": "RealPage",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Show me grads who did B Tech in IT",
"output": {
"degree": "B Tech",
"branch": "IT"
}
},
{
"query": "Who all from mtech are in my city?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any alumni from my year?",
"output": {}
},
{
"query": "Show me alumni from 2018 who are in Mumbai.",
"output": {
"batch": "2018",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Find mtech graduates in CSE from my batch batch working at Amazon in Mumbai, Japan",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"branch": "CSE",
"company": "Amazon",
"city": "Mumbai",
"country": "Japan"
}
},
{
"query": "Fetch names of people from 2018 batch.",
"output": {
"batch": "2018"
}
},
{
"query": "Who are the my degree holders in my city?",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me grads in cse(ai&ml) from 2018",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who all from m tech are at Sigmoid?",
"output": {
"degree": "M Tech",
"company": "Sigmoid"
}
},
{
"query": "Get me names of alumni in Japan.",
"output": {
"country": "Japan"
}
},
{
"query": "Show me profiles of ai ml graduates.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Find ya alumni in cse around me",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I'd like to see alumni from cse in around me working at Nvidia Graphics Pvt Ltd",
"output": {
"branch": "CSE",
"company": "Nvidia Graphics Pvt Ltd",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Help me find grads from 2016 year.",
"output": {
"batch": "2016"
}
},
{
"query": "Find folks with my background in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "List alumni employed by NIIT Technologies.",
"output": {
"company": "NIIT Technologies"
}
},
{
"query": "Get details of grads in Chennai.",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who are the folks in my location with B Tech from 2015 batch in ds working at Sigmoid",
"output": {
"batch": "2015",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Sigmoid",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of ppl in it from 2017",
"output": {
"batch": "2017",
"branch": "IT"
}
},
{
"query": "Who are the grads from my 2019 batch in my country with bachelors?",
"output": {
"batch": "2019",
"degree": "B Tech",
"country": "<user_data>"
}
},
{
"query": "Show me grads in IT from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "IT"
}
},
{
"query": "Find phd alumni from ds in near me at TCS",
"output": {
"degree": "PhD",
"branch": "CSE(DS)",
"company": "TCS",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Can you find folks from data science in India working at Adobe Systems India?",
"output": {
"branch": "CSE(DS)",
"company": "Adobe Systems India",
"country": "India"
}
},
{
"query": "Find ppl doing Data Science",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Any M Tech graduates around?",
"output": {
"degree": "M Tech"
}
},
{
"query": "Any grads in Innominds?",
"output": {
"company": "Innominds"
}
},
{
"query": "Who are the people from my batch at Quess Corp?",
"output": {
"company": "Quess Corp",
"batch": "<user_data>"
}
},
{
"query": "Who are the grads from my 2020 batch in Germany with btech?",
"output": {
"batch": "2020",
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Anyone settled in London?",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Find bachelor graduates in CSE(AI&ML) from 2015 batch working at Salesforce in Hyderabad, UK",
"output": {
"batch": "2015",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Salesforce",
"city": "Hyderabad",
"country": "UK"
}
},
{
"query": "Who are the folks based in Mumbai, India?",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Any folks employed by Ramco Systems living in UK?",
"output": {
"company": "Ramco Systems",
"country": "UK"
}
},
{
"query": "Show me profiles of ds graduates.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me people from our college in India.",
"output": {
"country": "India"
}
},
{
"query": "Who are the bachelor graduates residing in my country?",
"output": {
"degree": "B Tech",
"country": "<user_data>"
}
},
{
"query": "Find alumni at my company in USA.",
"output": {
"country": "USA",
"company": "<user_data>"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all are there in Tokyo from our college?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Find ya alumni in CSE(AI&ML) around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any PhD alumni in Japan?",
"output": {
"degree": "PhD",
"country": "Japan"
}
},
{
"query": "Looking for people in Bangalore.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find ya alumni from ai and ml in around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from 2016 batch with b tech in Hyderabad",
"output": {
"batch": "2016",
"degree": "B Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Looking for employees at Happiest Minds Technologies.",
"output": {
"company": "Happiest Minds Technologies"
}
},
{
"query": "Find alumni in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Can you find people from 2015 batch at Ramco Systems located in New York?",
"output": {
"batch": "2015",
"company": "Ramco Systems",
"city": "New York",
"country": "USA"
}
},
{
"query": "Find alumni from 2019 batch in Bangalore who are into PhD",
"output": {
"batch": "2019",
"degree": "PhD",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Need alumni from CSE(AI&ML) from 2019",
"output": {
"batch": "2019",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Who holds a my degree degree?",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Who are the people from my graduating class?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Any PhD alumni in USA?",
"output": {
"degree": "PhD",
"country": "USA"
}
},
{
"query": "Provide a list of B Tech graduates.",
"output": {
"degree": "B Tech"
}
},
{
"query": "Show me ppl from cse(ai&ml) in Bangalore working at Teleparadigm networke",
"output": {
"branch": "CSE(AI&ML)",
"company": "Teleparadigm networke",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Get me contacts from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me cse ds grads at KPIT Technologies.",
"output": {
"branch": "CSE(DS)",
"company": "KPIT Technologies"
}
},
{
"query": "Show me bachelors graduates from 2016 batch",
"output": {
"batch": "2016",
"degree": "B Tech"
}
},
{
"query": "Find people with my degree in Delhi from my graduating class batch",
"output": {
"batch": "<user_data>",
"degree": "<user_data>",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Could you please provide a list of bachelors graduates?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Who are the students from 2019 with a M Tech?",
"output": {
"batch": "2019",
"degree": "M Tech"
}
},
{
"query": "Any folks living in my area?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who all are there in UK?",
"output": {
"country": "UK"
}
},
{
"query": "Need alumni from Data Science from 2016",
"output": {
"batch": "2016",
"branch": "CSE(DS)"
}
},
{
"query": "Who are the alumni with bachelor working at Medplus in Delhi?",
"output": {
"degree": "B Tech",
"company": "Medplus",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Tell me about alumni from 2015 batch in Tokyo with mtech",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Any alumni based in USA?",
"output": {
"country": "USA"
}
},
{
"query": "Find ppl doing ai and ml",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "List people from my branch working at KPIT Technologies.",
"output": {
"company": "KPIT Technologies",
"branch": "<user_data>"
}
},
{
"query": "Need alumni from ai in Mumbai",
"output": {
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Can you tell me the grads from my batch batch?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List alumni with phd in ai ml from 2017 batch at Freshworks located in Japan",
"output": {
"batch": "2017",
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Freshworks",
"country": "Japan"
}
},
{
"query": "Give me details of people from 2017 batch at Cyient in Japan",
"output": {
"batch": "2017",
"company": "Cyient",
"country": "Japan"
}
},
{
"query": "Any passouts around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Help me find grads from my graduating class year.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Looking for grads with a background in CSE(AI&ML).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Any folks who did ds?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me people from 2016 batch working at Punjab National Bank in Tokyo",
"output": {
"batch": "2016",
"company": "Punjab National Bank",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Any btech alumni in Germany?",
"output": {
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Find me people in Berlin, will you?",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show me alumni with btech from data science in UK",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"country": "UK"
}
},
{
"query": "Who all from B Tech are at Xebia?",
"output": {
"degree": "B Tech",
"company": "Xebia"
}
},
{
"query": "Any 2016 passouts currently in Berlin?",
"output": {
"batch": "2016",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Get me ppl from ds working at Caspex in London",
"output": {
"branch": "CSE(DS)",
"company": "Caspex",
"city": "London",
"country": "UK"
}
},
{
"query": "Who are the people from my batch at F5 NETWORKS?",
"output": {
"company": "F5 NETWORKS",
"batch": "<user_data>"
}
},
{
"query": "Need list of ppl in data science from my batch",
"output": {
"batch": "<user_data>",
"branch": "CSE(DS)"
}
},
{
"query": "Show me people from 2018 batch with phd in Kolkata",
"output": {
"batch": "2018",
"degree": "PhD",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Show me people from our college in USA.",
"output": {
"country": "USA"
}
},
{
"query": "Give me ppl doing cse ds in Kolkata",
"output": {
"branch": "CSE(DS)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find graduates from 2015 batch employed by Persistent Systems in Tokyo",
"output": {
"batch": "2015",
"company": "Persistent Systems",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show grads near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find ya grads in ai and ml from 2017",
"output": {
"batch": "2017",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need grads in cse(ai&ml) from 2015 working at kore.ai",
"output": {
"batch": "2015",
"branch": "CSE(AI&ML)",
"company": "kore.ai"
}
},
{
"query": "Any grads at Netcracker Technology?",
"output": {
"company": "Netcracker Technology"
}
},
{
"query": "Tell me who is from 2018 batch in Japan with mtech",
"output": {
"batch": "2018",
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Show me alumni from my batch who are in Kolkata.",
"output": {
"batch": "<user_data>",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List alumni from 2019 in Hyderabad who are into m tech",
"output": {
"batch": "2019",
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find alumni from my batch batch in London who are into master",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Anyone here from my college?",
"output": {}
},
{
"query": "Find alumni near me with a bachelor.",
"output": {
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me BTech grads in ds at Goldman Sachs",
"output": {
"branch": "CSE(DS)",
"company": "Goldman Sachs"
}
},
{
"query": "List alumni with PhD in it from 2015 batch at Cyient located in my country",
"output": {
"batch": "2015",
"degree": "PhD",
"branch": "IT",
"company": "Cyient",
"country": "<user_data>"
}
},
{
"query": "Who all studied with me?",
"output": {}
},
{
"query": "Find people in my city, my country.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me folks from my city working in IBM.",
"output": {
"company": "IBM",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the PhD graduates from 2018 in London?",
"output": {
"batch": "2018",
"degree": "PhD",
"city": "London",
"country": "UK"
}
},
{
"query": "Who all are there in my location from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the bachelor graduates from CSE(DS) in 2018 batch at SAP Labs India in Kolkata?",
"output": {
"batch": "2018",
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "SAP Labs India",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who's around me from college days?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I want to view alumni from 2015 batch in London with mtech",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "London",
"country": "UK"
}
},
{
"query": "Give me grads in my branch at DBS Tech India in Chennai",
"output": {
"branch": "<user_data>",
"company": "DBS Tech India",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who are the folks at Goldman Sachs?",
"output": {
"company": "Goldman Sachs"
}
},
{
"query": "Looking for people in Berlin.",
"output": {
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show people with my specialization.",
"output": {}
},
{
"query": "List my branch graduates from 2017 batch employed at Capgemini",
"output": {
"batch": "2017",
"branch": "<user_data>",
"company": "Capgemini"
}
},
{
"query": "Locate people from UK who graduated from our college.",
"output": {
"country": "UK"
}
},
{
"query": "Give me ppl doing ai ml in Pune",
"output": {
"branch": "CSE(AI&ML)",
"city": "Pune",
"country": "India"
}
},
{
"query": "Need list of grads in cse ai ml from 2018 at Experian",
"output": {
"batch": "2018",
"branch": "CSE(AI&ML)",
"company": "Experian"
}
},
{
"query": "Who are the btech students in cse ds at Micron?",
"output": {
"degree": "B Tech",
"branch": "CSE(DS)",
"company": "Micron"
}
},
{
"query": "Do you have info on bachelors grads in my branch?",
"output": {
"degree": "B Tech",
"branch": "<user_data>"
}
},
{
"query": "Who are the bachelor graduates from my branch in 2019 batch at Hexaware Technologies in near me?",
"output": {
"batch": "2019",
"degree": "B Tech",
"branch": "<user_data>",
"company": "Hexaware Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone from AI and ML stream?",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get me names of alumni in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Show me alumni in CSE(DS) working at QUADRANT IT SERVICES",
"output": {
"branch": "CSE(DS)",
"company": "QUADRANT IT SERVICES"
}
},
{
"query": "Any folks employed by NCR Atleos living in Germany?",
"output": {
"company": "NCR Atleos",
"country": "Germany"
}
},
{
"query": "Any grads in Polaris Consulting & Services?",
"output": {
"company": "Polaris Consulting & Services"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "List the alumni with my degree.",
"output": {
"degree": "<user_data>"
}
},
{
"query": "Get me names of alumni in Delhi.",
"output": {
"city": "Delhi",
"country": "India"
}
},
{
"query": "I want to know alumni with PhD working at Mphasis in Delhi",
"output": {
"degree": "PhD",
"company": "Mphasis",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Any alumni living in India?",
"output": {
"country": "India"
}
},
{
"query": "Show me bachelors grads from 2015 batch in Mumbai at Comscore",
"output": {
"batch": "2015",
"degree": "B Tech",
"company": "Comscore",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "List alumni who did data science working at Capgemini",
"output": {
"branch": "CSE(DS)",
"company": "Capgemini"
}
},
{
"query": "Tell me about alumni from 2019 batch in my city with my degree",
"output": {
"batch": "2019",
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from my batch working around me.",
"output": {
"batch": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me who's at Kellton Tech Solutions nowadays.",
"output": {
"company": "Kellton Tech Solutions"
}
},
{
"query": "I am interested in connecting with grads at F5 NETWORKS.",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "Who all from my graduating class are around?",
"output": {
"batch": "<user_data>"
}
},
{
"query": "List bachelors holders working with Payoda.",
"output": {
"degree": "B Tech",
"company": "Payoda"
}
},
{
"query": "Find graduates from 2020 batch employed by GSPANN TECHNOLOGIES in Mumbai",
"output": {
"batch": "2020",
"company": "GSPANN TECHNOLOGIES",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Display alumni from Data Science living in Germany working for Medplus",
"output": {
"branch": "CSE(DS)",
"company": "Medplus",
"country": "Germany"
}
},
{
"query": "Need names of phd grads at Google.",
"output": {
"degree": "PhD",
"company": "Google"
}
},
{
"query": "Looking for master alumni.",
"output": {
"degree": "M Tech"
}
},
{
"query": "Show me CSE(DS) grads at Comscore.",
"output": {
"branch": "CSE(DS)",
"company": "Comscore"
}
},
{
"query": "Can I find people in my country with my degree?",
"output": {
"country": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Who are the phd holders?",
"output": {
"degree": "PhD"
}
},
{
"query": "Find people working at Hexaware Technologies.",
"output": {
"company": "Hexaware Technologies"
}
},
{
"query": "Find me people in around me, will you?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find graduates in Japan",
"output": {
"country": "Japan"
}
},
{
"query": "Can you find people from my batch batch at Micron located in Mumbai?",
"output": {
"batch": "<user_data>",
"company": "Micron",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Help me find grads from 2015 year.",
"output": {
"batch": "2015"
}
},
{
"query": "Find ya alumni from ds in London",
"output": {
"branch": "CSE(DS)",
"city": "London",
"country": "UK"
}
},
{
"query": "List all graduates.",
"output": {}
},
{
"query": "Who are the alumni with bachelors working at DarwinBox in near me?",
"output": {
"degree": "B Tech",
"company": "DarwinBox",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the M Tech graduates from my batch in Bangalore?",
"output": {
"batch": "<user_data>",
"degree": "M Tech",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Got any names from it?",
"output": {
"branch": "IT"
}
},
{
"query": "Need grads in ai ml from 2020 working at Tech Mahindra",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"company": "Tech Mahindra"
}
},
{
"query": "Get me names of alumni in my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I am seeking alumni from CSE, can you assist?",
"output": {
"branch": "CSE"
}
},
{
"query": "Find ya ppl in cse from bachelor",
"output": {
"degree": "B Tech",
"branch": "CSE"
}
},
{
"query": "Find B Tech graduates in IT from 2016 batch working at Tech Mahindra in Kolkata, my country",
"output": {
"batch": "2016",
"degree": "B Tech",
"branch": "IT",
"company": "Tech Mahindra",
"city": "Kolkata",
"country": "<user_data>"
}
},
{
"query": "Can you find grads from 2017 batch at Teleparadigm networke?",
"output": {
"batch": "2017",
"company": "Teleparadigm networke"
}
},
{
"query": "Find people working at Cognizant in Mumbai.",
"output": {
"company": "Cognizant",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "List alumni who finished in my batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Find graduates of 2016 batch residing in my location.",
"output": {
"batch": "2016",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me the grads in Pune at Hexaware Technologies.",
"output": {
"company": "Hexaware Technologies",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of ppl in CSE(DS) from 2018",
"output": {
"batch": "2018",
"branch": "CSE(DS)"
}
},
{
"query": "Any 2017 passouts currently in Pune?",
"output": {
"batch": "2017",
"city": "Pune",
"country": "India"
}
},
{
"query": "Anyone with my specialization at Salesforce?",
"output": {
"company": "Salesforce"
}
},
{
"query": "Show me folks from my city working in Cognizant.",
"output": {
"company": "Cognizant",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for alums in my country, help me out.",
"output": {
"country": "<user_data>"
}
},
{
"query": "Who are the people from my batch in Bangalore?",
"output": {
"city": "Bangalore",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "Who are the PhD holders?",
"output": {
"degree": "PhD"
}
},
{
"query": "I am seeking alumni from IT, can you assist?",
"output": {
"branch": "IT"
}
},
{
"query": "Find people at Hexaware Technologies in India.",
"output": {
"company": "Hexaware Technologies",
"country": "India"
}
},
{
"query": "Get details of grads in Hyderabad.",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me alumni with masters employed by Firstsource Solutions.",
"output": {
"degree": "M Tech",
"company": "Firstsource Solutions"
}
},
{
"query": "Who all are there in my location from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me details of people from 2018 batch at Sasken Technologies in UK",
"output": {
"batch": "2018",
"company": "Sasken Technologies",
"country": "UK"
}
},
{
"query": "Find alumni in IT from 2015 in New York",
"output": {
"batch": "2015",
"branch": "IT",
"city": "New York",
"country": "USA"
}
},
{
"query": "Display me alumni from my batch batch working at Micron in Delhi",
"output": {
"batch": "<user_data>",
"company": "Micron",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Show me grads who did bachelor in CSE",
"output": {
"degree": "B Tech",
"branch": "CSE"
}
},
{
"query": "Can you tell me who is in Hyderabad from our college?",
"output": {
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Find people in CSE(AI&ML) with my degree from 2015 batch working at Oracle India in USA",
"output": {
"batch": "2015",
"degree": "<user_data>",
"branch": "CSE(AI&ML)",
"company": "Oracle India",
"country": "USA"
}
},
{
"query": "Who are the people from my batch at NCR Atleos?",
"output": {
"company": "NCR Atleos",
"batch": "<user_data>"
}
},
{
"query": "Find ya alumni from cse(ai&ml) in Bangalore",
"output": {
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Tell me which B Tech alumni are working at Sriven Solutions in Bangalore",
"output": {
"degree": "B Tech",
"company": "Sriven Solutions",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Find ya alumni in Data Science from 2016 in Kolkata",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Any alumni employed by Quess Corp located in around me?",
"output": {
"company": "Quess Corp",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Would you kindly show me graduates residing in Chennai?",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who are the PhD holders from ai and ml in New York?",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"city": "New York",
"country": "USA"
}
},
{
"query": "Get me names of my batchmates in Pune.",
"output": {
"city": "Pune",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "Show me people from 2020 batch working at ADP in Bangalore",
"output": {
"batch": "2020",
"company": "ADP",
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Give me alumni with btech from 2020 in Hyderabad",
"output": {
"batch": "2020",
"degree": "B Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "I need information on alumni specialized in cse(ai&ml).",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Get details of grads in my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni in cse ai ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from 2015 batch in India with phd",
"output": {
"batch": "2015",
"degree": "PhD",
"country": "India"
}
},
{
"query": "Get me ppl in CSE from 2017",
"output": {
"batch": "2017",
"branch": "CSE"
}
},
{
"query": "Are there master alumni in Pune from 2015 batch?",
"output": {
"batch": "2015",
"degree": "M Tech",
"city": "Pune",
"country": "India"
}
},
{
"query": "Looking for grads with a background in CSE(DS).",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show me grads from our college in Tokyo.",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who resides in Tokyo?",
"output": {
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Show me mtech grads living in India.",
"output": {
"degree": "M Tech",
"country": "India"
}
},
{
"query": "Do you have info on B Tech grads in IT?",
"output": {
"degree": "B Tech",
"branch": "IT"
}
},
{
"query": "Who resides in around me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me the folks from AI and ML in Kolkata with m tech",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Find people working at DarwinBox in Kolkata.",
"output": {
"company": "DarwinBox",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Need info on alumni from my batch batch with my degree.",
"output": {
"batch": "<user_data>",
"degree": "<user_data>"
}
},
{
"query": "Collect names of alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List the graduates who completed masters in 2018.",
"output": {
"batch": "2018",
"degree": "M Tech"
}
},
{
"query": "Tell me about m tech grads from 2019 living in Germany",
"output": {
"batch": "2019",
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "List alumni employed by Happiest Minds Technologies.",
"output": {
"company": "Happiest Minds Technologies"
}
},
{
"query": "Get me alumni in ai ml working at Hitachi Digital Services around me",
"output": {
"branch": "CSE(AI&ML)",
"company": "Hitachi Digital Services",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me b tech graduates from 2016 batch",
"output": {
"batch": "2016",
"degree": "B Tech"
}
},
{
"query": "Tell me who is from 2017 batch in Japan with phd",
"output": {
"batch": "2017",
"degree": "PhD",
"country": "Japan"
}
},
{
"query": "Supply contacts of CSE alumni.",
"output": {
"branch": "CSE"
}
},
{
"query": "Need alumni from CSE(AI&ML) from 2016",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show alumni from 2016 with a b tech who live in Berlin",
"output": {
"batch": "2016",
"degree": "B Tech",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Can you tell me who is in my city from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List people living in Kolkata.",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "List alumni employed at Capgemini.",
"output": {
"company": "Capgemini"
}
},
{
"query": "Any my degree alumni based in India?",
"output": {
"degree": "<user_data>",
"country": "India"
}
},
{
"query": "Help me find grads from 2019 year.",
"output": {
"batch": "2019"
}
},
{
"query": "Give me names of grads from my city.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show people from 2019 working around me.",
"output": {
"batch": "2019",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me people from our college in Germany.",
"output": {
"country": "Germany"
}
},
{
"query": "Find graduates of 2015 batch residing in my location.",
"output": {
"batch": "2015",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List b tech holders in my country.",
"output": {
"degree": "B Tech",
"country": "<user_data>"
}
},
{
"query": "Who are the folks at Audintel based in Tokyo?",
"output": {
"company": "Audintel",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Are there alumni from my graduating class living in India?",
"output": {
"batch": "<user_data>",
"country": "India"
}
},
{
"query": "I am seeking alumni from CSE(DS), can you assist?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Please show me the alumni in Bangalore area.",
"output": {
"city": "Bangalore",
"country": "India"
}
},
{
"query": "Are there graduates from 2017 at Hexaware Technologies?",
"output": {
"batch": "2017",
"company": "Hexaware Technologies"
}
},
{
"query": "Do we have any my degree grads from cse ds working at Firstsource Solutions?",
"output": {
"degree": "<user_data>",
"branch": "CSE(DS)",
"company": "Firstsource Solutions"
}
},
{
"query": "Need contacts in UK.",
"output": {
"country": "UK"
}
},
{
"query": "List 2020 batch people in ai working at Freshworks",
"output": {
"batch": "2020",
"branch": "CSE(AI&ML)",
"company": "Freshworks"
}
},
{
"query": "List the folks from CSE(AI&ML) in India employed by Tata Elxsi",
"output": {
"branch": "CSE(AI&ML)",
"company": "Tata Elxsi",
"country": "India"
}
},
{
"query": "Show people from Data Science in 2020 batch located in my city",
"output": {
"batch": "2020",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Anyone from IT stream?",
"output": {
"branch": "IT"
}
},
{
"query": "Looking for people like me in ai.",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Give me ppl doing CSE(DS) in Kolkata",
"output": {
"branch": "CSE(DS)",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the people from my batch in Tokyo?",
"output": {
"city": "Tokyo",
"country": "Japan",
"batch": "<user_data>"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into CSE",
"output": {
"branch": "CSE",
"batch": "<user_data>"
}
},
{
"query": "Hey, who's in near me from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni from 2015 batch in UK with phd",
"output": {
"batch": "2015",
"degree": "PhD",
"country": "UK"
}
},
{
"query": "Show me alumni with master employed by Zensar Technologies.",
"output": {
"degree": "M Tech",
"company": "Zensar Technologies"
}
},
{
"query": "Show me B Tech ppl in Data Science",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Need list of ppl in data science from 2019",
"output": {
"batch": "2019",
"branch": "CSE(DS)"
}
},
{
"query": "Give me grads in it in Kolkata",
"output": {
"branch": "IT",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "May I have information on people working at Sigmoid?",
"output": {
"company": "Sigmoid"
}
},
{
"query": "Find people with a bachelors qualification.",
"output": {
"degree": "B Tech"
}
},
{
"query": "List alumni employed at TCS.",
"output": {
"company": "TCS"
}
},
{
"query": "Show alumni from 2018 with a m tech who live in Hyderabad",
"output": {
"batch": "2018",
"degree": "M Tech",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Show me B Tech ppl in cse ds",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Need info on alumni from 2019 batch with bachelor.",
"output": {
"batch": "2019",
"degree": "B Tech"
}
},
{
"query": "Can you list alumni with bachelors from my batch in my location?",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me my degree grads living in Germany.",
"output": {
"degree": "<user_data>",
"country": "Germany"
}
},
{
"query": "Can I find people in USA with my degree?",
"output": {
"country": "USA",
"degree": "<user_data>"
}
},
{
"query": "List alumni from ai and ml working at Mindtree in Berlin",
"output": {
"branch": "CSE(AI&ML)",
"company": "Mindtree",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Tell me the people in Mumbai who graduated with B Tech in IT",
"output": {
"degree": "B Tech",
"branch": "IT",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Gather information on 2016 passouts.",
"output": {
"batch": "2016"
}
},
{
"query": "Who are the masters holders in my city?",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need info on alumni from 2019 batch with mtech.",
"output": {
"batch": "2019",
"degree": "M Tech"
}
},
{
"query": "Show me graduates from 2016.",
"output": {
"batch": "2016"
}
},
{
"query": "Who all are there in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Any alumni employed by Birlasoft located in New York?",
"output": {
"company": "Birlasoft",
"city": "New York",
"country": "USA"
}
},
{
"query": "Show me the master holders from 2015 year.",
"output": {
"batch": "2015",
"degree": "M Tech"
}
},
{
"query": "Who are the people from my batch in Hyderabad?",
"output": {
"city": "Hyderabad",
"country": "India",
"batch": "<user_data>"
}
},
{
"query": "Can you get me btech grads in ai and ml?",
"output": {
"degree": "B Tech",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Give me the list of people in UK with my degree.",
"output": {
"country": "UK",
"degree": "<user_data>"
}
},
{
"query": "Are there alumni from 2015 living in Japan?",
"output": {
"batch": "2015",
"country": "Japan"
}
},
{
"query": "Need contacts in Japan.",
"output": {
"country": "Japan"
}
},
{
"query": "Give me ppl doing it in Berlin",
"output": {
"branch": "IT",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Show me alumni who completed a master.",
"output": {
"degree": "M Tech"
}
},
{
"query": "List alumni in cse around me",
"output": {
"branch": "CSE",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me alumni from 2016 batch in Japan with M Tech",
"output": {
"batch": "2016",
"degree": "M Tech",
"country": "Japan"
}
},
{
"query": "Show me grads from our college in London.",
"output": {
"city": "London",
"country": "UK"
}
},
{
"query": "Show people from 2016 working around me.",
"output": {
"batch": "2016",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the grads in cse ai ml from my graduating class",
"output": {
"batch": "<user_data>",
"branch": "CSE(AI&ML)"
}
},
{
"query": "Show me BTech grads in CSE(AI&ML) at Adobe",
"output": {
"branch": "CSE(AI&ML)",
"company": "Adobe"
}
},
{
"query": "Find graduates from 2016 in Berlin, my country working in CSE",
"output": {
"batch": "2016",
"branch": "CSE",
"city": "Berlin",
"country": "<user_data>"
}
},
{
"query": "Find people working at AMD.",
"output": {
"company": "AMD"
}
},
{
"query": "Who all are in Larsen & Toubro Infotech (LTI)?",
"output": {
"company": "Larsen & Toubro Infotech (LTI)"
}
},
{
"query": "Who are the my degree holders in near me?",
"output": {
"degree": "<user_data>",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who is working at Intel Technology India?",
"output": {
"company": "Intel Technology India"
}
},
{
"query": "Find ya alumni in ai and ml around me",
"output": {
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I wish to see who graduated in 2016.",
"output": {
"batch": "2016"
}
},
{
"query": "List alumni residing in Hyderabad, Japan.",
"output": {
"city": "Hyderabad",
"country": "Japan"
}
},
{
"query": "Find alumni who majored in CSE.",
"output": {
"branch": "CSE"
}
},
{
"query": "Find people from cse ai ml in 2016 batch working in UK",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"country": "UK"
}
},
{
"query": "Who are the b tech holders?",
"output": {
"degree": "B Tech"
}
},
{
"query": "Gather information on 2020 passouts.",
"output": {
"batch": "2020"
}
},
{
"query": "I wish to see who graduated in 2017.",
"output": {
"batch": "2017"
}
},
{
"query": "Anyone here from my college?",
"output": {}
},
{
"query": "Any folks living in my area?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any alumni living in Japan?",
"output": {
"country": "Japan"
}
},
{
"query": "Show me people from 2018 batch working at Micron in Chennai",
"output": {
"batch": "2018",
"company": "Micron",
"city": "Chennai",
"country": "India"
}
},
{
"query": "List people working at Hitachi Digital Services",
"output": {
"company": "Hitachi Digital Services"
}
},
{
"query": "Show me people from our college in my country.",
"output": {
"country": "<user_data>"
}
},
{
"query": "List alumni from ai ml working at Larsen & Toubro Infotech (LTI) in near me",
"output": {
"branch": "CSE(AI&ML)",
"company": "Larsen & Toubro Infotech (LTI)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Show me ppl from my branch in Pune working at Sriven Solutions",
"output": {
"branch": "<user_data>",
"company": "Sriven Solutions",
"city": "Pune",
"country": "India"
}
},
{
"query": "Who are the folks at eClerx?",
"output": {
"company": "eClerx"
}
},
{
"query": "Help me find grads from 2017 year.",
"output": {
"batch": "2017"
}
},
{
"query": "Are there alumni with M Tech in Berlin working at KPIT Technologies?",
"output": {
"degree": "M Tech",
"company": "KPIT Technologies",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "List alumni from CSE working at Xebia in Pune",
"output": {
"branch": "CSE",
"company": "Xebia",
"city": "Pune",
"country": "India"
}
},
{
"query": "Can you give me alumni in near me with bachelors from 2019 batch?",
"output": {
"batch": "2019",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find people from data science in 2017 batch working in USA",
"output": {
"batch": "2017",
"branch": "CSE(DS)",
"country": "USA"
}
},
{
"query": "Can you tell me who is in Kolkata from our college?",
"output": {
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Are there alumni from 2017 living in Japan?",
"output": {
"batch": "2017",
"country": "Japan"
}
},
{
"query": "Who graduated in 2019?",
"output": {
"batch": "2019"
}
},
{
"query": "Help me find grads from 2015 year.",
"output": {
"batch": "2015"
}
},
{
"query": "Collect names of alumni residing near me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Get me ppl in cse from 2019",
"output": {
"batch": "2019",
"branch": "CSE"
}
},
{
"query": "Any my graduating class passouts currently in Hyderabad?",
"output": {
"batch": "<user_data>",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "Retrieve alumni working at Firstsource Solutions.",
"output": {
"company": "Firstsource Solutions"
}
},
{
"query": "Show me grads from it working in Berlin",
"output": {
"branch": "IT",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Looking for people in Chennai working at Sasken Technologies.",
"output": {
"company": "Sasken Technologies",
"city": "Chennai",
"country": "India"
}
},
{
"query": "Find graduates from 2016 in my location, UK working in CSE(DS)",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who from my batch is in Larsen & Toubro Infotech (LTI)?",
"output": {
"company": "Larsen & Toubro Infotech (LTI)",
"batch": "<user_data>"
}
},
{
"query": "Hey, who's in near me from our college?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need names of my degree grads at Punjab National Bank.",
"output": {
"degree": "<user_data>",
"company": "Punjab National Bank"
}
},
{
"query": "Give me details of people from 2017 batch at Microsoft in Japan",
"output": {
"batch": "2017",
"company": "Microsoft",
"country": "Japan"
}
},
{
"query": "Display people with PhD in AI and ML based in New York working at Birlasoft",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "Birlasoft",
"city": "New York",
"country": "USA"
}
},
{
"query": "List all B Tech grads in Kolkata who work for Infosys",
"output": {
"degree": "B Tech",
"company": "Infosys",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Give me grads in data science at Intel Technology India in Delhi",
"output": {
"branch": "CSE(DS)",
"company": "Intel Technology India",
"city": "Delhi",
"country": "India"
}
},
{
"query": "Who all are there in Mumbai from our college?",
"output": {
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Are there graduates from 2020 at IBM?",
"output": {
"batch": "2020",
"company": "IBM"
}
},
{
"query": "Locate people from India who graduated from our college.",
"output": {
"country": "India"
}
},
{
"query": "Gather information on 2016 passouts.",
"output": {
"batch": "2016"
}
},
{
"query": "Show me people associated with NCR Voyix.",
"output": {
"company": "NCR Voyix"
}
},
{
"query": "Find data science alumni from 2015 batch.",
"output": {
"batch": "2015",
"branch": "CSE(DS)"
}
},
{
"query": "List alumni from 2019 batch in my country with mtech",
"output": {
"batch": "2019",
"degree": "M Tech",
"country": "<user_data>"
}
},
{
"query": "Any folks who did data science?",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "List people working at F5 NETWORKS",
"output": {
"company": "F5 NETWORKS"
}
},
{
"query": "Show me alumni from my batch who are in Tokyo.",
"output": {
"batch": "<user_data>",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Any alumni based in Germany?",
"output": {
"country": "Germany"
}
},
{
"query": "Give me people from 2015 in CSE who are in Berlin",
"output": {
"batch": "2015",
"branch": "CSE",
"city": "Berlin",
"country": "Germany"
}
},
{
"query": "Display people with PhD in ai based in London working at AMD",
"output": {
"degree": "PhD",
"branch": "CSE(AI&ML)",
"company": "AMD",
"city": "London",
"country": "UK"
}
},
{
"query": "List 2018 graduates working at Tata Consultancy Services.",
"output": {
"batch": "2018",
"company": "Tata Consultancy Services"
}
},
{
"query": "Get me the grads in Pune at Comcast.",
"output": {
"company": "Comcast",
"city": "Pune",
"country": "India"
}
},
{
"query": "Tell me which m tech alumni are working at Payoda in New York",
"output": {
"degree": "M Tech",
"company": "Payoda",
"city": "New York",
"country": "USA"
}
},
{
"query": "Display folks from my batch who are in the same city as me and are into ai ml",
"output": {
"branch": "CSE(AI&ML)",
"batch": "<user_data>"
}
},
{
"query": "I wish to see who graduated in my batch.",
"output": {
"batch": "<user_data>"
}
},
{
"query": "Who all are there in Chennai from our college?",
"output": {
"city": "Chennai",
"country": "India"
}
},
{
"query": "Who are the phd holders in my city?",
"output": {
"degree": "PhD",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List people from my branch working at Hitachi Digital Services.",
"output": {
"company": "Hitachi Digital Services",
"branch": "<user_data>"
}
},
{
"query": "Supply contacts of data science alumni.",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Any alumni living in India?",
"output": {
"country": "India"
}
},
{
"query": "Show me B Tech ppl in AI and ML",
"output": {
"branch": "CSE(AI&ML)"
}
},
{
"query": "Can you display master graduates from CSE(AI&ML) in my country?",
"output": {
"degree": "M Tech",
"branch": "CSE(AI&ML)",
"country": "<user_data>"
}
},
{
"query": "Who are the B Tech graduates residing in Germany?",
"output": {
"degree": "B Tech",
"country": "Germany"
}
},
{
"query": "Show folks in my location from cse working at Sasken Technologies",
"output": {
"branch": "CSE",
"company": "Sasken Technologies",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Who are the alumni in my location?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "List alumni residing in around me, my country.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "I'd like to see alumni from ds in near me working at Google",
"output": {
"branch": "CSE(DS)",
"company": "Google",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me the list of people in Germany with my degree.",
"output": {
"country": "Germany",
"degree": "<user_data>"
}
},
{
"query": "Need list of ppl in IT from 2016",
"output": {
"batch": "2016",
"branch": "IT"
}
},
{
"query": "List alumni employed by Capgemini.",
"output": {
"company": "Capgemini"
}
},
{
"query": "Show me alumni in Pune from ai branch in 2017 batch with b tech at Google",
"output": {
"batch": "2017",
"degree": "B Tech",
"branch": "CSE(AI&ML)",
"company": "Google",
"city": "Pune",
"country": "India"
}
},
{
"query": "I want to see graduates from 2017 in Germany who did mtech",
"output": {
"batch": "2017",
"degree": "M Tech",
"country": "Germany"
}
},
{
"query": "Who are the people from 2020?",
"output": {
"batch": "2020"
}
},
{
"query": "Show me alumni in AI and ML working at Dynata",
"output": {
"branch": "CSE(AI&ML)",
"company": "Dynata"
}
},
{
"query": "Any PhD holders residing in Kolkata?",
"output": {
"degree": "PhD",
"city": "Kolkata",
"country": "India"
}
},
{
"query": "Who are the people near me?",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Need list of ppl in CSE(AI&ML) from 2016 in near me",
"output": {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Any of our people working at Firstsource Solutions?",
"output": {
"company": "Firstsource Solutions"
}
},
{
"query": "Do we have alums from AI and ML in Mumbai?",
"output": {
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Anyone who pursued phd?",
"output": {
"degree": "PhD"
}
},
{
"query": "Tell me about alumni from my graduating class batch in around me with btech",
"output": {
"batch": "<user_data>",
"degree": "B Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Give me the list of people in India with my degree.",
"output": {
"country": "India",
"degree": "<user_data>"
}
},
{
"query": "Can you list people from ds in 2016 batch located in Hyderabad?",
"output": {
"batch": "2016",
"branch": "CSE(DS)",
"city": "Hyderabad",
"country": "India"
}
},
{
"query": "List grads working around me.",
"output": {
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Find classmates from 2020.",
"output": {
"batch": "2020"
}
},
{
"query": "Show me PhD grads from 2020 batch in Mumbai at 3i Infotech",
"output": {
"batch": "2020",
"degree": "PhD",
"company": "3i Infotech",
"city": "Mumbai",
"country": "India"
}
},
{
"query": "Any bachelor holders residing in Tokyo?",
"output": {
"degree": "B Tech",
"city": "Tokyo",
"country": "Japan"
}
},
{
"query": "Who are the people from my batch at Ramco Systems?",
"output": {
"company": "Ramco Systems",
"batch": "<user_data>"
}
},
{
"query": "Find alumni near me with a mtech.",
"output": {
"degree": "M Tech",
"city": "<user_data>",
"country": "<user_data>"
}
},
{
"query": "Looking for grads in UK.",
"output": {
"country": "UK"
}
},
{
"query": "Find ppl doing data science",
"output": {
"branch": "CSE(DS)"
}
},
{
"query": "Show people with my specialization.",
"output": {}
}
]