query
stringlengths 14
115
| output
dict |
|---|---|
Find folks working for Audintel.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Audintel",
"country": null,
"degree": null
}
|
Find alumni in data science from 2015 in Pune
|
{
"batch": "2015",
"branch": "CSE(DS)",
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
List graduates residing in Germany.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
I'd like to see alumni from my branch in Pune working at L&T Technology Services
|
{
"batch": null,
"branch": "<user_data>",
"city": "Pune",
"company": "L&T Technology Services",
"country": "India",
"degree": null
}
|
Find grads from cse working at my orgnization
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Anyone settled in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the masters holders from IT in 201o batch working for Tata Elxsi in Kolkata, USA
|
{
"batch": "2019",
"branch": "IT",
"city": "Kolkata",
"company": "Tata Elxsi",
"country": "USA",
"degree": "M Tech"
}
|
Who is in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the ppl in cse(ai&ml) around me
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the Phd holders from cse ai mn in my batch batch working for Candescent in Chennai, USA
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "Chennai",
"company": "Candescent",
"country": "USA",
"degree": "PhD"
}
|
Display people with bachelor in AI and ML based in Delhi working at OpenText
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "Delhi",
"company": "OpenText",
"country": "India",
"degree": "B Tech"
}
|
List the alumni with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "<user_data>"
}
|
Who are the phd grads living in Bangalore?
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": "PhD"
}
|
Find graduates from 2019 in my city, Germany working in my brnch
|
{
"batch": "2019",
"branch": "<user_data>",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the folks with b tech from data science in 2017 batch?
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Looking for employees at Freshworks.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Freshworks",
"country": null,
"degree": null
}
|
Who are the bachelor graduates at HCL Technologies?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "HCL Technologies",
"country": null,
"degree": "B Tech"
}
|
Any folks who did CSE(DS)?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
find buddies from my graduating class in cse ai ml working at EPAM Systems
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": null,
"company": "EPAM Systems",
"country": null,
"degree": null
}
|
Any alumni based in Hyderabad?
|
{
"batch": null,
"branch": null,
"city": "Hyderabad",
"company": null,
"country": "India",
"degree": null
}
|
Who are the M Tech holders from Data Science in 2017 batch working for Dell Technologies in London, Germany
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": "London",
"company": "Dell Technologies",
"country": "Germany",
"degree": "M Tech"
}
|
Find alumni in ai ml from my graduating class in same citq
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": null,
"degree": null
}
|
find me ppl from my city in IT from my batch working at my orgnization
|
{
"batch": "<user_data>",
"branch": "IT",
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
}
|
Find alumni at my company in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": "UK",
"degree": null
}
|
get me alumni in CSE from my graduating class employed in Microsoft
|
{
"batch": "<user_data>",
"branch": "CSE",
"city": null,
"company": "Microsoft",
"country": null,
"degree": null
}
|
Locate people from Germany who graduated from our college.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
who's from my branch in my locatiyn working at Tata Elxsi?
|
{
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": "Tata Elxsi",
"country": null,
"degree": null
}
|
display folks from my batch who are in the same city as me and are into cse
|
{
"batch": "<user_data>",
"branch": "CSE",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Give me ppl in CSE(AI&ML) around me
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
any passouts frm my batch working at Comscore?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Comscore",
"country": null,
"degree": null
}
|
List folks at my company from 2016.
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
List people from my branch working at Cognizant.
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Cognizant",
"country": null,
"degree": null
}
|
Find M Tech cse alumni from 2016 employed by AMD in my location.
|
{
"batch": "2016",
"branch": "CSE",
"city": "<user_data>",
"company": "AMD",
"country": "<user_data>",
"degree": "M Tech"
}
|
Find graduates from 2j20 batch employed by F5 NETWORKS in around me
|
{
"batch": "2020",
"branch": null,
"city": "<user_data>",
"company": "F5 NETWORKS",
"country": "<user_data>",
"degree": null
}
|
Tell me who is from 2019 batch in my country with b tech
|
{
"batch": "2019",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
anyone know grads from Data Science in my city?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List alumni in CSE(DS) around me
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find me people in Kolkata, will you?
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": null
}
|
List the graduates who completed bachelor in 2019.
|
{
"batch": "2019",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who are the students from 2d20 with a b tech?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who are the folks in AI and ML from my batch in Japnn?
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": "Japan",
"degree": null
}
|
Who are the data scince graduates in Tokyo working at Xebia?
|
{
"batch": null,
"branch": "data scince",
"city": "Tokyo",
"company": "Xebia",
"country": "Japan",
"degree": null
}
|
Anyone from our college at Qualcomm?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Qualcomm",
"country": null,
"degree": null
}
|
mujhe chahiye log from my branch working at LTIMindtree
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "LTIMindtree",
"country": null,
"degree": null
}
|
Who are the b tech graduates at eClwrx?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "eClerx",
"country": null,
"degree": "B Tech"
}
|
Show me b tech data science alumni at Xebia situated in my gity.
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "Xebia",
"country": null,
"degree": "B Tech"
}
|
Tell me which phd alumni are working at Audintel in my location
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Audintel",
"country": "<user_data>",
"degree": "PhD"
}
|
Show PhD holders from my batch who work at my company in New York.
|
{
"batch": "<user_data>",
"branch": null,
"city": "New York",
"company": "<user_data>",
"country": "USA",
"degree": "PhD"
}
|
Who are the alumni with mtech working at Adobe Systems India in sondon?
|
{
"batch": null,
"branch": null,
"city": "London",
"company": "Adobe Systems India",
"country": "UK",
"degree": "M Tech"
}
|
working at NTT DATA BUSINESS SOLUTIONS, any folks from my branch around me?
|
{
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": "NTT DATA BUSINESS SOLUTIONS",
"country": "<user_data>",
"degree": null
}
|
find ppl from my branch in Kolkata employed by Sigmoid
|
{
"batch": null,
"branch": "<user_data>",
"city": "Kolkata",
"company": "Sigmoid",
"country": "India",
"degree": null
}
|
Tell me who is from 20y9 batch in my country with Phd
|
{
"batch": "2019",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "PhD"
}
|
Who are the B Tech students in my brmnch at Freshworks?
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Freshworks",
"country": null,
"degree": "B Tech"
}
|
List alumni with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Can you give me alumni in my location with my degre from my graduating class batch?
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Find ppl doing cse
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Can you give me alumni in Pune with M Tech from 2c19 batch?
|
{
"batch": "2019",
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Who are the b tech holders in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
Need contacts of my degree holders.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "<user_data>"
}
|
Show me data scince grads at Comscore.
|
{
"batch": null,
"branch": "data scince",
"city": null,
"company": "Comscore",
"country": null,
"degree": null
}
|
Find graduates in from my coustry
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "from my country",
"degree": null
}
|
Can you list people from IT in 2016 batch located in near me?
|
{
"batch": "2016",
"branch": "IT",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find it phd grads at Experian in Delhi.
|
{
"batch": null,
"branch": "IT",
"city": "Delhi",
"company": "Experian",
"country": "India",
"degree": "PhD"
}
|
List students who studied CSE(AI&ML).
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find people in ai and ml with b tech from 2015 batch working at Salesforce in Japan
|
{
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": null,
"company": "Salesforce",
"country": "Japan",
"degree": "B Tech"
}
|
Any alumni based in same city?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Looking for people in my location.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me m tech holders from cse ai ml in my country
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Show me masters alumni from 2016 employed at my company in same ciiy.
|
{
"batch": "2016",
"branch": null,
"city": "<user_data>",
"company": "<user_data>",
"country": null,
"degree": "M Tech"
}
|
Any of our people working at NIIT Technologies?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "NIIT Technologies",
"country": null,
"degree": null
}
|
Who is in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
who all are there in my company from my batch?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Show people with my specialization.
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me grads who did mtech in CSE(jS)
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Show me grads from my city working in Japan.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List people from 2016 batch at Adobe Systems India
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": "Adobe Systems India",
"country": null,
"degree": null
}
|
Give me people from 2019 in cse ai ml who are in my city
|
{
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find phd alumni from 2016 batch at my company
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": "PhD"
}
|
Are there alumni with Phd in around me working at Google?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Google",
"country": "<user_data>",
"degree": "PhD"
}
|
Show alumni from 2016 in Pune working at Caspex.
|
{
"batch": "2016",
"branch": null,
"city": "Pune",
"company": "Caspex",
"country": "India",
"degree": null
}
|
Who all are in my company?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Looking for people in my city.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List ppl from m tech
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Show me ai and ml grads at Dynata.
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Dynata",
"country": null,
"degree": null
}
|
Any grads at Persistent Systems?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Persistent Systems",
"country": null,
"degree": null
}
|
Looking for grads in Germany.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
anyone from AI and ML in my location at Mphasis?
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": "Mphasis",
"country": "<user_data>",
"degree": null
}
|
List people with master from my branch working at Tech Mahindra
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Tech Mahindra",
"country": null,
"degree": "M Tech"
}
|
Show grads near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find ya ppl in cse ds from m tech
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Fetch names of people from 2015 batch.
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find people in Pune, my location.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me alumni in cse working at Medplus
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": "Medplus",
"country": null,
"degree": null
}
|
Show me profiles of ai ml graduates.
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Get me the people from my graduating class.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Anyone settled in Tokyo?
|
{
"batch": null,
"branch": null,
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": null
}
|
Find alumni in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
I'd like to know about mtech holders in USA working for 3i Infotech
|
{
"batch": null,
"branch": null,
"city": null,
"company": "3i Infotech",
"country": "USA",
"degree": "M Tech"
}
|
Give me ppl in data science around me
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
who are the folks from my branch in the same city as me?
|
{
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.