query stringlengths 14 115 | output dict |
|---|---|
List ppl from USA | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": null
} |
Find folks located in Tokyo. | {
"batch": null,
"branch": null,
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": null
} |
Find folks with my degree near me. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
} |
Are there alumni with my degree in my location working at DarwinBox? | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "DarwinBox",
"country": "<user_data>",
"degree": "<user_data>"
} |
get me ppl frm around me in cme ds frm my batch working in Oracle India | {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "Oracle India",
"country": "<user_data>",
"degree": null
} |
Get me names of alumni in USA. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": null
} |
Find folks located in Kolkata. | {
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": null
} |
anyone from CSE(DS) in my location at Punjab National Bank? | {
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "Punjab National Bank",
"country": "<user_data>",
"degree": null
} |
Can you find folks from my branch in UK working at Candesqent? | {
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Candescent",
"country": "UK",
"degree": null
} |
Who are the alumni in my location? | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Who are the people near me? | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
display people from my batch who are into ai ml in the same city as me | {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
anyone from Data Science in my location at my company? | {
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
} |
Collect names of alumni residing near me. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Find classmates from 2016. | {
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
} |
Who are the grads in CSE(DS) from 2017 | {
"batch": "2017",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
} |
Show grads near me. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Who are the 2020 year passouts? | {
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
} |
Find folks working for Dynata. | {
"batch": null,
"branch": null,
"city": null,
"company": "Dynata",
"country": null,
"degree": null
} |
Show people from cse(ai&ml) in 2018 batch located in Tokyo | {
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": null
} |
get me grads from AI and ML in my area | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
I'd like to know who from 2019 batch is working at Nvidia Graphics Pvt Ltd in Berlin | {
"batch": "2019",
"branch": null,
"city": "Berlin",
"company": "Nvidia Graphics Pvt Ltd",
"country": "Germany",
"degree": null
} |
Retrieve alumni working at my orgnization. | {
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
} |
Give me the list of people in my location with my degree. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
} |
any passouts frm my batch working at Goldman Sachs? | {
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Goldman Sachs",
"country": null,
"degree": null
} |
Anyone settled in London? | {
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
} |
Are there graduates from 2015 living in my location who studied CSE(DS)? | {
"batch": "2015",
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
List alumni from Sasken Technologies working in Delhi | {
"batch": null,
"branch": null,
"city": "Delhi",
"company": "Sasken Technologies",
"country": "India",
"degree": null
} |
Looking for M Tech alumni. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
} |
List alumni of 2016 batch. | {
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
} |
who's in my cmpany from my degree? | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "<user_data>"
} |
I want to view alumni from my batch batch in njar me with bachelors | {
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": null,
"degree": "B Tech"
} |
display grads from cse ai ml in my city at My Company | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
} |
Show me b tech grads living in Germany. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": "B Tech"
} |
Get me contacts from my city. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Show me alumni in AI and ML working at Comscore | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Comscore",
"country": null,
"degree": null
} |
Find ppl doing CSE(AI&ML) | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
} |
Are there graduates from 2015 living in my country who studied ai ml? | {
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
any passouts from 2015 in my city working at Oracle India? | {
"batch": "2015",
"branch": null,
"city": "<user_data>",
"company": "Oracle India",
"country": "<user_data>",
"degree": null
} |
List people from data science | {
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
} |
anyone from my degree at Polaris Consulting & Services? | {
"batch": null,
"branch": null,
"city": null,
"company": "Polaris Consulting & Services",
"country": null,
"degree": "<user_data>"
} |
find people from my branch in my location employed by Larsen & Toubro Infotech (LTI) | {
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": "Larsen & Toubro Infotech (LTI)",
"country": "<user_data>",
"degree": null
} |
Who are the people from my batch in around me? | {
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Are there b tech alumni in from my city from my graduting class batch? | {
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
} |
Who are the B Tech holders from CSE in around me? | {
"batch": null,
"branch": "CSE",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
} |
Find and show me maszer holders. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
} |
Are there m tech alumni in Tokyo from 2017 batch? | {
"batch": "2017",
"branch": null,
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": "M Tech"
} |
List bachelors holders in from my country. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
} |
Find alumni at my company in India. | {
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": "India",
"degree": null
} |
I'd like to see alumni from it in from my city working at Audintel | {
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": "Audintel",
"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"
} |
Are there graduates from 2017 living in Japan who studied ai ml? | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": "Japan",
"degree": null
} |
List alumni from 2020 in NewcYork who are into phd | {
"batch": "2020",
"branch": null,
"city": "New York",
"company": null,
"country": "USA",
"degree": "PhD"
} |
Show me alumni in cse ds working at SAP Labs India | {
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "SAP Labs India",
"country": null,
"degree": null
} |
Find and show me m tech holders. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
} |
Tell me the people in Puee who graduated with B Tech in csezds | {
"batch": null,
"branch": "CSE(DS)",
"city": "Pune",
"company": null,
"country": "India",
"degree": "B Tech"
} |
Can you give me alumni in Delhi with PhD from my batcg batch? | {
"batch": "<user_data>",
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": "PhD"
} |
Find me people in my location, will you? | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Need contacts of PhD holders. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "PhD"
} |
Find people at Sriven Solutions in from my country. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Sriven Solutions",
"country": "<user_data>",
"degree": null
} |
Need contacts of masters holders. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
} |
Who are the phd holders? | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "PhD"
} |
Who among 2017 batch in CSE is employed by RealPage in Delhi? | {
"batch": "2017",
"branch": "CSE",
"city": "Delhi",
"company": "RealPage",
"country": "India",
"degree": null
} |
Display folks in data science from my batch batch working in Germany | {
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "Germany",
"degree": null
} |
Find alumni near me with a M Tech. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
} |
Show me ppl from data science in Kolkata working at my company | {
"batch": null,
"branch": "CSE(DS)",
"city": "Kolkata",
"company": "<user_data>",
"country": "India",
"degree": null
} |
Do you have info on etech grads in IT? | {
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
} |
seek grads from my year in the same location as me | {
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
List it graduates from my graduating class employed by Cisco Systhms in Banfalore. | {
"batch": "<user_data>",
"branch": "IT",
"city": "Bangalore",
"company": "Cisco Systems",
"country": "India",
"degree": null
} |
anyone from my graduating class in cse at Comscore? | {
"batch": "<user_data>",
"branch": "CSE",
"city": null,
"company": "Comscore",
"country": null,
"degree": null
} |
List ai graduates from 2017 batch employed at L&T Technology Services | {
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": null,
"company": "L&T Technology Services",
"country": null,
"degree": null
} |
Who are the mtech holders from my brnch in from my city? | {
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
} |
Who are the people near me? | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Could you find people from ai and ml for me? | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
} |
find me ppl from Chennai in vt from my batch working at Deloitte | {
"batch": "<user_data>",
"branch": "IT",
"city": "Chennai",
"company": "Deloitte",
"country": "India",
"degree": null
} |
get me engineers from my dept working at Teleparadigm networke | {
"batch": null,
"branch": null,
"city": null,
"company": "Teleparadigm networke",
"country": null,
"degree": null
} |
Who are the people near me? | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
any passouts frm my batch working at Persistent Systems? | {
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Persistent Systems",
"country": null,
"degree": null
} |
anyone know grads from data scince in my city? | {
"batch": null,
"branch": "data scince",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Give me names of grads from my city. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
List alumni with m tech in it from 2015 batch at GSPANN TEgHNOLOGIES located in USA | {
"batch": "2015",
"branch": "IT",
"city": null,
"company": "GSPANN TECHNOLOGIES",
"country": "USA",
"degree": "M Tech"
} |
Show me who from my college is in my country. | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
show me alumni from my branch in the same city working at Comscore | {
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": "Comscore",
"country": "<user_data>",
"degree": null
} |
Help me find grads from 2017 year. | {
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
} |
Who are the ppl in ai and ml around me | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
List masters holders in India. | {
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": "M Tech"
} |
show grads from Data Science in my city who are at AMD | {
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "AMD",
"country": "<user_data>",
"degree": null
} |
I am seeking alumni from my brnch, can you assist? | {
"batch": null,
"branch": "<user_data>",
"city": null,
"company": null,
"country": null,
"degree": null
} |
I want to see graduates from 2017 in UK who did my degre | {
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": "<user_data>"
} |
I need information on alumni specialized in data scince. | {
"batch": null,
"branch": "data scince",
"city": null,
"company": null,
"country": null,
"degree": null
} |
I want to know alumni with btech working at NIIT Technologies in Tokyo | {
"batch": null,
"branch": null,
"city": "Tokyo",
"company": "NIIT Technologies",
"country": "Japan",
"degree": "B Tech"
} |
Who are the cse alumni in my country working for Freshwouks? | {
"batch": null,
"branch": "CSE",
"city": "<user_data>",
"company": "Freshworks",
"country": "<user_data>",
"degree": null
} |
Show alumni from Comscore based in Japan | {
"batch": null,
"branch": null,
"city": null,
"company": "Comscore",
"country": "Japan",
"degree": null
} |
Show B Tech graduates working at Oracle India in from my country | {
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Oracle India",
"country": "<user_data>",
"degree": "B Tech"
} |
Need list of ppl in ai ml from my batch in Kolkata | {
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "Kolkata",
"company": null,
"country": "India",
"degree": null
} |
find people from my branch in Bangalore employed by Freshworks | {
"batch": null,
"branch": "<user_data>",
"city": "Bangalore",
"company": "Freshworks",
"country": "India",
"degree": null
} |
Give me details of people from 2019 batch at my orgn in UK | {
"batch": "2019",
"branch": null,
"city": null,
"company": "my orgn",
"country": "UK",
"degree": null
} |
get me grads from cse ds in my area | {
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
} |
Looking for grads with a background in cse ai ml. | {
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
} |
Need contacts in Pune. | {
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.