query
stringlengths 17
122
| output
dict |
---|---|
Find graduates living in Santa Clara. | {
"batch": null,
"branch": null,
"city": "Santa Clara",
"company": null,
"degree": null
} |
Show me alumni from 2019 in Santa Clara who have a B Tech in AI and ML and are employed at Microsoft. | {
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": "Santa Clara",
"company": "Microsoft",
"degree": "B Tech"
} |
Find alumni from 2017 with a M Tech in CSE and AI and ML from Delhi working at Intel. | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Delhi",
"company": "Intel",
"degree": "M Tech"
} |
Show me graduates from 2021 with a B Tech in Computer Science located in Bangalore working at Microsoft. | {
"batch": "2021",
"branch": "CSE",
"city": "Bangalore",
"company": "Microsoft",
"degree": "B Tech"
} |
Find alumni from 2021 with a M Tech in CSE and AI and ML from San Francisco employed at Capgemini. | {
"batch": "2021",
"branch": "CSE(AI&ML)",
"city": "San Francisco",
"company": "Capgemini",
"degree": "M Tech"
} |
List alumni from the 2019 batch in Mumbai with a B Tech in IT employed at Capgemini. | {
"batch": "2019",
"branch": "IT",
"city": "Mumbai",
"company": "Capgemini",
"degree": "B Tech"
} |
Find graduates from 2021 with a M Tech in cse(ai&ml) from Hyderabad. | {
"batch": "2021",
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"company": null,
"degree": "M Tech"
} |
Looking to connect with 2018 alumni who have a B Tech in AI and are based in Pune at Google. | {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Google",
"degree": "B Tech"
} |
Find alumni from 2022 with a B Tech in cse from Mumbai employed at IBM. | {
"batch": "2022",
"branch": "CSE",
"city": "Mumbai",
"company": "IBM",
"degree": "B Tech"
} |
Find me any 2022 alumni who did B Tech in Information Technology, live in Santa Clara, and work at TCS. | {
"batch": "2022",
"branch": "IT",
"city": "Santa Clara",
"company": "TCS",
"degree": "B Tech"
} |
Who from the 2020 class has a B Tech in IT and works at Infosys in Mumbai? | {
"batch": "2020",
"branch": "IT",
"city": "Mumbai",
"company": "Infosys",
"degree": "B Tech"
} |
Find alumni from 2021 with a M Tech in cse(ai&ml) from Mumbai employed at Accenture. | {
"batch": "2021",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Accenture",
"degree": "M Tech"
} |
Display alumni from 2021 who graduated with a B Tech in Data Science in Santa Clara and are employed at Amazon. | {
"batch": "2021",
"branch": "CSE(DS)",
"city": "Santa Clara",
"company": "Amazon",
"degree": "B Tech"
} |
Find alumni from 2016 with a B Tech in Information Technology from Santa Clara working at Salesforce. | {
"batch": "2016",
"branch": "IT",
"city": "Santa Clara",
"company": "Salesforce",
"degree": "B Tech"
} |
Find graduates from 2022 who have a M Tech in CSE(DS) and are now at Intel in San Francisco. | {
"batch": "2022",
"branch": "CSE(DS)",
"city": "San Francisco",
"company": "Intel",
"degree": "M Tech"
} |
Display alumni who graduated in 2017 with a M Tech in CSE(AI&ML) from Hyderabad and are now at Salesforce. | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"company": "Salesforce",
"degree": "M Tech"
} |
Display graduates from 2019 in Chennai who completed a B Tech in IT and are employed at Oracle. | {
"batch": "2019",
"branch": "IT",
"city": "Chennai",
"company": "Oracle",
"degree": "B Tech"
} |
Find alumni who completed a B Tech in Computer Science in Delhi in 2018 and work at Infosys. | {
"batch": "2018",
"branch": "CSE",
"city": "Delhi",
"company": "Infosys",
"degree": "B Tech"
} |
Any alumni in IT? | {
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"degree": null
} |
Show me alumni from the 2015 batch in San Jose who have a B Tech in Information Technology and work at IBM. | {
"batch": "2015",
"branch": "IT",
"city": "San Jose",
"company": "IBM",
"degree": "B Tech"
} |
Find graduates who completed B Tech in Information Technology in San Jose in 2022 and are employed at Amazon. | {
"batch": "2022",
"branch": "IT",
"city": "San Jose",
"company": "Amazon",
"degree": "B Tech"
} |
Show me alumni from the 2016 batch in Delhi who have a M Tech in CSE and AI and ML and work at Oracle. | {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Delhi",
"company": "Oracle",
"degree": "M Tech"
} |
Show graduates from 2021 in Hyderabad who have a B Tech in cse working at Intel. | {
"batch": "2021",
"branch": "CSE",
"city": "Hyderabad",
"company": "Intel",
"degree": "B Tech"
} |
Who has a CSE(AI&ML) specialization? | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"degree": null
} |
Show me 2020 graduates with M Tech in CSE and AI and ML in Pune employed at Microsoft. | {
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Microsoft",
"degree": "M Tech"
} |
Show me graduates from 2016 with a B Tech in CSE located in Mumbai working at Google. | {
"batch": "2016",
"branch": "CSE",
"city": "Mumbai",
"company": "Google",
"degree": "B Tech"
} |
List alumni from 2019 with a M Tech in cse located in Santa Clara working at Google. | {
"batch": "2019",
"branch": "CSE",
"city": "Santa Clara",
"company": "Google",
"degree": "M Tech"
} |
Display alumni from 2018 who graduated with a B Tech in cse in Santa Clara and are employed at Wipro. | {
"batch": "2018",
"branch": "CSE",
"city": "Santa Clara",
"company": "Wipro",
"degree": "B Tech"
} |
List people who completed a M Tech. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"degree": "M Tech"
} |
List alumni from 2017 with a M Tech in Information Technology located in Bangalore working at IBM. | {
"batch": "2017",
"branch": "IT",
"city": "Bangalore",
"company": "IBM",
"degree": "M Tech"
} |
Find alumni who completed a B Tech in CSE(DS) in Bangalore in 2021 and work at Wipro. | {
"batch": "2021",
"branch": "CSE(DS)",
"city": "Bangalore",
"company": "Wipro",
"degree": "B Tech"
} |
Find graduates from 2015 with a B Tech in Information Technology from San Jose. | {
"batch": "2015",
"branch": "IT",
"city": "San Jose",
"company": null,
"degree": "B Tech"
} |
Are there any B Tech holders in data science from the 2022 class working at Microsoft in Mumbai? | {
"batch": "2022",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Microsoft",
"degree": "B Tech"
} |
Find alumni from 2017 with a M Tech in CSE and AI and ML from San Jose employed at Microsoft. | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "San Jose",
"company": "Microsoft",
"degree": "M Tech"
} |
Find graduates from 2017 with a M Tech in IT from Mumbai. | {
"batch": "2017",
"branch": "IT",
"city": "Mumbai",
"company": null,
"degree": "M Tech"
} |
Anyone who graduated 2019 with B Tech in cse(ds), based in Hyderabad, at Intel? | {
"batch": "2019",
"branch": "CSE(DS)",
"city": "Hyderabad",
"company": "Intel",
"degree": "B Tech"
} |
Display people from 2022 working in Pune with a degree in CSE at Cisco. | {
"batch": "2022",
"branch": "CSE",
"city": "Pune",
"company": "Cisco",
"degree": null
} |
Show me alumni from the 2020 batch in Pune who have a M Tech in it and work at Oracle. | {
"batch": "2020",
"branch": "IT",
"city": "Pune",
"company": "Oracle",
"degree": "M Tech"
} |
Show graduates from 2021 in San Francisco who have a M Tech in Information Technology and work at Adobe. | {
"batch": "2021",
"branch": "IT",
"city": "San Francisco",
"company": "Adobe",
"degree": "M Tech"
} |
Show graduates from 2018 in San Francisco who have a B Tech in it working at TCS. | {
"batch": "2018",
"branch": "IT",
"city": "San Francisco",
"company": "TCS",
"degree": "B Tech"
} |
Any alumni from 2017 with M Tech in Data Science living in San Jose at Capgemini? | {
"batch": "2017",
"branch": "CSE(DS)",
"city": "San Jose",
"company": "Capgemini",
"degree": "M Tech"
} |
List graduates from 2020 who completed a B Tech in Data Science in Pune and work at Intel. | {
"batch": "2020",
"branch": "CSE(DS)",
"city": "Pune",
"company": "Intel",
"degree": "B Tech"
} |
Find graduates from 2021 who have a M Tech in cse and are now at Wipro in Delhi. | {
"batch": "2021",
"branch": "CSE",
"city": "Delhi",
"company": "Wipro",
"degree": "M Tech"
} |
Do you have information on 2017 graduates with a M Tech in CSE(AI&ML) working in San Francisco at IBM? | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "San Francisco",
"company": "IBM",
"degree": "M Tech"
} |
Looking to connect with 2022 alumni who have a M Tech in CSE and are based in Pune at Cisco. | {
"batch": "2022",
"branch": "CSE",
"city": "Pune",
"company": "Cisco",
"degree": "M Tech"
} |
Show graduates from 2016 in Santa Clara who have a M Tech in CSE and DS working at TCS. | {
"batch": "2016",
"branch": "CSE(DS)",
"city": "Santa Clara",
"company": "TCS",
"degree": "M Tech"
} |
Display alumni from 2022 who graduated with a B Tech in DS in Pune and are employed at IBM. | {
"batch": "2022",
"branch": "CSE(DS)",
"city": "Pune",
"company": "IBM",
"degree": "B Tech"
} |
List graduates from 2021 who completed a B Tech in cse in Santa Clara and work at Facebook. | {
"batch": "2021",
"branch": "CSE",
"city": "Santa Clara",
"company": "Facebook",
"degree": "B Tech"
} |
Display alumni who graduated in 2015 with a B Tech in AI from Hyderabad and are now at Cisco. | {
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"company": "Cisco",
"degree": "B Tech"
} |
Find alumni from 2018 with a B Tech in CSE and AI and ML from San Jose working at TCS. | {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "San Jose",
"company": "TCS",
"degree": "B Tech"
} |
List alumni from the 2020 batch in San Jose with a M Tech in cse(ai&ml) employed at TCS. | {
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "San Jose",
"company": "TCS",
"degree": "M Tech"
} |
Any alumni from 2018? | {
"batch": "2018",
"branch": null,
"city": null,
"company": null,
"degree": null
} |
Show alumni with a M Tech. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"degree": "M Tech"
} |
Show graduates from 2017 in Hyderabad who have a B Tech in cse(ds) and work at Intel. | {
"batch": "2017",
"branch": "CSE(DS)",
"city": "Hyderabad",
"company": "Intel",
"degree": "B Tech"
} |
Show alumni from 2020 in Hyderabad who studied cse at Google. | {
"batch": "2020",
"branch": "CSE",
"city": "Hyderabad",
"company": "Google",
"degree": null
} |
I'm searching for alumni from 2019 who studied CSE and AI and ML and are now at Capgemini in Pune. | {
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Capgemini",
"degree": null
} |
Find graduates who have a M Tech. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"degree": "M Tech"
} |
List alumni from the 2017 batch in Santa Clara with a M Tech in Computer Science employed at Adobe. | {
"batch": "2017",
"branch": "CSE",
"city": "Santa Clara",
"company": "Adobe",
"degree": "M Tech"
} |
Find graduates from 2021 with a M Tech in Information Technology from Delhi. | {
"batch": "2021",
"branch": "IT",
"city": "Delhi",
"company": null,
"degree": "M Tech"
} |
Who is currently at TCS? | {
"batch": null,
"branch": null,
"city": null,
"company": "TCS",
"degree": null
} |
Find graduates who completed M Tech in Information Technology in San Jose in 2018 and are employed at Cisco. | {
"batch": "2018",
"branch": "IT",
"city": "San Jose",
"company": "Cisco",
"degree": "M Tech"
} |
Find graduates from 2017 who have a B Tech in cse and are now at Microsoft in Santa Clara. | {
"batch": "2017",
"branch": "CSE",
"city": "Santa Clara",
"company": "Microsoft",
"degree": "B Tech"
} |
Show me alumni from 2015 in Mumbai who have a B Tech in Data Science and are employed at Cisco. | {
"batch": "2015",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Cisco",
"degree": "B Tech"
} |
Can you list 2017 batch alumni with M Tech in cse(ds) in San Francisco working at Intel? | {
"batch": "2017",
"branch": "CSE(DS)",
"city": "San Francisco",
"company": "Intel",
"degree": "M Tech"
} |
Show me 2015 graduates with M Tech in DS in Mumbai employed at Microsoft. | {
"batch": "2015",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Microsoft",
"degree": "M Tech"
} |
Show graduates from 2016 in Mumbai who have a M Tech in AI and work at Oracle. | {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Oracle",
"degree": "M Tech"
} |
Looking for M Tech grads in Computer Science from 2021 living in Bangalore working at Microsoft. | {
"batch": "2021",
"branch": "CSE",
"city": "Bangalore",
"company": "Microsoft",
"degree": "M Tech"
} |
Show alumni from the Computer Science branch. | {
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"degree": null
} |
Show graduates from 2022 in San Francisco who have a B Tech in Computer Science and work at Wipro. | {
"batch": "2022",
"branch": "CSE",
"city": "San Francisco",
"company": "Wipro",
"degree": "B Tech"
} |
Show alumni from 2020 in Mumbai who studied data science at Capgemini. | {
"batch": "2020",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Capgemini",
"degree": null
} |
Show me alumni who graduated in 2019 with a M Tech in Computer Science from Chennai and are employed at Infosys. | {
"batch": "2019",
"branch": "CSE",
"city": "Chennai",
"company": "Infosys",
"degree": "M Tech"
} |
Got any 2015 grads with B Tech in CSE(AI&ML) in Hyderabad at Infosys? | {
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": "Hyderabad",
"company": "Infosys",
"degree": "B Tech"
} |
Display people from 2021 working in Delhi with a degree in cse at Adobe. | {
"batch": "2021",
"branch": "CSE",
"city": "Delhi",
"company": "Adobe",
"degree": null
} |
Display graduates from 2016 in Mumbai who completed a B Tech in DS and are employed at Salesforce. | {
"batch": "2016",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Salesforce",
"degree": "B Tech"
} |
List graduates from 2021 who completed a B Tech in cse(ds) in San Francisco and work at Salesforce. | {
"batch": "2021",
"branch": "CSE(DS)",
"city": "San Francisco",
"company": "Salesforce",
"degree": "B Tech"
} |
Find graduates from the 2021 batch in Mumbai who studied AI at Wipro. | {
"batch": "2021",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Wipro",
"degree": null
} |
List graduates from 2021 who completed a B Tech in it in Chennai and work at Google. | {
"batch": "2021",
"branch": "IT",
"city": "Chennai",
"company": "Google",
"degree": "B Tech"
} |
Show me alumni from the 2021 batch in Mumbai who have a B Tech in it and work at Intel. | {
"batch": "2021",
"branch": "IT",
"city": "Mumbai",
"company": "Intel",
"degree": "B Tech"
} |
List graduates from 2019 who completed a B Tech in Computer Science in Delhi and work at Accenture. | {
"batch": "2019",
"branch": "CSE",
"city": "Delhi",
"company": "Accenture",
"degree": "B Tech"
} |
Who are the 2020 alumni doing B Tech in it in Santa Clara and working at Amazon? | {
"batch": "2020",
"branch": "IT",
"city": "Santa Clara",
"company": "Amazon",
"degree": "B Tech"
} |
Looking for someone who graduated in 2022, has a B Tech in CSE, and works in San Francisco at Cisco. | {
"batch": "2022",
"branch": "CSE",
"city": "San Francisco",
"company": "Cisco",
"degree": "B Tech"
} |
Find graduates who completed M Tech in it in Delhi in 2021 and are employed at Cisco. | {
"batch": "2021",
"branch": "IT",
"city": "Delhi",
"company": "Cisco",
"degree": "M Tech"
} |
Show me alumni who graduated in 2017 with a M Tech in Computer Science from Mumbai and are employed at Salesforce. | {
"batch": "2017",
"branch": "CSE",
"city": "Mumbai",
"company": "Salesforce",
"degree": "M Tech"
} |
Find alumni who completed a B Tech in AI and ML in Bangalore in 2016 and work at Intel. | {
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"company": "Intel",
"degree": "B Tech"
} |
List alumni from 2018 with a M Tech in IT located in Pune working at Cisco. | {
"batch": "2018",
"branch": "IT",
"city": "Pune",
"company": "Cisco",
"degree": "M Tech"
} |
Looking for alumni from 2022 who have a B Tech in ds in San Jose at Salesforce. | {
"batch": "2022",
"branch": "CSE(DS)",
"city": "San Jose",
"company": "Salesforce",
"degree": "B Tech"
} |
List alumni from 2019 with a M Tech in AI and ML located in Chennai working at Adobe. | {
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": "Adobe",
"degree": "M Tech"
} |
Who from the 2018 batch is doing a B Tech in it in Bangalore and works at Oracle? | {
"batch": "2018",
"branch": "IT",
"city": "Bangalore",
"company": "Oracle",
"degree": "B Tech"
} |
Any alumni from 2020 with B Tech in CSE and AI and ML living in Mumbai at Amazon? | {
"batch": "2020",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Amazon",
"degree": "B Tech"
} |
List people from the 2020 year. | {
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"degree": null
} |
Find graduates living in Bangalore. | {
"batch": null,
"branch": null,
"city": "Bangalore",
"company": null,
"degree": null
} |
Show graduates from 2015 in Chennai who have a M Tech in IT and work at Intel. | {
"batch": "2015",
"branch": "IT",
"city": "Chennai",
"company": "Intel",
"degree": "M Tech"
} |
Who from the 2021 batch is doing a M Tech in IT in San Jose and works at Google? | {
"batch": "2021",
"branch": "IT",
"city": "San Jose",
"company": "Google",
"degree": "M Tech"
} |
Show me alumni from 2017 in Delhi who have a M Tech in Information Technology and are employed at Adobe. | {
"batch": "2017",
"branch": "IT",
"city": "Delhi",
"company": "Adobe",
"degree": "M Tech"
} |
Show any 2017 graduates with M Tech in CSE(AI&ML) located in Mumbai working for TCS. | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "TCS",
"degree": "M Tech"
} |
Help me find alumni from 2017 with a M Tech in AI based in Chennai at Capgemini. | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": "Capgemini",
"degree": "M Tech"
} |
Find graduates from 2019 with a B Tech in Information Technology from Pune. | {
"batch": "2019",
"branch": "IT",
"city": "Pune",
"company": null,
"degree": "B Tech"
} |
Do you know any 2022 grads with a M Tech in AI and ML working in Pune at Cisco? | {
"batch": "2022",
"branch": "CSE(AI&ML)",
"city": "Pune",
"company": "Cisco",
"degree": "M Tech"
} |
Can you help me find 2017 alumni who studied CSE and AI and ML, got a M Tech, and work at Oracle in Mumbai? | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": "Mumbai",
"company": "Oracle",
"degree": "M Tech"
} |
I'm searching for alumni from 2022 who studied Information Technology and are now at IBM in Delhi. | {
"batch": "2022",
"branch": "IT",
"city": "Delhi",
"company": "IBM",
"degree": null
} |
Subsets and Splits