-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2020_manual_evaluation_topics_v1.0.json
1639 lines (1639 loc) · 77.1 KB
/
2020_manual_evaluation_topics_v1.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"number": 81,
"turn": [
{
"number": 1,
"raw_utterance": "How do you know when your garage door opener is going bad?",
"manual_rewritten_utterance": "How do you know when your garage door opener is going bad?",
"automatic_rewritten_utterance": "How do you know when your garage door opener is going bad?",
"manual_canonical_result_id": "MARCO_5498474"
},
{
"number": 2,
"raw_utterance": "Now it stopped working. Why?",
"manual_rewritten_utterance": "Now my garage door opener stopped working. Why?",
"automatic_rewritten_utterance": "Why did garage door opener stop working?",
"manual_canonical_result_id": "MARCO_3942603"
},
{
"number": 3,
"raw_utterance": "How much does it cost for someone to fix it?",
"manual_rewritten_utterance": "How much does it cost for someone to repair a garage door opener?",
"automatic_rewritten_utterance": "How much does garage door opener cost for someone to fix?",
"manual_canonical_result_id": "MARCO_368559"
},
{
"number": 4,
"raw_utterance": "How about replacing it instead?",
"manual_rewritten_utterance": "How much does it cost to replace a garage door opener?",
"automatic_rewritten_utterance": "How about replacing garage door opener instead?",
"manual_canonical_result_id": "MARCO_1381085"
},
{
"number": 5,
"raw_utterance": "How do I choose a new one?",
"manual_rewritten_utterance": "How do I choose a new garage door opener?",
"automatic_rewritten_utterance": "How do I choose a new garage door opener?",
"manual_canonical_result_id": "MARCO_7713538"
},
{
"number": 6,
"raw_utterance": "What does a smart one do?",
"manual_rewritten_utterance": "What does a smart garage door opener do?",
"automatic_rewritten_utterance": "What does a smart garage door opener do?",
"manual_canonical_result_id": "MARCO_3918505"
},
{
"number": 7,
"raw_utterance": "What\u0027s important for me to know about their safety?",
"manual_rewritten_utterance": "What\u0027s important for me to know about the safety of smart garage door openers?",
"automatic_rewritten_utterance": "What\u0027s important for me to know about smart garage door opener safety?",
"manual_canonical_result_id": "MARCO_2950632"
},
{
"number": 8,
"raw_utterance": "How could they be hacked?",
"manual_rewritten_utterance": "How could smart garage door openers be hacked?",
"automatic_rewritten_utterance": "How could a smart garage door opener be hacked?",
"manual_canonical_result_id": "MARCO_3918503"
}
]
},
{
"number": 82,
"turn": [
{
"number": 1,
"raw_utterance": "I would like to learn about GMO Food labeling.",
"manual_rewritten_utterance": "I would like to learn about GMO Food labeling.",
"automatic_rewritten_utterance": "I would like to learn about GMO Food labeling.",
"manual_canonical_result_id": "MARCO_955185"
},
{
"number": 2,
"raw_utterance": "What are the pros and cons?",
"manual_rewritten_utterance": "What are the pros and cons of GMO food labeling?",
"automatic_rewritten_utterance": "What are the pros and cons of GMO Food labeling?",
"manual_canonical_result_id": "CAR_bafb3c1c72e23c444e182cac4e0ea9e4330d21c9"
},
{
"number": 3,
"raw_utterance": "And what about the cons?",
"manual_rewritten_utterance": "What are the cons of GMO food labeling?",
"automatic_rewritten_utterance": "What about the GMO Food labeling pros and cons?",
"manual_canonical_result_id": "MARCO_3674279"
},
{
"number": 4,
"raw_utterance": "What are the EU rules?",
"manual_rewritten_utterance": "What are the GMO food labeling rules in the EU?",
"automatic_rewritten_utterance": "What are the EU rules on GMO food labeling?",
"manual_canonical_result_id": "CAR_9727b05a936eee2b477f4fb5d5276da27dabd9d4"
},
{
"number": 5,
"raw_utterance": "Tell me more about traceability tools.",
"manual_rewritten_utterance": "Tell me about traceability tools for GMO foods in the EU.",
"automatic_rewritten_utterance": "Tell me more about traceability tools.",
"manual_canonical_result_id": "CAR_ef401a18f4f95523ee060e42b474d433f61b6cad"
},
{
"number": 6,
"raw_utterance": "What is the role of Co-Extra?",
"manual_rewritten_utterance": "What is the role of Co-Extra in GMO food traceability in the EU?",
"automatic_rewritten_utterance": "What is the role of Co-Extra in GMO Food labeling?",
"manual_canonical_result_id": "CAR_b7e5b8c1488a3f42fb16fbc5cbcd0790a56948de"
},
{
"number": 7,
"raw_utterance": "How is testing done for contamination?",
"manual_rewritten_utterance": "How is food tested for GMO contamination?",
"automatic_rewritten_utterance": "How is testing done for GMO contamination?",
"manual_canonical_result_id": "MARCO_4074907"
},
{
"number": 8,
"raw_utterance": "What\u0027s the difference between the European and US approaches?",
"manual_rewritten_utterance": "What\u0027s the difference between the European Union and United States approaches to testing for GMO food contamination?",
"automatic_rewritten_utterance": "What\u0027s the difference between the European and US approaches to GMO food labeling?",
"manual_canonical_result_id": "CAR_5669ae19c48aee4d3cb399c9fac8fb123be5aa7e"
},
{
"number": 9,
"raw_utterance": "How does the DNA-based method work?",
"manual_rewritten_utterance": "How does the DNA-based method work for testing GMO contamination.",
"automatic_rewritten_utterance": "How does the DNA-based method work?",
"manual_canonical_result_id": "CAR_5ec97f5bb36766ccac7617b4461075adea603c35"
},
{
"number": 10,
"raw_utterance": "How could Co-Extra improve it?",
"manual_rewritten_utterance": "How could Co-Extra improve DNA-based testing for GMO contamination?",
"automatic_rewritten_utterance": "How could Co-Extra improve GMO testing?",
"manual_canonical_result_id": "CAR_7dc309882a647d5d1f9d2545979314c2f99f9c35"
}
]
},
{
"number": 83,
"turn": [
{
"number": 1,
"raw_utterance": "What are some interesting facts about bees?",
"manual_rewritten_utterance": "What are some interesting facts about bees?",
"automatic_rewritten_utterance": "What are some interesting facts about bees?",
"manual_canonical_result_id": "MARCO_270579"
},
{
"number": 2,
"raw_utterance": "Why doesn\u0027t it spoil?",
"manual_rewritten_utterance": "Why doesn\u0027t honey spoil?",
"automatic_rewritten_utterance": "Why does bees spoil?",
"manual_canonical_result_id": "MARCO_5028906"
},
{
"number": 3,
"raw_utterance": "Why are so many dying?",
"manual_rewritten_utterance": "Why are so many bees dying?",
"automatic_rewritten_utterance": "Why are so many bees dying?",
"manual_canonical_result_id": "MARCO_4605700"
},
{
"number": 4,
"raw_utterance": "What can be done to stop it?",
"manual_rewritten_utterance": "What can be done to stop bees from dying?",
"automatic_rewritten_utterance": "What can be done to stop bees dying?",
"manual_canonical_result_id": "MARCO_4605696"
},
{
"number": 5,
"raw_utterance": "What has happened to their habitat?",
"manual_rewritten_utterance": "What has happened to bee habitat?",
"automatic_rewritten_utterance": "What has happened to bees\u0027 habitat?",
"manual_canonical_result_id": "CAR_0f244498984d51edbdc0627f98cf72613774c7dc"
},
{
"number": 6,
"raw_utterance": "What can I do to help with the problem?",
"manual_rewritten_utterance": "What can I do to help provide a habitat for bees?",
"automatic_rewritten_utterance": "What can I do to help with the problem of bees dying?",
"manual_canonical_result_id": "CAR_824cd6dd5bbaff5a9be80d1791831ea386cfe06a"
},
{
"number": 7,
"raw_utterance": "What is the cause of CCD?",
"manual_rewritten_utterance": "What is the cause of colony collapse disorder?",
"automatic_rewritten_utterance": "What is the cause of CCD?",
"manual_canonical_result_id": "MARCO_1339637"
},
{
"number": 8,
"raw_utterance": "What would happen if they died out?",
"manual_rewritten_utterance": "What would happen if the bees died out?",
"automatic_rewritten_utterance": "What would happen if bees died out?",
"manual_canonical_result_id": "CAR_652e1c4654a2cce7d24d500297543a91095bb6f2"
}
]
},
{
"number": 84,
"turn": [
{
"number": 1,
"raw_utterance": "How does seed investment work for startups?",
"manual_rewritten_utterance": "How does seed investment work for startups?",
"automatic_rewritten_utterance": "How does seed investment work for startups?",
"manual_canonical_result_id": "CAR_fef4c224bb39283d6c8f49190c9855514e0b7fa5"
},
{
"number": 2,
"raw_utterance": "Tell me more about angel rounds.",
"manual_rewritten_utterance": "Tell me more about angel investment rounds.",
"automatic_rewritten_utterance": "Tell me more about angel rounds.",
"manual_canonical_result_id": "CAR_80051e4701e2cd8a111b80a82781ca78ce4903bd"
},
{
"number": 3,
"raw_utterance": "How does it compare with crowdfunding?",
"manual_rewritten_utterance": "How does an angel investment round compare with crowdfunding?",
"automatic_rewritten_utterance": "How does angel rounds compare with crowdfunding?",
"manual_canonical_result_id": "CAR_dc9f9650520a47574a6fc0a0e7af22a5f2043219"
},
{
"number": 4,
"raw_utterance": "How much is a typical A series round?",
"manual_rewritten_utterance": "How much is a typical A series investment round?",
"automatic_rewritten_utterance": "How much angel is a typical A series round?",
"manual_canonical_result_id": "CAR_eb640376ab9cd07c341aa3cdade89effd71caf21"
},
{
"number": 5,
"raw_utterance": "What are the risks of investing?",
"manual_rewritten_utterance": "What are the risks of investing in startups?",
"automatic_rewritten_utterance": "What are the risks of investing in angel rounds?",
"manual_canonical_result_id": "CAR_361ba5e8b47848ffc81eab8a56fb7ef4f60befed"
},
{
"number": 6,
"raw_utterance": "What are the different types of instruments used by VCs?",
"manual_rewritten_utterance": "What are the different types of instruments used by Venture Capitalists?",
"automatic_rewritten_utterance": "What are the different types of angel rounds used by VCs?",
"manual_canonical_result_id": "CAR_75a0a6f1f80017eb7be0ad950a0cd540b978bc3a"
}
]
},
{
"number": 85,
"turn": [
{
"number": 1,
"raw_utterance": "How much does a used Lamborghini cost?",
"manual_rewritten_utterance": "How much does a Lamborghini cost?",
"automatic_rewritten_utterance": "How much does a used Lamborghini cost?",
"manual_canonical_result_id": "MARCO_2375623"
},
{
"number": 2,
"raw_utterance": "How does it compare to a Ferrari?",
"manual_rewritten_utterance": "How does a Lamborghini compare to a Ferrari?",
"automatic_rewritten_utterance": "How does a Lamborghini compare to a Ferrari?",
"manual_canonical_result_id": "MARCO_2728287"
},
{
"number": 3,
"raw_utterance": "Interesting. What about for a pimped-out food truck?",
"manual_rewritten_utterance": "Interesting. How much does a pimped-out food truck cost?",
"automatic_rewritten_utterance": "What about for a pimped-out food truck?",
"manual_canonical_result_id": "MARCO_515851"
},
{
"number": 4,
"raw_utterance": "What licenses and permits are needed?",
"manual_rewritten_utterance": "What licenses and permits are needed for a food truck?",
"automatic_rewritten_utterance": "What licenses and permits are needed for a pimped-out food truck?",
"manual_canonical_result_id": "MARCO_8776847"
},
{
"number": 5,
"raw_utterance": "What makes a good location?",
"manual_rewritten_utterance": "What makes a good food truck location?",
"automatic_rewritten_utterance": "What makes a good food truck location?",
"manual_canonical_result_id": "MARCO_1490466"
},
{
"number": 6,
"raw_utterance": "What is a typical day like?",
"manual_rewritten_utterance": "What is a typical day like running a food truck?",
"automatic_rewritten_utterance": "What is a typical day like in Lamborghini?",
"manual_canonical_result_id": "CAR_847f5f133e932d11811a87814c9040bb685fee74"
},
{
"number": 7,
"raw_utterance": "How can I run it successfully?",
"manual_rewritten_utterance": "How can I run a successful food truck?",
"automatic_rewritten_utterance": "How can I run Lamborghini food truck successfully?",
"manual_canonical_result_id": "MARCO_8460574"
},
{
"number": 8,
"raw_utterance": "What are some good examples to learn from?",
"manual_rewritten_utterance": "What are some good examples of successful food trucks to learn from?",
"automatic_rewritten_utterance": "What are some good examples of Lamborghini food trucks to learn from?",
"manual_canonical_result_id": "CAR_b883f1a3da907f244282172cfdbd01f3e3905d0e"
},
{
"number": 9,
"raw_utterance": "Besides inventive flavors, what made it successful?",
"manual_rewritten_utterance": "Besides inventive flavors, what made Kogi successful?",
"automatic_rewritten_utterance": "Besides inventive flavors, what made Lamborghini successful?",
"manual_canonical_result_id": "CAR_22a27affe62d777e888f78a59526debf3b405645"
}
]
},
{
"number": 86,
"turn": [
{
"number": 1,
"raw_utterance": "What is the climate like in Utah?",
"manual_rewritten_utterance": "What is the climate like in Utah?",
"automatic_rewritten_utterance": "What is the climate like in Utah?",
"manual_canonical_result_id": "MARCO_5161670"
},
{
"number": 2,
"raw_utterance": "How does Salt Lake City differ?",
"manual_rewritten_utterance": "How does the climate of Salt Lake City differ from Utah overall?",
"automatic_rewritten_utterance": "How does Salt Lake City differ from Utah?",
"manual_canonical_result_id": "MARCO_4589245"
},
{
"number": 3,
"raw_utterance": "What is its main economic activity?",
"manual_rewritten_utterance": "What is the main economic activity of Salt Lake City?",
"automatic_rewritten_utterance": "What is Salt Lake City\u0027s main economic activity?",
"manual_canonical_result_id": "CAR_717b11440aba32158dba995d76fb5c6a4a9b5ccb"
},
{
"number": 4,
"raw_utterance": "What was the impact of the 2002 games?",
"manual_rewritten_utterance": "What was the impact of the 2002 olympic winter games on the economy of Salt Lake City?",
"automatic_rewritten_utterance": "What was the impact of the 2002 games in Salt Lake City?",
"manual_canonical_result_id": "CAR_668a93d7ccba8a64556be498db111cdaf8d4fd87"
},
{
"number": 5,
"raw_utterance": "What were important ski locations used?",
"manual_rewritten_utterance": "What were important ski locations used in the 2002 olympic winter games?",
"automatic_rewritten_utterance": "What were important ski locations in Salt Lake City used?",
"manual_canonical_result_id": "CAR_8ef05e731379c1fa384c8db91707adfff8c53a2c"
},
{
"number": 6,
"raw_utterance": "What are the important non-ski events that happen in the city?",
"manual_rewritten_utterance": "What are the important non-ski events that happen in Salt Lake City?",
"automatic_rewritten_utterance": "What are the important non-ski events that happen in the city of Salt Lake?",
"manual_canonical_result_id": "CAR_777945356241a8237c198f35cac0f0c644fb939b"
},
{
"number": 7,
"raw_utterance": "What about some popular non-winter things to do in the area?",
"manual_rewritten_utterance": "What are some popular non-winter things to do in the Salt Lake City area?",
"automatic_rewritten_utterance": "What about some popular non-winter things to do in the Salt Lake City area?",
"manual_canonical_result_id": "CAR_eefcb283c555c83a7d5535ccf6ec7efbfa9001a9"
}
]
},
{
"number": 87,
"turn": [
{
"number": 1,
"raw_utterance": "What are the different types of orange trees?",
"manual_rewritten_utterance": "What are the different types of orange trees?",
"automatic_rewritten_utterance": "What are the different types of orange trees?",
"manual_canonical_result_id": "MARCO_4879356"
},
{
"number": 2,
"raw_utterance": "How can you tell them apart?",
"manual_rewritten_utterance": "How can you tell different types of orange trees apart?",
"automatic_rewritten_utterance": "How can you tell orange trees apart?",
"manual_canonical_result_id": "MARCO_7016261"
},
{
"number": 3,
"raw_utterance": "What type has thorns?",
"manual_rewritten_utterance": "What type of orange tree has thorns?",
"automatic_rewritten_utterance": "What type of orange tree has thorns?",
"manual_canonical_result_id": "MARCO_6314853"
},
{
"number": 4,
"raw_utterance": "Where do they originally come from?",
"manual_rewritten_utterance": "Where do orange trees originally come from?",
"automatic_rewritten_utterance": "Where do orange trees originally come from?",
"manual_canonical_result_id": "CAR_d421b355a691b1c1affb70313fa45f806395b023"
},
{
"number": 5,
"raw_utterance": "Tell me about the Hamlin variety.",
"manual_rewritten_utterance": "Tell me about the Hamlin orange variety.",
"automatic_rewritten_utterance": "Tell me about the Hamlin variety.",
"manual_canonical_result_id": "CAR_324a662bc5882c7008be352a502ab559cd54bada"
},
{
"number": 6,
"raw_utterance": "Why did it replace PB?",
"manual_rewritten_utterance": "Why did the Hamlin orange replace the Parson Brown variety?",
"automatic_rewritten_utterance": "Why did the Hamlin variety replace PB?",
"manual_canonical_result_id": "CAR_324a662bc5882c7008be352a502ab559cd54bada"
},
{
"number": 7,
"raw_utterance": "What are the different types of navels?",
"manual_rewritten_utterance": "What are the different types of navel oranges?",
"automatic_rewritten_utterance": "What are the different types of navels?",
"manual_canonical_result_id": "MARCO_8513155"
},
{
"number": 8,
"raw_utterance": "Which is the most delicious?",
"manual_rewritten_utterance": "Which type of navel orange is the most delicious?",
"automatic_rewritten_utterance": "Which is the most delicious orange?",
"manual_canonical_result_id": "MARCO_3314889"
},
{
"number": 9,
"raw_utterance": "How do they compare with blood oranges?",
"manual_rewritten_utterance": "How do cara cara oranges compare with blood oranges?",
"automatic_rewritten_utterance": "How do orange trees compare with blood oranges?",
"manual_canonical_result_id": "MARCO_7415576"
}
]
},
{
"number": 88,
"turn": [
{
"number": 1,
"raw_utterance": "Can I have some information on the labor systems of the Ottoman Empire?",
"manual_rewritten_utterance": "Can I have some information on the labor systems of the Ottoman Empire?",
"automatic_rewritten_utterance": "Can I have some information on the labor systems of the Ottoman Empire?",
"manual_canonical_result_id": "CAR_1c19cb1e2a8b33febc660f86b3a14b4d85fec878"
},
{
"number": 2,
"raw_utterance": "What was the role of slavery?",
"manual_rewritten_utterance": "What was the role of slavery in the labor system of the Ottoman Empire?",
"automatic_rewritten_utterance": "What was the role of slavery in the Ottoman Empire?",
"manual_canonical_result_id": "CAR_d1a956a34d2855a262a5245acb6d4f5c8d6ef119"
},
{
"number": 3,
"raw_utterance": "How did it govern?",
"manual_rewritten_utterance": "How did the Ottoman Empire govern?",
"automatic_rewritten_utterance": "How did it govern?",
"manual_canonical_result_id": "MARCO_2050021"
},
{
"number": 4,
"raw_utterance": "Why was it important?",
"manual_rewritten_utterance": "Why was the Ottoman Empire important?",
"automatic_rewritten_utterance": "Why was it important?",
"manual_canonical_result_id": "MARCO_2509753"
},
{
"number": 5,
"raw_utterance": "What was the culture like?",
"manual_rewritten_utterance": "What was the culture like in the Ottoman Empire?",
"automatic_rewritten_utterance": "What was the culture like in the Ottoman Empire?",
"manual_canonical_result_id": "CAR_c3e750ac79654de5a4a3aee67e05a031da8f103f"
},
{
"number": 6,
"raw_utterance": "What was the role of storytellers?",
"manual_rewritten_utterance": "What was the role of storytellers in the culture of the Ottoman Empire?",
"automatic_rewritten_utterance": "What was the role of storytellers in Ottoman history?",
"manual_canonical_result_id": "CAR_4f48e3253dde08e82041199358a6b9cd2da099ea"
},
{
"number": 7,
"raw_utterance": "What were popular stories?",
"manual_rewritten_utterance": "What were popular stories told by meddahs in the Ottoman Empire?",
"automatic_rewritten_utterance": "What were popular stories in the Ottoman Empire?",
"manual_canonical_result_id": "CAR_93be9cfda1db9905a1c8d655edda1c57af2a14d9"
},
{
"number": 8,
"raw_utterance": "What was the importance of the millet?",
"manual_rewritten_utterance": "What was the importance of the confessional millet system to the Ottoman Empire?",
"automatic_rewritten_utterance": "What was the importance of the millet?",
"manual_canonical_result_id": "CAR_b3b436adcde810685d62e669ddfb763afb3ad447"
},
{
"number": 9,
"raw_utterance": "Why did the British continue it?",
"manual_rewritten_utterance": "Why did the British continue the confessional millet system from the Ottoman Empire?",
"automatic_rewritten_utterance": "Why did the British continue slavery?",
"manual_canonical_result_id": "CAR_253d76ecb30ed2c579b941a17b16bf996368b5f5"
},
{
"number": 10,
"raw_utterance": "What is its historical importance in developing national identities?",
"manual_rewritten_utterance": "What is the historical importance of the confessional millet system in the development of national identities?",
"automatic_rewritten_utterance": "What is the importance of the millet in developing national identities?",
"manual_canonical_result_id": "CAR_b2e323c40447e8c1adc25ef755f59c9f2aaa37b8"
}
]
},
{
"number": 89,
"turn": [
{
"number": 1,
"raw_utterance": "What is the relationship between predator and prey?",
"manual_rewritten_utterance": "What is the relationship between predator and prey?",
"automatic_rewritten_utterance": "What is the relationship between predator and prey?",
"manual_canonical_result_id": "MARCO_3607694"
},
{
"number": 2,
"raw_utterance": "What do predator plants eat?",
"manual_rewritten_utterance": "What do predator plants eat?",
"automatic_rewritten_utterance": "What do predator plants eat?",
"manual_canonical_result_id": "MARCO_4608868"
},
{
"number": 3,
"raw_utterance": "What about Venus flytraps in particular?",
"manual_rewritten_utterance": "What do Venus flytraps eat?",
"automatic_rewritten_utterance": "What about Venus flytraps in particular?",
"manual_canonical_result_id": "MARCO_1025320"
},
{
"number": 4,
"raw_utterance": "Where is it native to?",
"manual_rewritten_utterance": "Where is the Venus flytrap native to?",
"automatic_rewritten_utterance": "Where is Venus flytraps native to?",
"manual_canonical_result_id": "MARCO_2653125"
},
{
"number": 5,
"raw_utterance": "How do they attract and catch their prey?",
"manual_rewritten_utterance": "How do Venus flytraps attract and catch their prey?",
"automatic_rewritten_utterance": "How do Venus flytraps attract and catch their prey?",
"manual_canonical_result_id": "MARCO_5503670"
},
{
"number": 6,
"raw_utterance": "What are other similar plants from its native area?",
"manual_rewritten_utterance": "What other carnivorous plants are native to North and South Carolina?",
"automatic_rewritten_utterance": "What are other similar plants from Venus flytraps native area?",
"manual_canonical_result_id": "MARCO_3537980"
},
{
"number": 7,
"raw_utterance": "How do populations of predators and prey relate?",
"manual_rewritten_utterance": "How do populations of predators and prey relate?",
"automatic_rewritten_utterance": "How do populations of predators and prey relate to Venus flytraps?",
"manual_canonical_result_id": "CAR_10a90d52de0763ca7d00296ab650eb0e0c0c0d0f"
},
{
"number": 8,
"raw_utterance": "Why would the roles reverse?",
"manual_rewritten_utterance": "Why would the roles of predator and prey reverse?",
"automatic_rewritten_utterance": "Why would the roles reverse in Venus flytraps?",
"manual_canonical_result_id": "CAR_10a90d52de0763ca7d00296ab650eb0e0c0c0d0f"
},
{
"number": 9,
"raw_utterance": "How does the relationship influence biodiversity?",
"manual_rewritten_utterance": "How do predators and prey influence biodiversity?",
"automatic_rewritten_utterance": "How does the relationship influence biodiversity?",
"manual_canonical_result_id": "CAR_687e2f172136457f76c7446807568880b361fb90"
},
{
"number": 10,
"raw_utterance": "What are examples of these predators?",
"manual_rewritten_utterance": "What are examples of apex predators?",
"automatic_rewritten_utterance": "What are examples of predator plants?",
"manual_canonical_result_id": "MARCO_2117043"
},
{
"number": 11,
"raw_utterance": "Why would humans be considered one?",
"manual_rewritten_utterance": "Why would humans be considered apex predators?",
"automatic_rewritten_utterance": "Why would humans be considered one predator?",
"manual_canonical_result_id": "MARCO_8066418"
}
]
},
{
"number": 90,
"turn": [
{
"number": 1,
"raw_utterance": "Which is the biggest commercial plane?",
"manual_rewritten_utterance": "Which is the biggest commercial plane?",
"automatic_rewritten_utterance": "Which is the biggest commercial plane?",
"manual_canonical_result_id": "MARCO_4698523"
},
{
"number": 2,
"raw_utterance": "What are its operational costs?",
"manual_rewritten_utterance": "What are the operational costs of the Airbus A380?",
"automatic_rewritten_utterance": "What are the operational costs of a commercial plane?",
"manual_canonical_result_id": "MARCO_1961312"
},
{
"number": 3,
"raw_utterance": "How does its fuel consumption compare to its competitors?",
"manual_rewritten_utterance": "How does the Airbus A380 fuel consumption compare to its competitors?",
"automatic_rewritten_utterance": "How does the Boeing 737 fuel consumption compare to its competitors?",
"manual_canonical_result_id": "CAR_cf435ec8bb05cd7b2a59723327748b449f5e396d"
},
{
"number": 4,
"raw_utterance": "How do the freighter versions compare to each other?",
"manual_rewritten_utterance": "How do the freighter versions of the Airbus A380 and Boeing 747 compare to each other?",
"automatic_rewritten_utterance": "How do the freighter versions of the Airbus jet compare to each other?",
"manual_canonical_result_id": "MARCO_5746649"
},
{
"number": 5,
"raw_utterance": "Why did the A380 stop being produced?",
"manual_rewritten_utterance": "Why did the Airbus A380 stop being produced?",
"automatic_rewritten_utterance": "Why did the A380 stop being produced?",
"manual_canonical_result_id": "CAR_6497306a48ec3696f43b8f57d5441356b99aab12"
},
{
"number": 6,
"raw_utterance": "What was Boeing\u0027s response to compete with it?",
"manual_rewritten_utterance": "What was Boeing\u0027s response to compete with the Airbus A380?",
"automatic_rewritten_utterance": "What was Boeing\u0027s response to compete with the A380?",
"manual_canonical_result_id": "CAR_c36e4c56b145fc6cee2a79ae590ba6c9c6744415"
},
{
"number": 7,
"raw_utterance": "What is the newest version and what is better about it?",
"manual_rewritten_utterance": "What is the newest version of the Boeing 777 and what is better about it?",
"automatic_rewritten_utterance": "What is the newest version of the A380 and what is better about it?",
"manual_canonical_result_id": "CAR_c4e959390e7f6ba142cdaca9a017cd016c2a6cb2"
},
{
"number": 8,
"raw_utterance": "What are the differences between the variants?",
"manual_rewritten_utterance": "What are the differences between the Boeing 777X-8 and 777X-9?",
"automatic_rewritten_utterance": "What are the differences between the A380 and the newer version?",
"manual_canonical_result_id": "CAR_274f9e7fa938a802bf65d791453eff46ec99f4d5"
}
]
},
{
"number": 91,
"turn": [
{
"number": 1,
"raw_utterance": "What is the purpose of GDPR?",
"manual_rewritten_utterance": "What is the purpose of the General Data Protection Regulation (GDPR)?",
"automatic_rewritten_utterance": "What is the purpose of GDPR?",
"manual_canonical_result_id": "CAR_41c3a17bc670dbeb1ff5d322cfc39431aabbb671"
},
{
"number": 2,
"raw_utterance": "What is different compared to previous legislation?",
"manual_rewritten_utterance": "What is different between General Data Protection Regulation (GDPR) and European Union (EU) Data Protection Directive 95/46/EC?",
"automatic_rewritten_utterance": "What is different compared to GDPR legislation?",
"manual_canonical_result_id": "MARCO_8090944"
},
{
"number": 3,
"raw_utterance": "What are the privacy implications of those technologies?",
"manual_rewritten_utterance": "What are the privacy implications of social networks and cloud computing?",
"automatic_rewritten_utterance": "What are the privacy implications of GDPR technologies?",
"manual_canonical_result_id": "MARCO_1109622"
},
{
"number": 4,
"raw_utterance": "Oh, IP addresses are considered PII? What is the full range of personal data?",
"manual_rewritten_utterance": "Oh, Internet Protocol (IP) addresses are considered Personally Identifying Information (PII)? What is the full range of personal data defined in the General Data Protection Regulation (GDPR)?",
"automatic_rewritten_utterance": "What is the full range of personal data in GDPR?",
"manual_canonical_result_id": "MARCO_1021354"
},
{
"number": 5,
"raw_utterance": "How do big companies adapt to GDPR?",
"manual_rewritten_utterance": "How do big companies in the United States (US) adapt to the General Data Protection Regulation (GDPR)?",
"automatic_rewritten_utterance": "How do big companies adapt to GDPR?",
"manual_canonical_result_id": "CAR_1543e810e31ad80b08f252ae8d6182c3c529da0f"
},
{
"number": 6,
"raw_utterance": "OK. Tell me about the privacy issues in social networks.",
"manual_rewritten_utterance": "OK. Tell me about the privacy issues in social networks.",
"automatic_rewritten_utterance": "Tell me about the privacy issues in social networks.",
"manual_canonical_result_id": "CAR_17e18a95aa7892169934f8befe9432bb8e33b31c"
},
{
"number": 7,
"raw_utterance": "What do they get in return for their privacy?",
"manual_rewritten_utterance": "What do users of social networks get in return for by giving up their privacy?",
"automatic_rewritten_utterance": "What do social networks get in return for their privacy?",
"manual_canonical_result_id": "CAR_a78a2f41b72eda46b9b17eee5420eca6232cdb55"
},
{
"number": 8,
"raw_utterance": "What are the symptoms of that addiction?",
"manual_rewritten_utterance": "What are the symptoms of social network addiction?",
"automatic_rewritten_utterance": "What are the symptoms of that addiction?",
"manual_canonical_result_id": "MARCO_7869169"
}
]
},
{
"number": 92,
"turn": [
{
"number": 1,
"raw_utterance": "Do shoulder braces help recover from an injury?",
"manual_rewritten_utterance": "Do shoulder braces help recover from an injury?",
"automatic_rewritten_utterance": "Do shoulder braces help recover from an injury?",
"manual_canonical_result_id": "MARCO_7395735"
},
{
"number": 2,
"raw_utterance": "Tell me more about some exercises that could help.",
"manual_rewritten_utterance": "Tell me more about some shoulder exercises that could help recovery from an injury.",
"automatic_rewritten_utterance": "Tell me more about some exercises that could help shoulder braces recover from an injury.",
"manual_canonical_result_id": "MARCO_5757628"
},
{
"number": 3,
"raw_utterance": "What are some others?",
"manual_rewritten_utterance": "What are other exercises besides Pendulum circles for shoulder injuries?",
"automatic_rewritten_utterance": "What are some other exercises that could help shoulder braces recover from an injury?",
"manual_canonical_result_id": "MARCO_7600853"
},
{
"number": 4,
"raw_utterance": "How do I know if it\u0027s serious?",
"manual_rewritten_utterance": "How do I know if my shoulder pain is serious?",
"automatic_rewritten_utterance": "How do I know if shoulder braces are serious?",
"manual_canonical_result_id": "MARCO_8648127"
},
{
"number": 5,
"raw_utterance": "When should you consider surgery?",
"manual_rewritten_utterance": "When should you consider shoulder surgery?",
"automatic_rewritten_utterance": "When should you consider surgery?",
"manual_canonical_result_id": "CAR_bd30d85e08f8e11ce60480afc340fe7555649ac9"
},
{
"number": 6,
"raw_utterance": "That seems extreme. What are other ways to treat the pain?",
"manual_rewritten_utterance": "That seems extreme. What are other ways to treat shoulder pain?",
"automatic_rewritten_utterance": "What are other ways to treat the shoulder pain?",
"manual_canonical_result_id": "MARCO_3570267"
},
{
"number": 7,
"raw_utterance": "How do I stop it from hurting at my desk?",
"manual_rewritten_utterance": "How do I stop my shoulder from hurting at my desk?",
"automatic_rewritten_utterance": "How do I stop shoulder pain from hurting at my desk?",
"manual_canonical_result_id": "MARCO_6797292"
},
{
"number": 8,
"raw_utterance": "What are the benefits of a standing one?",
"manual_rewritten_utterance": "What are the benefits of a standing desk for shoulder pain?",
"automatic_rewritten_utterance": "What are the benefits of a standing shoulder?",
"manual_canonical_result_id": "MARCO_1343390"
}
]
},
{
"number": 93,
"turn": [
{
"number": 1,
"raw_utterance": "Tell me about purchasing a Burger King franchise.",
"manual_rewritten_utterance": "Tell me about purchasing a Burger King franchise.",
"automatic_rewritten_utterance": "Tell me about purchasing a Burger King franchise.",
"manual_canonical_result_id": "CAR_2fd6972ceb67c5576d5250087cf78cef29f290b6"
},
{
"number": 2,
"raw_utterance": "No, not information about its acquisition. I want to know how to open a franchise.",
"manual_rewritten_utterance": "No, not information about Burger King\u0027s acquisition. I want to know how to open a Burger King franchise.",
"automatic_rewritten_utterance": "I want to know how to open a Burger King franchise.",
"manual_canonical_result_id": "MARCO_4332525"
},
{
"number": 3,
"raw_utterance": "Is there any financial support for the fee?",
"manual_rewritten_utterance": "Is there any financial support for the initial franchise fee of a Burger King restaurant franchise?",
"automatic_rewritten_utterance": "Is there any financial support for the Burger King franchise fee?",
"manual_canonical_result_id": "MARCO_4332525"
},
{
"number": 4,
"raw_utterance": "How much does an owner typically make?",
"manual_rewritten_utterance": "How much does a Burger King franchise owner typically make?",
"automatic_rewritten_utterance": "How much does an owner typically make in Burger King?",
"manual_canonical_result_id": "MARCO_4117903"
},
{
"number": 5,
"raw_utterance": "Is it better to be a franchise or independent?",
"manual_rewritten_utterance": "Is it better to be a Burger King franchisee or an independent restaurant owner?",
"automatic_rewritten_utterance": "Is Burger King better to be a franchise or independent?",
"manual_canonical_result_id": "CAR_f083231fdaab54132ca28c0c55a0865c0c933e83"
},
{
"number": 6,
"raw_utterance": "What support does it provide?",
"manual_rewritten_utterance": "What support does the franchise provide?",
"automatic_rewritten_utterance": "What support does Burger King provide?",
"manual_canonical_result_id": "CAR_05d385e1111da8d8c5de492ef8d712503856586d"
},
{
"number": 7,
"raw_utterance": "OK let\u0027s do it. What is the process?",
"manual_rewritten_utterance": "OK let\u0027s do it. What is the process of buying a Burger King franchise?",
"automatic_rewritten_utterance": "What is the process of Burger King franchise or independent?",
"manual_canonical_result_id": "CAR_b167c9b02cbf2aea458b55857ca451402e65abe4"
}
]
},
{
"number": 94,
"turn": [
{
"number": 1,
"raw_utterance": "How did snowboarding begin?",
"manual_rewritten_utterance": "How did snowboarding begin?",
"automatic_rewritten_utterance": "How did snowboarding begin?",
"manual_canonical_result_id": "CAR_091bb05e583e685bdfa721adf0fd7dedf1303040"
},
{
"number": 2,
"raw_utterance": "Interesting. That\u0027s later than I expected. Who were the winners?",
"manual_rewritten_utterance": "Interesting. That\u0027s later than I expected. Who were the winners of snowboarding events in the 1998 Winter Olympics?",
"automatic_rewritten_utterance": "Who were the winners of the snowboarding contest?",
"manual_canonical_result_id": "CAR_1da1987884fa4ee45e2a32680327528f515f6c4c"
},
{
"number": 3,
"raw_utterance": "What are strap-in bindings?",
"manual_rewritten_utterance": "What are strap-in snowboard bindings?",
"automatic_rewritten_utterance": "What are strap-in bindings?",
"manual_canonical_result_id": "MARCO_411"
},
{
"number": 4,
"raw_utterance": "What\u0027s an alternative to this binding style?",
"manual_rewritten_utterance": "What\u0027s an alternative to the strap-in binding style for snowboarding?",
"automatic_rewritten_utterance": "What\u0027s an alternative to this binding style?",
"manual_canonical_result_id": "CAR_ab5fed08433a458f55e3871d7811f6e03de3c326"
},
{
"number": 5,
"raw_utterance": "What else do I need for my first time?",
"manual_rewritten_utterance": "What else besides bindings do I need for my first time snowboarding?",
"automatic_rewritten_utterance": "What else do I need for my first time snowboarding?",
"manual_canonical_result_id": "CAR_4fda74b6217fa56e5bc72d220df27a986d2c11ae"
},
{
"number": 6,
"raw_utterance": "How can I teach myself to get started?",
"manual_rewritten_utterance": "How can I teach myself to get started snowboarding?",
"automatic_rewritten_utterance": "How can I teach myself to get started in snowboarding?",
"manual_canonical_result_id": "MARCO_991990"
},
{
"number": 7,
"raw_utterance": "What are the best slopes in Seattle?",
"manual_rewritten_utterance": "What are the best snowboarding slopes for beginners around Seattle?",
"automatic_rewritten_utterance": "What are the best slopes in Seattle?",
"manual_canonical_result_id": "MARCO_1328173"
},
{
"number": 8,
"raw_utterance": "What are other things to do at Bachelor?",
"manual_rewritten_utterance": "What are other things to do at Mount Bachelor Ski \u0026 Sports",
"automatic_rewritten_utterance": "What are other things to do at Bachelor?",
"manual_canonical_result_id": "CAR_ab3263cc68495587f89390a81740b0e2c7ae85dd"
}
]
},
{
"number": 95,
"turn": [
{
"number": 1,
"raw_utterance": "How are waste and garbage processed?",
"manual_rewritten_utterance": "How are waste and garbage processed?",
"automatic_rewritten_utterance": "How are waste and garbage processed?",
"manual_canonical_result_id": "CAR_ceaa49bdec39db2a76a6a8528e70a6830433f8d8"
},
{
"number": 2,
"raw_utterance": "Interesting. What is the impact of burning on the environment?",
"manual_rewritten_utterance": "Interesting. What is the impact of burning waste and garbage on the environment?",
"automatic_rewritten_utterance": "What is the impact of burning on the environment?",
"manual_canonical_result_id": "MARCO_5267179"
},
{
"number": 3,
"raw_utterance": "So you can compact them; why does it slow the waste processing?",
"manual_rewritten_utterance": "Why does waste compaction slow the biodegradation of organic waste?",
"automatic_rewritten_utterance": "So you can compact waste and garbage; why does the burning of waste slow the waste processing?",
"manual_canonical_result_id": "CAR_65c3a0a69d1d4b9735d0294ff5ec87f8d1be4e17"
},
{
"number": 4,
"raw_utterance": "How is sewage recycled?",
"manual_rewritten_utterance": "How is sewage recycled?",
"automatic_rewritten_utterance": "How is sewage recycled?",
"manual_canonical_result_id": "CAR_7194524984a31208fd50fa77d57682e08b8dc543"
},
{
"number": 5,
"raw_utterance": "What are the pros and cons of recycling vs composting?",
"manual_rewritten_utterance": "What are the pros and cons of recycling vs composting garbage?",
"automatic_rewritten_utterance": "What are the pros and cons of recycling vs composting?",
"manual_canonical_result_id": "CAR_3c98982c7f8f38176454a881accf2a0f9a8250a4"
},
{
"number": 6,
"raw_utterance": "Tell me more about biodegradable plastics.",
"manual_rewritten_utterance": "Tell me more about biodegradable plastics.",
"automatic_rewritten_utterance": "Tell me more about biodegradable plastics.",
"manual_canonical_result_id": "MARCO_1876300"
},
{
"number": 7,
"raw_utterance": "How are they made?",
"manual_rewritten_utterance": "How are biodegradable plastics made?",
"automatic_rewritten_utterance": "How are biodegradable plastics made?",
"manual_canonical_result_id": "MARCO_8217309"
},
{
"number": 8,
"raw_utterance": "How is corn oil used?",
"manual_rewritten_utterance": "How is corn oil used to make biodegradable plastics?",
"automatic_rewritten_utterance": "How is corn oil used?",
"manual_canonical_result_id": "MARCO_8217309"
}
]
},
{
"number": 96,
"turn": [
{
"number": 1,
"raw_utterance": "How do you make Japanese Yakiniku?",
"manual_rewritten_utterance": "How do you make Japanese Yakiniku ?",
"automatic_rewritten_utterance": "How do you make Japanese Yakiniku?",
"manual_canonical_result_id": "MARCO_5233682"
},
{
"number": 2,
"raw_utterance": "Can the sauce be used in other dishes?",
"manual_rewritten_utterance": "Can the sauce for Yakiniku be used in other dishes?",
"automatic_rewritten_utterance": "Can the sauce be used in other dishes?",
"manual_canonical_result_id": "MARCO_5233683"
},
{
"number": 3,
"raw_utterance": "What are the best Yakiniku restaurants in Tokyo?",
"manual_rewritten_utterance": "What are the best Yakiniku restaurants in Tokyo?",
"automatic_rewritten_utterance": "What are the best Yakiniku restaurants in Tokyo?",
"manual_canonical_result_id": "CAR_1b9846ce1825dc6080c75fee697771e783f148f6"
},
{
"number": 4,
"raw_utterance": "Tell me about three star Michelin sushi restaurants there.",
"manual_rewritten_utterance": "Tell me about three star Michelin sushi restaurants in Tokyo.",
"automatic_rewritten_utterance": "Tell me about three star Michelin sushi restaurants in Tokyo.",
"manual_canonical_result_id": "CAR_16df4347c591e4c893b66a8d170c3fd06a6f2e5b"
},
{
"number": 5,
"raw_utterance": "Oh you need an agent to make reservations?",
"manual_rewritten_utterance": "How do I make dinner reservations in Tokyo restaurants?",
"automatic_rewritten_utterance": "Oh you need an agent to make reservations at Michelin sushi restaurants?",
"manual_canonical_result_id": "MARCO_7240228"
},
{
"number": 6,
"raw_utterance": "Tell me other fun things to do there.",
"manual_rewritten_utterance": "Tell me what other fun things there are to do in Tokyo besides eating.",
"automatic_rewritten_utterance": "Tell me other fun things to do at Michelin sushi restaurants in Tokyo.",
"manual_canonical_result_id": "MARCO_966257"
},
{
"number": 7,
"raw_utterance": "What is the cost of living there compared to NYC?",
"manual_rewritten_utterance": "What is the cost of living in Tokyo compared to New York City (NYC)?",