|
[ |
|
{ |
|
"query": "Who are the students from 2016 with a bachelors?", |
|
"output": { |
|
"batch": "2016", |
|
"degree": "B Tech" |
|
} |
|
}, |
|
{ |
|
"query": "List grads working around me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni employed by Microsoft.", |
|
"output": { |
|
"company": "Microsoft" |
|
} |
|
}, |
|
{ |
|
"query": "Show me alumni from my batch who are in Delhi.", |
|
"output": { |
|
"batch": "<user_data>", |
|
"city": "Delhi", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "List the graduates who completed b tech in 2015.", |
|
"output": { |
|
"batch": "2015", |
|
"degree": "B Tech" |
|
} |
|
}, |
|
{ |
|
"query": "Any folks employed by Microsoft living in my country?", |
|
"output": { |
|
"company": "Microsoft", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Show me grads from my city working in Germany.", |
|
"output": { |
|
"country": "<user_data>", |
|
"city": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Please show me the alumni in around me area.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the grads at Microsoft in UK?", |
|
"output": { |
|
"company": "Microsoft", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "List the graduates who completed m tech in 2015.", |
|
"output": { |
|
"batch": "2015", |
|
"degree": "M Tech" |
|
} |
|
}, |
|
{ |
|
"query": "Find ya alumni in CSE(DS) around me", |
|
"output": { |
|
"branch": "CSE(DS)", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Find ya alumni in my branch around me", |
|
"output": { |
|
"branch": "<user_data>", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who all are there in Tokyo from our college?", |
|
"output": { |
|
"city": "Tokyo", |
|
"country": "Japan" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni residing in London, UK.", |
|
"output": { |
|
"city": "London", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Give me the list of people in USA with my degree.", |
|
"output": { |
|
"country": "USA", |
|
"degree": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Give me ppl in CSE(DS)", |
|
"output": { |
|
"branch": "CSE(DS)" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni residing in Kolkata, Germany.", |
|
"output": { |
|
"city": "Kolkata", |
|
"country": "Germany" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the M Tech grads living in Chennai?", |
|
"output": { |
|
"degree": "M Tech", |
|
"city": "Chennai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Find alumni in Japan.", |
|
"output": { |
|
"country": "Japan" |
|
} |
|
}, |
|
{ |
|
"query": "Find ppl doing cse ai ml", |
|
"output": { |
|
"branch": "CSE(AI&ML)" |
|
} |
|
}, |
|
{ |
|
"query": "Show people from 2018 working around me.", |
|
"output": { |
|
"batch": "2018", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the grads based in UK?", |
|
"output": { |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Find people at Microsoft in UK.", |
|
"output": { |
|
"company": "Microsoft", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni working for Google based in India.", |
|
"output": { |
|
"company": "Google", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni employed by Amazon located in Bangalore?", |
|
"output": { |
|
"company": "Amazon", |
|
"city": "Bangalore", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks at Amazon based in New York?", |
|
"output": { |
|
"company": "Amazon", |
|
"city": "New York", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Any passouts from 2020?", |
|
"output": { |
|
"batch": "2020" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the alumni in my location?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni employed by Microsoft located in my location?", |
|
"output": { |
|
"company": "Microsoft", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Get me the grads in Bangalore at Microsoft.", |
|
"output": { |
|
"company": "Microsoft", |
|
"city": "Bangalore", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Show people from 2017 working around me.", |
|
"output": { |
|
"batch": "2017", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Find people in around me, USA.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any masters alumni based in Germany?", |
|
"output": { |
|
"degree": "M Tech", |
|
"country": "Germany" |
|
} |
|
}, |
|
{ |
|
"query": "Show me m tech grads living in India.", |
|
"output": { |
|
"degree": "M Tech", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni employed by IBM.", |
|
"output": { |
|
"company": "IBM" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the B Tech grads living in Delhi?", |
|
"output": { |
|
"degree": "B Tech", |
|
"city": "Delhi", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "List bachelors holders working with IBM.", |
|
"output": { |
|
"degree": "B Tech", |
|
"company": "IBM" |
|
} |
|
}, |
|
{ |
|
"query": "List masters alumni based in Mumbai.", |
|
"output": { |
|
"degree": "M Tech", |
|
"city": "Mumbai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks at TCS?", |
|
"output": { |
|
"company": "TCS" |
|
} |
|
}, |
|
{ |
|
"query": "Show me the masters holders from 2015 year.", |
|
"output": { |
|
"batch": "2015", |
|
"degree": "M Tech" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the people from 2020?", |
|
"output": { |
|
"batch": "2020" |
|
} |
|
}, |
|
{ |
|
"query": "Find people in Chennai, USA.", |
|
"output": { |
|
"city": "Chennai", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "List grads working around me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Find people in around me, UK.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any passouts around me?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the M Tech holders in my city?", |
|
"output": { |
|
"degree": "M Tech", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni living in India?", |
|
"output": { |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the alumni in my location?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Show me grads who did PhD in ai ml", |
|
"output": { |
|
"degree": "PhD", |
|
"branch": "CSE(AI&ML)" |
|
} |
|
}, |
|
{ |
|
"query": "Show me grads who did bachelor in CSE", |
|
"output": { |
|
"degree": "B Tech", |
|
"branch": "CSE" |
|
} |
|
}, |
|
{ |
|
"query": "Find folks with my degree near me.", |
|
"output": { |
|
"degree": "<user_data>", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Find graduates of 2018 batch residing in Chennai.", |
|
"output": { |
|
"batch": "2018", |
|
"city": "Chennai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Please show me the alumni in Chennai area.", |
|
"output": { |
|
"city": "Chennai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who all are there in my location from our college?", |
|
"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": "Any grads in IBM?", |
|
"output": { |
|
"company": "IBM" |
|
} |
|
}, |
|
{ |
|
"query": "Who all are there in London from our college?", |
|
"output": { |
|
"city": "London", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Show me my degree grads living in UK.", |
|
"output": { |
|
"degree": "<user_data>", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Show me the people connected to our college.", |
|
"output": {} |
|
}, |
|
{ |
|
"query": "List the alumni with my degree.", |
|
"output": { |
|
"degree": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Find the grads with my degree in Delhi.", |
|
"output": { |
|
"city": "Delhi", |
|
"country": "India", |
|
"degree": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List bachelors alumni based in Mumbai.", |
|
"output": { |
|
"degree": "B Tech", |
|
"city": "Mumbai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni living in USA?", |
|
"output": { |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Any m tech alumni based in Japan?", |
|
"output": { |
|
"degree": "M Tech", |
|
"country": "Japan" |
|
} |
|
}, |
|
{ |
|
"query": "Find alumni residing near me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Can you tell me the grads from 2016 batch?", |
|
"output": { |
|
"batch": "2016" |
|
} |
|
}, |
|
{ |
|
"query": "Show me people from my batch yaar.", |
|
"output": { |
|
"batch": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Show people from 2018 working around me.", |
|
"output": { |
|
"batch": "2018", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni employed by IBM.", |
|
"output": { |
|
"company": "IBM" |
|
} |
|
}, |
|
{ |
|
"query": "Find graduates of 2017 batch residing in near me.", |
|
"output": { |
|
"batch": "2017", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List PhD alumni based in Hyderabad.", |
|
"output": { |
|
"degree": "PhD", |
|
"city": "Hyderabad", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Find grads at my company near me.", |
|
"output": { |
|
"company": "<user_data>", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Find folks with my degree near me.", |
|
"output": { |
|
"degree": "<user_data>", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Show me grads who did B Tech in CSE(DS)", |
|
"output": { |
|
"degree": "B Tech", |
|
"branch": "CSE(DS)" |
|
} |
|
}, |
|
{ |
|
"query": "Show me the b tech holders from 2019 year.", |
|
"output": { |
|
"batch": "2019", |
|
"degree": "B Tech" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the bachelors grads living in Tokyo?", |
|
"output": { |
|
"degree": "B Tech", |
|
"city": "Tokyo", |
|
"country": "Japan" |
|
} |
|
}, |
|
{ |
|
"query": "Show me graduates from 2016.", |
|
"output": { |
|
"batch": "2016" |
|
} |
|
}, |
|
{ |
|
"query": "Any 2017 passouts currently in Bangalore?", |
|
"output": { |
|
"batch": "2017", |
|
"city": "Bangalore", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni employed by Microsoft.", |
|
"output": { |
|
"company": "Microsoft" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks based in New York, Germany?", |
|
"output": { |
|
"city": "New York", |
|
"country": "Germany" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni employed by my company.", |
|
"output": { |
|
"company": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Give me ppl in cse ds", |
|
"output": { |
|
"branch": "CSE(DS)" |
|
} |
|
}, |
|
{ |
|
"query": "List all graduates.", |
|
"output": {} |
|
}, |
|
{ |
|
"query": "Find grads at my company near me.", |
|
"output": { |
|
"company": "<user_data>", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Give me ppl in ds", |
|
"output": { |
|
"branch": "CSE(DS)" |
|
} |
|
}, |
|
{ |
|
"query": "List all graduates.", |
|
"output": {} |
|
}, |
|
{ |
|
"query": "Who are the alumni in my location?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the alumni in my location?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any masters alumni based in UK?", |
|
"output": { |
|
"degree": "M Tech", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Find the grads with my degree in Chennai.", |
|
"output": { |
|
"city": "Chennai", |
|
"country": "India", |
|
"degree": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any master holders residing in Hyderabad?", |
|
"output": { |
|
"degree": "M Tech", |
|
"city": "Hyderabad", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks based in London, UK?", |
|
"output": { |
|
"city": "London", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Any folks employed by IBM living in Germany?", |
|
"output": { |
|
"company": "IBM", |
|
"country": "Germany" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks based in Pune, USA?", |
|
"output": { |
|
"city": "Pune", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Find ppl doing data science", |
|
"output": { |
|
"branch": "CSE(DS)" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the grads at my company in India?", |
|
"output": { |
|
"company": "<user_data>", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Any mtech alumni based in USA?", |
|
"output": { |
|
"degree": "M Tech", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Any my degree alumni based in USA?", |
|
"output": { |
|
"degree": "<user_data>", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Find people working at TCS in my location.", |
|
"output": { |
|
"company": "TCS", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List grads in Berlin working for Infosys.", |
|
"output": { |
|
"company": "Infosys", |
|
"city": "Berlin", |
|
"country": "Germany" |
|
} |
|
}, |
|
{ |
|
"query": "Show me folks from my city working in Capgemini.", |
|
"output": { |
|
"company": "Capgemini", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Need info on alumni from 2016 batch with master.", |
|
"output": { |
|
"batch": "2016", |
|
"degree": "M Tech" |
|
} |
|
}, |
|
{ |
|
"query": "List bachelor holders in USA.", |
|
"output": { |
|
"degree": "B Tech", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Show me the m tech holders from 2016 year.", |
|
"output": { |
|
"batch": "2016", |
|
"degree": "M Tech" |
|
} |
|
}, |
|
{ |
|
"query": "Show me alumni at TCS yaar.", |
|
"output": { |
|
"company": "TCS" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the people from 2018?", |
|
"output": { |
|
"batch": "2018" |
|
} |
|
}, |
|
{ |
|
"query": "Any folks employed by IBM living in Japan?", |
|
"output": { |
|
"company": "IBM", |
|
"country": "Japan" |
|
} |
|
}, |
|
{ |
|
"query": "Any graduates living in New York, UK?", |
|
"output": { |
|
"city": "New York", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "Give me ppl in CSE", |
|
"output": { |
|
"branch": "CSE" |
|
} |
|
}, |
|
{ |
|
"query": "Show me people from my batch yaar.", |
|
"output": { |
|
"batch": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Please show me the alumni in Kolkata area.", |
|
"output": { |
|
"city": "Kolkata", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks based in Berlin, Germany?", |
|
"output": { |
|
"city": "Berlin", |
|
"country": "Germany" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks at Wipro based in around me?", |
|
"output": { |
|
"company": "Wipro", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Need names of PhD grads at Capgemini.", |
|
"output": { |
|
"degree": "PhD", |
|
"company": "Capgemini" |
|
} |
|
}, |
|
{ |
|
"query": "Show me grads who did master in ai and ml", |
|
"output": { |
|
"degree": "M Tech", |
|
"branch": "CSE(AI&ML)" |
|
} |
|
}, |
|
{ |
|
"query": "Find people at Capgemini in Japan.", |
|
"output": { |
|
"company": "Capgemini", |
|
"country": "Japan" |
|
} |
|
}, |
|
{ |
|
"query": "Any passouts from 2016?", |
|
"output": { |
|
"batch": "2016" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni employed by Amazon located in Chennai?", |
|
"output": { |
|
"company": "Amazon", |
|
"city": "Chennai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Show me alumni from 2019 who are in Mumbai.", |
|
"output": { |
|
"batch": "2019", |
|
"city": "Mumbai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Show me alumni at my company yaar.", |
|
"output": { |
|
"company": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Give me the list of people working at Amazon na.", |
|
"output": { |
|
"company": "Amazon" |
|
} |
|
}, |
|
{ |
|
"query": "Find alumni residing near me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who all are there in Hyderabad from our college?", |
|
"output": { |
|
"city": "Hyderabad", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Find alumni residing near me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks at Wipro?", |
|
"output": { |
|
"company": "Wipro" |
|
} |
|
}, |
|
{ |
|
"query": "Any folks employed by my company living in UK?", |
|
"output": { |
|
"company": "<user_data>", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni of my batch batch.", |
|
"output": { |
|
"batch": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any grads in Infosys?", |
|
"output": { |
|
"company": "Infosys" |
|
} |
|
}, |
|
{ |
|
"query": "List bachelor holders working with Amazon.", |
|
"output": { |
|
"degree": "B Tech", |
|
"company": "Amazon" |
|
} |
|
}, |
|
{ |
|
"query": "Show me alumni with B Tech employed by Wipro.", |
|
"output": { |
|
"degree": "B Tech", |
|
"company": "Wipro" |
|
} |
|
}, |
|
{ |
|
"query": "Any folks living in my area?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List the graduates who completed master in 2019.", |
|
"output": { |
|
"batch": "2019", |
|
"degree": "M Tech" |
|
} |
|
}, |
|
{ |
|
"query": "Find people working at IBM.", |
|
"output": { |
|
"company": "IBM" |
|
} |
|
}, |
|
{ |
|
"query": "Find alumni residing near me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List bachelor holders in UK.", |
|
"output": { |
|
"degree": "B Tech", |
|
"country": "UK" |
|
} |
|
}, |
|
{ |
|
"query": "List people from 2017 living in New York.", |
|
"output": { |
|
"batch": "2017", |
|
"city": "New York", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the folks at my company?", |
|
"output": { |
|
"company": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the people from my batch at Infosys?", |
|
"output": { |
|
"company": "Infosys", |
|
"batch": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "List alumni employed by Amazon.", |
|
"output": { |
|
"company": "Amazon" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the alumni?", |
|
"output": {} |
|
}, |
|
{ |
|
"query": "Find alumni at my company in Germany.", |
|
"output": { |
|
"country": "Germany", |
|
"company": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni employed by IBM located in Chennai?", |
|
"output": { |
|
"company": "IBM", |
|
"city": "Chennai", |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Show me alumni from my graduating class who are in New York.", |
|
"output": { |
|
"batch": "<user_data>", |
|
"city": "New York", |
|
"country": "USA" |
|
} |
|
}, |
|
{ |
|
"query": "Find alumni residing near me.", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Give me the list of people in Japan with my degree.", |
|
"output": { |
|
"country": "Japan", |
|
"degree": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the masters graduates at Microsoft?", |
|
"output": { |
|
"degree": "M Tech", |
|
"company": "Microsoft" |
|
} |
|
}, |
|
{ |
|
"query": "Find folks with my degree near me.", |
|
"output": { |
|
"degree": "<user_data>", |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Any alumni living in India?", |
|
"output": { |
|
"country": "India" |
|
} |
|
}, |
|
{ |
|
"query": "Who are the people near me?", |
|
"output": { |
|
"city": "<user_data>", |
|
"country": "<user_data>" |
|
} |
|
}, |
|
{ |
|
"query": "Please show me the alumni in Kolkata area.", |
|
"output": { |
|
"city": "Kolkata", |
|
"country": "India" |
|
} |
|
} |
|
] |