query
stringlengths 14
115
| output
dict |
|---|---|
Who are the folks in ds from my batch in UK?
|
{
"batch": "<user_data>",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
I wish to see who graduated in 2017.
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Any folks living in my area?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find classmates from my batch.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List people living in around me.
|
{
"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 Oracle Financial Services Software
|
{
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": "Oracle Financial Services Software",
"country": "<user_data>",
"degree": null
}
|
any alumni from my graduating class in cse around me?
|
{
"batch": "<user_data>",
"branch": "CSE",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Provide a list of bachelors graduates.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
find people from cse ds in my location employed by Zensar Technologies
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "Zensar Technologies",
"country": "<user_data>",
"degree": null
}
|
List ppl who did cse ds from B Tech
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Looking for people like me in ai and ml.
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find folks with my background in USA.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "<user_data>"
}
|
List ppl from bachelor
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Any b tech graduates around?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Give me a list of b tech grads from cse(ai&ml) working at Info Edge (India) Ltd
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Info Edge (India) Ltd",
"country": null,
"degree": "B Tech"
}
|
Show me alumni in London from cse(ai&ml) branch in 2016 batch with bachelor at Tata Elxsi
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "London",
"company": "Tata Elxsi",
"country": "UK",
"degree": "B Tech"
}
|
Any graduates living in around me, from my country?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find folks working for eClerx.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "eClerx",
"country": null,
"degree": null
}
|
any passouts from my batch working at mr company in Kolkata?
|
{
"batch": "<user_data>",
"branch": null,
"city": "Kolkata",
"company": "<user_data>",
"country": "India",
"degree": null
}
|
get me the folks from my degree in Chennai working at Cisco Systems
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": "Cisco Systems",
"country": "India",
"degree": "<user_data>"
}
|
Show me alumni from 2015 batch
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Get me names of alumni in my country.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Need contacts of mastecs holders in Mumbai.
|
{
"batch": null,
"branch": null,
"city": "Mumbai",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Who are the ppl in it around me
|
{
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
get me the folks from my degree in Loedon working at SAP Labs India
|
{
"batch": null,
"branch": null,
"city": "London",
"company": "SAP Labs India",
"country": "UK",
"degree": "<user_data>"
}
|
Show me alumni from 2019 batch in my location with BTech
|
{
"batch": "2019",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
Who are the folks based in my fity, USA?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "USA",
"degree": null
}
|
get me grads frm it in my city working at Dynata
|
{
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": "Dynata",
"country": "<user_data>",
"degree": null
}
|
anyone from my batch in ht in Delhi?
|
{
"batch": "<user_data>",
"branch": "IT",
"city": "Delhi",
"company": null,
"country": "India",
"degree": null
}
|
find folks with my degree in the same city as me at Nvidia Graphics Pvt Ltd
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Nvidia Graphics Pvt Ltd",
"country": "<user_data>",
"degree": "<user_data>"
}
|
Find mtech alumni from 2020 batch at EPAM Systems
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": "EPAM Systems",
"country": null,
"degree": "M Tech"
}
|
Find ppl doing AI and ML
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find alumni near me with a b tech.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
Who are the IT alumni in UK working for Cognizant?
|
{
"batch": null,
"branch": "IT",
"city": null,
"company": "Cognizant",
"country": "UK",
"degree": null
}
|
Any 2020 passouts currently in DBS Tech India?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": "DBS Tech India",
"country": null,
"degree": null
}
|
Get me ppl from data scince working at my org in my location
|
{
"batch": null,
"branch": "data scince",
"city": "<user_data>",
"company": "my org",
"country": "<user_data>",
"degree": null
}
|
list ppl from my batch in Berlin working at Google
|
{
"batch": "<user_data>",
"branch": null,
"city": "Berlin",
"company": "Google",
"country": "Germany",
"degree": null
}
|
Who are the b tech holders in Delhi?
|
{
"batch": null,
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Who all are in Freshworks?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Freshworks",
"country": null,
"degree": null
}
|
Bring up profiles of those in cse(ai&ml).
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me B Tech ppl in cse
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Need list of grads in et from 2017 at NTT DATA BUSINESS SOLUTIONS
|
{
"batch": "2017",
"branch": "IT",
"city": null,
"company": "NTT DATA BUSINESS SOLUTIONS",
"country": null,
"degree": null
}
|
Show me CSE grads at Experian.
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": "Experian",
"country": null,
"degree": null
}
|
List folks at my company from 2020.
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": "<user_data>",
"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
}
|
Give me ppl in ai ml
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me grads from my city working in from my country.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Tell me about alumni from my graduting class batch in my location with my degree
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Who are the folks at Amazon?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Amazon",
"country": null,
"degree": null
}
|
List alumni from my graduating class batch in from my city with phd
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "PhD"
}
|
Show me folks from my city working in Innopinds.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Innominds",
"country": "<user_data>",
"degree": null
}
|
show me alumni from my graduating class in ai working at Cognizant
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": null,
"company": "Cognizant",
"country": null,
"degree": null
}
|
Who are the students from 2019 with a B Tech?
|
{
"batch": "2019",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Need contacts of b tech holders in my city.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
Are there graduates from 2019 living in my locatioa who studied Data Science?
|
{
"batch": "2019",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "<user_data>",
"degree": null
}
|
Give me alumni with MTech from 20z5 in New York
|
{
"batch": "2015",
"branch": null,
"city": "New York",
"company": null,
"country": "USA",
"degree": "M Tech"
}
|
Show me all data scince bachelor grads working at Zensar Technologies in Delhi.
|
{
"batch": null,
"branch": "data scince",
"city": "Delhi",
"company": "Zensar Technologies",
"country": "India",
"degree": "B Tech"
}
|
I am interested in connecting with grads at Deloitte.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Deloitte",
"country": null,
"degree": null
}
|
Who are the folks at Comcast based in same city?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Comcast",
"country": "<user_data>",
"degree": null
}
|
Find grads at my company near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
}
|
Could you please provide a list of BTech graduates?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who all from PhD are at NTT DATA BUSINESS SOLUTIONS?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "NTT DATA BUSINESS SOLUTIONS",
"country": null,
"degree": "PhD"
}
|
Who all are there in my country?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List alumni of 2015 batch.
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
who's from my branch in hhennai working at Xebia?
|
{
"batch": null,
"branch": "<user_data>",
"city": "Chennai",
"company": "Xebia",
"country": "India",
"degree": null
}
|
Find folks with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Give me the folks from cse in near mp with PhD
|
{
"batch": null,
"branch": "CSE",
"city": "<user_data>",
"company": null,
"country": null,
"degree": "PhD"
}
|
Show me masters alumni from 2017 employed at NTT DATA BUSINESS SOLUTIONS in Delhi.
|
{
"batch": "2017",
"branch": null,
"city": "Delhi",
"company": "NTT DATA BUSINESS SOLUTIONS",
"country": "India",
"degree": "M Tech"
}
|
Find folks working for Payoda.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Payoda",
"country": null,
"degree": null
}
|
Find ij people at my orgnization in same city
|
{
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
}
|
Can you tell me who is in my location from our college?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Get me profiles of b tech grads.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Please provide names of alumni in New York.
|
{
"batch": null,
"branch": null,
"city": "New York",
"company": null,
"country": "USA",
"degree": null
}
|
Who all are there in my city from our college?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find alumni near me with a mastew.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Show me btech grads living in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": "B Tech"
}
|
get me ppl from my batch working at Dell Technologies
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Dell Technologies",
"country": null,
"degree": null
}
|
Who are the people near me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find graduates from 2016 in Tokyo, Germany working in cse
|
{
"batch": "2016",
"branch": "CSE",
"city": "Tokyo",
"company": null,
"country": "Germany",
"degree": null
}
|
get me the list of folks from my degree in the same city as me
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Looking for M Tech alumni.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Find folks located in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
Would you kindly show me graduates residing in my city?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List graduates with btech from my brnch based in jndia for Netoracker Technology
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Netcracker Technology",
"country": "India",
"degree": "B Tech"
}
|
List alumni with m tech in it from 2018 batch at Nvidia Graphics Pvt Ltt located in my location
|
{
"batch": "2018",
"branch": "IT",
"city": "<user_data>",
"company": "Nvidia Graphics Pvt Ltd",
"country": "<user_data>",
"degree": "M Tech"
}
|
Can you tell me the grads from my graduting class batch?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Any passouts from 2017?
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Tell me who from my branch is working in Hyderabad at Persistent Systems
|
{
"batch": null,
"branch": "<user_data>",
"city": "Hyderabad",
"company": "Persistent Systems",
"country": "India",
"degree": null
}
|
Who among 2016 batch in data scince is employed by OpenText in around me?
|
{
"batch": "2016",
"branch": "data scince",
"city": "<user_data>",
"company": "OpenText",
"country": "<user_data>",
"degree": null
}
|
Show me PhD grads living in my location.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "PhD"
}
|
Need to find folks from my graduating class, any ideas?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find people from it in 2020 batch working in Germany
|
{
"batch": "2020",
"branch": "IT",
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
Who all studied with me?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
get me ppl from my batch working at Cognizant
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Cognizant",
"country": null,
"degree": null
}
|
Who all are in my company?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Show me alumni in ds working at NCR Atleos
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "NCR Atleos",
"country": null,
"degree": null
}
|
Find bachelors graduates from 2020 working at Netenrich in my location.
|
{
"batch": "2020",
"branch": null,
"city": "<user_data>",
"company": "Netenrich",
"country": "<user_data>",
"degree": "B Tech"
}
|
Show me master alumni from 2016 employed at Teleparadigm networke in from my city.
|
{
"batch": "2016",
"branch": null,
"city": "<user_data>",
"company": "Teleparadigm networke",
"country": "<user_data>",
"degree": "M Tech"
}
|
find me people from my batch in same city working at Happiest Minds Technologies
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": "Happiest Minds Technologies",
"country": "<user_data>",
"degree": null
}
|
get me names of people frm my batch in my area
|
{
"batch": "<user_data>",
"branch": null,
"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.