Dataset Viewer
query
stringlengths 17
60
| output
dict |
---|---|
Who are the students from 2016 with a bachelors?
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
List grads working around me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List alumni employed by Microsoft.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Microsoft",
"country": null,
"degree": null
}
|
Show me alumni from my batch who are in Delhi.
|
{
"batch": "<user_data>",
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": null
}
|
List the graduates who completed b tech in 2015.
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Any folks employed by Microsoft living in my country?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Microsoft",
"country": "<user_data>",
"degree": null
}
|
Show me grads from my city working in Germany.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Please show me the alumni in around me area.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the grads at Microsoft in UK?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Microsoft",
"country": "UK",
"degree": null
}
|
List the graduates who completed m tech in 2015.
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Find ya alumni in CSE(DS) around me
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find ya alumni in my branch around me
|
{
"batch": null,
"branch": "<user_data>",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who all are there in Tokyo from our college?
|
{
"batch": null,
"branch": null,
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": null
}
|
List alumni residing in London, UK.
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
}
|
Give me the list of people in USA with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "<user_data>"
}
|
Give me ppl in CSE(DS)
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni residing in Kolkata, Germany.
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "Germany",
"degree": null
}
|
Who are the M Tech grads living in Chennai?
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Find alumni in Japan.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Japan",
"degree": null
}
|
Find ppl doing cse ai ml
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show people from 2018 working around me.
|
{
"batch": "2018",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the grads based in UK?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
Find people at Microsoft in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Microsoft",
"country": "UK",
"degree": null
}
|
List alumni working for Google based in India.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Google",
"country": "India",
"degree": null
}
|
Any alumni employed by Amazon located in Bangalore?
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": "Amazon",
"country": "India",
"degree": null
}
|
Who are the folks at Amazon based in New York?
|
{
"batch": null,
"branch": null,
"city": "New York",
"company": "Amazon",
"country": "USA",
"degree": null
}
|
Any passouts from 2020?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the alumni in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Any alumni employed by Microsoft located in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Microsoft",
"country": "<user_data>",
"degree": null
}
|
Get me the grads in Bangalore at Microsoft.
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": "Microsoft",
"country": "India",
"degree": null
}
|
Show people from 2017 working around me.
|
{
"batch": "2017",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find people in around me, USA.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Any masters alumni based in Germany?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": "M Tech"
}
|
Show me m tech grads living in India.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": "M Tech"
}
|
List alumni employed by IBM.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "IBM",
"country": null,
"degree": null
}
|
Who are the B Tech grads living in Delhi?
|
{
"batch": null,
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
List bachelors holders working with IBM.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "IBM",
"country": null,
"degree": "B Tech"
}
|
List masters alumni based in Mumbai.
|
{
"batch": null,
"branch": null,
"city": "Mumbai",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Who are the folks at TCS?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "TCS",
"country": null,
"degree": null
}
|
Show me the masters holders from 2015 year.
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Who are the people from 2020?
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find people in Chennai, USA.
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"country": "USA",
"degree": null
}
|
List grads working around me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find people in around me, UK.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Any passouts around me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the M Tech holders in my city?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Any alumni living in India?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": null
}
|
Who are the alumni in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Show me grads who did PhD in ai ml
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": "PhD"
}
|
Show me grads who did bachelor in CSE
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Find folks with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Find graduates of 2018 batch residing in Chennai.
|
{
"batch": "2018",
"branch": null,
"city": "Chennai",
"company": null,
"country": "India",
"degree": null
}
|
Please show me the alumni in Chennai area.
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"country": "India",
"degree": null
}
|
Who all are there in my location from our college?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"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
}
|
Any grads in IBM?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "IBM",
"country": null,
"degree": null
}
|
Who all are there in London from our college?
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
}
|
Show me my degree grads living in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": "<user_data>"
}
|
Show me the people connected to our college.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List the alumni with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "<user_data>"
}
|
Find the grads with my degree in Delhi.
|
{
"batch": null,
"branch": null,
"city": "Delhi",
"company": null,
"country": "India",
"degree": "<user_data>"
}
|
List bachelors alumni based in Mumbai.
|
{
"batch": null,
"branch": null,
"city": "Mumbai",
"company": null,
"country": "India",
"degree": "B Tech"
}
|
Any alumni living in USA?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": null
}
|
Any m tech alumni based in Japan?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Japan",
"degree": "M Tech"
}
|
Find alumni residing near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Can you tell me the grads from 2016 batch?
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me people from my batch yaar.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show people from 2018 working around me.
|
{
"batch": "2018",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List alumni employed by IBM.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "IBM",
"country": null,
"degree": null
}
|
Find graduates of 2017 batch residing in near me.
|
{
"batch": "2017",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
List PhD alumni based in Hyderabad.
|
{
"batch": null,
"branch": null,
"city": "Hyderabad",
"company": null,
"country": "India",
"degree": "PhD"
}
|
Find grads at my company near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
}
|
Find folks with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Show me grads who did B Tech in CSE(DS)
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Show me the b tech holders from 2019 year.
|
{
"batch": "2019",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who are the bachelors grads living in Tokyo?
|
{
"batch": null,
"branch": null,
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": "B Tech"
}
|
Show me graduates from 2016.
|
{
"batch": "2016",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Any 2017 passouts currently in Bangalore?
|
{
"batch": "2017",
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": null
}
|
List alumni employed by Microsoft.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Microsoft",
"country": null,
"degree": null
}
|
Who are the folks based in New York, Germany?
|
{
"batch": null,
"branch": null,
"city": "New York",
"company": null,
"country": "Germany",
"degree": null
}
|
List alumni employed by my company.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": null,
"degree": null
}
|
Give me ppl in cse ds
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List all graduates.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Find grads at my company near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": null
}
|
Give me ppl in ds
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List all graduates.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"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 alumni in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Any masters alumni based in UK?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": "M Tech"
}
|
Find the grads with my degree in Chennai.
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"country": "India",
"degree": "<user_data>"
}
|
Any master holders residing in Hyderabad?
|
{
"batch": null,
"branch": null,
"city": "Hyderabad",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Who are the folks based in London, UK?
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
}
|
Any folks employed by IBM living in Germany?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "IBM",
"country": "Germany",
"degree": null
}
|
Who are the folks based in Pune, USA?
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "USA",
"degree": null
}
|
Find ppl doing data science
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the grads at my company in India?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "<user_data>",
"country": "India",
"degree": null
}
|
Any mtech alumni based in USA?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "M Tech"
}
|
Any my degree alumni based in USA?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "<user_data>"
}
|
Find people working at TCS in my location.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "TCS",
"country": "<user_data>",
"degree": null
}
|
List grads in Berlin working for Infosys.
|
{
"batch": null,
"branch": null,
"city": "Berlin",
"company": "Infosys",
"country": "Germany",
"degree": null
}
|
End of preview. Expand
in Data Studio
No dataset card yet
- Downloads last month
- 9