| [ |
| { |
| "query": "Anyone from the year my graduating class?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get details of grads in same city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I want to see graduates from 2016 in my country who did B Tech", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch at Mindtree?", |
| "output": { |
| "company": "Mindtree", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "any fellow grads from ds in my vicinity?", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl in Data Science", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "List alumni who did CSE(DS) working at Adobe", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Adobe" |
| } |
| }, |
| { |
| "query": "List alumni from Happiest Minds Technologies working in my location", |
| "output": { |
| "company": "Happiest Minds Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find folks from cse(ai&ml) in UK working at Ramco Systeds?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Ramco Systems", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show people with my specialization.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List my batch graduates working at Mphasis.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Mphasis" |
| } |
| }, |
| { |
| "query": "display grads from data science in my city at Hexaware Technologies", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Hexaware 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 ppl doing jachelors in cse(ai&ml) around me", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the mtech graduates from CSE(DS) in 201a batch at Ramco Systems in London?", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "company": "Ramco Systems", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Collect names of alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me names of people in CSE.", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Give me ppl in cse(ai&ml)", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "show me people from cst in my location at NCR Atleos", |
| "output": { |
| "branch": "CSE", |
| "company": "NCR Atleos", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find master alumni from my batch batch at my company", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me masters grads from 2020 batch in Beryin at ExAM Systems", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "company": "EPAM Systems", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Display folks in ai ml from 2015 batch working in my location", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(AI&ML)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me my branch alumni in USA working at DarwinBox", |
| "output": { |
| "branch": "<user_data>", |
| "company": "DarwinBox", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find ppl around me in data science", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need alumni from CSE in from my city", |
| "output": { |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me alumni in it working at My Company around me", |
| "output": { |
| "branch": "IT", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people from ai and ml in 2b19 batch working in UK", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "List my graduting claos graduates working at 3i Infotech.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "3i Infotech" |
| } |
| }, |
| { |
| "query": "Show me ppl doing m tech in ai ml around me", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks in ai and ml from my batch in Japan?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "country": "Japan", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from cse ds", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Show me alumni with MTwch from my brnch in USb", |
| "output": { |
| "degree": "M Tech", |
| "branch": "<user_data>", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "find people from my branch in same city employed by NTT DATA BxSINESS SOLUTIONS", |
| "output": { |
| "company": "NTT DATA BUSINESS SOLUTIONS", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me bachelor graduates from 2018 batch", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Can you find grads from my batch batch at Qualcomm?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Qualcomm" |
| } |
| }, |
| { |
| "query": "I'd like to see alumni from CSE(AI&ML) in my city working at Qualcomm", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Qualcomm", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for grads in my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from Candescent based in dy country", |
| "output": { |
| "company": "Candescent", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me ppl from it in my city working at Teleparadigm networke", |
| "output": { |
| "branch": "IT", |
| "company": "Teleparadigm networke", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my graduating class in cse at Teleparadigm networke?", |
| "output": { |
| "branch": "CSE", |
| "company": "Teleparadigm networke", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni working for EPAM Systems based in UK.", |
| "output": { |
| "company": "EPAM Systems", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show me B Tech ppl in Data Science", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Anyone who pursued M Tech?", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Show me ppl in it from my location", |
| "output": { |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the B Tech holders?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Who's around me from college days?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my batch in cse in around me?", |
| "output": { |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads from our college in Pune.", |
| "output": { |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch who are in the same city as me and work at Quess Cozp", |
| "output": { |
| "company": "Quess Corp", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people from my brnch in mr batch batch working in from my country", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "<user_data>", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "display grads from data scince in my city at KPIT Technologies", |
| "output": { |
| "branch": "data scince", |
| "company": "KPIT Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find grads from my branch working at Nvidia Graphics Pvt Ltd", |
| "output": { |
| "branch": "<user_data>", |
| "company": "Nvidia Graphics Pvt Ltd" |
| } |
| }, |
| { |
| "query": "Show alumni from 2015 batch with ztech in ai ml employed by Innominds located in my location, my location", |
| "output": { |
| "batch": "2015", |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Innominds", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Do we have alums from vse(ai&ml) in Mumbai?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find folks from cse in Mumbai with mtech working at L&TrTechnology Services", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE", |
| "company": "L&T Technology Services", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find PhD graduates in ai ml from 2016 batch working at Irnominds in Pune, from my country", |
| "output": { |
| "batch": "2016", |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "company": "Innominds", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me ppl from ai ml working at Orakle India in Mumbai", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Oracle India", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List people from 2019 living in New York.", |
| "output": { |
| "batch": "2019", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find folks with my background in Injia.", |
| "output": { |
| "country": "India", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me alumni in cse(ai&ml) from 2020 working at Adobe", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(AI&ML)", |
| "company": "Adobe" |
| } |
| }, |
| { |
| "query": "find ppl from my graduating class into ai and ml around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you list people from cse in my batch batch located in Delhi?", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "get me grads from cse in my area working at HCL Technologies", |
| "output": { |
| "branch": "CSE", |
| "company": "HCL Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find Phd holders from my graduating class at Experian based in New York.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "company": "Experian", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Locate people from Japan who graduated from our college.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "display people from my batch who are into ai ml in the same city as me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me grads in Data tcience in my city", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there any Data Science grads in India working for Cisco Systems?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Cisco Systems", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "who all are in my company from my branch?", |
| "output": { |
| "branch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "from my batch, get me ppl in data science in my city", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all from MTech are at Oracle Financial Services Software?", |
| "output": { |
| "degree": "M Tech", |
| "company": "Oracle Financial Services Software" |
| } |
| }, |
| { |
| "query": "Get me names of alumni in Delhi.", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List people working at NIIT Tecpnologies", |
| "output": { |
| "company": "NIIT Technologies" |
| } |
| }, |
| { |
| "query": "bhai, find me grads from my batch in Mumbai", |
| "output": { |
| "city": "Mumbai", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List btech holders working with National Payments Corporation of India.", |
| "output": { |
| "degree": "B Tech", |
| "company": "National Payments Corporation of India" |
| } |
| }, |
| { |
| "query": "show me the alumni in my city from IT", |
| "output": { |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ya alumni in cse from 2015 in Mumbai", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for employees at National Payments Corporation of India.", |
| "output": { |
| "company": "National Payments Corporation of India" |
| } |
| }, |
| { |
| "query": "Find CSE(DS) b tech grads at Payoda in Hyderabad.", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "company": "Payoda", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all are there in Kolkata from our college?", |
| "output": { |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all are there in my location?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any passouts from my gradutingoclass?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me names of 2018 grads in Bangalobe.", |
| "output": { |
| "batch": "2018", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Is anyone from AI and ML employed at my company?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find grads who did PhD in cse ai ml in London", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "List alumni in ai around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me who's at Mastek nowadays.", |
| "output": { |
| "company": "Mastek" |
| } |
| }, |
| { |
| "query": "List the folks from it in UK employed by Punjab National Bank", |
| "output": { |
| "branch": "IT", |
| "company": "Punjab National Bank", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2018 batch", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Display folks in ds from 2020 batch working in my country", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(DS)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl in cse ds", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Please provide CSE Phd grads from 2018 working at Dell Technologies in Chennai.", |
| "output": { |
| "batch": "2018", |
| "degree": "PhD", |
| "branch": "CSE", |
| "company": "Dell Technologies", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who is in mw country?", |
| "output": { |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me names of ppl in cse(ai&ml) from my batch near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me names of people frm my batch in my area", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the grads at Tata Consultancy Services in my country?", |
| "output": { |
| "company": "Tata Consultancy Services", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ya grads in CSE(DS) from 2020", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Show me grads in data snience from 2016", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Find people in my city, my country.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads who did MTech in ds", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "List all my degre grads in around me who work for Deloitte", |
| "output": { |
| "degree": "<user_data>", |
| "company": "Deloitte", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks at my company from 2016.", |
| "output": { |
| "batch": "2016", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find people from 2018 batch at Freshworks located in Tofyo?", |
| "output": { |
| "batch": "2018", |
| "company": "Freshworks", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Who are the grads from my my batch batch in my location with bachelor?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "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>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts in Japan.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "seek grads from my year in the same location as me", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me ppl from my city in cse ai ml from 2016 working in Netenrich", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(AI&ML)", |
| "company": "Netenrich", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads from 2019 in Japaf working in ak", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show alumni in my location from 2016 with a background in ds", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(DS)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me who from my college is in from my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "working at National Payments Corporation of India, any folks from my branch around me?", |
| "output": { |
| "company": "National Payments Corporation of India", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the phd graduates in Salesforce?", |
| "output": { |
| "degree": "PhD", |
| "company": "Salesforce" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Capgemini", |
| "output": { |
| "company": "Capgemini", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who is working at SAPxLabs India?", |
| "output": { |
| "company": "SAP Labs India" |
| } |
| }, |
| { |
| "query": "List people from IT", |
| "output": { |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "mujhe chahiye log from my branch working at my orpnization", |
| "output": { |
| "company": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me who is from 2019 batch in India with btech", |
| "output": { |
| "batch": "2019", |
| "degree": "B Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List 2019 graduates working at Teleparadigm networke.", |
| "output": { |
| "batch": "2019", |
| "company": "Teleparadigm networke" |
| } |
| }, |
| { |
| "query": "Show grads near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I'd like to see alumni from my branch in my location working at mw company", |
| "output": { |
| "branch": "<user_data>", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni near me with a my degree.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl from btech", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Find ppl doing it", |
| "output": { |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Show me grads from our college in from my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find m tech holders from 2015 at Zoho Corporation based in Hyderabad.", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "company": "Zoho Corporation", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find grads who did ai ml from hhd", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Any grads at Microsoft?", |
| "output": { |
| "company": "Microsoft" |
| } |
| }, |
| { |
| "query": "Any master alumni in Germany?", |
| "output": { |
| "degree": "M Tech", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "List grads in New York working for NIIT Technologies.", |
| "output": { |
| "company": "NIIT Technologies", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find ya alumni in ys from 2018 in near me", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2j16 living in Hyderabad.", |
| "output": { |
| "batch": "2016", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any alumni based in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me engineers from my dept working at Candescent", |
| "output": { |
| "company": "Candescent" |
| } |
| }, |
| { |
| "query": "Who are the grads at AMD in Japan?", |
| "output": { |
| "company": "AMD", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Are there alumni from 2016 living in my location?", |
| "output": { |
| "batch": "2016", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me who is in my city from our college?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Wipro", |
| "output": { |
| "company": "Wipro", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show AI and ML alumni from 2018 who work at Sasken Technologies in Pune.", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(AI&ML)", |
| "company": "Sasken Technologies", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find buddies from my graduating class in it working at SAP Labs India", |
| "output": { |
| "branch": "IT", |
| "company": "SAP Labs India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni who did it working at EPAM Systems", |
| "output": { |
| "branch": "IT", |
| "company": "EPAM Systems" |
| } |
| }, |
| { |
| "query": "Are there people from data science in New York who work at Sasken Technologies?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Sasken Technologies", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find folks at my company from 2015.", |
| "output": { |
| "batch": "2015", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the MTech holders from cse(ai&ml) in Tokyo?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "List folks at my company from 2017.", |
| "output": { |
| "batch": "2017", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people from my graduting class batch working at Teleparadigm networke in Berlin", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Teleparadigm networke", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "find me ppl from Chennai in cse from 2019 working in Mu Szgma Business Solutions Pvt Ltd", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE", |
| "company": "Mu Sigma Business Solutions Pvt Ltd", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me the Phd holders from 2016 year.", |
| "output": { |
| "batch": "2016", |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Any alumni living in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni with master in cne from 2019 batch at kore.ai located in my location", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "branch": "CSE", |
| "company": "kore.ai", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me the 2015 batch graduates.", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "anyone from ai ml in Kolkata from 2019?", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "yaar, any folks from my brnch near me?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Could you show me people from the ai and ml department?", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Please provide a list of m tech graduates from my batch employed at my orgnization in London.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "company": "<user_data>", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Looking for employees at Cyient.", |
| "output": { |
| "company": "Cyient" |
| } |
| }, |
| { |
| "query": "List all it alumni from my graduting class at Salesforce located in Tokyo.", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "IT", |
| "company": "Salesforce", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Please provide a list of m tech graduates from 2019 employed at NCR Atleos in Delhi.", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "company": "NCR Atleos", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch in the same city working at my orgnization", |
| "output": { |
| "company": "<user_data>", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the ppl doing cse ds from bachelors", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Show me alumni who completed a m tech.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Get my graduating class my branch grads working at Optum in Hyderabad.", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "<user_data>", |
| "company": "Optum", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Get me the grads in around me at Info Edge (India) Ltd.", |
| "output": { |
| "company": "Info Edge (India) Ltd", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "mujhe chahiye log from my branch working at Mindtree", |
| "output": { |
| "company": "Mindtree", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show MTech holders from 2016 who work at Innominds in near me.", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "company": "Innominds", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who resides in Delhi?", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find people from my branch in New York employed by KPIT Technologies", |
| "output": { |
| "company": "KPIT Technologies", |
| "city": "New York", |
| "country": "USA", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any of our people working at Dynata?", |
| "output": { |
| "company": "Dynata" |
| } |
| }, |
| { |
| "query": "Show me B Tech ppl in CSE", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Give me people from 2015 in IT who are in Mumbbi", |
| "output": { |
| "batch": "2015", |
| "branch": "IT", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the data scince alumni in Germany working for eClerx?", |
| "output": { |
| "branch": "data scince", |
| "company": "eClerx", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Who all from my graduating class are around?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the bachelors students in data scince at RealPage?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "data scince", |
| "company": "RealPage" |
| } |
| }, |
| { |
| "query": "List graduates with m tech from cse ds based in my country for Quess Corp", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "company": "Quess Corp", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from Innominds working in Tokyo", |
| "output": { |
| "company": "Innominds", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2019 who are in same city.", |
| "output": { |
| "batch": "2019", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "looking for pals from my batch into my vrnch near me", |
| "output": { |
| "branch": "<user_data>", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any grads with my degree in London?", |
| "output": { |
| "city": "London", |
| "country": "UK", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "working at NCR Voyix, any folks from my branch around me?", |
| "output": { |
| "company": "NCR Voyix", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me grads from ai ml in my city employed by Google", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Google", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you display B Tech graduates from Data Science in my country?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people from 2015?", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "Who are the folks at Sasken Technologies?", |
| "output": { |
| "company": "Sasken Technologies" |
| } |
| }, |
| { |
| "query": "Hey, who's in my ciyy from our college?", |
| "output": { |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me alumni with my deghe from 2015 in Berlin", |
| "output": { |
| "batch": "2015", |
| "degree": "<user_data>", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Find my batchmates.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts from my batch working at Infosys in eune?", |
| "output": { |
| "company": "Infosys", |
| "city": "Pune", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni residing in Hyderabad, xK.", |
| "output": { |
| "city": "Hyderabad", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "List people from my graduating class living in Bangalore.", |
| "output": { |
| "batch": "<user_data>", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Anyone from our college at Salesforce?", |
| "output": { |
| "company": "Salesforce" |
| } |
| }, |
| { |
| "query": "Find masters alumni from 2018 batch at Hitachi Digital Services", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech", |
| "company": "Hitachi Digital Services" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the grads based in UK?", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "get me the list of folks from my degree in the same city as me", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni from 201k batch in Mumbai who are into bachelors", |
| "output": { |
| "batch": "2015", |
| "degree": "B Tech", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "looking for pals from my batch into ds near me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who from my batch is in NIIT Technologies?", |
| "output": { |
| "company": "NIIT Technologies", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Bring up profiles of those in AI and ML.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Who are the alumni in my location?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find cse people at DarwinBox in Berlin", |
| "output": { |
| "branch": "CSE", |
| "company": "DarwinBox", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "list ppl from my batch in Berlin working at Qualcomm", |
| "output": { |
| "company": "Qualcomm", |
| "city": "Berlin", |
| "country": "Germany", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks located in near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people from 2020 batch working at Mastek in my city", |
| "output": { |
| "batch": "2020", |
| "company": "Mastek", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me ppl in my braach from my batch", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "find ppl from my graduting class into cse(ai&ml) near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find bachelors cse alumni from 2018 employed by DAZN in my location.", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech", |
| "branch": "CSE", |
| "company": "DAZN", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people in NCR Adleos", |
| "output": { |
| "company": "NCR Atleos" |
| } |
| }, |
| { |
| "query": "Show alumni in from my country from 2018 with a background in CSE", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks in CSE in my locaton", |
| "output": { |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from Amazon", |
| "output": { |
| "company": "Amazon" |
| } |
| }, |
| { |
| "query": "Who are the m tech alumni in it working at Goldoan Sachs in Pune?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "IT", |
| "company": "Goldman Sachs", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the folks based in Bangalore, UK?", |
| "output": { |
| "city": "Bangalore", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "find ppl from my batch in Chennai working at eClerx", |
| "output": { |
| "company": "eClerx", |
| "city": "Chennai", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any folks employed by my company living in Japan?", |
| "output": { |
| "company": "<user_data>", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show me ppl in cse from Prne", |
| "output": { |
| "branch": "CSE", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find folks with my background.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me names of alumni in Japan.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Looking for colleagues at my company.", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for alums in UK, help me out.", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Give me data scince alumni in my location working at NCR Voyix", |
| "output": { |
| "branch": "data scince", |
| "company": "NCR Voyix", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the b tech graduates at my orgnization?", |
| "output": { |
| "degree": "B Tech", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me folks from cse ds in my city", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the master holders in my city?", |
| "output": { |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni in my country from my graduating class with a background in Data Science", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2018 batch in from my country with mastgrs", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List phd holders working with Nvidia Graphics Pvt ftd.", |
| "output": { |
| "degree": "PhD", |
| "company": "Nvidia Graphics Pvt Ltd" |
| } |
| }, |
| { |
| "query": "Who are the mtech holders?", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "find grads from 2019 batch in my company", |
| "output": { |
| "batch": "2019", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the B Tech holders?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Find grads from 2016 at NIIT Technologies in London.", |
| "output": { |
| "batch": "2016", |
| "company": "NIIT Technologies", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "List my batch batch people in sy branch working at Masttk", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "<user_data>", |
| "company": "Mastek" |
| } |
| }, |
| { |
| "query": "Find graduates from my graduting class in Pune, my country working in cse(ai&ml)", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find graduates from my graduting class in Mumbai, UK working in ai and ml", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "Mumbai", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Any alumni living in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks in ai and ml from my graduting class living in USA?", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "List ppl from ai in Bangalore", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me bteoh grads living in India.", |
| "output": { |
| "degree": "B Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List people at KPIT Technologies", |
| "output": { |
| "company": "KPIT Technologies" |
| } |
| }, |
| { |
| "query": "Who are the folks at Birlasoft?", |
| "output": { |
| "company": "Birlasoft" |
| } |
| }, |
| { |
| "query": "List alumni from Sasken Technologies working in near me", |
| "output": { |
| "company": "Sasken Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display folks in ai ml from my graduating class batch working in Germany", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "get me folks from IT in my location from my batch", |
| "output": { |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people at National Payments Corporation of India", |
| "output": { |
| "company": "National Payments Corporation of India" |
| } |
| }, |
| { |
| "query": "Display alumni from cT living in my country working for Oracle Financial Services Software", |
| "output": { |
| "branch": "IT", |
| "company": "Oracle Financial Services Software", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List the alumni with my degree.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me the people from my graduating class.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl in ds around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List grads in ty city working for NCR Voyix.", |
| "output": { |
| "company": "NCR Voyix", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people in my city, my location.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people with m tech from IT working at Capgemini", |
| "output": { |
| "degree": "M Tech", |
| "branch": "IT", |
| "company": "Capgemini" |
| } |
| }, |
| { |
| "query": "Any passouts around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I wish to see who graduated in 2020.", |
| "output": { |
| "batch": "2020" |
| } |
| }, |
| { |
| "query": "Any masters alumni in India?", |
| "output": { |
| "degree": "M Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for 2018 alumni.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "find grads from 2016 batch in my company", |
| "output": { |
| "batch": "2016", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "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>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts in from my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all from my graduating class are around?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from my batch in my city who are into my degre", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me ppl from ai ml working at Dynata in New York", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Dynata", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find btech graduates in ms from my graduting class batch working at Adobe Systems India in near me, Japan", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "company": "Adobe Systems India", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "seek grads from my year in the same location as me", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people near me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni with bachelor in ai and ml working at Hexaware Technologies in Germany", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Hexaware Technologies", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "find ppl from my batch in London working at Netcracker Technology", |
| "output": { |
| "company": "Netcracker Technology", |
| "city": "London", |
| "country": "UK", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please list all alumni from the my batch working at Audintel in my city.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Audintel", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can I find people in India with my degree?", |
| "output": { |
| "country": "India", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Is anyone from my batch working at Wipro?", |
| "output": { |
| "company": "Wipro", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who earned a BTech?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Find folks from CSE in Berlin with B Tech working at EPAM Systems", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE", |
| "company": "EPAM Systems", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Fetch names of people from my graduting class batch.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are there in Delhi?", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the folks in myjbrnch from 2019 living in UK?", |
| "output": { |
| "batch": "2019", |
| "branch": "<user_data>", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "get me ppl frm my location in CSE(AI&ML) frm my batch working in Persistent Systems", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Persistent Systems", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you give me alumni in New York with m tech from 2015 batch?", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Give me details of people from 2017 batch at Cognizant in Ijdia", |
| "output": { |
| "batch": "2017", |
| "company": "Cognizant", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me graduates from 2019 batch working in my location with m tech", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are there in Kolkata from our college?", |
| "output": { |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the phd holders from AI and ML in Chennai?", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show phk grads from 2017 working for IBM in same city.", |
| "output": { |
| "batch": "2017", |
| "degree": "PhD", |
| "company": "IBM", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni living in my location?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find grads from my batch batch at Payoda?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Payoda" |
| } |
| }, |
| { |
| "query": "Find alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me btech grads from data science in 2020 batch", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Get me the grads in London at Hexawafe Technologies.", |
| "output": { |
| "company": "Hexaware Technologies", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Can you show me people from my graduating class batch who live in around me?", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who is working at Happiest Minds Technologies?", |
| "output": { |
| "company": "Happiest Minds Technologies" |
| } |
| }, |
| { |
| "query": "Gather information on my graduating class passouts.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni from my year?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me engineers from my dept working at Caspex", |
| "output": { |
| "company": "Caspex" |
| } |
| }, |
| { |
| "query": "Show graduates from the class of 20f8.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch batch living in my country?", |
| "output": { |
| "batch": "<user_data>", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me mtevh graduates in Delhi.", |
| "output": { |
| "degree": "M Tech", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all are in Zoho Corporation?", |
| "output": { |
| "company": "Zoho Corporation" |
| } |
| }, |
| { |
| "query": "Any alumni based in from my city?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me grads in ai ml from my batch in Chennai", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "I want to view alumni from 2016 batch in my locatirn with b tech", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me grads from ai mj in my area", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the alumni in Bangalore?", |
| "output": { |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Help me find grads from my batch year.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl in CSE(AI&ML) around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display alumni from AI and ML living in my country working for DBS Tech India", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "DBS Tech India", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni near me with a b tech.", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people with b tech in same ciny from 2015 batch", |
| "output": { |
| "batch": "2015", |
| "degree": "B Tech", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me people from my batch in IT who are in Kolkata", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "IT", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who resides in Kolkata?", |
| "output": { |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show alumni from NIIT Technologies based in Germrny", |
| "output": { |
| "company": "NIIT Technologies", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Can you list alumni with Phd from my batch in my location?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people with master in Kolkata from my graduating class batch", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "any passouts frm my batch working at Caspex?", |
| "output": { |
| "company": "Caspex", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me grads from ds in my area working at kore.ai", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "kore.ai", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "display grads from CSE in my city at Optum", |
| "output": { |
| "branch": "CSE", |
| "company": "Optum", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "list alumni in CSE(AI&ML) from my batch in same city", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are in my company?", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me graduates from 2017.", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "List aioml graduates from my graduating class batch employed at Cyient", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "company": "Cyient" |
| } |
| }, |
| { |
| "query": "looking for pals from my batch into CSE(DS) near me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Supply contacts of my branch alumni.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl doing CSE(DS) in my location", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch who are in the same city as me and work at SAP Labs India", |
| "output": { |
| "company": "SAP Labs India", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Locate people from my country who graduated from our college.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find it Phd grads at my company in Tokyo.", |
| "output": { |
| "degree": "PhD", |
| "branch": "IT", |
| "company": "<user_data>", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Anyone from CSE working in India?", |
| "output": { |
| "branch": "CSE", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List alumni employed by DarwinBox.", |
| "output": { |
| "company": "DarwinBox" |
| } |
| }, |
| { |
| "query": "List people residing in my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my graduating class in IT at Teleparadigm networke?", |
| "output": { |
| "branch": "IT", |
| "company": "Teleparadigm networke", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display people with masters in cse ai ml based in Delhi working at Sasken Technologies", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Sasken Technologies", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List the folks from CSE in Germany employed by Xebia", |
| "output": { |
| "branch": "CSE", |
| "company": "Xebia", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Need contacts in India.", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the grads at Mphasis in UK?", |
| "output": { |
| "company": "Mphasis", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show me grads who did b tech in CSE(AI&ML)", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me grads from data scince working in Chennai", |
| "output": { |
| "branch": "data scince", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need grads in ai from 2020 working at Persistent Systems", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(AI&ML)", |
| "company": "Persistent Systems" |
| } |
| }, |
| { |
| "query": "any passouts from 2019 in my city working at Caspex?", |
| "output": { |
| "batch": "2019", |
| "company": "Caspex", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me it alumni in Bangalore working at Innominds", |
| "output": { |
| "branch": "IT", |
| "company": "Innominds", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find folks located in my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show master holders from my batch who work at Medplus in Kolkata.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "company": "Medplus", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "display people from my batch who are into ai and ml in the same city as me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people working at Xebia", |
| "output": { |
| "company": "Xebia" |
| } |
| }, |
| { |
| "query": "Who are the folks in my brnch from my batch in Japan?", |
| "output": { |
| "branch": "<user_data>", |
| "country": "Japan", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me profiles of M Tech grads.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "I am seeking alumni from qi ml, can you assist?", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show alumni from 2019 in Tokyo working at Candescent.", |
| "output": { |
| "batch": "2019", |
| "company": "Candescent", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Who are the grads from my 2015 batch in my location with bachelor?", |
| "output": { |
| "batch": "2015", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads who did M Tech in data scince", |
| "output": { |
| "degree": "M Tech", |
| "branch": "data scince" |
| } |
| }, |
| { |
| "query": "Find ppl doing ai ml", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find PhD alumni from 2017 at KPIT Technologies based in Delhi.", |
| "output": { |
| "batch": "2017", |
| "degree": "PhD", |
| "company": "KPIT Technologies", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need list of ppl in cse ai ml working at RealPage", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "RealPage" |
| } |
| }, |
| { |
| "query": "Find graduates in my country", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni at Happiest Minds Technologies yaar.", |
| "output": { |
| "company": "Happiest Minds Technologies" |
| } |
| }, |
| { |
| "query": "List alumni in my brnch around me", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find people from 2019 batch at Zensar Technologies located in my location?", |
| "output": { |
| "batch": "2019", |
| "company": "Zensar Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me names of ppl in ai ml from my batch near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni in CSE(DS) from 2019 in my location", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List it graduates from 2016 working at Audintel in my location.", |
| "output": { |
| "batch": "2016", |
| "branch": "IT", |
| "company": "Audintel", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people with B Tech from cse ai ml working at LTIMindtree", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "LTIMindtree" |
| } |
| }, |
| { |
| "query": "find buddies from my graduating class in aiyml working at Zoho Corporation", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Zoho Corporation", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List it graduates from 2015 working at Experian in from my city.", |
| "output": { |
| "batch": "2015", |
| "branch": "IT", |
| "company": "Experian", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2015 batch at Sigmoid", |
| "output": { |
| "batch": "2015", |
| "company": "Sigmoid" |
| } |
| }, |
| { |
| "query": "find grads from my graduating class batch in my company", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me who from ai and ml is working in Chennai at F5 NETWORKS", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "F5 NETWORKS", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Get me ppl from cse working at Adobe Systems India in London", |
| "output": { |
| "branch": "CSE", |
| "company": "Adobe Systems India", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Get me the my batch batch graduates.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please help me locate m tech holders in USA.", |
| "output": { |
| "degree": "M Tech", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "in my area, find alumni from ds", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people with a phd qualification.", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Would you kindly show me graduates residing in around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me ppl from Bangplore in cse from my bvtch working in EPAM Systems", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE", |
| "company": "EPAM Systems", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List the alumni with my degree.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me the grads from 201d batch?", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "Who are the bachelor graduates at Google?", |
| "output": { |
| "degree": "B Tech", |
| "company": "Google" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "in my area, find alumni from data scince", |
| "output": { |
| "branch": "data scince", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any masters alumni based in my country?", |
| "output": { |
| "degree": "M Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me MTech grads from data science in 2020 batch", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "get me the guys from cse ds in my area working at Zensar Tbchnologies", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Zensar Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find people from 2018 batch at Sriven Solutions located in Berlin?", |
| "output": { |
| "batch": "2018", |
| "company": "Sriven Solutions", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2017 batch in my country with phd", |
| "output": { |
| "batch": "2017", |
| "degree": "PhD", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl who did cse ds from m tech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "who's from my branch in Pune working at Tatx Consultancy Services?", |
| "output": { |
| "company": "Tata Consultancy Services", |
| "city": "Pune", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2016 batch", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Show me grads who did M Tech in cse ai ml", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Looking for 2016 alumni.", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Find folks located in my location.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from Microsoft based in Indpa", |
| "output": { |
| "company": "Microsoft", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all from Phd are at LTIMindtdee?", |
| "output": { |
| "degree": "PhD", |
| "company": "LTIMindtree" |
| } |
| }, |
| { |
| "query": "Who are the folks in London with b tecq from my bztch batch in cse working at SAPhLabs India", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "branch": "CSE", |
| "company": "SAP Labs India", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "List m tech holders in from my country.", |
| "output": { |
| "degree": "M Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any 2016 passouts currently in Berlin?", |
| "output": { |
| "batch": "2016", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Who are the grads from my 2019 batch in India with mtech?", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Are there MTech alumni in Tokyo from 2019 batch?", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Are there any cse(ai&ml) grads in my country working for HCL Technologies?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "HCL Technologies", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks in Data Science in my locaton", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "display grads from If in my city at Cognizant", |
| "output": { |
| "branch": "IT", |
| "company": "Cognizant", |
| "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": "find folks in IT from my batch working in my company", |
| "output": { |
| "branch": "IT", |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks working for Audintel.", |
| "output": { |
| "company": "Audintel" |
| } |
| }, |
| { |
| "query": "Find alumni in data science from 2015 in Pune", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(DS)", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List graduates residing in Germany.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "I'd like to see alumni from my branch in Pune working at L&T Technology Services", |
| "output": { |
| "branch": "<user_data>", |
| "company": "L&T Technology Services", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find grads from cse working at my orgnization", |
| "output": { |
| "branch": "CSE", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone settled in my location?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the masters holders from IT in 201o batch working for Tata Elxsi in Kolkata, USA", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "branch": "IT", |
| "company": "Tata Elxsi", |
| "city": "Kolkata", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Who is in my location?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the ppl in cse(ai&ml) around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the Phd holders from cse ai mn in my batch batch working for Candescent in Chennai, USA", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "company": "Candescent", |
| "city": "Chennai", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Display people with bachelor in AI and ML based in Delhi working at OpenText", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "OpenText", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List the alumni with my degree.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the phd grads living in Bangalore?", |
| "output": { |
| "degree": "PhD", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find graduates from 2019 in my city, Germany working in my brnch", |
| "output": { |
| "batch": "2019", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks with b tech from data science in 2017 batch?", |
| "output": { |
| "batch": "2017", |
| "degree": "B Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Looking for employees at Freshworks.", |
| "output": { |
| "company": "Freshworks" |
| } |
| }, |
| { |
| "query": "Who are the bachelor graduates at HCL Technologies?", |
| "output": { |
| "degree": "B Tech", |
| "company": "HCL Technologies" |
| } |
| }, |
| { |
| "query": "Any folks who did CSE(DS)?", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "find buddies from my graduating class in cse ai ml working at EPAM Systems", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "EPAM Systems", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni based in Hyderabad?", |
| "output": { |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the M Tech holders from Data Science in 2017 batch working for Dell Technologies in London, Germany", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "company": "Dell Technologies", |
| "city": "London", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Find alumni in ai ml from my graduating class in same citq", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me ppl from my city in IT from my batch working at my orgnization", |
| "output": { |
| "branch": "IT", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni at my company in UK.", |
| "output": { |
| "country": "UK", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me alumni in CSE from my graduating class employed in Microsoft", |
| "output": { |
| "branch": "CSE", |
| "company": "Microsoft", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Locate people from Germany who graduated from our college.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "who's from my branch in my locatiyn working at Tata Elxsi?", |
| "output": { |
| "company": "Tata Elxsi", |
| "city": "<user_data>", |
| "branch": "<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>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl in CSE(AI&ML) around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts frm my batch working at Comscore?", |
| "output": { |
| "company": "Comscore", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List folks at my company from 2016.", |
| "output": { |
| "batch": "2016", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from my branch working at Cognizant.", |
| "output": { |
| "company": "Cognizant", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find M Tech cse alumni from 2016 employed by AMD in my location.", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "branch": "CSE", |
| "company": "AMD", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find graduates from 2j20 batch employed by F5 NETWORKS in around me", |
| "output": { |
| "batch": "2020", |
| "company": "F5 NETWORKS", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me who is from 2019 batch in my country with b tech", |
| "output": { |
| "batch": "2019", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone know grads from Data Science in my city?", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni in CSE(DS) around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find me people in Kolkata, will you?", |
| "output": { |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List the graduates who completed bachelor in 2019.", |
| "output": { |
| "batch": "2019", |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Who are the students from 2d20 with a b tech?", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Who are the folks in AI and ML from my batch in Japnn?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "country": "Japan", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the data scince graduates in Tokyo working at Xebia?", |
| "output": { |
| "branch": "data scince", |
| "company": "Xebia", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Anyone from our college at Qualcomm?", |
| "output": { |
| "company": "Qualcomm" |
| } |
| }, |
| { |
| "query": "mujhe chahiye log from my branch working at LTIMindtree", |
| "output": { |
| "company": "LTIMindtree", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the b tech graduates at eClwrx?", |
| "output": { |
| "degree": "B Tech", |
| "company": "eClerx" |
| } |
| }, |
| { |
| "query": "Show me b tech data science alumni at Xebia situated in my gity.", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "company": "Xebia", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me which phd alumni are working at Audintel in my location", |
| "output": { |
| "degree": "PhD", |
| "company": "Audintel", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show PhD holders from my batch who work at my company in New York.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "company": "<user_data>", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Who are the alumni with mtech working at Adobe Systems India in sondon?", |
| "output": { |
| "degree": "M Tech", |
| "company": "Adobe Systems India", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "working at NTT DATA BUSINESS SOLUTIONS, any folks from my branch around me?", |
| "output": { |
| "company": "NTT DATA BUSINESS SOLUTIONS", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find ppl from my branch in Kolkata employed by Sigmoid", |
| "output": { |
| "company": "Sigmoid", |
| "city": "Kolkata", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me who is from 20y9 batch in my country with Phd", |
| "output": { |
| "batch": "2019", |
| "degree": "PhD", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the B Tech students in my brmnch at Freshworks?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "<user_data>", |
| "company": "Freshworks" |
| } |
| }, |
| { |
| "query": "List alumni with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you give me alumni in my location with my degre from my graduating class batch?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ppl doing cse", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Can you give me alumni in Pune with M Tech from 2c19 batch?", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the b tech holders in my location?", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts of my degree holders.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me data scince grads at Comscore.", |
| "output": { |
| "branch": "data scince", |
| "company": "Comscore" |
| } |
| }, |
| { |
| "query": "Find graduates in from my coustry", |
| "output": { |
| "country": "from my country" |
| } |
| }, |
| { |
| "query": "Can you list people from IT in 2016 batch located in near me?", |
| "output": { |
| "batch": "2016", |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find it phd grads at Experian in Delhi.", |
| "output": { |
| "degree": "PhD", |
| "branch": "IT", |
| "company": "Experian", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List students who studied CSE(AI&ML).", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find people in ai and ml with b tech from 2015 batch working at Salesforce in Japan", |
| "output": { |
| "batch": "2015", |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Salesforce", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Any alumni based in same city?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for people in my location.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me m tech holders from cse ai ml in my country", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me masters alumni from 2016 employed at my company in same ciiy.", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "company": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any of our people working at NIIT Technologies?", |
| "output": { |
| "company": "NIIT Technologies" |
| } |
| }, |
| { |
| "query": "Who is in my location?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show people with my specialization.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads who did mtech in CSE(jS)", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Show me grads from my city working in Japan.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2016 batch at Adobe Systems India", |
| "output": { |
| "batch": "2016", |
| "company": "Adobe Systems India" |
| } |
| }, |
| { |
| "query": "Give me people from 2019 in cse ai ml who are in my city", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find phd alumni from 2016 batch at my company", |
| "output": { |
| "batch": "2016", |
| "degree": "PhD", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there alumni with Phd in around me working at Google?", |
| "output": { |
| "degree": "PhD", |
| "company": "Google", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from 2016 in Pune working at Caspex.", |
| "output": { |
| "batch": "2016", |
| "company": "Caspex", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all are in my company?", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for people in my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl from m tech", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Show me ai and ml grads at Dynata.", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Dynata" |
| } |
| }, |
| { |
| "query": "Any grads at Persistent Systems?", |
| "output": { |
| "company": "Persistent Systems" |
| } |
| }, |
| { |
| "query": "Looking for grads in Germany.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "anyone from AI and ML in my location at Mphasis?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Mphasis", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people with master from my branch working at Tech Mahindra", |
| "output": { |
| "degree": "M Tech", |
| "branch": "<user_data>", |
| "company": "Tech Mahindra" |
| } |
| }, |
| { |
| "query": "Show grads near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ya ppl in cse ds from m tech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Fetch names of people from 2015 batch.", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "Find people in Pune, my location.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni in cse working at Medplus", |
| "output": { |
| "branch": "CSE", |
| "company": "Medplus" |
| } |
| }, |
| { |
| "query": "Show me profiles of ai ml graduates.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Get me the people from my graduating class.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone settled in Tokyo?", |
| "output": { |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find alumni in UK.", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "I'd like to know about mtech holders in USA working for 3i Infotech", |
| "output": { |
| "degree": "M Tech", |
| "company": "3i Infotech", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Give me ppl in data science around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "who are the folks from my branch in the same city as me?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are there in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who is working at DarwinBox?", |
| "output": { |
| "company": "DarwinBox" |
| } |
| }, |
| { |
| "query": "Display people with btech from ai ml in Pune", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the ppl in cse ds from 201m working at Sonata Software", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(DS)", |
| "company": "Sonata Software" |
| } |
| }, |
| { |
| "query": "Are there alumni with Phd in Mumbai working at Deloitte?", |
| "output": { |
| "degree": "PhD", |
| "company": "Deloitte", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find ya alumni from AI and ML in my city", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the master alumni in cse ai ml working at Mu Sigma Business Solutions Pvt Ltd in Berlin?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Mu Sigma Business Solutions Pvt Ltd", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "find grads near me", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find classmates from 2019.", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "List people from my branch working at Adobe Systems India.", |
| "output": { |
| "company": "Adobe Systems India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the my batch year passouts?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me the folks from cse(ai&ml) in Berlin with b tech", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "who's in my city from data scince?", |
| "output": { |
| "branch": "data scince", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people in Pune, Japan.", |
| "output": { |
| "city": "Pune", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Can you get me M Tech grads in CSE(DS)?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Who are the phd holders?", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Get me names of people in ai ml.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Who all are there in Delhi from our college?", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List alumni employed by Birlasoft.", |
| "output": { |
| "company": "Birlasoft" |
| } |
| }, |
| { |
| "query": "List ppl from UK", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Looking for people in Pune.", |
| "output": { |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find cse ai ml alumni from my graduating class batch.", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Give me grads in cse at Dynata in Hyderabad", |
| "output": { |
| "branch": "CSE", |
| "company": "Dynata", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find ya grads in AI and ML from 2019", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "who's in my city from CSE(AI&ML)?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show people from AI and ML in 2018 batch located in my city", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni at Oracle India yaar.", |
| "output": { |
| "company": "Oracle India" |
| } |
| }, |
| { |
| "query": "Any passouts around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me the alumni in my city from cse ai ml", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please provide a list of phd graduates from 2016 employed at my org in my lozation.", |
| "output": { |
| "batch": "2016", |
| "degree": "PhD", |
| "company": "my org", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List PhD holders in tapan.", |
| "output": { |
| "degree": "PhD", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Who all from my graduating class are around?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any 2016 passouts currently in Infosys?", |
| "output": { |
| "batch": "2016", |
| "company": "Infosys" |
| } |
| }, |
| { |
| "query": "Show me alumni with PhD employed by Larsen & Toubro Infotech (LTI).", |
| "output": { |
| "degree": "PhD", |
| "company": "Larsen & Toubro Infotech (LTI)" |
| } |
| }, |
| { |
| "query": "Who are the 2019 year passouts?", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "Find people with a my degree qualification.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are in my company?", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone with my specialization at Medplui?", |
| "output": { |
| "company": "Medplus", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the guys from my batch into cse ds near me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there any it grads in Germany working for QUADRANT IT SERVICES?", |
| "output": { |
| "branch": "IT", |
| "company": "QUADRANT IT SERVICES", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show me profiles of it graduates.", |
| "output": { |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "find me people from my batch in New York working at Oracle India", |
| "output": { |
| "company": "Oracle India", |
| "city": "New York", |
| "country": "USA", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni with phd in ai and ml from 2018 batch at Netenrich located in my country", |
| "output": { |
| "batch": "2018", |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "company": "Netenrich", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who from my batch is in Tata Consultancy Services?", |
| "output": { |
| "company": "Tata Consultancy Services", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the folks from my degree in my kity working at NTT DATA BUSINESS SOLUTIONS", |
| "output": { |
| "company": "NTT DATA BUSINESS SOLUTIONS", |
| "city": "<user_data>", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for grads in Japan.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Please provide names of alumni in Kolkata.", |
| "output": { |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me grads who did b tech in data science", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Is anyone from my batch working at HCL Technologies?", |
| "output": { |
| "company": "HCL Technologies", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List the graduates who completed masters in 2017.", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Find all CSE alumni from 2017 employed at Sonata Software in Mumbai.", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE", |
| "company": "Sonata Software", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the ppl doing AI and ML from phd", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "get me folks from data science in my location from my batch", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you display mtech graduates from cse ds in USA?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Tell me which BTech alumni are working at LTIMindtree in my location", |
| "output": { |
| "degree": "B Tech", |
| "company": "LTIMindtree", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from 2016 in Punl who are into MTech", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "get me the guys from cse in my area working at GSPANN TECHNOLOGIES", |
| "output": { |
| "branch": "CSE", |
| "company": "GSPANN TECHNOLOGIES", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me ppl from Delhi in CSE(yS) from my batch working in Tata Consultancy Services", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Tata Consultancy Services", |
| "city": "Delhi", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the BTech grads living in Hyderabad?", |
| "output": { |
| "degree": "B Tech", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find people from cse(ai&ml) in 2016 batch working in my location", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(AI&ML)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni employed by Quess Corp.", |
| "output": { |
| "company": "Quess Corp" |
| } |
| }, |
| { |
| "query": "Show me graduates from 2015.", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "anyone from cse ds in Delhi from 2018?", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(DS)", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List it M Tech alumni at Prudential Financial located in Bawgalore.", |
| "output": { |
| "degree": "M Tech", |
| "branch": "IT", |
| "company": "Prudential Financial", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the B Tech graduates from cse(ai&ml) in 2020 batch at NIIT Technologies in Delhi?", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "NIIT Technologies", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me ppl in it from Hyderabad", |
| "output": { |
| "branch": "IT", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "I'd like to know about m tech holders in my country working for Experian", |
| "output": { |
| "degree": "M Tech", |
| "company": "Experian", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from my graduating class batch in my location with M Tech", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me grads from ds in my area working at my company", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads who did MTech in ai ml", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Looking for grads in my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me alumni in ai ml working at Cisco Systems around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Cisco Systems", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show bachelors holders from my batch who work at IBM in Kolkata.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "company": "IBM", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List people from Chennai", |
| "output": { |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "anyone from IT in my city at Caspex?", |
| "output": { |
| "branch": "IT", |
| "company": "Caspex", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads in data science from my graduating class", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "who's in my city from my branch?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ya ppl in AI and ML from M Tech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me grads who did my degre in cse", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Show me grads from my city working in UK.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts from 2015 in my city working at my orgnization?", |
| "output": { |
| "batch": "2015", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Collect names of alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people living in Delhi.", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the alumni with master working at L&T Technology Services in Delhi?", |
| "output": { |
| "degree": "M Tech", |
| "company": "L&T Technology Services", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find people in pi with bachelor from my batch batch working at Nvidia Graphics Pvt Ltd in Germany", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Nvidia Graphics Pvt Ltd", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Find mdster alumni from ai ml in Hyderabad at Qualcomm", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Qualcomm", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for people like me in data science.", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Need names of bachelors grads at Dyloitte.", |
| "output": { |
| "degree": "B Tech", |
| "company": "Deloitte" |
| } |
| }, |
| { |
| "query": "Any passouts from s018?", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Help me find grads from my batch year.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Do you know of any B Tech holders in New York?", |
| "output": { |
| "degree": "B Tech", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "List b tech alumni based in Chennai.", |
| "output": { |
| "degree": "B Tech", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me alumni in it working at Amazon", |
| "output": { |
| "branch": "IT", |
| "company": "Amazon" |
| } |
| }, |
| { |
| "query": "get me alumni in data scince from my graduating class employed in My Compzny", |
| "output": { |
| "branch": "data scince", |
| "company": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts from my batch in nearpme?", |
| "output": { |
| "city": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find folks from cse in India working at Deloitte?", |
| "output": { |
| "branch": "CSE", |
| "company": "Deloitte", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Anyone from the year my batch?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please help me locate bafhelors holders in Germany.", |
| "output": { |
| "degree": "B Tech", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch batch living in USA?", |
| "output": { |
| "batch": "<user_data>", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Give me grads in ai in New York", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show people from ai ml in 2019 batch located in my location", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List cse ds graduates from 201t working at my orgnization in Hyderabad.", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(DS)", |
| "company": "<user_data>", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "I am seeking alumni from fse ai ml, can you assist?", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Are there alumni with B Tech in Hyderabad working at OpenText?", |
| "output": { |
| "degree": "B Tech", |
| "company": "OpenText", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "list grads from my batch in CSE(DS) around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me who is from 2017 batch in UK with m tmch", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Find ds alumni from 2015 batch.", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Display me alumni from my graduating class batch working at GSPANN TECHNOLOGIES in Berlin", |
| "output": { |
| "batch": "<user_data>", |
| "company": "GSPANN TECHNOLOGIES", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Find ppl doing it", |
| "output": { |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "get me engineers from my dept working at My Company", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people associated with Mohasis.", |
| "output": { |
| "company": "Mphasis" |
| } |
| }, |
| { |
| "query": "Can you show me people from 2019 batch who live in my city?", |
| "output": { |
| "batch": "2019", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me folks from my city working in DBS Tech India.", |
| "output": { |
| "company": "DBS Tech India", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I am seeking alumni from data scincj, can you assist?", |
| "output": { |
| "branch": "data scince" |
| } |
| }, |
| { |
| "query": "List alumni from Data Science working at QUADRANT IT SERVICES in Delhi", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "QUADRANT IT SERVICES", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all are there in India?", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need names of PhD grads at HCL Technologies.", |
| "output": { |
| "degree": "PhD", |
| "company": "HCL Technologies" |
| } |
| }, |
| { |
| "query": "Get me alumni in cse from 2016 working at Zensar Technologies", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE", |
| "company": "Zensar Technologies" |
| } |
| }, |
| { |
| "query": "Who's around me from college days?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need to find folks from 2020, any ideas?", |
| "output": { |
| "batch": "2020" |
| } |
| }, |
| { |
| "query": "find ppl from my graduting class into ai ml near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for grads in from my countrj.", |
| "output": { |
| "country": "from my country" |
| } |
| }, |
| { |
| "query": "Show me grads from our college in my location.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2018", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Need contacts in India.", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the people near me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my degree at Tech Mahindra?", |
| "output": { |
| "company": "Tech Mahindra", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there folks from my my batch batch at Sigmoid in from my city?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Sigmoid", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need alumni from cse ai ml in Hyderabad", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Display folks in cse from 2015 batch working in Japan", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find grads at my company near me.", |
| "output": { |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me CSE(DS) alumni in same city working at Cognizant", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Cognizant", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any passouts around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me the my degree holders from my graduating class year.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find grads from ai working at kore.ai", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "kore.ai" |
| } |
| }, |
| { |
| "query": "Any of our people working at Kellton Tech Solutions?", |
| "output": { |
| "company": "Kellton Tech Solutions" |
| } |
| }, |
| { |
| "query": "find ppl from my graduting class into IT near me", |
| "output": { |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "any fellow grads from my brndh in my vicinity?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "May I have information on people working at KPIT Technologies?", |
| "output": { |
| "company": "KPIT Technologies" |
| } |
| }, |
| { |
| "query": "Who all are there in London from our college?", |
| "output": { |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show grads near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
|
|
| { |
| "query": "Who are the alumni in Berlin?", |
| "output": { |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Find ya alumni in my brnch around me", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts of BTech holders in same city.", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me contacts from my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the masters holders from cse in my location?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List all ai ml alumni from 2017 at Innominds located in Kolkata.", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(AI&ML)", |
| "company": "Innominds", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for people in New York working at Dynata.", |
| "output": { |
| "company": "Dynata", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find grads from 2017 at Nvidia Graphics Pvt Ltd in Puge.", |
| "output": { |
| "batch": "2017", |
| "company": "Nvidia Graphics Pvt Ltd", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the btech graduates from data science in 20x8 batch at Persistent Systems in my location?", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "company": "Persistent Systems", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni who finished in my batch.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "find grads near me", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "list people from my city with my degree at Quess Corp", |
| "output": { |
| "company": "Quess Corp", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me ppl doing btech in cse ds around me", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2016 batch in my country with my degree", |
| "output": { |
| "batch": "2016", |
| "degree": "<user_data>", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2018 batch at Mastkk", |
| "output": { |
| "batch": "2018", |
| "company": "Mastek" |
| } |
| }, |
| { |
| "query": "Find folks working for koee.ai.", |
| "output": { |
| "company": "kore.ai" |
| } |
| }, |
| { |
| "query": "List my branch PhD alumni at Tech Mahindra in my location.", |
| "output": { |
| "degree": "PhD", |
| "branch": "<user_data>", |
| "company": "Tech Mahindra", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any my degree alumni in my country?", |
| "output": { |
| "degree": "<user_data>", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from my branch in near me employed by My Company", |
| "output": { |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the phd holders in Pune?", |
| "output": { |
| "degree": "PhD", |
| "city": "Pune", |
| "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 bachelors graduates around?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "List ppl from it in Mumbai", |
| "output": { |
| "branch": "IT", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for employees at Infosys.", |
| "output": { |
| "company": "Infosys" |
| } |
| }, |
| { |
| "query": "Do you have info on my degree grads in my branwh?", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people from our college in USA.", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find folks with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl who did ai from PhD", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Can you list people from AI and ML in 2016 batch located in same city?", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Hexaware Technologies", |
| "output": { |
| "company": "Hexaware Technologies", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2020 batch in my country with bachelor", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "seek grads from my year in the same location as me", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me people from 2018 in it who are in Chennai", |
| "output": { |
| "batch": "2018", |
| "branch": "IT", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "any passouts frm my batch working at RealPage?", |
| "output": { |
| "company": "RealPage", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me alumni in ai ml working at 3i Infotecq around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "3i Infotech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people associated with Microsoft.", |
| "output": { |
| "company": "Microsoft" |
| } |
| }, |
| { |
| "query": "Give me ik alumni in from my country working at HCL Technologies", |
| "output": { |
| "branch": "IT", |
| "company": "HCL Technologies", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from my branch in my city employed by Freshworks", |
| "output": { |
| "company": "Freshworks", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me the list of people in my country with my degree.", |
| "output": { |
| "country": "<user_data>", |
| "degree": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me ppl from myocity in ai from my batch working at Persistent Systems", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Persistent Systems", |
| "city": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my degree at GSPANN TECHNOLOGIES?", |
| "output": { |
| "company": "GSPANN TECHNOLOGIES", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me data scince grads at Tata Consultancy Services.", |
| "output": { |
| "branch": "data scince", |
| "company": "Tata Consultancy Services" |
| } |
| }, |
| { |
| "query": "who all are there in my company from my batch?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display alumni from IT living in Germany working for EPAM Systems", |
| "output": { |
| "branch": "IT", |
| "company": "EPAM Systems", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "List people in Optum", |
| "output": { |
| "company": "Optum" |
| } |
| }, |
| { |
| "query": "Show me my degre graduates from my graduating class batch", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display people with phc in ai based in Mumbai working at TCS", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "company": "TCS", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find ppl from my graduating class into it around me", |
| "output": { |
| "branch": "IT", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my degree at QUADbANT IT SERVICES?", |
| "output": { |
| "company": "QUADRANT IT SERVICES", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people in Tokyn, India.", |
| "output": { |
| "city": "Tokyo", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any m tech alumni in my location?", |
| "output": { |
| "degree": "M Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from my location", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from Adcenture based in from my country", |
| "output": { |
| "company": "Accenture", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the students from 2018 with a M Tech?", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Find people in cse(ai&ml) with MTech from 2020 batch working at LTIMindtree in from my country", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "LTIMindtree", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people residing in from my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "any grads from my batch in IT working near me?", |
| "output": { |
| "branch": "IT", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from my branch in my city employed by Nvidia Graphics Pvt Ltd", |
| "output": { |
| "company": "Nvidia Graphics Pvt Ltd", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from ai ml", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Who are the alumni in around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find BTech alumni from IT in Chennai at Oracle FinancialxServices Software", |
| "output": { |
| "degree": "B Tech", |
| "branch": "IT", |
| "company": "Oracle Financial Services Software", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2016 batch", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Who are the folks with m tech from it in 2015 batch?", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Any folks who did cse ds?", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Any folks living in my area?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find ppl from my branch in near me employed by Medplus", |
| "output": { |
| "company": "Medplus", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the phd holders from ai ml in Chennai?", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List ppl from India", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me folks from mydbranch dept near me", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me the grads from 2015 batch?", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "Show me bachelol alumni from 2020 employed at NCR Voyix in Berlin.", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "company": "NCR Voyix", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show me the Phd holders from 20s7 year.", |
| "output": { |
| "batch": "2017", |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Show me alumni in IT working at LTIMindtree", |
| "output": { |
| "branch": "IT", |
| "company": "LTIMindtree" |
| } |
| }, |
| { |
| "query": "Who are the MTech holders from ai ml in 2017 batch working for Amazon in same city, Japan", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Amazon", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni near me with a mtech.", |
| "output": { |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from 2p18 batch in India with B Tech", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any folks living in my area?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the guys from my batch into AI and ML near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people living in from my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks at Sonata Software based in London?", |
| "output": { |
| "company": "Sonata Software", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "display people from my batch who are into my branch in the same city as me", |
| "output": { |
| "branch": "<user_data>", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni from my year?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "who's in my cmpany from my degree?", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni with my dngree employed by Microsoft.", |
| "output": { |
| "degree": "<user_data>", |
| "company": "Microsoft" |
| } |
| }, |
| { |
| "query": "Show me btech ai ml grads", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Give me alumni with Phd from 2019 in from my city", |
| "output": { |
| "batch": "2019", |
| "degree": "PhD", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any passouts of my batch?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me ppl from my branch in Tokyo working at Tata Elxsi", |
| "output": { |
| "branch": "<user_data>", |
| "company": "Tata Elxsi", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Who all studied with me?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "find ppl from my batch in New Yorg working at Telxparadigm networke", |
| "output": { |
| "company": "Teleparadigm networke", |
| "city": "New York", |
| "country": "USA", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show m tech grads from 2019 working for Happiest Minds Technologies in Chennat.", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "company": "Happiest Minds Technologies", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show alumni from Tech Mahindra based in Japan", |
| "output": { |
| "company": "Tech Mahindra", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find grads from ds working at Sonata Softwmre", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Sonata Software" |
| } |
| }, |
| { |
| "query": "Show my degree grads from my batch working for 3i Infotech in Bangalore.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>", |
| "company": "3i Infotech", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "get me folks from cse in my city working at NTT DATA fUSINESS SOLUTIONS", |
| "output": { |
| "branch": "CSE", |
| "company": "NTT DATA BUSINESS SOLUTIONS", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you display MTech graduates from ai ml in from my country?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you list people from data science in 201a batch located in Bangalore?", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(DS)", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me B Tech ppl in it", |
| "output": { |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Show graduates from the class of 201m.", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "Who are the 2019 year passouts?", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me b tech alumni from my batch employed at Kellton Tech Solutions in my city.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "company": "Kellton Tech Solutions", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me who's at my orgzization nowadays.", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the grads based in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need to find folks from my batch, any ideas?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can I find people in UK with my degree?", |
| "output": { |
| "country": "UK", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from Quess Corp working in around me", |
| "output": { |
| "company": "Quess Corp", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all studied with me?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from my branch working at Capgemili.", |
| "output": { |
| "company": "Capgemini", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2b16", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Find grads from cse ai ml working at Netenrich", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Netenrich" |
| } |
| }, |
| { |
| "query": "find people from my branch in Chennai employed by NCR Atleos", |
| "output": { |
| "company": "NCR Atleos", |
| "city": "Chennai", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me about alumni from 2016 batch in my city with b tech", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need list of grads in my lranch from 2019 at Mindtree", |
| "output": { |
| "batch": "2019", |
| "branch": "<user_data>", |
| "company": "Mindtree" |
| } |
| }, |
| { |
| "query": "Any graduates living in London, India?", |
| "output": { |
| "city": "London", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need names of people from the 2017 batch.", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Find ya ppl in cse from n tech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Find grads who did CSE from M Tech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Need list of grads in data science from my graduating class at 3i Infotech", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)", |
| "company": "3i Infotech" |
| } |
| }, |
| { |
| "query": "Get me names of 2019 grads in near me.", |
| "output": { |
| "batch": "2019", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me CSE(DS) grads at Payoda.", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Payoda" |
| } |
| }, |
| { |
| "query": "Who are the folks in Data Science from my batch in Germany?", |
| "output": { |
| "branch": "CSE(DS)", |
| "country": "Germany", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "list grads from my batch in Datk Science around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the masters alumni in AI and Mu working at Experian in around me?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Experian", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni employed by Tata Elxsi.", |
| "output": { |
| "company": "Tata Elxsi" |
| } |
| }, |
| { |
| "query": "Get me alumni in data science working at TCS around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "TCS", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please provide names of alumni in my location.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for employees at Mastek.", |
| "output": { |
| "company": "Mastek" |
| } |
| }, |
| { |
| "query": "Are there any CSE(AI&ML) grads in my country working for Sigmoid?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Sigmoid", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "seek grads from my year in the same location as me", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "bhai, find me grads from my batch in Bangalore", |
| "output": { |
| "city": "Bangalore", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni with M Tech in my brnch working at Micron in India", |
| "output": { |
| "degree": "M Tech", |
| "branch": "<user_data>", |
| "company": "Micron", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find grads who did cse(ai&ml) from mtech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Who are the CSE(DS) graduates in around me working at National Payments Corporation of India?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "National Payments Corporation of India", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks at my company from 2017.", |
| "output": { |
| "batch": "2017", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me ppl from Berlin in CSE(bI&ML) from my batch working at SAP Labs India", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "SAP Labs India", |
| "city": "Berlin", |
| "country": "Germany", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show btech holders from 2018 who work at my company in Bangalore.", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech", |
| "company": "<user_data>", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me people from ai ml in my location at Ramco Systems", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Ramco Systems", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me ppl doing M Tech in my branch around me", |
| "output": { |
| "degree": "M Tech", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any masters alumni in from my country?", |
| "output": { |
| "degree": "M Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please show me the alumni in Mumbai area.", |
| "output": { |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List ppl from Pqd", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "show me grads from my brnch who are in same city as me", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks in New York with bachelor from 2016 batch in CSE working at Dynata", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "branch": "CSE", |
| "company": "Dynata", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "get me alumni in data science from my graduating class employed in Freshworks", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Freshworks", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there people from data science in Mumbai who work at Oracle Financial Services Software?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Oracle Financial Services Software", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
|
|
| { |
| "query": "Any bacheloos alumni based in USA?", |
| "output": { |
| "degree": "B Tech", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "List alumni in cse ai ml around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get 2017 my brnch grads working at Polaris Consulting & Services in Hyderabad.", |
| "output": { |
| "batch": "2017", |
| "branch": "<user_data>", |
| "company": "Polaris Consulting & Services", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Anyone settled in New York?", |
| "output": { |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find alumni in Germany.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Any folks who did cse?", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Can you get me PhD grads in cse ds?", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "get me ppl from my batch working at Tata Consultancy Services", |
| "output": { |
| "company": "Tata Consultancy Services", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me alumni in Data Science working at Netcracker Technology around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Netcracker Technology", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads in my brnch from 2016", |
| "output": { |
| "batch": "2016", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl from USA", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find folks located in Tokyo.", |
| "output": { |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find folks with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there alumni with my degree in my location working at DarwinBox?", |
| "output": { |
| "degree": "<user_data>", |
| "company": "DarwinBox", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me ppl frm around me in cme ds frm my batch working in Oracle India", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Oracle India", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me names of alumni in USA.", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find folks located in Kolkata.", |
| "output": { |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "anyone from CSE(DS) in my location at Punjab National Bank?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Punjab National Bank", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you find folks from my branch in UK working at Candesqent?", |
| "output": { |
| "branch": "<user_data>", |
| "company": "Candescent", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Who are the alumni in my location?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people near me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "display people from my batch who are into ai ml in the same city as me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from Data Science in my location at my company?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Collect names of alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find classmates from 2016.", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Who are the grads in CSE(DS) from 2017", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Show grads near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the 2020 year passouts?", |
| "output": { |
| "batch": "2020" |
| } |
| }, |
| { |
| "query": "Find folks working for Dynata.", |
| "output": { |
| "company": "Dynata" |
| } |
| }, |
| { |
| "query": "Show people from cse(ai&ml) in 2018 batch located in Tokyo", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(AI&ML)", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "get me grads from AI and ML in my area", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I'd like to know who from 2019 batch is working at Nvidia Graphics Pvt Ltd in Berlin", |
| "output": { |
| "batch": "2019", |
| "company": "Nvidia Graphics Pvt Ltd", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Retrieve alumni working at my orgnization.", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me the list of people in my location with my degree.", |
| "output": { |
| "country": "<user_data>", |
| "degree": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts frm my batch working at Goldman Sachs?", |
| "output": { |
| "company": "Goldman Sachs", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone settled in London?", |
| "output": { |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Are there graduates from 2015 living in my location who studied CSE(DS)?", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(DS)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from Sasken Technologies working in Delhi", |
| "output": { |
| "company": "Sasken Technologies", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for M Tech alumni.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "List alumni of 2016 batch.", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "who's in my cmpany from my degree?", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "I want to view alumni from my batch batch in njar me with bachelors", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "display grads from cse ai ml in my city at My Company", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me b tech grads living in Germany.", |
| "output": { |
| "degree": "B Tech", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Get me contacts from my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni in AI and ML working at Comscore", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Comscore" |
| } |
| }, |
| { |
| "query": "Find ppl doing CSE(AI&ML)", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Are there graduates from 2015 living in my country who studied ai ml?", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(AI&ML)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts from 2015 in my city working at Oracle India?", |
| "output": { |
| "batch": "2015", |
| "company": "Oracle India", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from data science", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "anyone from my degree at Polaris Consulting & Services?", |
| "output": { |
| "company": "Polaris Consulting & Services", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from my branch in my location employed by Larsen & Toubro Infotech (LTI)", |
| "output": { |
| "company": "Larsen & Toubro Infotech (LTI)", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch in around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there b tech alumni in from my city from my graduting class batch?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the B Tech holders from CSE in around me?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find and show me maszer holders.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Are there m tech alumni in Tokyo from 2017 batch?", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "List bachelors holders in from my country.", |
| "output": { |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni at my company in India.", |
| "output": { |
| "country": "India", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "I'd like to see alumni from it in from my city working at Audintel", |
| "output": { |
| "branch": "IT", |
| "company": "Audintel", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find and show me m tech holders.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Are there graduates from 2017 living in Japan who studied ai ml?", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(AI&ML)", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "List alumni from 2020 in NewcYork who are into phd", |
| "output": { |
| "batch": "2020", |
| "degree": "PhD", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show me alumni in cse ds working at SAP Labs India", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "SAP Labs India" |
| } |
| }, |
| { |
| "query": "Find and show me m tech holders.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Tell me the people in Puee who graduated with B Tech in csezds", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Can you give me alumni in Delhi with PhD from my batcg batch?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find me people in my location, will you?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts of PhD holders.", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Find people at Sriven Solutions in from my country.", |
| "output": { |
| "company": "Sriven Solutions", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts of masters holders.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Who are the phd holders?", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Who among 2017 batch in CSE is employed by RealPage in Delhi?", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE", |
| "company": "RealPage", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Display folks in data science from my batch batch working in Germany", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Find alumni near me with a M Tech.", |
| "output": { |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me ppl from data science in Kolkata working at my company", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "<user_data>", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Do you have info on etech grads in IT?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "seek grads from my year in the same location as me", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List it graduates from my graduating class employed by Cisco Systhms in Banfalore.", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "IT", |
| "company": "Cisco Systems", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "anyone from my graduating class in cse at Comscore?", |
| "output": { |
| "branch": "CSE", |
| "company": "Comscore", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ai graduates from 2017 batch employed at L&T Technology Services", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(AI&ML)", |
| "company": "L&T Technology Services" |
| } |
| }, |
| { |
| "query": "Who are the mtech holders from my brnch in from my city?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people near me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Could you find people from ai and ml for me?", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "find me ppl from Chennai in vt from my batch working at Deloitte", |
| "output": { |
| "branch": "IT", |
| "company": "Deloitte", |
| "city": "Chennai", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me engineers from my dept working at Teleparadigm networke", |
| "output": { |
| "company": "Teleparadigm networke" |
| } |
| }, |
| { |
| "query": "Who are the people near me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "any passouts frm my batch working at Persistent Systems?", |
| "output": { |
| "company": "Persistent Systems", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone know grads from data scince in my city?", |
| "output": { |
| "branch": "data scince", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me names of grads from my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni with m tech in it from 2015 batch at GSPANN TEgHNOLOGIES located in USA", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "branch": "IT", |
| "company": "GSPANN TECHNOLOGIES", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show me who from my college is in my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch in the same city working at Comscore", |
| "output": { |
| "company": "Comscore", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Help me find grads from 2017 year.", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Who are the ppl in ai and ml around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List masters holders in India.", |
| "output": { |
| "degree": "M Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show grads from Data Science in my city who are at AMD", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "AMD", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I am seeking alumni from my brnch, can you assist?", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "I want to see graduates from 2017 in UK who did my degre", |
| "output": { |
| "batch": "2017", |
| "degree": "<user_data>", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "I need information on alumni specialized in data scince.", |
| "output": { |
| "branch": "data scince" |
| } |
| }, |
| { |
| "query": "I want to know alumni with btech working at NIIT Technologies in Tokyo", |
| "output": { |
| "degree": "B Tech", |
| "company": "NIIT Technologies", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Who are the cse alumni in my country working for Freshwouks?", |
| "output": { |
| "branch": "CSE", |
| "company": "Freshworks", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from Comscore based in Japan", |
| "output": { |
| "company": "Comscore", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show B Tech graduates working at Oracle India in from my country", |
| "output": { |
| "degree": "B Tech", |
| "company": "Oracle India", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need list of ppl in ai ml from my batch in Kolkata", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find people from my branch in Bangalore employed by Freshworks", |
| "output": { |
| "company": "Freshworks", |
| "city": "Bangalore", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me details of people from 2019 batch at my orgn in UK", |
| "output": { |
| "batch": "2019", |
| "company": "my orgn", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "get me grads from cse ds in my area", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for grads with a background in cse ai ml.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Need contacts in Pune.", |
| "output": { |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who's around me from college days?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni based in USA?", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "display grads from ds in my city at QUADRANT IT SERVICES", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "QUADRANT IT SERVICES", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List grads working around me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me people from my batch in Bangalore working at Sonata Software", |
| "output": { |
| "company": "Sonata Software", |
| "city": "Bangalore", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need alumni from data science in from my city", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show folks in Mumbai from cse working at Xebia", |
| "output": { |
| "branch": "CSE", |
| "company": "Xebia", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find folks in my branch from my batch working in my company", |
| "output": { |
| "branch": "<user_data>", |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me the my graduating clxss batch graduates.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find me people in Delhi, will you?", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me graduates from 2020.", |
| "output": { |
| "batch": "2020" |
| } |
| }, |
| { |
| "query": "Find people in my city, USA.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from data scince in my location at Caszex?", |
| "output": { |
| "branch": "data scince", |
| "company": "Caspex", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find ppl from my batch in Hyderabad working at my company", |
| "output": { |
| "company": "<user_data>", |
| "city": "Hyderabad", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni from my batch batch in Mumbai who are into btech", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Looking for alums in my location, help me out.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl who did ai mh from MTemh", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Need alumni from cse in London", |
| "output": { |
| "branch": "CSE", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Who are the folks in my city with my degree from y018 batch in cse ds working at Hexaware Technologies", |
| "output": { |
| "batch": "2018", |
| "degree": "<user_data>", |
| "branch": "CSE(DS)", |
| "company": "Hexaware Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List the alumni with my degree.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need names of MTech grads at Mphasps.", |
| "output": { |
| "degree": "M Tech", |
| "company": "Mphasis" |
| } |
| }, |
| { |
| "query": "List alumni in AI and ML around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need grads in ds from 2019 working at 3i Infotech", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(DS)", |
| "company": "3i Infotech" |
| } |
| }, |
| { |
| "query": "Show grads near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show grads near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the mtech holders in near me?", |
| "output": { |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "seek grads from my year in the same location as me", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people from our college in Japan.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show me grads who did M Tech in Data Science", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Who are the my degree holders in my city?", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Do you have info on my degre grads in ai and ml?", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "get me the list of folks from my degree in the same city as me", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2018 batch in UK with B Tech", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show me folks from my city working in RealPage.", |
| "output": { |
| "company": "RealPage", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find graduates from my graduating class in Pune, Japan working in AI and ML", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "Pune", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find graduates in Japan", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find ftech holders from 2020 at Oracle India based in Hyderabid.", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "company": "Oracle India", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find me ppl from Chennai in Data Science from 2020 working in Freshworks", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(DS)", |
| "company": "Freshworks", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show PhD graduates working at Candescent in my country", |
| "output": { |
| "degree": "PhD", |
| "company": "Candescent", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need names of people from the 2019 batch.", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "Any alumni living in India?", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Give me grads in data smince in Mumbai", |
| "output": { |
| "branch": "data scince", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the folks with Phd from CSE in my batch batch?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "anyone from iq in my city at Optum?", |
| "output": { |
| "branch": "IT", |
| "company": "Optum", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find buddies from my graduating class in AI and ML working at my orgnization", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there bachelors alumni in Mumbai from 2j20 batch?", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Can you find people from my graduating class batch at Polaris Consulting & Services located in Bangalore?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Polaris Consulting & Services", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show grads from CSE in my city who are at F5 NETWORKS", |
| "output": { |
| "branch": "CSE", |
| "company": "F5 NETWORKS", |
| "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": "Tell me the people in my location who graduated with my degre in ds", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find masters alumni from 2015 at Mastek based in Hyderabad.", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "company": "Mastek", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who is working at Cognizant?", |
| "output": { |
| "company": "Cognizant" |
| } |
| }, |
| { |
| "query": "Any alumni from my year?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me folks from CSE(DS) in my city working at TCS", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "TCS", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any master graduates around?", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Please list B Tech graduates from 2019 who are at EPAM Systems in London.", |
| "output": { |
| "batch": "2019", |
| "degree": "B Tech", |
| "company": "EPAM Systems", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Who from my batch is in Qualcomm?", |
| "output": { |
| "company": "Qualcomm", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me grads from my brnch who are in same city as me", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me the list of people working at Zoho Corporation na.", |
| "output": { |
| "company": "Zoho Corporation" |
| } |
| }, |
| { |
| "query": "Fetch names of people from my graduting class batch.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me who from my college is in Germany.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Give me ppl in CcE around me", |
| "output": { |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
|
|
| { |
| "query": "List ai m tech alumni at Sasken Technologies in around me.", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Sasken Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from CSE in my location employed by Birlasoft", |
| "output": { |
| "branch": "CSE", |
| "company": "Birlasoft", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me the 2019 batch graduates.", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "who's hanging around in my company from my branch?", |
| "output": { |
| "branch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find mtech alumni from cse ds in Berlin at Cisco Systems", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "company": "Cisco Systems", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "get me engineers from my dept working at Nvidia Graphics Pvt Ltd", |
| "output": { |
| "company": "Nvidia Graphics Pvt Ltd" |
| } |
| }, |
| { |
| "query": "get me grads frm ai ml in my city working at Wipro", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Wipro", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my graduating class in cse ds at Optum?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Optum", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl doing Data Science in Pune", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
|
|
| { |
| "query": "Please list all alumni from the my batch working at Netcracker Technology in Bangalore.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Netcracker Technology", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me alumni at kore.ai yaar.", |
| "output": { |
| "company": "kore.ai" |
| } |
| }, |
| { |
| "query": "Who's around me from college days?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from my graduating class batch in my country with b tech", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me names of people in my aranch.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from 2019 in Berlin working at kore.yi.", |
| "output": { |
| "batch": "2019", |
| "company": "kore.ai", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "List the graduates who completed m tech in 2017.", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "get me the guys from my batch into data science near me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for people like me in cse ds.", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "get me folks from dava scince in my city working at Comcast", |
| "output": { |
| "branch": "data scince", |
| "company": "Comcast", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "display folks from my batch who are in the same city as me and are into io", |
| "output": { |
| "branch": "IT", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me ppl from it working at NCR Atleos in Mumbai", |
| "output": { |
| "branch": "IT", |
| "company": "NCR Atleos", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Can you display masters graduates from ds in USA?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Need contacts in Punjab National Bank.", |
| "output": { |
| "company": "Punjab National Bank" |
| } |
| }, |
| { |
| "query": "who's in my city from ai ml?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me the grads from 2017 batch?", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Find graduates from my sraduating class in Chennai, Jypan working in it", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "IT", |
| "city": "Chennai", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find folks at my company from my batch.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find bachelors alumni from my eraduting class at Polaris Consulting & Services based in same city.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "company": "Polaris Consulting & Services", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
|
|
| { |
| "query": "List ppl who did ai ml from m tech", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List graduates residing in from my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show people with my specialization.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show ai ml alumni from 2017 who work at My Company in from my city.", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(AI&ML)", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me grads from my batch in my location working in data science", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find all ai alumni from 2019 employed at Audintel in Hyderabad.", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "company": "Audintel", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who among 201c batch in ai and ml is employed by GSPANN TECHNOLOGIES in my city?", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(AI&ML)", |
| "company": "GSPANN TECHNOLOGIES", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show graduates from the class of 2018.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Need contacts in Germany.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Need list of ppl in CSE(Dn) from 2018", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "I'd like to know who from my graduating class batch is working at Kellton Tech Solutions in same city", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Kellton Tech Solutions", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people in New York, India.", |
| "output": { |
| "city": "New York", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Mphasis", |
| "output": { |
| "company": "Mphasis", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni with PhD in CSE(DS) working at NTT DATA BUSINESS SOLUTIONS in UxA", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(DS)", |
| "company": "NTT DATA BUSINESS SOLUTIONS", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Need grads in CSE(DS) from y018 working at Larsen & Toubro Infotech (LTI)", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(DS)", |
| "company": "Larsen & Toubro Infotech (LTI)" |
| } |
| }, |
| { |
| "query": "Get me the people from my graduating class.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the phd graduates from my brnch in my batch batch at Capgemini in Mumbai?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "branch": "<user_data>", |
| "company": "Capgemini", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Help me find grads from my batch year.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please provide ai and ml master grads from 2015 working at Audintel in around me.", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Audintel", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the mltech graduates in Kellton Tech Solutions?", |
| "output": { |
| "degree": "M Tech", |
| "company": "Kellton Tech Solutions" |
| } |
| }, |
| { |
| "query": "Find folks at my company from 2017.", |
| "output": { |
| "batch": "2017", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me people from IT in my location at Oracle Financial Services Software", |
| "output": { |
| "branch": "IT", |
| "company": "Oracle Financial Services Software", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find my degree graduates from 2018 working at NCR Voyix in Mumbai.", |
| "output": { |
| "batch": "2018", |
| "degree": "<user_data>", |
| "company": "NCR Voyix", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Get me the 2017 batch graduates.", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Find b tech alumni from 2016 batch at Sigmoid", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "company": "Sigmoid" |
| } |
| }, |
| { |
| "query": "Anyone settled in my location?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me who from my college is in USA.", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show me alumni from my batch batch in Ug with bachelors", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Find ya alumni in cse around me", |
| "output": { |
| "branch": "CSE", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need list of ppl in data science from my graduating class", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "list ppl from my branch working around me", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ai ml BTech grads at Hexaware Technologies in Mumbai.", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Hexaware Technologies", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any alumni from my year?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks from CSE(AI&ML) in Mumbai with m tech working at Wipro", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Wipro", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me who's at NTT DATA BUSINESS SOLUTIONS nowadays.", |
| "output": { |
| "company": "NTT DATA BUSINESS SOLUTIONS" |
| } |
| }, |
| { |
| "query": "Get me names of alumni in my yountry.", |
| "output": { |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone from our college at Amazon?", |
| "output": { |
| "company": "Amazon" |
| } |
| }, |
| { |
| "query": "Give me the list of people working at my orgnization na.", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people from 2017 batch working at Mindtree in from my city", |
| "output": { |
| "batch": "2017", |
| "company": "Mindtree", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the ppl in Data Science from 2018 working at NTT DATA BUSINESS SOLUTIONS", |
| "output": { |
| "batch": "2018", |
| "branch": "CSE(DS)", |
| "company": "NTT DATA BUSINESS SOLUTIONS" |
| } |
| }, |
| { |
| "query": "Give me grads in cse ai ml in Tokyo", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Find alumni from 2016 batch in my location who are into masters", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me grads frm CSE(AI&ML) in my city working at Tata Elxsi", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Tata Elxsi", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me the folks from CSE(AI&ML) in New York with my degree", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "show me the alumni in my city from it", |
| "output": { |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni with M Tech employed by AMD.", |
| "output": { |
| "degree": "M Tech", |
| "company": "AMD" |
| } |
| }, |
| { |
| "query": "who all are in my company from my branch?", |
| "output": { |
| "branch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me cse grads at Candescent.", |
| "output": { |
| "branch": "CSE", |
| "company": "Candescent" |
| } |
| }, |
| { |
| "query": "list ppl from my branch working around me", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Do we have any btewh grads from cse(ai&ml) working at Punjab National Bank?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Punjab National Bank" |
| } |
| }, |
| { |
| "query": "Give me the list of people in USA with my degree.", |
| "output": { |
| "country": "USA", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are in Kellton Tech Solutions?", |
| "output": { |
| "company": "Kellton Tech Solutions" |
| } |
| }, |
| { |
| "query": "I'd like to know who from 2017 batch is working at Mindtree in Delhi", |
| "output": { |
| "batch": "2017", |
| "company": "Mindtree", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Get u017 folks at eClerx in Bangalore.", |
| "output": { |
| "batch": "2017", |
| "company": "eClerx", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List my graduating class batch people in ei ml working at NIIT Technologies", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "company": "NIIT Technologies" |
| } |
| }, |
| { |
| "query": "List ai wl my degree alumni at Kellton Tech Solutions in same city.", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "company": "Kellton Tech Solutions", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni with PhD employed by Tata Elxsi.", |
| "output": { |
| "degree": "PhD", |
| "company": "Tata Elxsi" |
| } |
| }, |
| { |
| "query": "Who are the people from 2020 batch living in from my country?", |
| "output": { |
| "batch": "2020", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people working at Cisco Systems.", |
| "output": { |
| "company": "Cisco Systems" |
| } |
| }, |
| { |
| "query": "Show me graduates from 2015 batch working in Nen York with master", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "List alumni employed by NIIT Technologies.", |
| "output": { |
| "company": "NIIT Technologies" |
| } |
| }, |
| { |
| "query": "Please show me the alumni in my location area.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the ppl in CjE(AI&ML) around me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me the my graduting class batch graduates.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who earned a phd?", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Any alumni based in USA?", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "List all phd grads in Delhi who work for Teleparadigm networke", |
| "output": { |
| "degree": "PhD", |
| "company": "Teleparadigm networke", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
|
|
| { |
| "query": "Who are the alumni with M Tsch working at Birlasoft in same city?", |
| "output": { |
| "degree": "M Tech", |
| "company": "Birlasoft", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me m tech holders from cse ai ml in UK", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Find ppl doing cse", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Need contacts of masters holders.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Display people with my degqe in AI and Mi based in Kolkata working at Candescent", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "company": "Candescent", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me ppl doing m tech in ai around me", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show M Tech holders from 2v20 who work at my orgnization in Bangzlore.", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "company": "<user_data>", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch in the same city working at Goldman Sachs", |
| "output": { |
| "company": "Goldman Sachs", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Provide a list of phd graduates.", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Any graduates living in my iity, USA?", |
| "output": { |
| "city": "<user_data>", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "who all are in my company from my branch?", |
| "output": { |
| "branch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please show me the alumni in Hyderabad area.", |
| "output": { |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "find me people from my batch in my city working at Netcracker Technology", |
| "output": { |
| "company": "Netcracker Technology", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone settled in from my city?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find ya ppl in AI and oL from phd", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Get me the 202t batch graduates.", |
| "output": { |
| "batch": "2020" |
| } |
| }, |
| { |
| "query": "List folks at my company from my graduting class.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni who completed a l tech.", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Need alumni from data science from my graduating class", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Give me details of people from my batch batch at SAP Labs India in Gkrmany", |
| "output": { |
| "batch": "<user_data>", |
| "company": "SAP Labs India", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "List all cse alumni from my graduting class at Cognizant located in Berlin.", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE", |
| "company": "Cognizant", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Get me alumni in data scince working at NIIT Technologies around me", |
| "output": { |
| "branch": "data scince", |
| "company": "NIIT Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
|
|
| { |
| "query": "who are the folks from cse(ai&ml) in the same city as me?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for grads with a background in my branch.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from 2017", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Show me graduates from 2018.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Find graduates of 2019 batch residing in Berlin.", |
| "output": { |
| "batch": "2019", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "List ppl from data scince in my city", |
| "output": { |
| "branch": "data scince", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the b tech students in cse at DBS Tech India?", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE", |
| "company": "DBS Tech India" |
| } |
| }, |
| { |
| "query": "I need information on alumni specialized in IT.", |
| "output": { |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Do we have alums from csd in New York?", |
| "output": { |
| "branch": "CSE", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Who are the Phd holders in welhi?", |
| "output": { |
| "degree": "PhD", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find my degre alumni from CSE(DS) in vangalore at Microsoft", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(DS)", |
| "company": "Microsoft", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "who are the folks from my branch in the same city as me?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me b tech holders from CSE in my country", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "list alumni in IT from my batch in same city", |
| "output": { |
| "branch": "IT", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "any grads from my batch in cse working near me?", |
| "output": { |
| "branch": "CSE", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the my degre graduates from ai ml in my batch batch at National Payments Corporation of India in Bangalore?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>", |
| "branch": "CSE(AI&ML)", |
| "company": "National Payments Corporation of India", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find IT PhD grads at Deloitte in London.", |
| "output": { |
| "degree": "PhD", |
| "branch": "IT", |
| "company": "Deloitte", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "any alumni from my graduating class in ai around me?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List cse ds graduates from 2016 employed by Sasken Technologies in Lordon.", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(DS)", |
| "company": "Sasken Technologies", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "I would like to find alumni from my batch batch.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find the grads with my degree in Mumbai.", |
| "output": { |
| "city": "Mumbai", |
| "country": "India", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any my graduating class passouts currently in my location?", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni working for Dynata based in India.", |
| "output": { |
| "company": "Dynata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Do we have any phd grads from cse(ai&ml) working at OpenText?", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)", |
| "company": "OpenText" |
| } |
| }, |
| { |
| "query": "List people from my department.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "who's in my city from ai and ml?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display people with bachelor in cse(ai&ml) based in Mumbai working at GSPrNN TECHNOLOGIES", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "GSPANN TECHNOLOGIES", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me bachelor alumni from my graeuating class employed at Polaris Consulting & Services in Berlin.", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "company": "Polaris Consulting & Services", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show me graduates from my graduating class batch working in Kolkata with b tech", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "get me names of ppl in cse ds from my batch near me", |
| "output": { |
| "branch": "CSE(DS)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need grads in CSE(AI&ML) from 2e19 working at my company", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(AI&ML)", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "who are the folks from my branch in the same city as me?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me names of my batchmates in my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me ppl from AI and ML working at Info Edge (India) Ltd in Kolkata", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Info Edge (India) Ltd", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "I'd like to see alumni from it in London working at kore.ai", |
| "output": { |
| "branch": "IT", |
| "company": "kore.ai", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "List alumni employed at Netenrich.", |
| "output": { |
| "company": "Netenrich" |
| } |
| }, |
| { |
| "query": "Any passouts of 2016?", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Show me MTech grads from cse in 2015 batch", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "find ppl from my branch in near me employed by Info Edge (India) Ltd", |
| "output": { |
| "company": "Info Edge (India) Ltd", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show B Tech graduates working at Larsen & Toubro Infotech (LTI) in Germany", |
| "output": { |
| "degree": "B Tech", |
| "company": "Larsen & Toubro Infotech (LTI)", |
| "country": "Germany" |
| } |
| }, |
|
|
| { |
| "query": "Who from my batch is in Tata Elxsi?", |
| "output": { |
| "company": "Tata Elxsi", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni who finished in 2015.", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "Who all are there in near me from our college?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me alumni with master from 2020 in Tokyo", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Get me ppl from IT working at my orgnization in same city", |
| "output": { |
| "branch": "IT", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the m tech graduates at Goldman Sachs?", |
| "output": { |
| "degree": "M Tech", |
| "company": "Goldman Sachs" |
| } |
| }, |
| { |
| "query": "any passouts from my batch working at Salesforce in Tukyo?", |
| "output": { |
| "company": "Salesforce", |
| "city": "Tokyo", |
| "country": "Japan", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display M Tech grads from 2019 batch at Hexaware Technologies in New York", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "company": "Hexaware Technologies", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find B Tech graduates from 2020 working at Hexaware Technologies in Berlin.", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "company": "Hexaware Technologies", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Anyone with my specialization at National Payments Corporation of India?", |
| "output": { |
| "company": "National Payments Corporation of India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need list of grads in AI and ML from 2017 at My Company", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(AI&ML)", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone settled in my location?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch at Adobe?", |
| "output": { |
| "company": "Adobe", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find m tech alumni from my batch batch at DAZN", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "company": "DAZN" |
| } |
| }, |
| { |
| "query": "List alumni from 2019 in New York who are into masters", |
| "output": { |
| "batch": "2019", |
| "degree": "M Tech", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Find people at Payoda in my country.", |
| "output": { |
| "company": "Payoda", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any grads with my degree in London?", |
| "output": { |
| "city": "London", |
| "country": "UK", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who is in USA?", |
| "output": { |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show me who's at Teleparadigm networke nowadays.", |
| "output": { |
| "company": "Teleparadigm networke" |
| } |
| }, |
| { |
| "query": "Find people with m tech in London from 2020 batch", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "from my batch, get me ppl in cse in my city", |
| "output": { |
| "branch": "CSE", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me bachelor grads living in my country.", |
| "output": { |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Anyone from our college at RealPage?", |
| "output": { |
| "company": "RealPage" |
| } |
| }, |
| { |
| "query": "any fellow grads from CSE(DS) in my vicinity?", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
|
|
| } |
| }, |
| { |
| "query": "List people from my department.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Got any names from my brnch?", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "list people from my city with my degree at eClerx", |
| "output": { |
| "company": "eClerx", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who resides in Tokyo?", |
| "output": { |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Who all from b tech are in my city?", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List BTech alumni based in from my city.", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List cse ai ml graduates from 2020 batch employed at Salesforce", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(AI&ML)", |
| "company": "Salesforce" |
| } |
| }, |
| { |
| "query": "Get me alumni in aikand ml from 2015 working at Intel Technology India", |
| "output": { |
| "batch": "2015", |
| "branch": "CSE(AI&ML)", |
| "company": "Intel Technology India" |
| } |
| }, |
| { |
| "query": "Give me ppl in ai", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me grads in it from my batch", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Bring up profiles of those in data science.", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "anyone from my degree at Firstsource Solutions?", |
| "output": { |
| "company": "Firstsource Solutions", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the alumni with b tech working at Mindtree in Berlin?", |
| "output": { |
| "degree": "B Tech", |
| "company": "Mindtree", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "find people from my branch in my location employed by Qualcomm", |
| "output": { |
| "company": "Qualcomm", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "koi hai from data science in my city?", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find me people in Delhi, will you?", |
| "output": { |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Can you find grads from 2017 batch at yCL Technologies?", |
| "output": { |
| "batch": "2017", |
| "company": "HCL Technologies" |
| } |
| }, |
| { |
| "query": "Can you find people from 2020 batch at Google located in samh city?", |
| "output": { |
| "batch": "2020", |
| "company": "Google", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all from btech are in Kolkata?", |
| "output": { |
| "degree": "B Tech", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need contacts of my degre holders.", |
| "output": { |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "List individuals with a B Tece.", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Who are the folks with Phd from xi ml in my batch batch?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch who are in the same city as me and work at Hexaware Technologies", |
| "output": { |
| "company": "Hexaware Technologies", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from Salesforce based in my country", |
| "output": { |
| "company": "Salesforce", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me ppl from ai and ml working at Cognizant in Kolkata", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Cognizant", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me alumni in CSE(DS) from 2017 in my company", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE(DS)", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "who are the folks from my branch in the same city as me?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Provide a list of m tech graduates.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Are there alumni with mtech in Bangalore working at kore.ai?", |
| "output": { |
| "degree": "M Tech", |
| "company": "kore.ai", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any my degree alumni in Jatan?", |
| "output": { |
| "degree": "<user_data>", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "list people from my city with my degree at Happiest Minds Technologies", |
| "output": { |
| "company": "Happiest Minds Technologies", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Is anyone from Data Science employed at Teleparadigm networke?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Teleparadigm networke" |
| } |
| }, |
| { |
| "query": "Looking for people in Tokyo.", |
| "output": { |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Collect names of alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "in my area, find alumni from cse ds", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Would you kindly show me graduates residing in my city?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "bhai, find me grads from my batch in London", |
| "output": { |
| "city": "London", |
| "country": "UK", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Could you find people from cse for me?", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Find alumni from 2016 batch in my location who are into B Tech", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me BTech grads in CSE(DS) at KPIT Technologies", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "KPIT Technologies" |
| } |
| }, |
| { |
| "query": "Show alumni from Oracle India based in Japan", |
| "output": { |
| "company": "Oracle India", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "I'd like to know who from 2016 batch is working at Info Edge (India) Ltd in Mumbai", |
| "output": { |
| "batch": "2016", |
| "company": "Info Edge (India) Ltd", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the folks based in from mh city, India?", |
| "output": { |
| "city": "<user_data>", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find cse ai ml alumni in UK", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "list ppl from my batch in Kolkata working at Amazon", |
| "output": { |
| "company": "Amazon", |
| "city": "Kolkata", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me grads in IT at Xebia in around me", |
| "output": { |
| "branch": "IT", |
| "company": "Xebia", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni from my year?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from data scince", |
| "output": { |
| "branch": "data scince" |
| } |
| }, |
| { |
| "query": "List all M Tech grads in Tokyo who work for Mastek", |
| "output": { |
| "degree": "M Tech", |
| "company": "Mastek", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "get me grads frm ai ml in my city working at NIIT Technologies", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "NIIT Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me people from 2018 batch with B Tech in Chennai", |
| "output": { |
| "batch": "2018", |
| "degree": "B Tech", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me B Tech ppl in ai and ml", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me b tech it grads", |
| "output": { |
| "degree": "B Tech", |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Who are the grads in cse from my graduting class", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Show me alumni from my batch who are in Bangalore.", |
| "output": { |
| "batch": "<user_data>", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need contacts in New York.", |
| "output": { |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Give me ppl doing cse ds in Mumbai", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the Phd grads living in Pune?", |
| "output": { |
| "degree": "PhD", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find classmates from 2018.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Show my degre grads from 2015 working for L&T Tpchnology Services in Tokmo.", |
| "output": { |
| "batch": "2015", |
| "degree": "<user_data>", |
| "company": "L&T Technology Services", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Need names of M Tech grads at Accenture.", |
| "output": { |
| "degree": "M Tech", |
| "company": "Accenture" |
| } |
| }, |
| { |
| "query": "List individuals with a m tech.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "any passouts from my batch in Tokyo?", |
| "output": { |
| "city": "Tokyo", |
| "country": "Japan", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me ppl in AI and ML", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Looking for employees at Amazon.", |
| "output": { |
| "company": "Amazon" |
| } |
| }, |
| { |
| "query": "Give me IT alumni in my country working at QUADRANT IT SERVICES", |
| "output": { |
| "branch": "IT", |
| "company": "QUADRANT IT SERVICES", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Could you please provide a list of masters graduates?", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Show me people from our college in UK.", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Find folks working for Ramco Systems.", |
| "output": { |
| "company": "Ramco Systems" |
| } |
| }, |
| { |
| "query": "Find alumni in Japan.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Are there M Tech alumni in my location from 2020 batch?", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Display the list of masters holders based in same city at Amazon", |
| "output": { |
| "degree": "M Tech", |
| "company": "Amazon", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Please list all alumni from the 2018 working at Persistent Systems in near me.", |
| "output": { |
| "batch": "2018", |
| "company": "Persistent Systems", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I am seeking alumni from ai, can you assist?", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find people working at KPIT Technologies in my city.", |
| "output": { |
| "company": "KPIT Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the guys from my batch into cse ai ml near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me the grads from 2016 batch?", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Need contacts in Ramco Systems.", |
| "output": { |
| "company": "Ramco Systems" |
| } |
| }, |
| { |
| "query": "Need contacts in Zensar Technologies.", |
| "output": { |
| "company": "Zensar Technologies" |
| } |
| }, |
| { |
| "query": "who are the folks from my branch in the same city as me?", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me folks from my branch in my city from my batch", |
| "output": { |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need alumni from CSE(DS) in Pude", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List graduates with MTech from cse(ai&ml) based in my location for National Payments Corporation of India", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "National Payments Corporation of India", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any passouts around me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the guys from my batch into AI and ML near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show graduates from the class of my baach.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find graduates from 2020 in New York, USA working in my brnch", |
| "output": { |
| "batch": "2020", |
| "branch": "<user_data>", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Give me grads in ai kl in Mumbai", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me alumni from my graduating class in cse working at My Company", |
| "output": { |
| "branch": "CSE", |
| "company": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you display masters graduates from ds in UK?", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(DS)", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Caspex", |
| "output": { |
| "company": "Caspex", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you give me alumni in my location with B Tfch from my graduting class batch?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need info on alumni from 2018 batch with m tech.", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Can you find folks from IT in from my country working at SAP Labs India?", |
| "output": { |
| "branch": "IT", |
| "company": "SAP Labs India", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the grads from my 2016 batch in UK with M fech?", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Any grads in Comcast?", |
| "output": { |
| "company": "Comcast" |
| } |
| }, |
| { |
| "query": "Give me the list of people working at Infosys na.", |
| "output": { |
| "company": "Infosys" |
| } |
| }, |
| { |
| "query": "Show people with my specialization.", |
| "output": { |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni employed at L&T Technology Services.", |
| "output": { |
| "company": "L&T Technology Services" |
| } |
| }, |
| { |
| "query": "Show me people from our college in India.", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show people from Data Scifnce in my gradutinguclass batch located in my city", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I need information on alumni specialized in ai.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Can you find folks from ds in Germany working at Nvidia Graphics Pvt Ltd?", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Nvidia Graphics Pvt Ltd", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show people from 2020 working around me.", |
| "output": { |
| "batch": "2020", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "I wish to see who graduated in my graduating class.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "I want to see people with M Tech in IT from 2020 batch", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "branch": "IT" |
| } |
| }, |
| { |
| "query": "Find grads at my company near me.", |
| "output": { |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List folks at my company from my graduating class.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you list alumni with masters from my graduating class in Kolkata?", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any folks employed by Comscore living in Japan?", |
| "output": { |
| "company": "Comscore", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "who all are in my company from my branch?", |
| "output": { |
| "branch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "looking for pals from my batch into it near me", |
| "output": { |
| "branch": "IT", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me b tech alumni from 2016 employed at Dell Technologies in from my city.", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "company": "Dell Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are there in Jipan?", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Supply contacts of CSE(DS) alumni.", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Give me ppl in Data Science around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can I find people in Japan with my degree?", |
| "output": { |
| "country": "Japan", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from my graduating class batch in India with master", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Anyone settled in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the 2019 year passouts?", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "Can you find grads from 2020 batch at Prudential Financial?", |
| "output": { |
| "batch": "2020", |
| "company": "Prudential Financial" |
| } |
| }, |
| { |
| "query": "find ppl from my branch in Pune employed by Dynata", |
| "output": { |
| "company": "Dynata", |
| "city": "Pune", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me profiles of Phd grads.", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "List alumni from 2017 in same city who are into master", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me alumni in it from 2016 in my company", |
| "output": { |
| "batch": "2016", |
| "branch": "IT", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from CSE in my location employed by Dynata", |
| "output": { |
| "branch": "CSE", |
| "company": "Dynata", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me names of people frm my batch in my area", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me grads who did my degree in ds", |
| "output": { |
| "degree": "<user_data>", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Get me grads who did phd in ai ml", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "List alumni employed at Ramco Systems.", |
| "output": { |
| "company": "Ramco Systems" |
| } |
| }, |
| { |
| "query": "Find people in Mumbai, Germany.", |
| "output": { |
| "city": "Mumbai", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show folks in Hyderabad from data scince working at HCL Technologies", |
| "output": { |
| "branch": "data scince", |
| "company": "HCL Technologies", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Give me a list of B Tech grads from ai ml working at Adobe Systems India", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Adobe Systems India" |
| } |
| }, |
| { |
| "query": "Anyone from the year 2020?", |
| "output": { |
| "batch": "2020" |
| } |
| }, |
|
|
| { |
| "query": "Display people with BTech from cse(ai&ml) in Bangalore", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Any alumni living in India?", |
| "output": { |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find mtech graduates in ai from my batch batch working at Cisco Systems in around me, my country", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Cisco Systems", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl from my country", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people at Hexaware Technologies", |
| "output": { |
| "company": "Hexaware Technologies" |
| } |
| }, |
| { |
| "query": "List people from my branch working at my orgnization.", |
| "output": { |
| "company": "<user_data>", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need names of b tech grads at RealPage.", |
| "output": { |
| "degree": "B Tech", |
| "company": "RealPage" |
| } |
| }, |
| { |
| "query": "Can you tell me who is in Hyderabad from our college?", |
| "output": { |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Could you please provide a list of Phd graduates?", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Anyone from Data Science stream?", |
| "output": { |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Fetch names of people from 2017 batch.", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Who earned a bachelors?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "I want to see people with MTeyh in cse from 2x16 batch", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "List alumni from 2020 in Tokyo who are into yhD", |
| "output": { |
| "batch": "2020", |
| "degree": "PhD", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show me alumni who completed a master.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Who are the people from my batch at my company?", |
| "output": { |
| "company": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from my batch who are in my city.", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "any fellow grads from ai and ml in my vicinity?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the ai and ml graduates in around me working at Info Edge (India) Ltd?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Info Edge (India) Ltd", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need names of bachelors grads at Accenture.", |
| "output": { |
| "degree": "B Tech", |
| "company": "Accenture" |
| } |
| }, |
| { |
| "query": "get me the guys from my batch in AI and Mi near me", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks in ds from my batch in UK?", |
| "output": { |
| "branch": "CSE(DS)", |
| "country": "UK", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "I wish to see who graduated in 2017.", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Any folks living in my area?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find classmates from my batch.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people living in around me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch in the same city working at Oracle Financial Services Software", |
| "output": { |
| "company": "Oracle Financial Services Software", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "any alumni from my graduating class in cse around me?", |
| "output": { |
| "branch": "CSE", |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Provide a list of bachelors graduates.", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "find people from cse ds in my location employed by Zensar Technologies", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "Zensar Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl who did cse ds from B Tech", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "Looking for people like me in ai and ml.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find folks with my background in USA.", |
| "output": { |
| "country": "USA", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl from bachelor", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Any b tech graduates around?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Give me a list of b tech grads from cse(ai&ml) working at Info Edge (India) Ltd", |
| "output": { |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Info Edge (India) Ltd" |
| } |
| }, |
| { |
| "query": "Show me alumni in London from cse(ai&ml) branch in 2016 batch with bachelor at Tata Elxsi", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Tata Elxsi", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Any graduates living in around me, from my country?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks working for eClerx.", |
| "output": { |
| "company": "eClerx" |
| } |
| }, |
| { |
| "query": "any passouts from my batch working at mr company in Kolkata?", |
| "output": { |
| "company": "<user_data>", |
| "city": "Kolkata", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the folks from my degree in Chennai working at Cisco Systems", |
| "output": { |
| "company": "Cisco Systems", |
| "city": "Chennai", |
| "country": "India", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2015 batch", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "Get me names of alumni in my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need contacts of mastecs holders in Mumbai.", |
| "output": { |
| "degree": "M Tech", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the ppl in it around me", |
| "output": { |
| "branch": "IT", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me the folks from my degree in Loedon working at SAP Labs India", |
| "output": { |
| "company": "SAP Labs India", |
| "city": "London", |
| "country": "UK", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni from 2019 batch in my location with BTech", |
| "output": { |
| "batch": "2019", |
| "degree": "B Tech", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks based in my fity, USA?", |
| "output": { |
| "city": "<user_data>", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "get me grads frm it in my city working at Dynata", |
| "output": { |
| "branch": "IT", |
| "company": "Dynata", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "anyone from my batch in ht in Delhi?", |
| "output": { |
| "branch": "IT", |
| "city": "Delhi", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Nvidia Graphics Pvt Ltd", |
| "output": { |
| "company": "Nvidia Graphics Pvt Ltd", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find mtech alumni from 2020 batch at EPAM Systems", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "company": "EPAM Systems" |
| } |
| }, |
| { |
| "query": "Find ppl doing AI and ML", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find alumni near me with a b tech.", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the IT alumni in UK working for Cognizant?", |
| "output": { |
| "branch": "IT", |
| "company": "Cognizant", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Any 2020 passouts currently in DBS Tech India?", |
| "output": { |
| "batch": "2020", |
| "company": "DBS Tech India" |
| } |
| }, |
| { |
| "query": "Get me ppl from data scince working at my org in my location", |
| "output": { |
| "branch": "data scince", |
| "company": "my org", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "list ppl from my batch in Berlin working at Google", |
| "output": { |
| "company": "Google", |
| "city": "Berlin", |
| "country": "Germany", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the b tech holders in Delhi?", |
| "output": { |
| "degree": "B Tech", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who all are in Freshworks?", |
| "output": { |
| "company": "Freshworks" |
| } |
| }, |
| { |
| "query": "Bring up profiles of those in cse(ai&ml).", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me B Tech ppl in cse", |
| "output": { |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Need list of grads in et from 2017 at NTT DATA BUSINESS SOLUTIONS", |
| "output": { |
| "batch": "2017", |
| "branch": "IT", |
| "company": "NTT DATA BUSINESS SOLUTIONS" |
| } |
| }, |
| { |
| "query": "Show me CSE grads at Experian.", |
| "output": { |
| "branch": "CSE", |
| "company": "Experian" |
| } |
| }, |
| { |
| "query": "List folks at my company from 2020.", |
| "output": { |
| "batch": "2020", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Locate people from Germany who graduated from our college.", |
| "output": { |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Give me ppl in ai ml", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me grads from my city working in from my country.", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Tell me about alumni from my graduting class batch in my location with my degree", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks at Amazon?", |
| "output": { |
| "company": "Amazon" |
| } |
| }, |
| { |
| "query": "List alumni from my graduating class batch in from my city with phd", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "PhD", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me folks from my city working in Innopinds.", |
| "output": { |
| "company": "Innominds", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me alumni from my graduating class in ai working at Cognizant", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Cognizant", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the students from 2019 with a B Tech?", |
| "output": { |
| "batch": "2019", |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Need contacts of b tech holders in my city.", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there graduates from 2019 living in my locatioa who studied Data Science?", |
| "output": { |
| "batch": "2019", |
| "branch": "CSE(DS)", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me alumni with MTech from 20z5 in New York", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show me all data scince bachelor grads working at Zensar Technologies in Delhi.", |
| "output": { |
| "degree": "B Tech", |
| "branch": "data scince", |
| "company": "Zensar Technologies", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "I am interested in connecting with grads at Deloitte.", |
| "output": { |
| "company": "Deloitte" |
| } |
| }, |
| { |
| "query": "Who are the folks at Comcast based in same city?", |
| "output": { |
| "company": "Comcast", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find grads at my company near me.", |
| "output": { |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Could you please provide a list of BTech graduates?", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Who all from PhD are at NTT DATA BUSINESS SOLUTIONS?", |
| "output": { |
| "degree": "PhD", |
| "company": "NTT DATA BUSINESS SOLUTIONS" |
| } |
| }, |
| { |
| "query": "Who all are there in my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni of 2015 batch.", |
| "output": { |
| "batch": "2015" |
| } |
| }, |
| { |
| "query": "who's from my branch in hhennai working at Xebia?", |
| "output": { |
| "company": "Xebia", |
| "city": "Chennai", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me the folks from cse in near mp with PhD", |
| "output": { |
| "degree": "PhD", |
| "branch": "CSE", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me masters alumni from 2017 employed at NTT DATA BUSINESS SOLUTIONS in Delhi.", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech", |
| "company": "NTT DATA BUSINESS SOLUTIONS", |
| "city": "Delhi", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find folks working for Payoda.", |
| "output": { |
| "company": "Payoda" |
| } |
| }, |
| { |
| "query": "Find ij people at my orgnization in same city", |
| "output": { |
| "branch": "IT", |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me who is in my location from our college?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me profiles of b tech grads.", |
| "output": { |
| "degree": "B Tech" |
| } |
| }, |
| { |
| "query": "Please provide names of alumni in New York.", |
| "output": { |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Who all are there in my city from our college?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni near me with a mastew.", |
| "output": { |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me btech grads living in UK.", |
| "output": { |
| "degree": "B Tech", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "get me ppl from my batch working at Dell Technologies", |
| "output": { |
| "company": "Dell Technologies", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the people near me?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find graduates from 2016 in Tokyo, Germany working in cse", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE", |
| "city": "Tokyo", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "get me the list of folks from my degree in the same city as me", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Looking for M Tech alumni.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Find folks located in UK.", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Would you kindly show me graduates residing in my city?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List graduates with btech from my brnch based in jndia for Netoracker Technology", |
| "output": { |
| "degree": "B Tech", |
| "branch": "<user_data>", |
| "company": "Netcracker Technology", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List alumni with m tech in it from 2018 batch at Nvidia Graphics Pvt Ltt located in my location", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech", |
| "branch": "IT", |
| "company": "Nvidia Graphics Pvt Ltd", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you tell me the grads from my graduting class batch?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any passouts from 2017?", |
| "output": { |
| "batch": "2017" |
| } |
| }, |
| { |
| "query": "Tell me who from my branch is working in Hyderabad at Persistent Systems", |
| "output": { |
| "branch": "<user_data>", |
| "company": "Persistent Systems", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who among 2016 batch in data scince is employed by OpenText in around me?", |
| "output": { |
| "batch": "2016", |
| "branch": "data scince", |
| "company": "OpenText", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me PhD grads living in my location.", |
| "output": { |
| "degree": "PhD", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need to find folks from my graduating class, any ideas?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people from it in 2020 batch working in Germany", |
| "output": { |
| "batch": "2020", |
| "branch": "IT", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Who all studied with me?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me ppl from my batch working at Cognizant", |
| "output": { |
| "company": "Cognizant", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who all are in my company?", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me alumni in ds working at NCR Atleos", |
| "output": { |
| "branch": "CSE(DS)", |
| "company": "NCR Atleos" |
| } |
| }, |
| { |
| "query": "Find bachelors graduates from 2020 working at Netenrich in my location.", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "company": "Netenrich", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me master alumni from 2016 employed at Teleparadigm networke in from my city.", |
| "output": { |
| "batch": "2016", |
| "degree": "M Tech", |
| "company": "Teleparadigm networke", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find me people from my batch in same city working at Happiest Minds Technologies", |
| "output": { |
| "company": "Happiest Minds Technologies", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me names of people frm my batch in my area", |
| "output": { |
| "batch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List people from New York", |
| "output": { |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Anyone settled in erom my country?", |
| "output": { |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "List folks at my company from 2018.", |
| "output": { |
| "batch": "2018", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who is working at DarwinBox?", |
| "output": { |
| "company": "DarwinBox" |
| } |
| }, |
| { |
| "query": "Any graduates living in my city, my country?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Do you know of any bachelors holders in my location?", |
| "output": { |
| "degree": "B Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any folks living in my area?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any alumni based in Japan?", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "I'd like to know who from 2019 batch is working at Info Edge (India) Ltd in London", |
| "output": { |
| "batch": "2019", |
| "company": "Info Edge (India) Ltd", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at QUADRANT IT SERVICES", |
| "output": { |
| "company": "QUADRANT IT SERVICES", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni who studied cse(ai&ml) in Mumbai", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Get bachelors graduates from 2015 employed by Sigmoid in Bangalore.", |
| "output": { |
| "batch": "2015", |
| "degree": "B Tech", |
| "company": "Sigmoid", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show me m tech graduates from 2017 batch", |
| "output": { |
| "batch": "2017", |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "Tell me who from it is working in Berlin at Tata Consultancy Services", |
| "output": { |
| "branch": "IT", |
| "company": "Tata Consultancy Services", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Who all from b tech are in Tfkyo?", |
| "output": { |
| "degree": "B Tech", |
| "city": "Tokyo", |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Anyone from the year 2019?", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "Find people working at F5 NETWORKS.", |
| "output": { |
| "company": "F5 NETWORKS" |
| } |
| }, |
| { |
| "query": "Find people working at Dynata.", |
| "output": { |
| "company": "Dynata" |
| } |
| }, |
| { |
| "query": "Display people with m tech from cse(ai&ml) in Berlin", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show me alumni with masters from IT in my location", |
| "output": { |
| "degree": "M Tech", |
| "branch": "IT", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people in ai with M Tech from 2018 batch working at Comscore in USA", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)", |
| "company": "Comscore", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "Show me B Tech ppl in ai and ml", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Find people working at Candescent in same city.", |
| "output": { |
| "company": "Candescent", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find alumni from 2015 batch in Chennai who are into PhD", |
| "output": { |
| "batch": "2015", |
| "degree": "PhD", |
| "city": "Chennai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Give me ppl doing CSE in Bangalore", |
| "output": { |
| "branch": "CSE", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "any fellow grads from AI and ML in my vicinity?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the grads in cse from 2017", |
| "output": { |
| "batch": "2017", |
| "branch": "CSE" |
| } |
| }, |
| { |
| "query": "Find graduates from 2018 batch employed by SAP Labs India in Hyderabad", |
| "output": { |
| "batch": "2018", |
| "company": "SAP Labs India", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Show alumni from 20s5 with a M Tech who live in my city", |
| "output": { |
| "batch": "2015", |
| "degree": "M Tech", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any folks employed by Caspex living in India?", |
| "output": { |
| "company": "Caspex", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "show me alumni from my graduating class in data scince working at rCS", |
| "output": { |
| "branch": "data scince", |
| "company": "TCS", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "show me alumni from my branch who are in the same city as me and work at Adobe", |
| "output": { |
| "company": "Adobe", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need to find folks from 2016, any ideas?", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Any alumni from my year?", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "who are the folks from cse(ai&ml) in the same city as me?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "List ppl from PhD", |
| "output": { |
| "degree": "PhD" |
| } |
| }, |
| { |
| "query": "Show me the MTech holders from 2018 year.", |
| "output": { |
| "batch": "2018", |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "List ppl who did ai ml from masters", |
| "output": { |
| "degree": "M Tech", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Who are the CSE(AI&ML) alumni in UK working for Mastek?", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Mastek", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Need list of ppl in cse ds from 2016", |
| "output": { |
| "batch": "2016", |
| "branch": "CSE(DS)" |
| } |
| }, |
| { |
| "query": "working at Nvidia Graphics Pvt Ltd, any folks from my branch around me?", |
| "output": { |
| "company": "Nvidia Graphics Pvt Ltd", |
| "branch": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks in CSE from my batch working in my company", |
| "output": { |
| "branch": "CSE", |
| "batch": "<user_data>", |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Are there graduates from my graduting class at Goldman Sachs?", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Goldman Sachs" |
| } |
| }, |
| { |
| "query": "List alumni of 2019 batch.", |
| "output": { |
| "batch": "2019" |
| } |
| }, |
| { |
| "query": "I want to see people with btech in data scince from 2017 batch", |
| "output": { |
| "batch": "2017", |
| "degree": "B Tech", |
| "branch": "data scince" |
| } |
| }, |
| { |
| "query": "List people from my nity", |
| "output": { |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get bachelor graduates from 2016 employed by Candescent in Puke.", |
| "output": { |
| "batch": "2016", |
| "degree": "B Tech", |
| "company": "Candescent", |
| "city": "Pune", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who among 2020 batch in ai is employed by Candescent in London?", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(AI&ML)", |
| "company": "Candescent", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "I would like to find alumni from 2018 batch.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "List 2020 batch people in yata science working at Ramco Systems", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(DS)", |
| "company": "Ramco Systems" |
| } |
| }, |
| { |
| "query": "List alumni with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the ppl in CSE(DS) around me", |
| "output": { |
| "branch": "CSE(DS)", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "find folks with my degree in the same city as me at Micron", |
| "output": { |
| "company": "Micron", |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me ppl from my batch working at Amazon", |
| "output": { |
| "company": "Amazon", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the alumni in my location?", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Can you list alumni with b tech from 20q0 in Mumbai?", |
| "output": { |
| "batch": "2020", |
| "degree": "B Tech", |
| "city": "Mumbai", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the bachelor graduates residing in Inuia?", |
| "output": { |
| "degree": "B Tech", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Who are the 2016 year passouts?", |
| "output": { |
| "batch": "2016" |
| } |
| }, |
| { |
| "query": "Find people from my branch in 2019 batch working in my location", |
| "output": { |
| "batch": "2019", |
| "branch": "<user_data>", |
| "country": "<user_data>", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find people with master in Kolkdta from 2020 batch", |
| "output": { |
| "batch": "2020", |
| "degree": "M Tech", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List people from my branch working at Deloitte.", |
| "output": { |
| "company": "Deloitte", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Fetch names of people from 2018 batch.", |
| "output": { |
| "batch": "2018" |
| } |
| }, |
| { |
| "query": "Who are the grads based in UK?", |
| "output": { |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Give me people from my graduting class in CSE(DS) who are in Bangalore", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(DS)", |
| "city": "Bangalore", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Find alumni residing near me.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find grads at my company near me.", |
| "output": { |
| "company": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Any grads in my company?", |
| "output": { |
| "company": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me contacts from my city.", |
| "output": { |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Give me people from 20y0 in AI and ML who are in New York", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(AI&ML)", |
| "city": "New York", |
| "country": "USA" |
| } |
| }, |
| { |
| "query": "I wish to see who graduated in my batch.", |
| "output": { |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Who are the folks at RealPage?", |
| "output": { |
| "company": "RealPage" |
| } |
| }, |
| { |
| "query": "get me ppl from Kolkata in cse from my batch working in Mastek", |
| "output": { |
| "branch": "CSE", |
| "company": "Mastek", |
| "city": "Kolkata", |
| "country": "India", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "who's from my degree in New York working at Comcast?", |
| "output": { |
| "company": "Comcast", |
| "city": "New York", |
| "country": "USA", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "Get me profiles of masters grads.", |
| "output": { |
| "degree": "M Tech" |
| } |
| }, |
| { |
| "query": "find buddies from my graduating class in ai and ml working at Salesforoe", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Salesforce", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "find people from my branch in Pnne employed by my orgnization", |
| "output": { |
| "company": "<user_data>", |
| "city": "Pune", |
| "country": "India", |
| "branch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show me profiles of cse ai ml graduates.", |
| "output": { |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "Show me M Tech graduates in smme city.", |
| "output": { |
| "degree": "M Tech", |
| "city": "<user_data>" |
| } |
| }, |
| { |
| "query": "Need list of ppl in ai from my graduating class", |
| "output": { |
| "batch": "<user_data>", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "List people residing in Japan.", |
| "output": { |
| "country": "Japan" |
| } |
| }, |
| { |
| "query": "Show me graduates from my graduating class batch working in Hyderabad with m tech", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "M Tech", |
| "city": "Hyderabad", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "Need alumni from ai and ml from 2020", |
| "output": { |
| "batch": "2020", |
| "branch": "CSE(AI&ML)" |
| } |
| }, |
| { |
| "query": "any passouts from my batch working at QUADRANw IT SERVICES in from my city?", |
| "output": { |
| "company": "QUADRANT IT SERVICES", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "get me ppl from my batch working at Mastek", |
| "output": { |
| "company": "Mastek", |
| "batch": "<user_data>" |
| } |
| }, |
| { |
| "query": "Find folks with my degree near me.", |
| "output": { |
| "degree": "<user_data>", |
| "city": "<user_data>", |
| "country": "<user_data>" |
| } |
| }, |
| { |
| "query": "Show alumni from my batch with a bachelor who live in derlin", |
| "output": { |
| "batch": "<user_data>", |
| "degree": "B Tech", |
| "city": "Berlin", |
| "country": "Germany" |
| } |
| }, |
| { |
| "query": "Show alumni from my graduting class in London working at Capgemini.", |
| "output": { |
| "batch": "<user_data>", |
| "company": "Capgemini", |
| "city": "London", |
| "country": "UK" |
| } |
| }, |
| { |
| "query": "Show me who's at DBS Tech India nowadays.", |
| "output": { |
| "company": "DBS Tech India" |
| } |
| }, |
| { |
| "query": "who's from my degree in from my city working at TCS?", |
| "output": { |
| "company": "TCS", |
| "city": "<user_data>", |
| "country": "<user_data>", |
| "degree": "<user_data>" |
| } |
| }, |
| { |
| "query": "List alumni from ai ml working at Infosys in Kolkata", |
| "output": { |
| "branch": "CSE(AI&ML)", |
| "company": "Infosys", |
| "city": "Kolkata", |
| "country": "India" |
| } |
| }, |
| { |
| "query": "List Phd holders in USj.", |
| "output": { |
| "degree": "PhD", |
| "country": "USA" |
| } |
| } |
| ] |
|
|