Delete dataset1.json
Browse files- dataset1.json +0 -984
dataset1.json
DELETED
@@ -1,984 +0,0 @@
|
|
1 |
-
[
|
2 |
-
{
|
3 |
-
"query": "Show me folks from my city working in Google.",
|
4 |
-
"output": {
|
5 |
-
"company": "Google",
|
6 |
-
"city": "<user_data>",
|
7 |
-
"country": "<user_data>"
|
8 |
-
}
|
9 |
-
},
|
10 |
-
{
|
11 |
-
"query": "Any mtech holders residing in Mumbai?",
|
12 |
-
"output": {
|
13 |
-
"degree": "M Tech",
|
14 |
-
"city": "Mumbai"
|
15 |
-
}
|
16 |
-
},
|
17 |
-
{
|
18 |
-
"query": "Any graduates living in Bangalore, [country]?",
|
19 |
-
"output": {
|
20 |
-
"city": "Bangalore"
|
21 |
-
}
|
22 |
-
},
|
23 |
-
{
|
24 |
-
"query": "Show me folks from my city working in Wipro.",
|
25 |
-
"output": {
|
26 |
-
"company": "Wipro",
|
27 |
-
"city": "<user_data>",
|
28 |
-
"country": "<user_data>"
|
29 |
-
}
|
30 |
-
},
|
31 |
-
{
|
32 |
-
"query": "Find people at IBM in [country].",
|
33 |
-
"output": {
|
34 |
-
"company": "IBM"
|
35 |
-
}
|
36 |
-
},
|
37 |
-
{
|
38 |
-
"query": "Show me alumni from 2018 who are in Berlin.",
|
39 |
-
"output": {
|
40 |
-
"batch": "2018",
|
41 |
-
"city": "Berlin"
|
42 |
-
}
|
43 |
-
},
|
44 |
-
{
|
45 |
-
"query": "Who are the mtech graduates at Wipro?",
|
46 |
-
"output": {
|
47 |
-
"degree": "M Tech",
|
48 |
-
"company": "Wipro"
|
49 |
-
}
|
50 |
-
},
|
51 |
-
{
|
52 |
-
"query": "List grads in Delhi working for Amazon.",
|
53 |
-
"output": {
|
54 |
-
"company": "Amazon",
|
55 |
-
"city": "Delhi"
|
56 |
-
}
|
57 |
-
},
|
58 |
-
{
|
59 |
-
"query": "Any 2015 passouts currently in Berlin?",
|
60 |
-
"output": {
|
61 |
-
"batch": "2015",
|
62 |
-
"city": "Berlin"
|
63 |
-
}
|
64 |
-
},
|
65 |
-
{
|
66 |
-
"query": "List alumni of 2019 batch.",
|
67 |
-
"output": {
|
68 |
-
"batch": "2019"
|
69 |
-
}
|
70 |
-
},
|
71 |
-
{
|
72 |
-
"query": "Find people working at IBM.",
|
73 |
-
"output": {
|
74 |
-
"company": "IBM"
|
75 |
-
}
|
76 |
-
},
|
77 |
-
{
|
78 |
-
"query": "Any alumni living in [country]?",
|
79 |
-
"output": {}
|
80 |
-
},
|
81 |
-
{
|
82 |
-
"query": "Find ppl doing it",
|
83 |
-
"output": {
|
84 |
-
"branch": "IT"
|
85 |
-
}
|
86 |
-
},
|
87 |
-
{
|
88 |
-
"query": "Show me grads from my city working in [country].",
|
89 |
-
"output": {
|
90 |
-
"city": "<user_data>",
|
91 |
-
"country": "<user_data>"
|
92 |
-
}
|
93 |
-
},
|
94 |
-
{
|
95 |
-
"query": "List phd holders in [country].",
|
96 |
-
"output": {
|
97 |
-
"degree": "PhD"
|
98 |
-
}
|
99 |
-
},
|
100 |
-
{
|
101 |
-
"query": "Find my classmates in Bangalore.",
|
102 |
-
"output": {
|
103 |
-
"city": "Bangalore"
|
104 |
-
}
|
105 |
-
},
|
106 |
-
{
|
107 |
-
"query": "Who are the phd graduates at Microsoft?",
|
108 |
-
"output": {
|
109 |
-
"degree": "PhD",
|
110 |
-
"company": "Microsoft"
|
111 |
-
}
|
112 |
-
},
|
113 |
-
{
|
114 |
-
"query": "Who are the alumni in my location?",
|
115 |
-
"output": {
|
116 |
-
"city": "<user_data>",
|
117 |
-
"country": "<user_data>"
|
118 |
-
}
|
119 |
-
},
|
120 |
-
{
|
121 |
-
"query": "Who are the folks at my company?",
|
122 |
-
"output": {
|
123 |
-
"company": "<user_data>"
|
124 |
-
}
|
125 |
-
},
|
126 |
-
{
|
127 |
-
"query": "List alumni employed by Infosys.",
|
128 |
-
"output": {
|
129 |
-
"company": "Infosys"
|
130 |
-
}
|
131 |
-
},
|
132 |
-
{
|
133 |
-
"query": "Find people at Infosys in [country].",
|
134 |
-
"output": {
|
135 |
-
"company": "Infosys"
|
136 |
-
}
|
137 |
-
},
|
138 |
-
{
|
139 |
-
"query": "Who are the people from my batch in Mumbai?",
|
140 |
-
"output": {
|
141 |
-
"city": "Mumbai",
|
142 |
-
"batch": "<user_data>"
|
143 |
-
}
|
144 |
-
},
|
145 |
-
{
|
146 |
-
"query": "List grads working around me.",
|
147 |
-
"output": {
|
148 |
-
"city": "<user_data>",
|
149 |
-
"country": "<user_data>"
|
150 |
-
}
|
151 |
-
},
|
152 |
-
{
|
153 |
-
"query": "Find my classmates in Chennai.",
|
154 |
-
"output": {
|
155 |
-
"city": "Chennai"
|
156 |
-
}
|
157 |
-
},
|
158 |
-
{
|
159 |
-
"query": "Who are the grads at my company in [country]?",
|
160 |
-
"output": {
|
161 |
-
"company": "<user_data>"
|
162 |
-
}
|
163 |
-
},
|
164 |
-
{
|
165 |
-
"query": "Show people from 2017 working around me.",
|
166 |
-
"output": {
|
167 |
-
"batch": "2017",
|
168 |
-
"city": "<user_data>",
|
169 |
-
"country": "<user_data>"
|
170 |
-
}
|
171 |
-
},
|
172 |
-
{
|
173 |
-
"query": "Who are the B Tech holders in my city?",
|
174 |
-
"output": {
|
175 |
-
"degree": "B Tech",
|
176 |
-
"city": "<user_data>",
|
177 |
-
"country": "<user_data>"
|
178 |
-
}
|
179 |
-
},
|
180 |
-
{
|
181 |
-
"query": "Need info on alumni from 2017 batch with PhD.",
|
182 |
-
"output": {
|
183 |
-
"batch": "2017",
|
184 |
-
"degree": "PhD"
|
185 |
-
}
|
186 |
-
},
|
187 |
-
{
|
188 |
-
"query": "Show me alumni at TCS yaar.",
|
189 |
-
"output": {
|
190 |
-
"company": "TCS"
|
191 |
-
}
|
192 |
-
},
|
193 |
-
{
|
194 |
-
"query": "Find my classmates in Bangalore.",
|
195 |
-
"output": {
|
196 |
-
"city": "Bangalore"
|
197 |
-
}
|
198 |
-
},
|
199 |
-
{
|
200 |
-
"query": "Show me alumni at Wipro yaar.",
|
201 |
-
"output": {
|
202 |
-
"company": "Wipro"
|
203 |
-
}
|
204 |
-
},
|
205 |
-
{
|
206 |
-
"query": "Give me ppl in cse(ai&ml)",
|
207 |
-
"output": {
|
208 |
-
"branch": "CSE(AI&ML)"
|
209 |
-
}
|
210 |
-
},
|
211 |
-
{
|
212 |
-
"query": "Any alumni living in [country]?",
|
213 |
-
"output": {}
|
214 |
-
},
|
215 |
-
{
|
216 |
-
"query": "List grads working around me.",
|
217 |
-
"output": {
|
218 |
-
"city": "<user_data>",
|
219 |
-
"country": "<user_data>"
|
220 |
-
}
|
221 |
-
},
|
222 |
-
{
|
223 |
-
"query": "List grads in Mumbai working for my company.",
|
224 |
-
"output": {
|
225 |
-
"company": "<user_data>",
|
226 |
-
"city": "Mumbai"
|
227 |
-
}
|
228 |
-
},
|
229 |
-
{
|
230 |
-
"query": "Can you find grads from 2017 batch at Amazon?",
|
231 |
-
"output": {
|
232 |
-
"batch": "2017",
|
233 |
-
"company": "Amazon"
|
234 |
-
}
|
235 |
-
},
|
236 |
-
{
|
237 |
-
"query": "Who all from masters are in London?",
|
238 |
-
"output": {
|
239 |
-
"degree": "M Tech",
|
240 |
-
"city": "London"
|
241 |
-
}
|
242 |
-
},
|
243 |
-
{
|
244 |
-
"query": "Find grads at my company near me.",
|
245 |
-
"output": {
|
246 |
-
"company": "<user_data>",
|
247 |
-
"city": "<user_data>",
|
248 |
-
"country": "<user_data>"
|
249 |
-
}
|
250 |
-
},
|
251 |
-
{
|
252 |
-
"query": "Any phd holders residing in Kolkata?",
|
253 |
-
"output": {
|
254 |
-
"degree": "PhD",
|
255 |
-
"city": "Kolkata"
|
256 |
-
}
|
257 |
-
},
|
258 |
-
{
|
259 |
-
"query": "Find ppl doing ai and ml",
|
260 |
-
"output": {
|
261 |
-
"branch": "CSE(AI&ML)"
|
262 |
-
}
|
263 |
-
},
|
264 |
-
{
|
265 |
-
"query": "List alumni employed by TCS.",
|
266 |
-
"output": {
|
267 |
-
"company": "TCS"
|
268 |
-
}
|
269 |
-
},
|
270 |
-
{
|
271 |
-
"query": "List alumni employed by Microsoft.",
|
272 |
-
"output": {
|
273 |
-
"company": "Microsoft"
|
274 |
-
}
|
275 |
-
},
|
276 |
-
{
|
277 |
-
"query": "Any bachelors holders residing in Hyderabad?",
|
278 |
-
"output": {
|
279 |
-
"degree": "B Tech",
|
280 |
-
"city": "Hyderabad"
|
281 |
-
}
|
282 |
-
},
|
283 |
-
{
|
284 |
-
"query": "Any grads in TCS?",
|
285 |
-
"output": {
|
286 |
-
"company": "TCS"
|
287 |
-
}
|
288 |
-
},
|
289 |
-
{
|
290 |
-
"query": "Who are the PhD grads living in my location?",
|
291 |
-
"output": {
|
292 |
-
"degree": "PhD",
|
293 |
-
"city": "<user_data>",
|
294 |
-
"country": "<user_data>"
|
295 |
-
}
|
296 |
-
},
|
297 |
-
{
|
298 |
-
"query": "Any folks employed by my company living in [country]?",
|
299 |
-
"output": {
|
300 |
-
"company": "<user_data>"
|
301 |
-
}
|
302 |
-
},
|
303 |
-
{
|
304 |
-
"query": "Show me bachelor graduates in my location.",
|
305 |
-
"output": {
|
306 |
-
"degree": "B Tech",
|
307 |
-
"city": "<user_data>",
|
308 |
-
"country": "<user_data>"
|
309 |
-
}
|
310 |
-
},
|
311 |
-
{
|
312 |
-
"query": "Show me the people connected to our college.",
|
313 |
-
"output": {}
|
314 |
-
},
|
315 |
-
{
|
316 |
-
"query": "Any masters holders residing in Hyderabad?",
|
317 |
-
"output": {
|
318 |
-
"degree": "M Tech",
|
319 |
-
"city": "Hyderabad"
|
320 |
-
}
|
321 |
-
},
|
322 |
-
{
|
323 |
-
"query": "Any mtech holders residing in Hyderabad?",
|
324 |
-
"output": {
|
325 |
-
"degree": "M Tech",
|
326 |
-
"city": "Hyderabad"
|
327 |
-
}
|
328 |
-
},
|
329 |
-
{
|
330 |
-
"query": "List grads in New York working for Google.",
|
331 |
-
"output": {
|
332 |
-
"company": "Google",
|
333 |
-
"city": "New York"
|
334 |
-
}
|
335 |
-
},
|
336 |
-
{
|
337 |
-
"query": "Please show me the alumni in London area.",
|
338 |
-
"output": {
|
339 |
-
"city": "London"
|
340 |
-
}
|
341 |
-
},
|
342 |
-
{
|
343 |
-
"query": "Who are the bachelors grads living in Pune?",
|
344 |
-
"output": {
|
345 |
-
"degree": "B Tech",
|
346 |
-
"city": "Pune"
|
347 |
-
}
|
348 |
-
},
|
349 |
-
{
|
350 |
-
"query": "Find folks with my degree near me.",
|
351 |
-
"output": {
|
352 |
-
"degree": "<user_data>",
|
353 |
-
"city": "<user_data>",
|
354 |
-
"country": "<user_data>"
|
355 |
-
}
|
356 |
-
},
|
357 |
-
{
|
358 |
-
"query": "Give me ppl in ai ml",
|
359 |
-
"output": {
|
360 |
-
"branch": "CSE(AI&ML)"
|
361 |
-
}
|
362 |
-
},
|
363 |
-
{
|
364 |
-
"query": "Find people in from my city, [country].",
|
365 |
-
"output": {
|
366 |
-
"city": "<user_data>",
|
367 |
-
"country": "<user_data>"
|
368 |
-
}
|
369 |
-
},
|
370 |
-
{
|
371 |
-
"query": "Who all are in my company?",
|
372 |
-
"output": {
|
373 |
-
"company": "<user_data>"
|
374 |
-
}
|
375 |
-
},
|
376 |
-
{
|
377 |
-
"query": "Give me ppl in ai ml",
|
378 |
-
"output": {
|
379 |
-
"branch": "CSE(AI&ML)"
|
380 |
-
}
|
381 |
-
},
|
382 |
-
{
|
383 |
-
"query": "Show me B Tech grads living in [country].",
|
384 |
-
"output": {
|
385 |
-
"degree": "B Tech"
|
386 |
-
}
|
387 |
-
},
|
388 |
-
{
|
389 |
-
"query": "List alumni with my degree near me.",
|
390 |
-
"output": {
|
391 |
-
"degree": "<user_data>",
|
392 |
-
"city": "<user_data>",
|
393 |
-
"country": "<user_data>"
|
394 |
-
}
|
395 |
-
},
|
396 |
-
{
|
397 |
-
"query": "Who are the masters graduates residing in [country]?",
|
398 |
-
"output": {
|
399 |
-
"degree": "M Tech"
|
400 |
-
}
|
401 |
-
},
|
402 |
-
{
|
403 |
-
"query": "Any graduates living in my location, [country]?",
|
404 |
-
"output": {
|
405 |
-
"city": "<user_data>",
|
406 |
-
"country": "<user_data>"
|
407 |
-
}
|
408 |
-
},
|
409 |
-
{
|
410 |
-
"query": "Who are the people near me?",
|
411 |
-
"output": {
|
412 |
-
"city": "<user_data>",
|
413 |
-
"country": "<user_data>"
|
414 |
-
}
|
415 |
-
},
|
416 |
-
{
|
417 |
-
"query": "List grads in Berlin working for Capgemini.",
|
418 |
-
"output": {
|
419 |
-
"company": "Capgemini",
|
420 |
-
"city": "Berlin"
|
421 |
-
}
|
422 |
-
},
|
423 |
-
{
|
424 |
-
"query": "Find graduates of 2018 batch residing in Chennai.",
|
425 |
-
"output": {
|
426 |
-
"batch": "2018",
|
427 |
-
"city": "Chennai"
|
428 |
-
}
|
429 |
-
},
|
430 |
-
{
|
431 |
-
"query": "Any folks living in my area?",
|
432 |
-
"output": {}
|
433 |
-
},
|
434 |
-
{
|
435 |
-
"query": "Find people working at TCS in Berlin.",
|
436 |
-
"output": {
|
437 |
-
"company": "TCS",
|
438 |
-
"city": "Berlin"
|
439 |
-
}
|
440 |
-
},
|
441 |
-
{
|
442 |
-
"query": "Who are the people from my batch at Amazon?",
|
443 |
-
"output": {
|
444 |
-
"company": "Amazon",
|
445 |
-
"batch": "<user_data>"
|
446 |
-
}
|
447 |
-
},
|
448 |
-
{
|
449 |
-
"query": "Show me the mtech holders from 2019 year.",
|
450 |
-
"output": {
|
451 |
-
"batch": "2019",
|
452 |
-
"degree": "M Tech"
|
453 |
-
}
|
454 |
-
},
|
455 |
-
{
|
456 |
-
"query": "Who all from bachelor are in Pune?",
|
457 |
-
"output": {
|
458 |
-
"degree": "B Tech",
|
459 |
-
"city": "Pune"
|
460 |
-
}
|
461 |
-
},
|
462 |
-
{
|
463 |
-
"query": "Any folks living in my area?",
|
464 |
-
"output": {}
|
465 |
-
},
|
466 |
-
{
|
467 |
-
"query": "Show me alumni from my graduating class who are in my city.",
|
468 |
-
"output": {
|
469 |
-
"batch": "<user_data>",
|
470 |
-
"city": "<user_data>",
|
471 |
-
"country": "<user_data>"
|
472 |
-
}
|
473 |
-
},
|
474 |
-
{
|
475 |
-
"query": "Show me alumni at Google yaar.",
|
476 |
-
"output": {
|
477 |
-
"company": "Google"
|
478 |
-
}
|
479 |
-
},
|
480 |
-
{
|
481 |
-
"query": "Any passouts around me?",
|
482 |
-
"output": {
|
483 |
-
"city": "<user_data>",
|
484 |
-
"country": "<user_data>"
|
485 |
-
}
|
486 |
-
},
|
487 |
-
{
|
488 |
-
"query": "Any folks employed by my company living in [country]?",
|
489 |
-
"output": {
|
490 |
-
"company": "<user_data>"
|
491 |
-
}
|
492 |
-
},
|
493 |
-
{
|
494 |
-
"query": "Need info on alumni from 2016 batch with PhD.",
|
495 |
-
"output": {
|
496 |
-
"batch": "2016",
|
497 |
-
"degree": "PhD"
|
498 |
-
}
|
499 |
-
},
|
500 |
-
{
|
501 |
-
"query": "List folks at my company from 2017.",
|
502 |
-
"output": {
|
503 |
-
"batch": "2017",
|
504 |
-
"company": "<user_data>"
|
505 |
-
}
|
506 |
-
},
|
507 |
-
{
|
508 |
-
"query": "Who are the folks at Capgemini based in from the country I am in?",
|
509 |
-
"output": {
|
510 |
-
"company": "Capgemini",
|
511 |
-
"city": "<user_data>",
|
512 |
-
"country": "<user_data>"
|
513 |
-
}
|
514 |
-
},
|
515 |
-
{
|
516 |
-
"query": "Give me ppl in cse(ai&ml)",
|
517 |
-
"output": {
|
518 |
-
"branch": "CSE(AI&ML)"
|
519 |
-
}
|
520 |
-
},
|
521 |
-
{
|
522 |
-
"query": "Show me the people connected to our college.",
|
523 |
-
"output": {}
|
524 |
-
},
|
525 |
-
{
|
526 |
-
"query": "Find people in near me, [country].",
|
527 |
-
"output": {
|
528 |
-
"city": "<user_data>",
|
529 |
-
"country": "<user_data>"
|
530 |
-
}
|
531 |
-
},
|
532 |
-
{
|
533 |
-
"query": "Give me the list of people in [country] with my degree.",
|
534 |
-
"output": {
|
535 |
-
"degree": "<user_data>"
|
536 |
-
}
|
537 |
-
},
|
538 |
-
{
|
539 |
-
"query": "Who all are there in Pune from our college?",
|
540 |
-
"output": {
|
541 |
-
"city": "Pune"
|
542 |
-
}
|
543 |
-
},
|
544 |
-
{
|
545 |
-
"query": "Find people working at Infosys in Bangalore.",
|
546 |
-
"output": {
|
547 |
-
"company": "Infosys",
|
548 |
-
"city": "Bangalore"
|
549 |
-
}
|
550 |
-
},
|
551 |
-
{
|
552 |
-
"query": "Any B Tech alumni based in [country]?",
|
553 |
-
"output": {
|
554 |
-
"degree": "B Tech"
|
555 |
-
}
|
556 |
-
},
|
557 |
-
{
|
558 |
-
"query": "Who are the btech grads living in from my city?",
|
559 |
-
"output": {
|
560 |
-
"degree": "B Tech",
|
561 |
-
"city": "<user_data>",
|
562 |
-
"country": "<user_data>"
|
563 |
-
}
|
564 |
-
},
|
565 |
-
{
|
566 |
-
"query": "Give me ppl in cse ai ml",
|
567 |
-
"output": {
|
568 |
-
"branch": "CSE(AI&ML)"
|
569 |
-
}
|
570 |
-
},
|
571 |
-
{
|
572 |
-
"query": "List all graduates.",
|
573 |
-
"output": {}
|
574 |
-
},
|
575 |
-
{
|
576 |
-
"query": "List grads in Kolkata working for Amazon.",
|
577 |
-
"output": {
|
578 |
-
"company": "Amazon",
|
579 |
-
"city": "Kolkata"
|
580 |
-
}
|
581 |
-
},
|
582 |
-
{
|
583 |
-
"query": "Show me PhD graduates in Berlin.",
|
584 |
-
"output": {
|
585 |
-
"degree": "PhD",
|
586 |
-
"city": "Berlin"
|
587 |
-
}
|
588 |
-
},
|
589 |
-
{
|
590 |
-
"query": "Find people working at Amazon in Hyderabad.",
|
591 |
-
"output": {
|
592 |
-
"company": "Amazon",
|
593 |
-
"city": "Hyderabad"
|
594 |
-
}
|
595 |
-
},
|
596 |
-
{
|
597 |
-
"query": "Get me the grads in Tokyo at Microsoft.",
|
598 |
-
"output": {
|
599 |
-
"company": "Microsoft",
|
600 |
-
"city": "Tokyo"
|
601 |
-
}
|
602 |
-
},
|
603 |
-
{
|
604 |
-
"query": "Show me the M Tech holders from 2019 year.",
|
605 |
-
"output": {
|
606 |
-
"batch": "2019",
|
607 |
-
"degree": "M Tech"
|
608 |
-
}
|
609 |
-
},
|
610 |
-
{
|
611 |
-
"query": "Who are the people from my batch in London?",
|
612 |
-
"output": {
|
613 |
-
"city": "London",
|
614 |
-
"batch": "<user_data>"
|
615 |
-
}
|
616 |
-
},
|
617 |
-
{
|
618 |
-
"query": "List alumni with my degree near me.",
|
619 |
-
"output": {
|
620 |
-
"degree": "<user_data>",
|
621 |
-
"city": "<user_data>",
|
622 |
-
"country": "<user_data>"
|
623 |
-
}
|
624 |
-
},
|
625 |
-
{
|
626 |
-
"query": "List people residing in [country].",
|
627 |
-
"output": {}
|
628 |
-
},
|
629 |
-
{
|
630 |
-
"query": "Who are the grads based in [country]?",
|
631 |
-
"output": {}
|
632 |
-
},
|
633 |
-
{
|
634 |
-
"query": "Who are the btech holders in my city?",
|
635 |
-
"output": {
|
636 |
-
"degree": "B Tech",
|
637 |
-
"city": "<user_data>",
|
638 |
-
"country": "<user_data>"
|
639 |
-
}
|
640 |
-
},
|
641 |
-
{
|
642 |
-
"query": "Give me ppl in cse ai ml",
|
643 |
-
"output": {
|
644 |
-
"branch": "CSE(AI&ML)"
|
645 |
-
}
|
646 |
-
},
|
647 |
-
{
|
648 |
-
"query": "Who are the folks at Google based in Hyderabad?",
|
649 |
-
"output": {
|
650 |
-
"company": "Google",
|
651 |
-
"city": "Hyderabad"
|
652 |
-
}
|
653 |
-
},
|
654 |
-
{
|
655 |
-
"query": "Find grads at my company near me.",
|
656 |
-
"output": {
|
657 |
-
"company": "<user_data>",
|
658 |
-
"city": "<user_data>",
|
659 |
-
"country": "<user_data>"
|
660 |
-
}
|
661 |
-
},
|
662 |
-
{
|
663 |
-
"query": "Show me alumni at Capgemini yaar.",
|
664 |
-
"output": {
|
665 |
-
"company": "Capgemini"
|
666 |
-
}
|
667 |
-
},
|
668 |
-
{
|
669 |
-
"query": "Who are the alumni in my location?",
|
670 |
-
"output": {
|
671 |
-
"city": "<user_data>",
|
672 |
-
"country": "<user_data>"
|
673 |
-
}
|
674 |
-
},
|
675 |
-
{
|
676 |
-
"query": "Any folks employed by IBM living in [country]?",
|
677 |
-
"output": {
|
678 |
-
"company": "IBM"
|
679 |
-
}
|
680 |
-
},
|
681 |
-
{
|
682 |
-
"query": "Who all are there in Hyderabad from our college?",
|
683 |
-
"output": {
|
684 |
-
"city": "Hyderabad"
|
685 |
-
}
|
686 |
-
},
|
687 |
-
{
|
688 |
-
"query": "Can you find grads from my batch batch at Google?",
|
689 |
-
"output": {
|
690 |
-
"batch": "<user_data>",
|
691 |
-
"company": "Google"
|
692 |
-
}
|
693 |
-
},
|
694 |
-
{
|
695 |
-
"query": "Who are the folks at TCS based in my city?",
|
696 |
-
"output": {
|
697 |
-
"company": "TCS",
|
698 |
-
"city": "<user_data>",
|
699 |
-
"country": "<user_data>"
|
700 |
-
}
|
701 |
-
},
|
702 |
-
{
|
703 |
-
"query": "Need names of PhD grads at Capgemini.",
|
704 |
-
"output": {
|
705 |
-
"degree": "PhD",
|
706 |
-
"company": "Capgemini"
|
707 |
-
}
|
708 |
-
},
|
709 |
-
{
|
710 |
-
"query": "List alumni with my degree near me.",
|
711 |
-
"output": {
|
712 |
-
"degree": "<user_data>",
|
713 |
-
"city": "<user_data>",
|
714 |
-
"country": "<user_data>"
|
715 |
-
}
|
716 |
-
},
|
717 |
-
{
|
718 |
-
"query": "List folks at my company from 2018.",
|
719 |
-
"output": {
|
720 |
-
"batch": "2018",
|
721 |
-
"company": "<user_data>"
|
722 |
-
}
|
723 |
-
},
|
724 |
-
{
|
725 |
-
"query": "Find people working at Google.",
|
726 |
-
"output": {
|
727 |
-
"company": "Google"
|
728 |
-
}
|
729 |
-
},
|
730 |
-
{
|
731 |
-
"query": "Find people in Chennai, [country].",
|
732 |
-
"output": {
|
733 |
-
"city": "Chennai"
|
734 |
-
}
|
735 |
-
},
|
736 |
-
{
|
737 |
-
"query": "Who are the folks based in Bangalore, [country]?",
|
738 |
-
"output": {
|
739 |
-
"city": "Bangalore"
|
740 |
-
}
|
741 |
-
},
|
742 |
-
{
|
743 |
-
"query": "Show me folks from my city working in Capgemini.",
|
744 |
-
"output": {
|
745 |
-
"company": "Capgemini",
|
746 |
-
"city": "<user_data>",
|
747 |
-
"country": "<user_data>"
|
748 |
-
}
|
749 |
-
},
|
750 |
-
{
|
751 |
-
"query": "Find alumni in [country].",
|
752 |
-
"output": {}
|
753 |
-
},
|
754 |
-
{
|
755 |
-
"query": "Who are the people near me?",
|
756 |
-
"output": {
|
757 |
-
"city": "<user_data>",
|
758 |
-
"country": "<user_data>"
|
759 |
-
}
|
760 |
-
},
|
761 |
-
{
|
762 |
-
"query": "Who are the grads based in [country]?",
|
763 |
-
"output": {}
|
764 |
-
},
|
765 |
-
{
|
766 |
-
"query": "List alumni residing in Tokyo, [country].",
|
767 |
-
"output": {
|
768 |
-
"city": "Tokyo"
|
769 |
-
}
|
770 |
-
},
|
771 |
-
{
|
772 |
-
"query": "Any masters holders residing in Kolkata?",
|
773 |
-
"output": {
|
774 |
-
"degree": "M Tech",
|
775 |
-
"city": "Kolkata"
|
776 |
-
}
|
777 |
-
},
|
778 |
-
{
|
779 |
-
"query": "Find people in Kolkata, [country].",
|
780 |
-
"output": {
|
781 |
-
"city": "Kolkata"
|
782 |
-
}
|
783 |
-
},
|
784 |
-
{
|
785 |
-
"query": "Can you find grads from 2015 batch at Amazon?",
|
786 |
-
"output": {
|
787 |
-
"batch": "2015",
|
788 |
-
"company": "Amazon"
|
789 |
-
}
|
790 |
-
},
|
791 |
-
{
|
792 |
-
"query": "Show me the B Tech holders from 2019 year.",
|
793 |
-
"output": {
|
794 |
-
"batch": "2019",
|
795 |
-
"degree": "B Tech"
|
796 |
-
}
|
797 |
-
},
|
798 |
-
{
|
799 |
-
"query": "List b tech holders in [country].",
|
800 |
-
"output": {
|
801 |
-
"degree": "B Tech"
|
802 |
-
}
|
803 |
-
},
|
804 |
-
{
|
805 |
-
"query": "Get me the grads in Berlin at Capgemini.",
|
806 |
-
"output": {
|
807 |
-
"company": "Capgemini",
|
808 |
-
"city": "Berlin"
|
809 |
-
}
|
810 |
-
},
|
811 |
-
{
|
812 |
-
"query": "Who are the folks at Google?",
|
813 |
-
"output": {
|
814 |
-
"company": "Google"
|
815 |
-
}
|
816 |
-
},
|
817 |
-
{
|
818 |
-
"query": "Who all are there in Pune from our college?",
|
819 |
-
"output": {
|
820 |
-
"city": "Pune"
|
821 |
-
}
|
822 |
-
},
|
823 |
-
{
|
824 |
-
"query": "Who all are there in my location from our college?",
|
825 |
-
"output": {
|
826 |
-
"city": "<user_data>",
|
827 |
-
"country": "<user_data>"
|
828 |
-
}
|
829 |
-
},
|
830 |
-
{
|
831 |
-
"query": "Find ya alumni in it around me",
|
832 |
-
"output": {
|
833 |
-
"branch": "IT",
|
834 |
-
"city": "<user_data>",
|
835 |
-
"country": "<user_data>"
|
836 |
-
}
|
837 |
-
},
|
838 |
-
{
|
839 |
-
"query": "List alumni working for my company based in [country].",
|
840 |
-
"output": {
|
841 |
-
"company": "<user_data>"
|
842 |
-
}
|
843 |
-
},
|
844 |
-
{
|
845 |
-
"query": "Find people at IBM in [country].",
|
846 |
-
"output": {
|
847 |
-
"company": "IBM"
|
848 |
-
}
|
849 |
-
},
|
850 |
-
{
|
851 |
-
"query": "Give me the list of people in [country] with my degree.",
|
852 |
-
"output": {
|
853 |
-
"degree": "<user_data>"
|
854 |
-
}
|
855 |
-
},
|
856 |
-
{
|
857 |
-
"query": "Find people at Capgemini in [country].",
|
858 |
-
"output": {
|
859 |
-
"company": "Capgemini"
|
860 |
-
}
|
861 |
-
},
|
862 |
-
{
|
863 |
-
"query": "Who are the folks at Wipro based in near me?",
|
864 |
-
"output": {
|
865 |
-
"company": "Wipro",
|
866 |
-
"city": "<user_data>",
|
867 |
-
"country": "<user_data>"
|
868 |
-
}
|
869 |
-
},
|
870 |
-
{
|
871 |
-
"query": "Who are the folks at Wipro based in Tokyo?",
|
872 |
-
"output": {
|
873 |
-
"company": "Wipro",
|
874 |
-
"city": "Tokyo"
|
875 |
-
}
|
876 |
-
},
|
877 |
-
{
|
878 |
-
"query": "Give me the list of people working at Amazon na.",
|
879 |
-
"output": {
|
880 |
-
"company": "Amazon"
|
881 |
-
}
|
882 |
-
},
|
883 |
-
{
|
884 |
-
"query": "Show me the PhD holders from 2019 year.",
|
885 |
-
"output": {
|
886 |
-
"batch": "2019",
|
887 |
-
"degree": "PhD"
|
888 |
-
}
|
889 |
-
},
|
890 |
-
{
|
891 |
-
"query": "Give me ppl in ai",
|
892 |
-
"output": {
|
893 |
-
"branch": "CSE(AI&ML)"
|
894 |
-
}
|
895 |
-
},
|
896 |
-
{
|
897 |
-
"query": "Find alumni at my company in [country].",
|
898 |
-
"output": {
|
899 |
-
"company": "<user_data>"
|
900 |
-
}
|
901 |
-
},
|
902 |
-
{
|
903 |
-
"query": "Show me alumni from 2018 who are in Chennai.",
|
904 |
-
"output": {
|
905 |
-
"batch": "2018",
|
906 |
-
"city": "Chennai"
|
907 |
-
}
|
908 |
-
},
|
909 |
-
{
|
910 |
-
"query": "Get me the grads in Mumbai at Wipro.",
|
911 |
-
"output": {
|
912 |
-
"company": "Wipro",
|
913 |
-
"city": "Mumbai"
|
914 |
-
}
|
915 |
-
},
|
916 |
-
{
|
917 |
-
"query": "Who all are there in Tokyo from our college?",
|
918 |
-
"output": {
|
919 |
-
"city": "Tokyo"
|
920 |
-
}
|
921 |
-
},
|
922 |
-
{
|
923 |
-
"query": "Find the grads with my degree in Chennai.",
|
924 |
-
"output": {
|
925 |
-
"city": "Chennai",
|
926 |
-
"degree": "<user_data>"
|
927 |
-
}
|
928 |
-
},
|
929 |
-
{
|
930 |
-
"query": "Find people at Capgemini in [country].",
|
931 |
-
"output": {
|
932 |
-
"company": "Capgemini"
|
933 |
-
}
|
934 |
-
},
|
935 |
-
{
|
936 |
-
"query": "Who all from m tech are in Bangalore?",
|
937 |
-
"output": {
|
938 |
-
"degree": "M Tech",
|
939 |
-
"city": "Bangalore"
|
940 |
-
}
|
941 |
-
},
|
942 |
-
{
|
943 |
-
"query": "Who all from m tech are in my city?",
|
944 |
-
"output": {
|
945 |
-
"degree": "M Tech",
|
946 |
-
"city": "<user_data>",
|
947 |
-
"country": "<user_data>"
|
948 |
-
}
|
949 |
-
},
|
950 |
-
{
|
951 |
-
"query": "Show me PhD grads living in [country].",
|
952 |
-
"output": {
|
953 |
-
"degree": "PhD"
|
954 |
-
}
|
955 |
-
},
|
956 |
-
{
|
957 |
-
"query": "Who are the alumni in my location?",
|
958 |
-
"output": {
|
959 |
-
"city": "<user_data>",
|
960 |
-
"country": "<user_data>"
|
961 |
-
}
|
962 |
-
},
|
963 |
-
{
|
964 |
-
"query": "List master holders in [country].",
|
965 |
-
"output": {
|
966 |
-
"degree": "M Tech"
|
967 |
-
}
|
968 |
-
},
|
969 |
-
{
|
970 |
-
"query": "Who are the master holders in my city?",
|
971 |
-
"output": {
|
972 |
-
"degree": "M Tech",
|
973 |
-
"city": "<user_data>",
|
974 |
-
"country": "<user_data>"
|
975 |
-
}
|
976 |
-
},
|
977 |
-
{
|
978 |
-
"query": "Find the grads with my degree in Chennai.",
|
979 |
-
"output": {
|
980 |
-
"city": "Chennai",
|
981 |
-
"degree": "<user_data>"
|
982 |
-
}
|
983 |
-
}
|
984 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|