-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path2022_automatic_evaluation_topics_tree_v1.0.json
3419 lines (3419 loc) · 245 KB
/
2022_automatic_evaluation_topics_tree_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": 132,
"turn": [
{
"number": "1-1",
"participant": "User",
"utterance": "I remember Glasgow hosting COP26 last year, but unfortunately I was out of the loop. What was it about?",
"automatic_rewritten_utterance": "What was Glasgow hosting COP26 about?"
},
{
"number": "1-2",
"parent": "1-1",
"participant": "System",
"response": "The COP26 event is a global united Nations summit about climate change and how countries are planning to tackle it. The term “climate change” is often used as if it means the same thing as the term “global warming”. The National Academy of Sciences says “climate change” is growing in favor of “global warming” because it helps convey that there are other changes in addition to rising temperatures. In fact, “climate change” means major changes in temperature, rainfall, snow, or wind patterns lasting for decades or longer.",
"provenance": [
"MARCO_26_222804180-1",
"MARCO_26_222804180-2",
"MARCO_33_1621342262-1"
]
},
{
"number": "1-3",
"parent": "1-2",
"participant": "User",
"utterance": "Interesting. What are the effects of these changes?",
"automatic_rewritten_utterance": "What are the effects of COP26?"
},
{
"number": "1-4",
"parent": "1-3",
"participant": "System",
"response": "Climate change is very likely having an impact now on our planet and its life, according to the latest instalment of a report published by the Intergovernmental Panel on Climate Change (IPCC). And the future problems caused by rising seas, growing deserts, and more frequent droughts all look set to affect the developing world more than rich countries, they add.",
"provenance": [
"MARCO_02_1687136851-3"
]
},
{
"number": "1-5",
"parent": "1-4",
"participant": "User",
"utterance": "That’s rather vague. Can you be more specific?",
"automatic_rewritten_utterance": "Can you be more specific about the future problems caused by rising seas, growing deserts, and more frequent droughts?"
},
{
"number": "1-6",
"parent": "1-5",
"participant": "System",
"response": "Climate change is impacting human health in countless ways, but four are worth emphasizing. First, pollution from burning fossil fuels is bad enough for the air we breathe, but many impacts of climate change also impact air quality. Second, as our climate becomes warmer, some insects will see their geographic ranges grow – bringing the Lyme disease and West Nile or Zika viruses they carry along with them to new regions. Third, melting ice caps, ice sheets and glaciers, as well as expanding warming waters, will lead to rising sea levels. Rising sea levels could push saltwater into freshwater aquifers, making the water unusable for drinking or irrigation. Finally, water pollution can have a multitude of negative effects on the environment, some of which can lead to even more problems.",
"provenance": [
"MARCO_00_1680318572-5",
"MARCO_55_1657136210-2",
"MARCO_36_685584816-2",
"MARCO_36_685584816-1"
]
},
{
"number": "1-7",
"parent": "1-6",
"participant": "User",
"utterance": "Woah. They’re not all bad, right?",
"automatic_rewritten_utterance": "Woah. They’re not all bad, right?"
},
{
"number": "1-8",
"parent": "1-7",
"participant": "System",
"response": "A changing climate isn't inherently bad, and commentators who are skeptical about the risks posed by global warming often point to the benefits that higher temperatures could bring – such as longer growing seasons in cool countries and more efficient shipping routes through an ice-free Arctic. In fact, Professor Richard Tol of Sussex University reviewed 14 different studies of future climate trends and found that the overall aggregate effects of climate change are positive today — and likely to stay positive until around 2080.",
"provenance": [
"MARCO_52_1730323313-2",
"MARCO_54_1561380785-1"
]
},
{
"number": "2-1",
"parent": "1-4",
"participant": "User",
"utterance": "That’s interesting. Tell me more.",
"automatic_rewritten_utterance": "What are the future problems caused by rising seas, growing deserts and more frequent droughts set to affect the developing world more than rich countries?"
},
{
"number": "2-2",
"parent": "2-1",
"participant": "System",
"response": "For several years, there have been concerns that climate change negotiations will essentially ignore a key principle of climate change negotiation frameworks: the common but differentiated responsibilities. Realizing that greenhouse emissions remain in the atmosphere for a very long time, this principle recognizes that historically: Industrialized nations have emitted far more greenhouse gas emissions (even if some developing nations are only now increasing theirs); Rich countries, therefore, face the biggest responsibility and burden for action to address climate change; and Rich countries, therefore, must support developing nations adapt—through financing and technology transfer, for example. This notion of climate justice is typically ignored by many rich nations and their mainstream media, making it easy to blame China, India and other developing countries for failures in climate change mitigation negotiations.",
"provenance": [
"MARCO_06_772219573-9"
]
},
{
"number": "2-3",
"parent": "2-2",
"participant": "User",
"utterance": "Okay, but how does it affect developing countries?",
"automatic_rewritten_utterance": "Okay, but how does COP26 affect developing countries?"
},
{
"number": "2-4",
"parent": "2-3",
"participant": "System",
"response": "Developing countries are the least able to adapt to climate change (and therefore called \"highly climate vulnerable\") due to their low levels of wealth, technology, education, and access to resources. Climate change causes 400,000 deaths on average each year, mainly due to hunger and diseases in developing countries. Interestingly, many people in developing nations who had never been educated about climate change have noticed local changes in temperature and precipitation patterns according to a study published in the journal Nature Climate Change.",
"provenance": [
"KILT_78449-18",
"WAPO_c514bdc9df22c43dfb344c58a3ea8197-5"
]
},
{
"number": "2-5",
"parent": "2-4",
"participant": "User",
"utterance": "How are developed countries helping with that?",
"automatic_rewritten_utterance": "How are developed countries helping with local changes in temperature and precipitation patterns?"
},
{
"number": "2-6",
"parent": "2-5",
"participant": "System",
"response": "Well, according to the Paris Agreement, every two years, developed countries are to communicate the projected levels of public climate finance they provide to developing countries to mitigate and adapt to climate change. Some developing countries also contribute to climate finance too. Already, Brazil’s President Dilma Rousseff said the country is considering contributing to climate finance, joining other emerging economies like China, which pledged to provide $3.1 billion over three years.",
"provenance": [
"MARCO_48_1250272123-2",
"MARCO_10_1485046460-2"
]
},
{
"number": "2-7",
"parent": "2-6",
"participant": "User",
"utterance": "Are they meeting them?",
"automatic_rewritten_utterance": "Are developing countries meeting the Paris Agreement commitments?"
},
{
"number": "2-8",
"parent": "2-7",
"participant": "System",
"response": "Developed countries will communicate every two years on projected levels of public climate finance to be provided to developing countries. Developing countries will report on climate finance they will provide voluntarily. Developed countries are not obligated to provide climate finance, but they are welcome to contribute financing for climate activities.",
"provenance": [
"MARCO_30_1666507691-2",
"MARCO_25_570836921-8",
"MARCO_48_1250272123-2"
]
},
{
"number": "2-9",
"parent": "2-8",
"participant": "User",
"utterance": "That’s not too relevant to my question. By the way, is that related to last year’s conference?",
"automatic_rewritten_utterance": "Is COP26 related to last year’s conference?"
},
{
"number": "2-10",
"parent": "2-9",
"participant": "System",
"response": "The Paris Agreement is a big international agreement to tackle climate change. 195 countries signed the agreement in December 2015 at the 21st Conference of the Parties (COP21) and 186 have become party to it. The long-term goal is to keep the global average temperature well below 2C above pre-industrial levels. In June 2017, U.S. President Donald Trump announced his intention to withdraw the United States from the agreement.",
"provenance": [
"KILT_30242372-1",
"MARCO_33_1621342262-3"
]
},
{
"number": "2-11",
"parent": "2-10",
"participant": "User",
"utterance": "So what happens at each COP?",
"automatic_rewritten_utterance": "So what happens at each COP26 event?"
},
{
"number": "2-12",
"parent": "2-11",
"participant": "System",
"response": "The United Nations Climate Change Conference are yearly conferences held in the framework of the UNFCCC. They serve as the formal meeting of the UNFCCC Parties ( Conferences of the Parties) (COP) to assess progress in dealing with climate change and beginning in the mid-1990s, to negotiate the Kyoto Protocol to establish legally binding obligations for developed countries to reduce their greenhouse gas emissions. The first conference (COP1) was held in 1995 in Berlin. Negotiations for the Paris Agreement took place during COP22 in Marrakech, Morocco.",
"provenance": [
"MARCO_19_204123815-20"
]
},
{
"number": "2-13",
"parent": "2-12",
"participant": "User",
"utterance": "How are the two different?",
"automatic_rewritten_utterance": "How are the Paris Agreement and COP22 different?"
},
{
"number": "2-14",
"parent": "2-13",
"participant": "System",
"response": "While the Kyoto Protocol and Paris Agreement both set out to address climate change, there are some key differences between them. The Kyoto Protocol established top-down legally binding emissions reduction targets for developed nations. On the other hand, the Paris Agreement requires that all countries do their part to slash greenhouse gas emissions. No language is included about the commitments countries should make; nations can set their own emissions targets consistent with their level of development and technological advancement.",
"provenance": [
"MARCO_48_1251187189-20"
]
},
{
"number": "3-1",
"parent": "2-10",
"participant": "User",
"utterance": "Why?",
"automatic_rewritten_utterance": "Why did President Donald Trump withdraw from the Paris Agreement?"
},
{
"number": "3-2",
"parent": "3-1",
"participant": "System",
"response": "President Trump has long criticized the 2015 accord and insisted that the United States would exit it as soon as possible. As recently as last month, Trump called the agreement “a total disaster” and argued that the Obama administration’s pledges to cut carbon emissions under the deal would have “hurt the competitiveness” of the United States.",
"provenance": [
"WAPO_BOUVWAKS4BEUNAH5I62TGMUQQQ-1"
]
},
{
"number": "3-3",
"parent": "3-2",
"participant": "User",
"utterance": "How did other parties respond?",
"automatic_rewritten_utterance": "How did other parties respond to the 2015 Paris Agreement besides President Trump?"
},
{
"number": "3-4",
"parent": "3-3",
"participant": "System",
"response": "Several governments around the world expressed their disappointment at the withdrawal. Argentina’s President Mauricio Macri was \"deeply disappointed\" by the withdrawal, and ratified the Argentine support to the treaty. Australia’s Prime Minister Malcolm Turnbull said that the decision was \"disappointing\" and that \"we would prefer the United States to remain part of the agreement\". The opposition Australian Labor Party expressed similar sentiments. Austria’s President Alexander Van der Bellen said that US President Donald Trump's decision to leave the Paris accord only challenges Europe to double its efforts to do everything possible to protect the planet and save it for future generations. Belgium’s Prime Minister Charles Michel called the decision \"a brutal act\". Bangladeshi foreign ministry stated they were disappointed in Trump's decision, while Brazil's Federal ministries for foreign affairs and the environment issued a joint statement describing their \"profound concern and disappointment\".",
"provenance": [
"MARCO_19_26647369-20"
]
},
{
"number": "3-5",
"parent": "3-4",
"participant": "User",
"utterance": "Where does the US stand now that Biden is president?",
"automatic_rewritten_utterance": "Where does the US stand now that Biden is president?"
},
{
"number": "3-6",
"parent": "3-5",
"participant": "System",
"response": "President-elect Joe Biden has pledged to begin the process of rejoining the Paris agreement with the stroke of a pen. As important as this will be, a more significant demonstration of Biden’s determination to rejoin the international fight against climate change will come in the form of the target the United States then puts on the table as its contribution toward meeting the goals of the agreement. In 2015, the Obama administration committed to reducing U.S. emissions by 26 to 28 per cent below 2005 levels by 2025. The beating heart of the Paris agreement is its requirement that countries ratchet up their ambition every five years. And even though the rollbacks of the Trump administration mean the United States will now miss this target, Biden has committed to quickly put the country on an even steeper trajectory of cuts by 2030, en route to achieving net-zero emissions by 2050. The new 2030 target will be an early signal of where the rubber hits the road internationally for the Biden administration.",
"provenance": [
"WAPO_4NDWLDDE4NBK3GY5STTAS5EYQQ-1"
]
},
{
"number": "3-7",
"parent": "3-6",
"participant": "User",
"utterance": "And how are they doing?",
"automatic_rewritten_utterance": "How are the United States doing after the withdrawal from the Paris Agreement?"
},
{
"number": "3-8",
"parent": "3-7",
"participant": "System",
"response": "And, along with the administration’s willingness to use trade policy as a lever for climate action, it will be a key arrow in the United States’ diplomatic quiver for rallying other major emitters to increase their own targets. Analysis by the Asia Society Policy Institute and Climate Analytics shows that this target is likely to be somewhere between a 38 to 54 per cent cut in emissions below 2005 levels by 2030. This is based on an assessment of the Biden campaign’s clean energy and climate package, including his commitment to decarbonize the U.S. energy system by 2035 — the biggest element of the package by far. While this will not be enough to immediately align the United States with the Paris agreement’s goal of limiting global temperature increases to 1.5 degrees Celsius, it would represent a huge first restorative step within a relatively short period. Importantly, given uncertainties about the makeup of the Senate, the report also finds that around half of Biden’s plans could be achieved without the need for congressional support.",
"provenance": [
"WAPO_4NDWLDDE4NBK3GY5STTAS5EYQQ-2"
]
}
]
},
{
"number": 133,
"turn": [
{
"number": "1-1",
"participant": "User",
"utterance": "I’d like to appreciate my mom by making her a pamper pack. What do you put in one?",
"automatic_rewritten_utterance": "What do you put in a pamper pack for mom?"
},
{
"number": "1-2",
"parent": "1-1",
"participant": "System",
"response": "Beauty Products. Mother’s Day is a day to encourage your mom to pamper herself. There’s no better way to do this than with beauty products! You can fill her basket with those if you know what her favourites are—otherwise, select universal things, such as body cream and bubble baths.",
"provenance": [
"MARCO_41_1847614301-2"
]
},
{
"number": "1-3",
"parent": "1-2",
"participant": "User",
"utterance": "Can I make them at home?",
"automatic_rewritten_utterance": "Can I make the pamper packs at home?"
},
{
"number": "1-4",
"parent": "1-3",
"participant": "System",
"response": "Yes. You can make body scrubs, moisturizers, and make-up removers at home. Best of all, the ingredients you need, such as brown sugar, honey and olive oil, are all easy to come by. It might interest you to know that olive oil is the simplest, purest moisturizer in the world. It can be used anywhere on your body, including the extra dry spots like your elbows, knees and feet. It is also an excellent facial moisturizer, and if you decide to use it on your face, keep in mind that very little olive oil is needed. Too much will leave your skin feeling greasy and you may smell like an Italian restaurant.",
"provenance": [
"MARCO_23_34363864-4"
]
},
{
"number": "1-5",
"parent": "1-4",
"participant": "User",
"utterance": "I’ve never done something like this before. Can you tell me how to make one?",
"automatic_rewritten_utterance": "I’ve never done something like a pamper pack before. Can you tell me how to make one?"
},
{
"number": "1-6",
"parent": "1-5",
"participant": "System",
"response": "Well there are a lot of recipes to make deodorants on the web, but this one called How to Make Your Own Deodorant by Angry Chicken is my favourite. You’ll need: 3 Tablespoons shea butter, 3 Tablespoons baking soda, 2 Tablespoons arrowroot powder, 2 Tablespoons cocoa butter, 2 vitamin E oil gel caps (puncture and squeeze out the oil), and 7 drops of lavender essential oil. Simply place the shea butter and the cocoa butter in a glass bowl and microwave for about 30 seconds until melted. Stir in the arrowroot powder and baking soda, then add the oils and stir again. Use a small measuring cup or small ladle to pour into a deodorant tube. Note that this recipe will almost overfill one tube, so be careful! Let it solidify at room temperature, or if it’s a hot day, in the refrigerator. Once solid, you can use it!",
"provenance": [
"MARCO_30_194675946-2"
]
},
{
"number": "1-7",
"parent": "1-6",
"participant": "User",
"utterance": "How much would this cost?",
"automatic_rewritten_utterance": "How much would making your own deodorant cost?"
},
{
"number": "1-8",
"parent": "1-7",
"participant": "System",
"response": "There are deodorants for women that cost from $5 to $20 and more, but there’s no reason to spend more than a few dollars. While you can certainly spend more – there are designer, speciality, and natural products that cost more than $20 – most women can find an effective deodorant at the drugstore that costs about $5.",
"provenance": [
"MARCO_12_1385660336-6"
]
},
{
"number": "2-1",
"parent": "1-4",
"participant": "User",
"utterance": "Can you tell me how to make the first one at home?",
"automatic_rewritten_utterance": "Can you tell me how to make the first one at home?"
},
{
"number": "2-2",
"parent": "2-1",
"participant": "System",
"response": "Making your body scrub is so simple and inexpensive, it just makes sense. A homemade body scrub helps moisturize and exfoliate the skin, and with cold weather approaching it will make a killer gift this winter. It is simple to make and you can experiment with different sugars, Epsom salt, a variety of carrier oils, and essential oils. Feel free to get creative and fancy when making these scrubs; here is the basic recipe you can use to make a few batches. You’ll need 2 cups Epsom salts or sugar (use organic cane sugar, brown sugar, or regular granulated), 1 cup carrier oil (grapeseed, olive, sweet almond, sesame, and safflower are all good), and 8-10 drops of your favourite essential oil. First, add Epsom salts or sugar to a bowl and slowly begin stirring in the oil until the mixture is smooth, but not goopy (You may not need the full cup of oil). Then, add essential oil and any other fun additions and mix well. Spoon into a decorative container or glass jar with a tight-fitting lid. You should choose sugar for fine grain homemade body scrub, and Epsom salts for a larger grain scrub. The oil will separate in some of these scrubs, so it’s a good idea to attach a small spoon if giving away as a gift.",
"provenance": [
"MARCO_38_286379417-3",
"MARCO_38_286379417-2"
]
},
{
"number": "2-3",
"parent": "2-2",
"participant": "User",
"utterance": "Cool. What about the second one?",
"automatic_rewritten_utterance": "What about the second pamper pack?"
},
{
"number": "2-4",
"parent": "2-3",
"participant": "System",
"response": "To make a natural face moisturizer using essential oils, add 1 ounce of carrot seed oil to 1 ounce of shea butter and 3 ounces of argan oil. To this, add 5 drops of lemongrass oil, 10 drops of lavender essential oil, and 6 drops of chamomile oil. Add shea butter and argan oil to a bowl and place it in warm water. After the butter melts, add carrot seed oil and the rest of the essential oils and blend. Never heat shea butter directly and use a double boiler to melt butter. You can use this natural face moisturizer daily for excellent results.",
"provenance": [
"MARCO_54_2017241781-5"
]
},
{
"number": "3-1",
"parent": "1-5",
"participant": "System",
"response": "What beauty product would you like to make?",
"provenance": []
},
{
"number": "3-2",
"parent": "3-1",
"participant": "User",
"utterance": "My mum loves a good, scented lotion. Let’s make that",
"automatic_rewritten_utterance": "What beauty product would you like to make for Mom?"
},
{
"number": "3-3",
"parent": "3-2",
"participant": "System",
"response": "You can easily make your own scented lotions, either to use yourself or give as gifts. Here are the steps to make your own lotion; Step 1, Purchase an unscented lotion base. Step 2, Choose fragrance or essential oils. Step 3, Make sure that your containers are clean. Step 4, Pour your lotion into a large mixing bowl. Step 5, Use a funnel to bottle your lotion into an easy-to-use pump bottle or another suitable container. Enjoy your new scented body lotion.",
"provenance": [
"MARCO_47_521703086-1",
"MARCO_47_521703086-2"
]
},
{
"number": "3-4",
"parent": "3-3",
"participant": "User",
"utterance": "I need more information about the first step",
"automatic_rewritten_utterance": "I need more information about the first step to make scented lotion."
},
{
"number": "3-5",
"parent": "3-4",
"participant": "System",
"response": "You can buy lotion bases from soap-making suppliers or simply opt for a bottle of unscented lotion from your local discount or department store. Choose a lotion that will work well with your skin chemistry, whether you need a very light lotion or a heavier moisturizer. You may want to make scented body lotion in a heavier formulation for winter and a lighter one for summer, or make several in different scents.",
"provenance": [
"MARCO_47_521703086-1"
]
},
{
"number": "3-6",
"parent": "3-5",
"participant": "User",
"utterance": "What types of essential oils should I consider?",
"automatic_rewritten_utterance": "What types of essential oils should I consider for a scented lotion?"
},
{
"number": "3-7",
"parent": "3-6",
"participant": "System",
"response": "Essential oils are extracted from plants and can be less potentially irritating or allergenic than fragrance oils. You can also buy a wide variety of fragrance oils, ranging from oils made to use as perfumes to oils made for scenting toiletries. Be sure that the fragrance oil you choose is made for use on the skin as opposed to as a room fragrance. Avoid alcohol- or water-based perfumes when you intend to use the fragrance to make a scented lotion.",
"provenance": [
"MARCO_47_521703086-1",
"MARCO_47_521703086-2"
]
},
{
"number": "3-8",
"parent": "3-7",
"participant": "User",
"utterance": "Okay, so how do I mix them?",
"automatic_rewritten_utterance": "Okay, so how do I mix essential oils and essential oils?"
},
{
"number": "3-9",
"parent": "3-8",
"participant": "System",
"response": "Add fragrance or essential oil to unscented lotion. Allow for approximately 1/4 to 1/2 oz. of fragrance or essential oil per 16 oz. of lotion. Use a whisk or non-absorbent spoon to mix your lotion thoroughly. You can also add FDA-approved colorants at this time.",
"provenance": [
"MARCO_47_521703086-2"
]
}
]
},
{
"number": 134,
"turn": [
{
"number": "1-1",
"participant": "User",
"utterance": "What should I consider when buying a phone?",
"automatic_rewritten_utterance": "What should I consider when buying a phone?"
},
{
"number": "1-2",
"parent": "1-1",
"participant": "System",
"response": "The design of the phone and the overall look and feel of the phone are very important. You should be comfortable with the way the phone looks and feels when you hold it in your hand. In addition, don’t be afraid to get a phone from a different manufacturer than you’re used to. Consider an older, used, or refurbished phone to save money. Sometimes a year-old or even a two-year-old device might give you everything you need.",
"provenance": [
"MARCO_11_1166150088-3",
"MARCO_33_69096130-9"
]
},
{
"number": "1-3",
"parent": "1-2",
"participant": "User",
"utterance": "Cool. Which one would you recommend?",
"automatic_rewritten_utterance": "Which one would you recommend for a phone?"
},
{
"number": "1-4",
"parent": "1-3",
"participant": "System",
"response": "Just because a phone has everything and the kitchen sink doesn't mean you have to buy it — it's just an option for those who might have a larger budget. The same logic applies to pretty much anything you can buy. If you want something more affordable, cheaper, but has the latest in Android and that comes with 5000mAh of battery, then the Motorola Moto G7 Power is an excellent phone to consider. If you want an Android smartphone that’s cheaper, more affordable, and you still find the Moto G7 Power a bit off your budget, then I highly recommend the Samsung Galaxy A10e.",
"provenance": [
"MARCO_35_312147600-2",
"MARCO_22_1749042451-6"
]
},
{
"number": "1-5",
"parent": "1-4",
"participant": "User",
"utterance": "Tell me more about the first one.",
"automatic_rewritten_utterance": "Tell me more about the Samsung Galaxy A10e."
},
{
"number": "1-6",
"parent": "1-5",
"participant": "System",
"response": "It sports an 8-megapixel camera on the front for selfies with an f/2.2 aperture and a pixel size of 1.12-micron. Motorola Moto G7 Power is based on Android 9.0 and packs 32GB of inbuilt storage that can be expanded via a microSD card (up to 512GB). The Motorola Moto G7 Power is a dual-SIM (GSM and GSM) smartphone that accepts Nano-SIM and Nano-SIM cards. The Motorola Moto G7 Power measures 160.83 x 76.00 x 9.40mm (height x width x thickness) and weighs 198.00 grams. It was launched in Marine Blue color. Connectivity options on the Motorola Moto G7 Power include Wi-Fi 802.11 a/b/g/n, GPS, Bluetooth v4.20, USB Type-C, FM radio, 3G, and 4G. Sensors on the phone include an accelerometer, ambient light sensor, compass/ magnetometer, gyroscope, proximity sensor, and fingerprint sensor. The Motorola Moto G7 Power supports face unlock. As of 1st June 2021, Motorola Moto G7 Power price in India starts at Rs. 14,990.",
"provenance": [
"MARCO_20_702879275-2",
"MARCO_33_68766082-1"
]
},
{
"number": "1-7",
"parent": "1-6",
"participant": "User",
"utterance": "How much cheaper is the A10e?",
"automatic_rewritten_utterance": "How much cheaper is the A10e than the Motorola Moto G7 Power?"
},
{
"number": "1-8",
"parent": "1-7",
"participant": "System",
"response": "The current lowest price found for Samsung Galaxy A10e is ₹7,499 and for Samsung Galaxy A10 is ₹8,700. The details of both of these products were last updated on Jun 02, 2021.",
"provenance": [
"MARCO_52_1211446480-1"
]
},
{
"number": "1-9",
"parent": "1-8",
"participant": "User",
"utterance": "Wow, that's almost half the cost! Can you compare them?",
"automatic_rewritten_utterance": "Wow, that's almost half the cost of the Samsung Galaxy A10e?"
},
{
"number": "1-10",
"parent": "1-9",
"participant": "System",
"response": "For the past few years, Motorola's G-series has consistently ranked as a favourite budget phone among users and the G7 continues this legacy as an exceptional phone for its price. All in all, people still love the Moto G7. It's a fantastic, affordable phone, and it won awards for its inexpensive price, good camera and reliable performance. But the Galaxy A50 is better, even if it's a bit more expensive. For that, it too earned a few awards. If you have an extra $70 to spare, go for the Galaxy A50 over the Moto G7.",
"provenance": [
"MARCO_36_945711051-3"
]
},
{
"number": "1-11",
"parent": "1-10",
"participant": "User",
"utterance": "Interesting. What makes the G7 so good?",
"automatic_rewritten_utterance": "What makes the Motorola Moto G7 so good?"
},
{
"number": "1-12",
"parent": "1-11",
"participant": "System",
"response": "Moto G7 and Moto G7 Power deliver a no-frills experience with few compromises. You're getting a great design, modern features, and clean and fast software. For the price, Motorola elegantly balances performance and features without making too many compromises. The biggest selling point of the Moto G 7 Power is the battery capacity and battery life.",
"provenance": [
"MARCO_33_68766082-1",
"MARCO_33_91849315-1",
"MARCO_36_944454916-1"
]
},
{
"number": "1-13",
"parent": "1-12",
"participant": "User",
"utterance": "Interesting. Why is the A50 better?",
"automatic_rewritten_utterance": "Why is the Galaxy A50 better than the Moto G7?"
},
{
"number": "1-14",
"parent": "1-13",
"participant": "System",
"response": "The Galaxy A50's camera is way more flushed, it looks flatter and sleeker. The on-screen camera notch for the front-facing camera is also smaller. The A50 has an AMOLED display compared to the Moto G7's LCD screen. Though it doesn't shoot 4K video and Samsung's One UI is not everyone’s favorite.",
"provenance": [
"MARCO_36_945711051-4",
"MARCO_36_945711051-5",
"MARCO_36_945717607-1",
"MARCO_36_945711051-6"
]
},
{
"number": "2-1",
"parent": "1-2",
"participant": "User",
"utterance": "I've heard iPhones look and feel great. Should I get one?",
"automatic_rewritten_utterance": "I've heard iPhones look and feel great. Should I get one?"
},
{
"number": "2-2",
"parent": "2-1",
"participant": "System",
"response": "When planning to buy a new smartphone, you might consider buying an iPhone or Android phone. Most people think iPhones are more expensive than Android phones, but there are a variety of Android phones, several of which could be more expensive than the iPhone. Generally, iPhones are beautifully made and reasonably priced.",
"provenance": [
"MARCO_43_1521332427-1",
"MARCO_43_1521332427-2"
]
},
{
"number": "2-3",
"parent": "2-2",
"participant": "User",
"utterance": "Which one should I get?",
"automatic_rewritten_utterance": "Which one should I get?"
},
{
"number": "2-4",
"parent": "2-3",
"participant": "System",
"response": "Unless you need the screen size or additional battery life of the iPhone XS Max, I'd actually recommend the iPhone XS for most people. That being said, if you do find yourself needing more battery, or you just want the biggest display that Apple's ever used on an iPhone, you'll love the iPhone XS Max. One of the great things about Apple's flagship iPhone lineup is that both phones are mostly the same, except for battery life and screen size. If you get the iPhone XS, for instance, you won't be missing out on any extra performance that the iPhone XS Max might have, because they have the exact same A12 Bionic system-on-a-chip.",
"provenance": [
"MARCO_43_1549898976-3"
]
},
{
"number": "3-1",
"parent": "2-2",
"participant": "User",
"utterance": "Okay, what other types are out there?",
"automatic_rewritten_utterance": "Besides iPhones and Android phones, what other types are out there?"
},
{
"number": "3-2",
"parent": "3-1",
"participant": "System",
"response": "Whenever I read an Android or iPhone article, several commenters go off about the lack of mention of Windows Phone or Nokia, BlackBerry, or some other random platform. To be honest, these phones haven't hit the penetration level for people to pay that much attention to them. For example, while by all indications, Windows Phone 7 is excellent, there are just not that many out there. That's a shame, but it's true. They are not discussed because few people ask whether they should get a Windows Phone instead of an iPhone or Android phone. If you like to dance with the devil in the pale moonlight, go for one of these fringe phones. Otherwise, you're probably choosing Android or iPhone. Wrap-up So, as you can see, there's no clear winner.",
"provenance": [
"MARCO_10_1605638999-9"
]
},
{
"number": "3-3",
"parent": "3-2",
"participant": "User",
"utterance": "Why not? Aren’t they as good?",
"automatic_rewritten_utterance": "Why aren’t Windows Phones and Android phones as good?"
},
{
"number": "3-4",
"parent": "3-3",
"participant": "System",
"response": "If you care about having the best apps on your phone, you're better off with iPhone. They're better looking and, with a few exceptions like the gorgeous HTC One and Xiaomi Mi Note, there aren't many great-looking Android phones out there. Many are chunky and plasticky. The iPhone consistently has a better design than Android phones. Apple Pay is quickly becoming the best mobile payments system. Furthermore, You can't beat the Apple Store for customer support. Claudio Villa/Getty Images Where do you go if you have a problem with your Android phone? For many people, it's their carrier. But carriers don't have the same kind of support Apple provides at the Apple Store. If something goes wrong with your iPhone, or you just want to learn how to use it, Apple has you covered better than any Android phone maker.",
"provenance": [
"MARCO_35_286262730-2"
]
},
{
"number": "3-5",
"parent": "3-4",
"participant": "User",
"utterance": "That’s more about phones than mobile platforms.",
"automatic_rewritten_utterance": "What’s more about phones than mobile platforms?"
},
{
"number": "3-6",
"parent": "3-5",
"participant": "System",
"response": "Okay. Thanks for the feedback.",
"provenance": []
},
{
"number": "4-1",
"parent": "1-1",
"participant": "System",
"response": "What would you like to do with one?",
"provenance": []
},
{
"number": "4-2",
"parent": "4-1",
"participant": "User",
"utterance": "To run most aspects of my day-to-day life.",
"automatic_rewritten_utterance": "To run most aspects of my day-to-day life."
},
{
"number": "4-3",
"parent": "4-2",
"participant": "System",
"response": "If you are a serious athlete, then the Garmin Vivoactive is a better sports watch. However, if you are more of a recreation runner like me then the Apple Watch may be perfectly acceptable. Usually, runners run with their phones in their hands or strapped to their arms. Some reasons for this include capturing photos or having the means to call loved ones or 911 in case of an emergency. Recreational runners tend to run with their phones which might be why Apple chose not to put a GPS receiver in it.",
"provenance": [
"MARCO_59_416161055-7"
]
},
{
"number": "4-4",
"parent": "4-3",
"participant": "User",
"utterance": "That’s about a watch. What phone should I get?",
"automatic_rewritten_utterance": "What phone should I get for running?"
},
{
"number": "4-5",
"parent": "4-4",
"participant": "System",
"response": "Most extra large smartphones come with exceptional battery life (by comparison, at least). For example, the iPhone 6 Plus averages about a day and a half of usage, even on heavier days. So if you find yourself struggling to make it a full day with your current phone, you might want to consider going up a size. Bigger phones are also better suited for consumption. Sure, most people still use smartphones to communicate, but fewer people are placing calls than a decade ago. Text-based communication, in many cases, is more convenient and timely. With larger displays and more capable processors, however, multimedia consumption has become a major part of mobile users’ daily habits. Reading the web, watching videos, playing games, and listening to music have all become a primary function of smartphones for mobile users. In many ways, a larger display is better suited for consumption. More data can be displayed at any given time on a web page or in a social feed, which means less scrolling.",
"provenance": [
"MARCO_02_1027497681-3"
]
}
]
},
{
"number": 135,
"turn": [
{
"number": "1-1",
"participant": "User",
"utterance": "I took a year-long break from running due to work commitments. Tell me, how do I get back into it?",
"automatic_rewritten_utterance": "Tell me, how do I get back into running after taking a year-long break due to work commitments?"
},
{
"number": "1-2",
"parent": "1-1",
"participant": "System",
"response": "Don't rush getting back into running and you'll drastically avoid injury. Better to start with a few months of short, easy runs rather than rushing straight in with long and hard runs. Re-asses yourself every month and then increase mileage slowly if you are feeling strong.",
"provenance": [
"MARCO_47_276165332-5"
]
},
{
"number": "1-3",
"parent": "1-2",
"participant": "User",
"utterance": "Cool. What exercises can I mix with it?",
"automatic_rewritten_utterance": "What exercises can I mix with running?"
},
{
"number": "1-4",
"parent": "1-3",
"participant": "System",
"response": "If you want to lift heavier weights in the gym, that can be done twice per week. Strength workouts should complement your running, not detract from it. If you’re so sore from strength exercises that your long run or faster workout is compromised, tone down the intensity. You can lift less weight or reduce the number of reps or sets that you’re completing. But no matter what, remember that strength exercises should make your running better.",
"provenance": [
"MARCO_28_1759557920-4"
]
},
{
"number": "1-5",
"parent": "1-4",
"participant": "User",
"utterance": "Which ones do you recommend?",
"automatic_rewritten_utterance": "Which strength exercises do you recommend for running?"
},
{
"number": "1-6",
"parent": "1-5",
"participant": "System",
"response": "Strength Training increases your running speed Weight lifting helps you build strength or improve your muscle strength, which helps you run faster. Your legs get more robust with these exercises. You can cover a longer distance with each stride if you have stronger legs. Sufficient muscle strength will act as a foundation for power training, which depends on this strength and converts it into speed. Specialized weight training improves your running performance. Half Marathon Training with Weight Lifting You need at least two weight training sessions per week. Here is a list of great strength training exercises for runners. Compound workouts such as Trap Bar and Squats and single-leg workouts such as lunges are great ways to work out multiple muscle groups at the same time. The lunge matrix is a great strength training exercise that can be done with or without weights. To start, your body’s weight is sufficient enough as a great starting point for the lunge matrix. Take complete rest for at least 45 seconds up to 3 minutes between sets. Strength training needs a longer rest period because it is more exhausting and demanding on your overall body.",
"provenance": [
"MARCO_21_237282101-4"
]
},
{
"number": "1-7",
"parent": "1-6",
"participant": "User",
"utterance": "Awesome. Can I do these and run on the same day?",
"automatic_rewritten_utterance": "Can I do the lunge matrix and run on the same day?"
},
{
"number": "1-8",
"parent": "1-7",
"participant": "System",
"response": "You can combine your strength training and easy run or long run sessions on the same day. Give yourself a 6-hour break between the exercises if possible. Remember that running is a priority and when push comes to shove you need to select runner-specific training (i.e. running) over strength training and cross-training. However, I would make it mandatory that you strength train at least once per week.",
"provenance": [
"MARCO_21_237282101-4",
"MARCO_21_237282101-5"
]
},
{
"number": "2-1",
"parent": "1-2",
"participant": "User",
"utterance": "Cool. I'd like to lose weight. Any tips?",
"automatic_rewritten_utterance": "Cool. I'd like to lose weight. Any tips?"
},
{
"number": "2-2",
"parent": "2-1",
"participant": "System",
"response": "Here are a few tips: 1. Run consistently. This is by far the most important thing to do if you are serious about losing some weight. 2. Increase the intensity of your runs. For people with a limited time frame for working out, you might have to speed up your pace during the run in order to burn more calories. You can do a variety of different running workouts to help you get the most out of each run. 3. Eat more fruits and vegetables. Also, eat less of everything else. I don't recommend one diet over another, but eating more \"real\" foods like fruits and veggies which have all the vitamins and minerals you need naturally will help you with your weight loss goals.",
"provenance": [
"MARCO_09_1881497793-1"
]
},
{
"number": "2-3",
"parent": "2-2",
"participant": "User",
"utterance": "How often should I do it?",
"automatic_rewritten_utterance": "How often should I do weight loss?"
},
{
"number": "2-4",
"parent": "2-3",
"participant": "System",
"response": "General exercise guidelines for adults recommend moderate exercise about 30 minutes per day. However, for weight loss exercise will most likely have to be more than this. Balance calories and quality Anytime you want weight loss, calorie intake should be lower than calorie burn. Just because you start running doesn’t mean you’ll automatically lose weight. It can be easy to increase your food intake as you increase your exercise. Obviously, you don’t need to do something as drastic as starving yourself; that will only cause more damage. However, if you’re not careful it can be easy to match your extra calorie burn from running with extra food intake which could slow weight loss efforts. If you’re unsure how much food to cut out, start by cutting down food intake by about 20%, and speak with a health professional for more individual guidance for weight loss.",
"provenance": [
"MARCO_35_631705336-1"
]
},
{
"number": "2-5",
"parent": "2-4",
"participant": "User",
"utterance": "What if I do it on an empty stomach?",
"automatic_rewritten_utterance": "What if I do the running on an empty stomach?"
},
{
"number": "2-6",
"parent": "2-5",
"participant": "System",
"response": "“Running on an empty stomach is the best method to lose weight” Working out on an empty stomach is often touted as the best way to burn fat and lose weight. While it is true that running on an empty stomach, if done in the right way, can eventually force your body to increasingly obtain the energy it needs from free fatty acids, this is not the decisive factor in losing weight. The percentage of energy produced by burning fat is quite high, but the total energy expenditure (TEE) and thus calorie consumption are relatively low due to the low training intensity.",
"provenance": [
"MARCO_51_971491333-3"
]
},
{
"number": "2-7",
"parent": "2-6",
"participant": "User",
"utterance": "So what's a better alternative?",
"automatic_rewritten_utterance": "So what's a better alternative to running on an empty stomach?"
},
{
"number": "2-8",
"parent": "2-7",
"participant": "System",
"response": "In the case of a high-intensity running session, like interval training, the percentage of energy produced by burning fat is significantly lower. However, the TEE and the calorie consumption are many times higher. At the end of the day, what matters most in weight loss is the energy balance: If you burn more calories than you consume, you lose weight. Therefore, high-intensity running sessions are preferable to running on an empty stomach when it comes to losing weight. 3. “Running on an empty stomach increases your endurance” Workouts on an empty stomach are not a good idea for leisure athletes who want to improve their performance.",
"provenance": [
"MARCO_51_971491333-3"
]
},
{
"number": "2-9",
"parent": "2-8",
"participant": "User",
"utterance": "Hmm. Why?",
"automatic_rewritten_utterance": "Why is running on an empty stomach not a good idea for leisure athletes?"
},
{
"number": "2-10",
"parent": "2-9",
"participant": "System",
"response": "It’s because training duration and intensity are severely restricted by the lack of glycogen. Therefore, the intended training stimulus is rather low. A high-quality workout lasting longer and at a higher intensity is better for increasing your performance. Scientific studies on professional athletes have shown that very positive effects can be achieved by specific workouts with previously emptied glycogen stores. This causes your body to optimize and economize its fat metabolism. The body learns to make do longer with the glycogen stored in the muscles. However, there is no substantial evidence showing that this leads to improved race performance. At the same time, it is important to note that regular training with previously emptied glycogen stores can adversely affect your health.",
"provenance": [
"MARCO_51_971491333-4"
]
},
{
"number": "2-11",
"parent": "2-10",
"participant": "User",
"utterance": "So best to avoid it?",
"automatic_rewritten_utterance": "So best to avoid running with previously emptied glycogen stores?"
},
{
"number": "2-12",
"parent": "2-11",
"participant": "System",
"response": "Even if there are more effective methods of losing weight or improving endurance, running on an empty stomach can add some welcome variety to your training. This kind of training is particularly suited for morning people who want to get their workout in before breakfast. So if you want to run on an empty stomach, here is what we recommend: Depending on your fitness level, your run should last between 40 and 60 minutes. Choose a low intensity (at a recovery run or conversation pace), and drink a glass of water before your run.",
"provenance": [
"MARCO_51_971491333-4"
]
},
{
"number": "3-1",
"parent": "1-2",
"participant": "User",
"utterance": "Okay. Are there better calorie-burning alternatives to try?",
"automatic_rewritten_utterance": "Are there better calorie-burning alternatives to try for running?"
},
{
"number": "3-2",
"parent": "3-1",
"participant": "System",
"response": "I calculated the calories that a 150-pound person would typically expend running a 10-minute-per-mile pace - 666 calories per hour. Then, compared this to a handful of other activities. What I found is that the big calorie burners on this list have a few things in common - they use a lot of muscles throughout the body, and they can be really challenging. Here are some exercises you might want to add to your routine if you're trying to burn more calories: 1. Indoor cycling: Approximately 952 calories per hour. The intensity should be at 200 watts or greater. 2. Cross-country skiing: Approximately 850 calories per hour. This all depends on your experience as a skier. Slow, light effort won't burn nearly as many calories as a brisk-speed, vigorous effort will. To really challenge yourself and burn up energy? Try uphill skiing.",
"provenance": [
"MARCO_52_368117471-4"
]
},
{
"number": "3-3",
"parent": "3-2",
"participant": "User",
"utterance": "I don’t have an indoor bike and neither am I great at skiing. What else is there?",
"automatic_rewritten_utterance": "Besides indoor cycling and cross-country skiing, what else is there?"
},
{
"number": "3-4",
"parent": "3-3",
"participant": "System",
"response": "Well, there’s also rowing which burns approximately 816 calories per hour at vigorous effort, jumping rope which burns about 802 calories per hour at 100 skips per minute, Kickboxing which burns 700 calories per hour, and swimming which burns 680 calories per hour. With kickboxing, other types of martial arts like Muay Thai are valid as well. When it comes to regular boxing, the biggest calorie burn comes when you're legit in the ring (a.k.a. fighting another person). But a lot of boxing classes also incorporate cardio exercises like mountain climbers and burpees, so your heart rate ends up increasing more than you'd expect.",
"provenance": [
"MARCO_52_368117471-5",
"MARCO_52_368117471-4"
]
},
{
"number": "3-5",
"parent": "3-4",
"participant": "User",
"utterance": "I suppose I could do jump rope, that sounds fun and accessible. I like the outdoors though.",
"automatic_rewritten_utterance": "I like the outdoors though."
},
{
"number": "3-6",
"parent": "3-5",
"participant": "System",
"response": "You can try outdoor bicycling. It burns approximately 680 calories per hour. Biking at a fast, vigorous pace gets your heart rate soaring, whether you're indoors or outdoors. If you add in some mountainous terrain and hills, the calorie burn goes up even more.",
"provenance": [
"MARCO_52_368117471-6"
]
},
{
"number": "4-1",
"parent": "3-4",
"participant": "User",
"utterance": "I live in a flat on the third floor. How do I do the second one at home?",
"automatic_rewritten_utterance": "How do I do the second cardio exercise at home?"
},
{
"number": "4-2",
"parent": "4-1",
"participant": "System",
"response": "If you plan to jump rope in your apartment for regular exercise, you need to do so fairly quietly, unless you live on the ground floor of your building. Although jumping rope makes significantly less noise than tap dancing or playing loud music with your sound system speakers on the floor, it can create a slight disturbance. Even the muffled thud of your feet jumping steadily in your sneakers or other sports training shoes can become a nuisance to other apartment dwellers living below you. For this reason, you may need to invest in a mat or even some soundproofing installation for your floor. Some people jump rope on thin, closely woven carpeting, although jumping on carpets is not usually recommended. Wood flooring is really the best to jump rope on, but you need to make sure your jumping does not disturb your neighbours before starting your regular jumping routine at home. If you happen to have concrete floor tiling in your apartment, you should find another space for exercising since jumping rope on a concrete surface can cause pain and injury to your knees. If you must jump on such hard flooring sometimes, be sure to use a good jump rope mat to absorb most of the impact of your jumping.",
"provenance": [
"MARCO_34_1311087552-8"
]
}
]
},
{
"number": 136,
"turn": [
{
"number": "1-1",
"participant": "User",
"utterance": "What was the basis of the Watergate scandal?",
"automatic_rewritten_utterance": "What was the basis of the Watergate scandal?"
},
{
"number": "1-2",
"parent": "1-1",
"participant": "System",
"response": "The Watergate Scandal erupted due to the Nixon administration’s attempts to cover up its involvement in the break-in at the Democratic National Committee (DNC) on June 17, 1972, in the headquarters of the party’s office at the Watergate complex in Washington, D.C. Details of the Watergate Scandal were exposed in investigations prompted by the media, especially by two reporters from the Washington Post, Bob Woodward and Carl Bernstein, along with their mysterious informant, \"Deep Throat\". The scandal surrounding the Watergate break-in and the subsequent cover-up by Nixon and his aides culminated in the president's resignation on August 9, 1974.",
"provenance": [
"MARCO_03_1463867408-1"
]
},
{
"number": "1-3",
"parent": "1-2",
"participant": "User",
"utterance": "Oh wow. Why did they break in?",
"automatic_rewritten_utterance": "Why did the Watergate break-in at the DNC complex in Washington, D.C.?"
},
{
"number": "1-4",
"parent": "1-3",
"participant": "System",
"response": "In June 1972, Nixon authorized members of his secret unit, as well as CREEP, to pay a team of burglars to infiltrate the Democratic Party's headquarters at the Watergate complex. This was before the election, and the burglars were meant to acquire information on his opponents. These undercover individuals broke into several Democratic offices within the Watergate and installed wire taps and recording equipment. Unfortunately for Nixon, the equipment was installed haphazardly and had to be readjusted. As the intruders attempted to return to Watergate and resolve the problem, they were arrested. The White House immediately attempted to downplay the break-in, but behind the scenes, Nixon and his secret team were quickly using funds to pay for the silence and cooperation of the intruders. Nixon also made sure that the FBI remained out of the incident by forcing the Central Intelligence Agency (CIA) to persuade the intelligence community that the break-in was classified as a matter of national security. The Nation Reacts While Nixon thought he was able to successfully cover up the break-in at the Watergate complex, members of the press, Congress and legal experts began questioning the event. By January 1973, the Watergate intruders stood trial for their participation in the break-in.",
"provenance": [
"MARCO_02_1884606143-4"
]
},
{
"number": "1-5",
"parent": "1-4",
"participant": "User",
"utterance": "What happened next?",
"automatic_rewritten_utterance": "What happened after the Watergate burglars stood trial for their participation in the break-in?"
},
{
"number": "1-6",
"parent": "1-5",
"participant": "System",
"response": "The presiding judge, John Sirica, was unconvinced by the intruders' testimony that they acted solely in their own interest and that there was no connection to Nixon. Meanwhile, Congress intervened when the Senate organized the Watergate Committee to investigate the event. Needless to say, the walls were closing in around Nixon, and it became much worse. John Mitchell, the head of CREEP, was convicted of engaging in illegal activities by federal prosecutors. When that information became public, Judge Sirica increased the pressure on the Watergate intruders. In March, Sirica finally achieved his desired outcome when one of the intruders released information linking CREEP to the break-in. The dominoes were now falling one by one. In May, another convicted intruder testified before the Watergate Committee and revealed additional information linking not only CREEP, but the Nixon Administration to the events at Watergate. Eventually, the Watergate Committee called on John Dean, who was Nixon's lead legal counsel, who testified to Nixon's involvement in the break-in and cover-up. Simultaneously, the one piece of evidence that Congress, as well as the federal prosecution, needed was Nixon's taped conversations in the Oval Office.",
"provenance": [
"MARCO_02_1884606143-5"
]
},
{
"number": "1-7",
"parent": "1-6",
"participant": "User",
"utterance": "Did they get it?",
"automatic_rewritten_utterance": "Did Congress get Nixon's taped conversations in the Oval Office?"
},
{
"number": "1-8",
"parent": "1-7",
"participant": "System",
"response": "Nixon initially refused to turn over the tapes claiming executive privilege and instead campaigned for the Stennis Compromise, which called for Senator John Stennis, who was essentially deaf, to translate the tapes for Congress! Judge Sirica and Congress both refused the compromise and instead sent a special prosecutor for the case, Archibald Cox, to present Nixon with a subpoena for the tapes. In another outlandish move, Nixon used his executive powers to terminate Cox as a prosecutor in what became known as the ' Saturday Night Massacre .' Nixon Surrenders Nixon's intransigence and outright defiance failed to pay off. While Nixon attempted to release sanitized versions of his tapes, many had had enough. On July 24, 1974, the United States Supreme Court ruled in the case of U.S. v. Nixon that Nixon's use of executive privilege was not applicable in a criminal investigation. Within weeks of the decision, the House of Representatives approved the impeachment of Nixon on the grounds of obstruction of justice, violation of the constitution and the unlawful withholding of evidence. To make matters worse, a tape was released, known as the 'smoking gun,' which unveiled Nixon agreeing to a CIA cover-up of the Watergate break-in during a phone conversation in 1972.",
"provenance": [
"MARCO_02_1884606143-6"
]
},
{
"number": "1-9",
"parent": "1-8",
"participant": "User",
"utterance": "So what happened to Nixon?",
"automatic_rewritten_utterance": "So what happened to Nixon after the Watergate scandal?"
},
{
"number": "1-10",
"parent": "1-9",
"participant": "System",
"response": "With the mounting evidence and loss of both political and public support, Nixon resigned as president on August 9, 1974. Notably, his successor, President Gerald Ford, pardoned Nixon for his involvement in Watergate soon after his resignation.",
"provenance": [
"MARCO_02_1884606143-7"
]
},
{
"number": "1-11",
"parent": "1-10",
"participant": "User",
"utterance": "What effects did this all have on the country's politics?",
"automatic_rewritten_utterance": "What effects did the Watergate scandal have on the country's politics?"
},
{
"number": "1-12",
"parent": "1-11",
"participant": "System",
"response": "The Watergate scandal not only had a profound impact on America but also on the world. Due to this scandal, the republican party suffered and moved to the right on the political scale. Congress tried to limit presidential power in an effort to ensure a similar scandal never occurs again. Further, the American people also grew weary of big government. Further, as a result of Watergate, the presidential office was weakened, allowing the Soviets to expand. In addition, Watergate also led to the North Vietnamese regaining territory because the president was too busy with Watergate. Not only did this scandal affect the world, but it also hit the homeland hard. The Republican party was severely damaged; the American people lost all trust in Republicans. The Democrats gained 49 seats in the House and five in the Senate. The scandal helped wipe out a generation of Republican politicians. Leading to a democratic majority, which advocated less government, lower taxes, and more libertarian views. Another element that came out of Watergate was Congress's attempt to limit the campaign funding of presidents. Congress attempted to make the government more transparent with new laws and amending the Freedom of Information Act. Additionally, they passed the War Powers Act in 1973 to limit the president’s ability to wage war.",
"provenance": [
"MARCO_00_4158519-1",
"MARCO_00_4158519-2"
]