query
stringlengths 13
123
| output
dict |
|---|---|
Show me the people connected to our college.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who all are there in Bangalore?
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": null
}
|
Find ppl doing Data Science
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find people in CSE(AI&ML) with mtech from 2017 batch working at 3i Infotech in my country
|
{
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": null,
"company": "3i Infotech",
"country": "<user_data>",
"degree": "M Tech"
}
|
List alumni of 2018 batch.
|
{
"batch": "2018",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find the grads with my degree in Pune.
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": "<user_data>"
}
|
List m tech holders in Germany.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": "M Tech"
}
|
I'd like to see alumni from data science in New York working at QUADRANT IT SERVICES
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "New York",
"company": "QUADRANT IT SERVICES",
"country": "USA",
"degree": null
}
|
Show me alumni at Sonata Software yaar.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Sonata Software",
"country": null,
"degree": null
}
|
Do you know of any master holders in Kolkata?
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Anyone here from my college?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Give me the list of people in my country with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Who are the folks based in Chennai, UK?
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"country": "UK",
"degree": null
}
|
List people working at Intel Technology India
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Intel Technology India",
"country": null,
"degree": null
}
|
Retrieve alumni working at Info Edge (India) Ltd.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Info Edge (India) Ltd",
"country": null,
"degree": null
}
|
Any B Tech graduates around?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Give me the list of people in my country with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Need contacts in near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Display me alumni from 2020 batch working at kore.ai in Pune
|
{
"batch": "2020",
"branch": null,
"city": "Pune",
"company": "kore.ai",
"country": "India",
"degree": null
}
|
Who are the alumni?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni residing in near me, UK.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me ppl doing phd in IT around me
|
{
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "PhD"
}
|
Who are the folks in cse ds from 2017 living in Japan?
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "Japan",
"degree": null
}
|
Show me alumni in London from CSE(DS) branch in 2018 batch with b tech at Zensar Technologies
|
{
"batch": "2018",
"branch": "CSE(DS)",
"city": "London",
"company": "Zensar Technologies",
"country": "UK",
"degree": "B Tech"
}
|
I'd like to know who from 2020 batch is working at Mindtree in Chennai
|
{
"batch": "2020",
"branch": null,
"city": "Chennai",
"company": "Mindtree",
"country": "India",
"degree": null
}
|
Find alumni from my batch batch in my location who are into b tech
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
Who are the alumni?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List people from my branch working at Kellton Tech Solutions.
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Kellton Tech Solutions",
"country": null,
"degree": null
}
|
Find ya alumni in Data Science around me
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me who's at RealPage nowadays.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "RealPage",
"country": null,
"degree": null
}
|
Show me alumni in data science working at Sigmoid
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "Sigmoid",
"country": null,
"degree": null
}
|
Any passouts of 2020?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni from 2019 in Kolkata who are into mtech
|
{
"batch": "2019",
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Find folks with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
List alumni with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Find people with a b tech qualification.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Show people from 2017 working around me.
|
{
"batch": "2017",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Any grads with my degree in London?
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": "<user_data>"
}
|
Show me grads who did B Tech in my branch
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Show me ai and ml alumni in around me working at kore.ai
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": "kore.ai",
"country": "<user_data>",
"degree": null
}
|
Find AI and ML people at Dell Technologies in Berlin
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "Berlin",
"company": "Dell Technologies",
"country": "Germany",
"degree": null
}
|
Find folks located in Kolkata.
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": null
}
|
Find folks working for Medplus.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Medplus",
"country": null,
"degree": null
}
|
Find alumni who majored in data science.
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the grads at OpenText in my country?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "OpenText",
"country": "<user_data>",
"degree": null
}
|
List people working at Goldman Sachs
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Goldman Sachs",
"country": null,
"degree": null
}
|
I am interested in connecting with grads at Mu Sigma Business Solutions Pvt Ltd.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Mu Sigma Business Solutions Pvt Ltd",
"country": null,
"degree": null
}
|
Find masters alumni from 2015 batch at Payoda
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": "Payoda",
"country": null,
"degree": "M Tech"
}
|
Need contacts of btech holders in Kolkata.
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Collect names of alumni residing near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find and show me M Tech holders.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Need list of ppl in cse(ai&ml) from 2018 in Chennai
|
{
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": null,
"country": "India",
"degree": null
}
|
Get me alumni in CSE(AI&ML) working at Mphasis around me
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": "Mphasis",
"country": "<user_data>",
"degree": null
}
|
Who are the phd graduates from ds in 2019 batch at Salesforce in Mumbai?
|
{
"batch": "2019",
"branch": "CSE(DS)",
"city": "Mumbai",
"company": "Salesforce",
"country": "India",
"degree": "PhD"
}
|
I'd like to know who from my graduating class batch is working at Mindtree in Berlin
|
{
"batch": "<user_data>",
"branch": null,
"city": "Berlin",
"company": "Mindtree",
"country": "Germany",
"degree": null
}
|
Looking for people like me in CSE.
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Looking for colleagues at my company.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Who are the people from my batch at Salesforce?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Salesforce",
"country": null,
"degree": null
}
|
Need contacts in London.
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
}
|
Who are the ppl in Data Science from my batch working at Salesforce
|
{
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": null,
"company": "Salesforce",
"country": null,
"degree": null
}
|
Need alumni from CSE(DS) from 2018
|
{
"batch": "2018",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Any PhD alumni in Japan?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Japan",
"degree": "PhD"
}
|
Get me names of alumni in USA.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": null
}
|
Anyone with my specialization at Sonata Software?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Sonata Software",
"country": null,
"degree": null
}
|
Who are the phd graduates from 2017 in Chennai?
|
{
"batch": "2017",
"branch": null,
"city": "Chennai",
"company": null,
"country": "India",
"degree": "PhD"
}
|
Find people working at Payoda in Bangalore.
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": "Payoda",
"country": "India",
"degree": null
}
|
Give me grads in cse ds in New York
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "New York",
"company": null,
"country": "USA",
"degree": null
}
|
Any alumni based in UK?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
Show me alumni from 2018 batch
|
{
"batch": "2018",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find people with a masters qualification.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Display people with masters from ai in near me
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Who are the experts in CSE(DS)?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me alumni at Candescent yaar.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Candescent",
"country": null,
"degree": null
}
|
I'd like to see alumni from IT in Berlin working at Comcast
|
{
"batch": null,
"branch": "IT",
"city": "Berlin",
"company": "Comcast",
"country": "Germany",
"degree": null
}
|
I'd like to see alumni from ai ml in my city working at Tech Mahindra
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": "Tech Mahindra",
"country": "<user_data>",
"degree": null
}
|
Show me ppl doing b tech in my branch around me
|
{
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
Anyone with my specialization at Zensar Technologies?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Zensar Technologies",
"country": null,
"degree": null
}
|
Do we have any mtech grads from AI and ML working at Oracle Financial Services Software?
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Oracle Financial Services Software",
"country": null,
"degree": "M Tech"
}
|
List people from my department.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List students who studied IT.
|
{
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find bachelor graduates in CSE(DS) from 2016 batch working at TCS in Berlin, my country
|
{
"batch": "2016",
"branch": "CSE(DS)",
"city": "Berlin",
"company": "TCS",
"country": "<user_data>",
"degree": "B Tech"
}
|
Hey, who's in Pune from our college?
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Do you have info on b tech grads in Data Science?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who's around me from college days?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find folks from my branch in Berlin with mtech working at NTT DATA BUSINESS SOLUTIONS
|
{
"batch": null,
"branch": "<user_data>",
"city": "Berlin",
"company": "NTT DATA BUSINESS SOLUTIONS",
"country": "Germany",
"degree": "M Tech"
}
|
Show me ai grads at Experian.
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Experian",
"country": null,
"degree": null
}
|
Can you tell me who is in London from our college?
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
}
|
Who all from bachelor are at Adobe Systems India?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Adobe Systems India",
"country": null,
"degree": "B Tech"
}
|
List ppl who did my branch from phd
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": null,
"country": null,
"degree": "PhD"
}
|
Can you find grads from 2018 batch at Comcast?
|
{
"batch": "2018",
"branch": null,
"city": null,
"company": "Comcast",
"country": null,
"degree": null
}
|
Can you display phd graduates from IT in India?
|
{
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"country": "India",
"degree": "PhD"
}
|
Display folks from my batch who are in the same city as me and are into Data Science
|
{
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the people from 2019 batch living in Germany?
|
{
"batch": "2019",
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
Tell me about alumni from my batch batch in London with phd
|
{
"batch": "<user_data>",
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": "PhD"
}
|
Is anyone from my batch working at Punjab National Bank?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Punjab National Bank",
"country": null,
"degree": null
}
|
Display people with phd in cse(ai&ml) based in near me working at Qualcomm
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": "Qualcomm",
"country": "<user_data>",
"degree": "PhD"
}
|
List students who studied CSE(AI&ML).
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me IT alumni in my city working at Microsoft
|
{
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": "Microsoft",
"country": "<user_data>",
"degree": null
}
|
Show grads near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Need list of ppl in CSE(DS) from my batch
|
{
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.