File size: 37,440 Bytes
2ea1065
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "TweetSumm--train--1": {
        "original dialog id": "b065262210783596c1fe79466b8f8985",
        "dialog index": 1,
        "original dialog info": {
            "summaries": {
                "extractive_summaries": [
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "To start, can you tell us the software versions your iPhone and Apple Watch are running currently?"
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AppleSupport My iPhone is on 11.1.2, and my watch is on 4.1."
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "To start, can you tell us the software versions your iPhone and Apple Watch are running currently?"
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "Have you tried restarting both devices since this started happening?"
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AppleSupport Yes, everything seems fine, it\u2019s just Health and activity."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@135060 Let\u2019s move to DM and look into this a bit more."
                            ]
                        }
                    ]
                ],
                "abstractive_summaries": [
                    [
                        "Customer enquired about his Iphone and Apple watch which is not showing his any steps/activity and health activities.",
                        "Agent is asking to move to DM and look into it."
                    ],
                    [
                        "The customer has a problem.",
                        "The agent in a very professional way tries to help the client."
                    ],
                    [
                        "Health and activity functions are not working with the smartwatch and phone.",
                        "Asks if the customer had restarted the items, offers to take this to DM to help resolve the issue."
                    ]
                ]
            }
        },
        "log": [
            {
                "turn id": 1,
                "user utterance": "So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason. Any ideas? https://t.co/m9DPQbkftD @AppleSupport please read the above.",
                "system response": "@135060 Let\u2019s investigate this together. To start, can you tell us the software versions your iPhone and Apple Watch are running currently?",
                "dialog history": "",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 2,
                "user utterance": "@AppleSupport My iPhone is on 11.1.2, and my watch is on 4.1.",
                "system response": "@135060 Thank you. Have you tried restarting both devices since this started happening?",
                "dialog history": "<USER> So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason. Any ideas? https://t.co/m9DPQbkftD @AppleSupport please read the above. <SYSTEM> @135060 Let\u2019s investigate this together. To start, can you tell us the software versions your iPhone and Apple Watch are running currently?",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 3,
                "user utterance": "@AppleSupport I\u2019ve restarted both, also un-paired then re-paired the watch.",
                "system response": "@135060 Got it. When did you first notice that the two devices were not talking to each other. Do the two devices communicate through other apps such as Messages?",
                "dialog history": "<USER> So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason. Any ideas? https://t.co/m9DPQbkftD @AppleSupport please read the above. <SYSTEM> @135060 Let\u2019s investigate this together. To start, can you tell us the software versions your iPhone and Apple Watch are running currently? <USER> @AppleSupport My iPhone is on 11.1.2, and my watch is on 4.1. <SYSTEM> @135060 Thank you. Have you tried restarting both devices since this started happening?",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 4,
                "user utterance": "@AppleSupport Yes, everything seems fine, it\u2019s just Health and activity.",
                "system response": "@135060 Let\u2019s move to DM and look into this a bit more. When reaching out in DM, let us know when this first started happening please. For example, did it start after an update or after installing a certain app? https://t.co/GDrqU22YpT",
                "dialog history": "<USER> So neither my iPhone nor my Apple Watch are recording my steps/activity, and Health doesn\u2019t recognise either source anymore for some reason. Any ideas? https://t.co/m9DPQbkftD @AppleSupport please read the above. <SYSTEM> @135060 Let\u2019s investigate this together. To start, can you tell us the software versions your iPhone and Apple Watch are running currently? <USER> @AppleSupport My iPhone is on 11.1.2, and my watch is on 4.1. <SYSTEM> @135060 Thank you. Have you tried restarting both devices since this started happening? <USER> @AppleSupport I\u2019ve restarted both, also un-paired then re-paired the watch. <SYSTEM> @135060 Got it. When did you first notice that the two devices were not talking to each other. Do the two devices communicate through other apps such as Messages?",
                "original user side information": {},
                "original system side information": {}
            }
        ],
        "prompt": []
    },
    "TweetSumm--train--2": {
        "original dialog id": "1e1d8fd4f95c984fb78687c9e946dc97",
        "dialog index": 2,
        "original dialog info": {
            "summaries": {
                "extractive_summaries": [
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "it shows on the website it has 10 days replacement warranty, can u explain me what is it ?"
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@264322 We've a 10days replacement policy if the item you received is damaged or defective."
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "i m planning to get Apple AirPods !"
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "it shows on the website it has 10 days replacement warranty, can u explain me what is it ?"
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@264322 We've a 10days replacement policy if the item you received is damaged or defective."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "In case of any damage/ defect you can reach out to us, we'll check and help you accordingly."
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "i m planning to get Apple AirPods !"
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "it shows on the website it has 10 days replacement warranty, can u explain me what is it ?"
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@264322 We've a 10days replacement policy if the item you received is damaged or defective."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@264322 Yes, headsets/ earphones are not eligible for remorse returns."
                            ]
                        }
                    ]
                ],
                "abstractive_summaries": [
                    [
                        "Customer is eager to know about the replacement policy on the earphones he wishes to buy.",
                        "Agent stated that it only applies if the received item is defective or damaged."
                    ],
                    [
                        "Wants to know about the 10 day return policy for Apple AirPods.",
                        "Explains earphones are excluded from remorse returns and accept returns are only for damaged items."
                    ]
                ]
            }
        },
        "log": [
            {
                "turn id": 1,
                "user utterance": "@115850 hi team! i m planning to get Apple AirPods ! it shows on the website it has 10 days replacement warranty, can u explain me what is it ?",
                "system response": "@264322 We've a 10days replacement policy if the item you received is damaged or defective. ^SH",
                "dialog history": "",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 2,
                "user utterance": "@AmazonHelp Ok ! But what if i didn\u2019t like the product and want to return it",
                "system response": "@264322 We wouldn't be able to accept the remorse returns. For more information on mobile returns policy. Kindly click on the link shared here: https://t.co/gYYDFKUNPY. Appreciate your understanding.",
                "dialog history": "<USER> @115850 hi team! i m planning to get Apple AirPods ! it shows on the website it has 10 days replacement warranty, can u explain me what is it ? <SYSTEM> @264322 We've a 10days replacement policy if the item you received is damaged or defective. ^SH",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 3,
                "user utterance": "@AmazonHelp Ok thanks ! But these are earphones so does it mean same policy apply for these as well",
                "system response": "@264322 Yes, headsets/ earphones are not eligible for remorse returns. In case of any damage/ defect you can reach out to us, we'll check and help you accordingly. ^VN",
                "dialog history": "<USER> @115850 hi team! i m planning to get Apple AirPods ! it shows on the website it has 10 days replacement warranty, can u explain me what is it ? <SYSTEM> @264322 We've a 10days replacement policy if the item you received is damaged or defective. ^SH <USER> @AmazonHelp Ok ! But what if i didn\u2019t like the product and want to return it <SYSTEM> @264322 We wouldn't be able to accept the remorse returns. For more information on mobile returns policy. Kindly click on the link shared here: https://t.co/gYYDFKUNPY. Appreciate your understanding.",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 4,
                "user utterance": "@AmazonHelp Oh ok ! Thanks for the help ! Much appreciated :)",
                "system response": "@264322 Thanks to you too for understanding. Do keep us posted for any further concerns. We'll be happy to help. \ud83d\ude0a ^VN",
                "dialog history": "<USER> @115850 hi team! i m planning to get Apple AirPods ! it shows on the website it has 10 days replacement warranty, can u explain me what is it ? <SYSTEM> @264322 We've a 10days replacement policy if the item you received is damaged or defective. ^SH <USER> @AmazonHelp Ok ! But what if i didn\u2019t like the product and want to return it <SYSTEM> @264322 We wouldn't be able to accept the remorse returns. For more information on mobile returns policy. Kindly click on the link shared here: https://t.co/gYYDFKUNPY. Appreciate your understanding. <USER> @AmazonHelp Ok thanks ! But these are earphones so does it mean same policy apply for these as well <SYSTEM> @264322 Yes, headsets/ earphones are not eligible for remorse returns. In case of any damage/ defect you can reach out to us, we'll check and help you accordingly. ^VN",
                "original user side information": {},
                "original system side information": {}
            }
        ],
        "prompt": []
    },
    "TweetSumm--train--3": {
        "original dialog id": "b5773077fa55c381260390472deff4c2",
        "dialog index": 3,
        "original dialog info": {
            "summaries": {
                "extractive_summaries": [
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AskAmex Signed up for new card with Delta to book immediately book tix."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "Please call our New Accounts Team at 877-399-3086, for assistance."
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AskAmex Where do I write to address a customer service issue to higher management?"
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "Which U.S. based card is this concerning?"
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AskAmex Signed up for new card with Delta to book immediately book tix."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "Please call our New Accounts Team at 877-399-3086, for assistance."
                            ]
                        }
                    ]
                ],
                "abstractive_summaries": [
                    [
                        "Signed up for an AmexCard with Delta but it didn't go through.",
                        "Told to phone the new accounts team."
                    ],
                    [
                        "Customer having a query about delta card.",
                        "Agent inform to contact New accounts Team."
                    ],
                    [
                        "The customer are frustrating for the alck of help from the agent.",
                        "The agent do it his bet to help the customer."
                    ]
                ]
            }
        },
        "log": [
            {
                "turn id": 1,
                "user utterance": "@AskAmex Where do I write to address a customer service issue to higher management?",
                "system response": "@216929 Hi Chris. Which U.S. based card is this concerning? Please do not release any personal or card information. ^Clarissa @216929 Hi I never heard back from you. Let me know if I can assist. All the best. ^Clarissa",
                "dialog history": "",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 2,
                "user utterance": "@AskAmex It was the Delta sky miles card.",
                "system response": "@216929 Good Morning. What is this concerning and I may be able to help? ^RK",
                "dialog history": "<USER> @AskAmex Where do I write to address a customer service issue to higher management? <SYSTEM> @216929 Hi Chris. Which U.S. based card is this concerning? Please do not release any personal or card information. ^Clarissa @216929 Hi I never heard back from you. Let me know if I can assist. All the best. ^Clarissa",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 3,
                "user utterance": "@AskAmex Signed up for new card with Delta to book immediately book tix. Card number didn't come up. Customer svce refused to help.",
                "system response": "@216929 Good morning, thanks for reaching out. Please call our New Accounts Team at 877-399-3086, for assistance. They're available, @216929 Monday - Friday 8:00 AM to 12:00 AM (ET); Saturday 10:00 AM to 6:00 PM (ET). Sorry for the inconvenience.^In",
                "dialog history": "<USER> @AskAmex Where do I write to address a customer service issue to higher management? <SYSTEM> @216929 Hi Chris. Which U.S. based card is this concerning? Please do not release any personal or card information. ^Clarissa @216929 Hi I never heard back from you. Let me know if I can assist. All the best. ^Clarissa <USER> @AskAmex It was the Delta sky miles card. <SYSTEM> @216929 Good Morning. What is this concerning and I may be able to help? ^RK",
                "original user side information": {},
                "original system side information": {}
            }
        ],
        "prompt": []
    },
    "TweetSumm--train--4": {
        "original dialog id": "3574d6b4418cb546a90d1561bacd66a2",
        "dialog index": 4,
        "original dialog info": {
            "summaries": {
                "extractive_summaries": [
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AmazonHelp @115821 Wow, expected 4 packages yesterday, but only 2 showed up."
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "50% failure rate-not impressed."
                            ]
                        },
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AmazonHelp @115821 Last month driver delivered box, sat in van for 10 min on phone, and drove off."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "We can see what options are available for the lost items, reach us by phone or chat here: https://t.co/hApLpMlfHN ^MG"
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "Have you received any updates via e-mail for the last two packages you were expecting?"
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "@AmazonHelp @115821 Wow, expected 4 packages yesterday, but only 2 showed up."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "We can see what options are available for the lost items, reach us by phone or chat here: https://t.co/hApLpMlfHN ^MG"
                            ]
                        }
                    ]
                ],
                "abstractive_summaries": [
                    [
                        "The customer have a problem.",
                        "The agent is very cordial and offers to follow up on the case."
                    ],
                    [
                        "Two out of four packages not delivered.",
                        "Wants the customer to phone to resolve issue."
                    ],
                    [
                        "Customer enquires about the the 2 packages which was noticed as 'lost in transit'.",
                        "Agent updates to reach out by phone or chat and to keep them posted."
                    ]
                ]
            }
        },
        "log": [
            {
                "turn id": 1,
                "user utterance": "@AmazonHelp @115821 Wow, expected 4 packages yesterday, but only 2 showed up. 50% failure rate-not impressed. Glad I paid for fast shipping. @AmazonHelp @115821 Last month driver delivered box, sat in van for 10 min on phone, and drove off. Then got notice that package was \"lost in transit\".",
                "system response": "@258930 I'm sorry you only received two of the orders. Is this happening with the same carrier each time? We can see what options are available for the lost items, reach us by phone or chat here: https://t.co/hApLpMlfHN ^MG",
                "dialog history": "",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 2,
                "user utterance": "@AmazonHelp Problems are mostly with AMZL US delivery, but this time it's UPS. UPS is usually pretty good. @AmazonHelp Also, the item isn't lost. I watched them deliver it. Status still says \"lost in transit\", though. No big deal, but it makes Amzn look silly",
                "system response": "@258930 Okay, thanks for that info, Dave. Have you received any updates via e-mail for the last two packages you were expecting? Let us know. We'd like to help in any way we can! ^SM",
                "dialog history": "<USER> @AmazonHelp @115821 Wow, expected 4 packages yesterday, but only 2 showed up. 50% failure rate-not impressed. Glad I paid for fast shipping. @AmazonHelp @115821 Last month driver delivered box, sat in van for 10 min on phone, and drove off. Then got notice that package was \"lost in transit\". <SYSTEM> @258930 I'm sorry you only received two of the orders. Is this happening with the same carrier each time? We can see what options are available for the lost items, reach us by phone or chat here: https://t.co/hApLpMlfHN ^MG",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 3,
                "user utterance": "@AmazonHelp Got shipping refunded via chat, and packages will be here when they get here. Thanks for letting me vent.",
                "system response": "@258930 Keep us posted, Dave! ^SM",
                "dialog history": "<USER> @AmazonHelp @115821 Wow, expected 4 packages yesterday, but only 2 showed up. 50% failure rate-not impressed. Glad I paid for fast shipping. @AmazonHelp @115821 Last month driver delivered box, sat in van for 10 min on phone, and drove off. Then got notice that package was \"lost in transit\". <SYSTEM> @258930 I'm sorry you only received two of the orders. Is this happening with the same carrier each time? We can see what options are available for the lost items, reach us by phone or chat here: https://t.co/hApLpMlfHN ^MG <USER> @AmazonHelp Problems are mostly with AMZL US delivery, but this time it's UPS. UPS is usually pretty good. @AmazonHelp Also, the item isn't lost. I watched them deliver it. Status still says \"lost in transit\", though. No big deal, but it makes Amzn look silly <SYSTEM> @258930 Okay, thanks for that info, Dave. Have you received any updates via e-mail for the last two packages you were expecting? Let us know. We'd like to help in any way we can! ^SM",
                "original user side information": {},
                "original system side information": {}
            }
        ],
        "prompt": []
    },
    "TweetSumm--train--5": {
        "original dialog id": "f30d2bbc15e7ff32244761b38b67d160",
        "dialog index": 5,
        "original dialog info": {
            "summaries": {
                "extractive_summaries": [
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "I havent been able to purchase a ticket since your insane revamp."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@324537 Sorry to see this - I'll report to our Development team."
                            ]
                        }
                    ],
                    [
                        {
                            "is_agent": false,
                            "sentences": [
                                "@GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising."
                            ]
                        },
                        {
                            "is_agent": true,
                            "sentences": [
                                "@324537 Sorry to see this - I'll report to our Development team."
                            ]
                        }
                    ]
                ],
                "abstractive_summaries": [
                    [
                        "Customer cannot purchase a train ticket on the rail providers site since the revamp.",
                        "Will report the issue to the development team."
                    ],
                    [
                        "The client has a problem and is very frustrated.",
                        "The agent tried to solve the problem."
                    ],
                    [
                        "Customer is asking to make the website work properly.",
                        "Agent stated that it will be reported to Development team."
                    ]
                ]
            }
        },
        "log": [
            {
                "turn id": 1,
                "user utterance": "@GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising.",
                "system response": "@324537 Hi. We are in the middle of huge \u00a37.5bn investment with new trains due soon. It\u2019s important to tell this story to as many people as possible",
                "dialog history": "",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 2,
                "user utterance": "@GWRHelp This is what comes up no matter what I do on your website after the homepage... 24/7 for 5 days. https://t.co/v6gvoDuMnq",
                "system response": "@324537 Hi Drayton. The websites been working. Have you tried clearing your cache or using a different browser? Lewis",
                "dialog history": "<USER> @GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising. <SYSTEM> @324537 Hi. We are in the middle of huge \u00a37.5bn investment with new trains due soon. It\u2019s important to tell this story to as many people as possible",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 3,
                "user utterance": "@GWRHelp Tried to buy a ticket 6 times in half an hour. Every time greeted with this. Not even 30 seconds between choosing a ticket and signing in. https://t.co/Ul43v8Rrna",
                "system response": "@324537 Sorry to see this Drayton. To confirm, is this on the app or mobile site? Phil.",
                "dialog history": "<USER> @GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising. <SYSTEM> @324537 Hi. We are in the middle of huge \u00a37.5bn investment with new trains due soon. It\u2019s important to tell this story to as many people as possible <USER> @GWRHelp This is what comes up no matter what I do on your website after the homepage... 24/7 for 5 days. https://t.co/v6gvoDuMnq <SYSTEM> @324537 Hi Drayton. The websites been working. Have you tried clearing your cache or using a different browser? Lewis",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 4,
                "user utterance": "@GWRHelp Literally irrelevant if ppl can't buy tix for the new trains. I've never hated a website so much that I physically dread having 2 use it. @GWRHelp App. I havent been able to purchase a ticket since your insane revamp. It worked perfectly before and now it's an absolute sh*tshow.",
                "system response": "@324537 Sorry for the difficulty you've had, can you try un/reinstalling and booking again? Phil.",
                "dialog history": "<USER> @GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising. <SYSTEM> @324537 Hi. We are in the middle of huge \u00a37.5bn investment with new trains due soon. It\u2019s important to tell this story to as many people as possible <USER> @GWRHelp This is what comes up no matter what I do on your website after the homepage... 24/7 for 5 days. https://t.co/v6gvoDuMnq <SYSTEM> @324537 Hi Drayton. The websites been working. Have you tried clearing your cache or using a different browser? Lewis <USER> @GWRHelp Tried to buy a ticket 6 times in half an hour. Every time greeted with this. Not even 30 seconds between choosing a ticket and signing in. https://t.co/Ul43v8Rrna <SYSTEM> @324537 Sorry to see this Drayton. To confirm, is this on the app or mobile site? Phil.",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 5,
                "user utterance": "@GWRHelp Believe me Phil I've tried every trick in the book. Off and on again in all sense of the word.",
                "system response": "@324537 Sorry to see this - I'll report to our Development team. Can you use mobile or desktop site in the meantime? Phil.",
                "dialog history": "<USER> @GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising. <SYSTEM> @324537 Hi. We are in the middle of huge \u00a37.5bn investment with new trains due soon. It\u2019s important to tell this story to as many people as possible <USER> @GWRHelp This is what comes up no matter what I do on your website after the homepage... 24/7 for 5 days. https://t.co/v6gvoDuMnq <SYSTEM> @324537 Hi Drayton. The websites been working. Have you tried clearing your cache or using a different browser? Lewis <USER> @GWRHelp Tried to buy a ticket 6 times in half an hour. Every time greeted with this. Not even 30 seconds between choosing a ticket and signing in. https://t.co/Ul43v8Rrna <SYSTEM> @324537 Sorry to see this Drayton. To confirm, is this on the app or mobile site? Phil. <USER> @GWRHelp Literally irrelevant if ppl can't buy tix for the new trains. I've never hated a website so much that I physically dread having 2 use it. @GWRHelp App. I havent been able to purchase a ticket since your insane revamp. It worked perfectly before and now it's an absolute sh*tshow. <SYSTEM> @324537 Sorry for the difficulty you've had, can you try un/reinstalling and booking again? Phil.",
                "original user side information": {},
                "original system side information": {}
            },
            {
                "turn id": 6,
                "user utterance": "@GWRHelp No Phil, am going to get the bus instead @151960 app works flawlessly.",
                "system response": "@324537 @151960 Apologies again for the difficulty you've had today Drayton, I appreciate this is frustrating. Phil.",
                "dialog history": "<USER> @GWRHelp I'd rather you spent some time making your app &amp; website work properly rather than spending millions on pointless new advertising. <SYSTEM> @324537 Hi. We are in the middle of huge \u00a37.5bn investment with new trains due soon. It\u2019s important to tell this story to as many people as possible <USER> @GWRHelp This is what comes up no matter what I do on your website after the homepage... 24/7 for 5 days. https://t.co/v6gvoDuMnq <SYSTEM> @324537 Hi Drayton. The websites been working. Have you tried clearing your cache or using a different browser? Lewis <USER> @GWRHelp Tried to buy a ticket 6 times in half an hour. Every time greeted with this. Not even 30 seconds between choosing a ticket and signing in. https://t.co/Ul43v8Rrna <SYSTEM> @324537 Sorry to see this Drayton. To confirm, is this on the app or mobile site? Phil. <USER> @GWRHelp Literally irrelevant if ppl can't buy tix for the new trains. I've never hated a website so much that I physically dread having 2 use it. @GWRHelp App. I havent been able to purchase a ticket since your insane revamp. It worked perfectly before and now it's an absolute sh*tshow. <SYSTEM> @324537 Sorry for the difficulty you've had, can you try un/reinstalling and booking again? Phil. <USER> @GWRHelp Believe me Phil I've tried every trick in the book. Off and on again in all sense of the word. <SYSTEM> @324537 Sorry to see this - I'll report to our Development team. Can you use mobile or desktop site in the meantime? Phil.",
                "original user side information": {},
                "original system side information": {}
            }
        ],
        "prompt": []
    }
}