query
stringlengths 13
123
| output
dict |
---|---|
Display bachelors grads from 2016 batch at Innominds in London
|
{
"batch": "2016",
"branch": null,
"city": "London",
"company": "Innominds",
"country": "UK",
"degree": "B Tech"
}
|
Need grads in cse from 2015 working at Accenture
|
{
"batch": "2015",
"branch": "CSE",
"city": null,
"company": "Accenture",
"country": null,
"degree": null
}
|
Show graduates from the class of 2016.
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the grads in it from my graduating class
|
{
"batch": "<user_data>",
"branch": "IT",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni residing in around me, Germany.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Looking for 2017 alumni.
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the folks based in Delhi, UK?
|
{
"batch": null,
"branch": null,
"city": "Delhi",
"company": null,
"country": "UK",
"degree": null
}
|
Get me ppl in cse ai ml from 2015
|
{
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me B Tech ppl in AI and ML
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the experts in Data Science?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Any B Tech holders residing in Mumbai?
|
{
"batch": null,
"branch": null,
"city": "Mumbai",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Give me the list of people in India with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": "<user_data>"
}
|
Who are the folks at Oracle Financial Services Software based in around me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Oracle Financial Services Software",
"country": "<user_data>",
"degree": null
}
|
Show me graduates from my graduating class.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find alumni at my company in USA.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": "USA",
"degree": null
}
|
Need names of mtech grads at Sigmoid.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Sigmoid",
"country": null,
"degree": "M Tech"
}
|
Get details of grads in Delhi.
|
{
"batch": null,
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": null
}
|
Need info on alumni from my graduating class batch with mtech.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Find folks from cse in London with my degree working at Xebia
|
{
"batch": null,
"branch": "CSE",
"city": "London",
"company": "Xebia",
"country": "UK",
"degree": "<user_data>"
}
|
Need contacts in DAZN.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "DAZN",
"country": null,
"degree": null
}
|
Show me BTech grads in AI and ML at NCR Voyix
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "NCR Voyix",
"country": null,
"degree": null
}
|
Who are the students from 2020 with a btech?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Show me alumni with m tech from ai in Japan
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": "Japan",
"degree": "M Tech"
}
|
Who are the people from my batch at Google?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "Google",
"country": null,
"degree": null
}
|
Are there graduates from 2017 living in UK who studied CSE(DS)?
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
Show me grads who did B Tech in my branch
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Any 2018 passouts currently in near me?
|
{
"batch": "2018",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me folks from my city working in Comscore.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Comscore",
"country": "<user_data>",
"degree": null
}
|
List people from 2017 living in Pune.
|
{
"batch": "2017",
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
List ppl who did ai from master
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Are there any data science grads in Germany working for EPAM Systems?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "EPAM Systems",
"country": "Germany",
"degree": null
}
|
Find grads from ai ml working at L&T Technology Services
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "L&T Technology Services",
"country": null,
"degree": null
}
|
List btech alumni based in Pune.
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Who are the folks based in Delhi, India?
|
{
"batch": null,
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": null
}
|
Get me the people from my graduating class.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Need grads in CSE(DS) from 2019 working at Salesforce
|
{
"batch": "2019",
"branch": "CSE(DS)",
"city": null,
"company": "Salesforce",
"country": null,
"degree": null
}
|
List individuals with a M Tech.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
I need information on alumni specialized in data science.
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find ya alumni in ai and ml around me
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find ppl doing cse ai ml
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find alumni near me with a bachelors.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
List B Tech alumni based in Mumbai.
|
{
"batch": null,
"branch": null,
"city": "Mumbai",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Find folks working for My Company.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Are there any Data Science grads in my country working for Oracle India?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "Oracle India",
"country": "<user_data>",
"degree": null
}
|
Need contacts in GSPANN TECHNOLOGIES.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "GSPANN TECHNOLOGIES",
"country": null,
"degree": null
}
|
Who all are there in my country?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "<user_data>",
"degree": null
}
|
Anyone with my specialization at Adobe Systems India?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Adobe Systems India",
"country": null,
"degree": null
}
|
Show alumni from 2019 with a mtech who live in Hyderabad
|
{
"batch": "2019",
"branch": null,
"city": "Hyderabad",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
List alumni who studied cse(ai&ml) in Berlin
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "Berlin",
"company": null,
"country": "Germany",
"degree": null
}
|
Get me ppl in ai from my graduating class
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List people from my branch working at Micron.
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Micron",
"country": null,
"degree": null
}
|
Find ya alumni 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 folks at Mastek?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Mastek",
"country": null,
"degree": null
}
|
Give me ai and ml alumni in USA working at Mphasis
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Mphasis",
"country": "USA",
"degree": null
}
|
Who are the people from my batch in near me?
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List alumni of my batch batch.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni who finished in 2017.
|
{
"batch": "2017",
"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 ya alumni in it from 2018 in Pune
|
{
"batch": "2018",
"branch": "IT",
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Who are the masters holders from CSE(DS) in my city?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Show me masters holders from cse(ai&ml) in India
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Get me grads in cse(ai&ml) from 2016 in around me
|
{
"batch": "2016",
"branch": "CSE(AI&ML)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the bachelors graduates residing in UK?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": "B Tech"
}
|
Find graduates of my graduating class batch residing in my location.
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me PhD graduates from my batch batch
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "PhD"
}
|
Who holds a PhD degree?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "PhD"
}
|
List ppl who did Data Science from mtech
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Who are the 2020 year passouts?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me grads from my branch working in Pune
|
{
"batch": null,
"branch": "<user_data>",
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Find Data Science alumni in Germany
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
Show me people from 2016 batch working at GSPANN TECHNOLOGIES in Delhi
|
{
"batch": "2016",
"branch": null,
"city": "Delhi",
"company": "GSPANN TECHNOLOGIES",
"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>"
}
|
Are there bachelor alumni in Pune from my batch batch?
|
{
"batch": "<user_data>",
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Who are the m tech holders from it in my location?
|
{
"batch": null,
"branch": "IT",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Anyone from it working in USA?
|
{
"batch": null,
"branch": "IT",
"city": null,
"company": null,
"country": "USA",
"degree": null
}
|
Show me alumni in ai and ml working at Persistent Systems
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "Persistent Systems",
"country": null,
"degree": null
}
|
Show graduates from the class of 2017.
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List the graduates who completed M Tech in 2017.
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Find people in my city, Germany.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Get me names of alumni in Pune.
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Show grads near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Need list of grads in ai and ml from 2018 at Kellton Tech Solutions
|
{
"batch": "2018",
"branch": "CSE(AI&ML)",
"city": null,
"company": "Kellton Tech Solutions",
"country": null,
"degree": null
}
|
Tell me about b tech grads from my graduating class living in USA
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "B Tech"
}
|
Who are the folks with phd from cse ai ml in my graduating class batch?
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": "PhD"
}
|
Any passouts around me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Are there any Data Science grads in USA working for Sigmoid?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "Sigmoid",
"country": "USA",
"degree": null
}
|
Looking for m tech alumni.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Get me alumni in CSE(DS) working at NIIT Technologies around me
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": "NIIT Technologies",
"country": "<user_data>",
"degree": null
}
|
Find folks located in New York.
|
{
"batch": null,
"branch": null,
"city": "New York",
"company": null,
"country": "USA",
"degree": null
}
|
Any of our people working at Sriven Solutions?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Sriven Solutions",
"country": null,
"degree": null
}
|
Show me graduates from my batch batch working in New York with mtech
|
{
"batch": "<user_data>",
"branch": null,
"city": "New York",
"company": null,
"country": "USA",
"degree": "M Tech"
}
|
Who are the people near me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find folks with my background in my country.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "<user_data>",
"degree": null
}
|
Give me details of people from 2015 batch at Punjab National Bank in India
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": "Punjab National Bank",
"country": "India",
"degree": null
}
|
Tell me who is from my graduating class batch in India with B Tech
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Any passouts around me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the masters holders in my city?
|
{
"batch": null,
"branch": null,
"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
}
|
Show me grads from cse working in Berlin
|
{
"batch": null,
"branch": "CSE",
"city": "Berlin",
"company": null,
"country": "Germany",
"degree": null
}
|
Anyone from ai ml stream?
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"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.