Datasets:
QCRI
/

Modalities:
Text
Formats:
json
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 27,994 Bytes
b778a0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "tweet_id": 870476406009942016,
        "tweet_text": "RT @ChandruLk: China announces emergency humanitarian disaster relief goods worth about USD 2.2 million to SriLanka flood victims #SriLanka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870186795547471872,
        "tweet_text": "400 #FloodSL victims in dnkoluwaththa in Pitabaddra .Not enough food to eat. Very hard situation there . Plz contact 71 870 6841 ( Bandara)",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 872058574146596865,
        "tweet_text": "RT @Ali_answers: #PakistanNavy providing relief goods to the #flood hit areas of #colombo during a #rescue operation #srilanka ἟5἟0἟1἟0",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870318925841551363,
        "tweet_text": "RT @RasmilaD: Death toll increased to 206; 92 missing, 68 injured #SriLanka #FloodSL #LKA",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 870259920695734272,
        "tweet_text": "Thailand donates B2m to help flood-stricken Sri Lanka  #srilanka #news #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870420529022423041,
        "tweet_text": "While Trump denies climate change: 200 die, 80,000 evacuees from Sri Lanka floods 9 killed, 300,000 evacuees from Mora cyclone #paris",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 875377891630034944,
        "tweet_text": "RT @ColomboPageNews: ADB approves $2 mn grant for flood and landslide relief in #SriLanka @ADB_HQ",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871695309889470464,
        "tweet_text": "RT @MarianneDavid24: For direct donations Acc name: Voice Foundation Acc Num: 101000432815 Bank NDB BRANCH: Battaramulla Swift code: NDBS",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 874484760739012609,
        "tweet_text": "RT @dmc_lk: Situation at 1600hours #29thMay2017 #SLFloods2017 #FloodSL #ContactUs on 117 on how to help or to donate",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870649500917940225,
        "tweet_text": "RT @NalakaG: Wanted: accountability 4 local & foreign donations to #SriLanka #FloodSL #FloodRelief. Can audit firms donate their services?",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870267486062735360,
        "tweet_text": "RT @gopiharan: Water level situation in major rivers around the island as of 1530 hrs, 01.06.2017. Mostly normal/falling. #FloodSL /",
        "class_label": "caution_and_advice"
    },
    {
        "tweet_id": 873586632011788288,
        "tweet_text": "#Srilanka Flood/Landslides 122 dead 97 missing according to Disaster Management Center as of 9 pm today, 1800 houses damaged #FloodSL #lka",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 871948740709335040,
        "tweet_text": "Korean Actress Lee Young-ae Changumi supports flood relief efforts in Sri Lanka #SriLank",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 870760050469609474,
        "tweet_text": "Emergency team on way to #SriLanka to help survivors after devastating #floods #mudslides REUTERS/Dinuka Liyanawatte",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870438103135244288,
        "tweet_text": "RT @kalpaCG: #FloodSL before the water was at waist height.Biggest #srilanka has ever seen so far. #2017 #SriLankaFloods #lka /",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870237860821164032,
        "tweet_text": "Visiting Chinese navy fleet donates relief materials to flood-stricken Sri Lanka Photos: 81.cn",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870529119510970368,
        "tweet_text": "RT @RajapaksaNamal: School kids in #SriLankas flood-affected areas need school supplies. Those generously helping-please donate school sup",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871042730356465664,
        "tweet_text": "RT @colombogazette: US provides Rs. 350 million for flood relief  via @colombogazette @USAmbKeshap #srilanka #lka #us",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871036939679309824,
        "tweet_text": "ECPAT Sri Lanka - PEaCE has taken all measures to launch special medical camps to help flood victims followed by",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 873137690597838848,
        "tweet_text": "India vs Sri Lanka: Angelo Mathews Dedicates Win to Flood Victims  #news",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 873033543235928070,
        "tweet_text": "Canadian contributions to those affected by recent floods.",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 878805464380821504,
        "tweet_text": "RT @123madusha456: Tree tunnels to control colombo floods  #flood #SriLanka #colombo",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 873442855976669184,
        "tweet_text": "RT @garikaalan: @avirvisva Locals can donate goods at railway stations as it would stop in certain stations for collection along the way to",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871007108162093056,
        "tweet_text": "RT @priyatharshan1: Death toll due to adverse weather increased to 224; 78 missing & 698,289 affected: #DMC #lka #FloodSL",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 876132870527623168,
        "tweet_text": "RT @opendoorssa: #Pray for #provision and #comfort for those affected by the recent floods in #SriLanka; some lost everything, including lo",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 875623043497738240,
        "tweet_text": "#UN appeals for more resources for flood-hit #SriLanka",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 872119332221980673,
        "tweet_text": "RT @Panhinda: #Amateur #Radio Provides #Communication Link Following #SriLanka Flooding.  #lka #SLFloods2017 #FloodS",
        "class_label": "not_humanitarian"
    },
    {
        "tweet_id": 871027724428623872,
        "tweet_text": "US pledges Rs 350 million flood aid to Sri Lanka  #srilanka #news #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 875255095419691008,
        "tweet_text": "RT @SailaSamuelraju: People of god prayer for island Sri Lanka and pray for Bangalore#india mighty flood is coming. Repent messiah is comin",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 872045221365854208,
        "tweet_text": "With the worst floods hitting Colombo, Robins flung into action to distribute meals to the families affected. Great efforts RHA #SriLanka :)",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871935416194215938,
        "tweet_text": "RT @vishiru: 2.3K+ Houses fully and 12.5K+ partially damaged. 24.9K+ people in 7K+ Families are still in safe locations. #FloodSL #FloodRe",
        "class_label": "infrastructure_and_utility_damage"
    },
    {
        "tweet_id": 871321483536203779,
        "tweet_text": "RT @SRIshanu: Mudslides and #floods cause devastation in #SriLanka – in pictures  #FloodReliefLKA #FloodSL #lka",
        "class_label": "infrastructure_and_utility_damage"
    },
    {
        "tweet_id": 872765972289138688,
        "tweet_text": "How much of #FloodSL relief & recovery funding go into @UNSriLankas admin overheads? Isnt it better to donate direct to local charities?",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 877125273065410560,
        "tweet_text": "Cash donation by Bangladesh for flood relief handed over to President  #SriLanka #LK #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870198818905698305,
        "tweet_text": "RT @ThomasAnumeha: Floods&landslides triggered by heavy rains in #SriLanka could hit tea production since some of the worst affected were t",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870535125099884544,
        "tweet_text": "RT @TheWatchers_: 202 killed, 94 still missing after worst monsoon rains since 2003 hit Sri Lanka  #monsoon #flood #",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 880702409164681217,
        "tweet_text": "Seminar on flood and watermanagement in Sri Lanka at @RVO_Int_Ond #studytour #Srilanka with representatives Dutch water sector",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 872194467725553665,
        "tweet_text": "RT @reliefweb: .@UNmigration to assist #SriLanka Flood & Landslide victims in worst affected areas",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870714879539384320,
        "tweet_text": "RT @SRIshanu: #Kudos to CIB Shopping Center (Maharagama) who has given 20% discount for items bought for #FloodReliefLKA donations. #FloodSL",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 876024256894824448,
        "tweet_text": "As death toll mounts in flood-hit #SriLanka, we fear dengue crisis looming in these stagnant waters. Contact us for SPOKESPEOPLE & CONTENT",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 870878734957633537,
        "tweet_text": "RT @RakeshRBag: My prayers with people of #SriLanka in this hour of grief. Pray to god to provide strength to families who have lost near o",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 871669889920102400,
        "tweet_text": "#EU #humanitarian partners are distributing #emergency relief items & assessing further needs after #SriLanka #floods #FloodSL",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870447164660600833,
        "tweet_text": "#PrayForSriLanka ἟1἟0! 91 Deaths, 110 missing, 300 houses damaged & 20,000 families affected due to Landslides & #FloodSL #SriLanka #LKA",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 870495850681712641,
        "tweet_text": "Pakistan navy ship zulfiquar entered sri lanka ἟1἟0 for humanitarian mission during the recent flood #reliefmissions #pakistannavy ἟5἟0",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 873892784557764608,
        "tweet_text": "#US #military ship #USSLakeErie has arrived #SriLanka with 150 military to help #floodSL effected people @PacificCommand @USPacificFleet",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 873530314370326528,
        "tweet_text": "Medical camp at Mathugama today.  #FloodSL @ippfsar #srhr #volunteers",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871751436278927360,
        "tweet_text": "RT @HeysannaHosanna: Noise Reduction and Isolation #GenBeyond #European #FloodSL #SriLanka",
        "class_label": "not_humanitarian"
    },
    {
        "tweet_id": 878366804082438145,
        "tweet_text": "RT @royalsaajid: School with Smile book distribution for 978 flood affected students ! #floodsl #helphumanity #education #unity",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870975051352293377,
        "tweet_text": "Starting immediate #floodrelief work with my Ministry officials Ratnapura on the directions of #Srilanka President .@MaithripalaS #floodsl",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870442582492434433,
        "tweet_text": "JUST OUT: @UNSriLanka Flash Update on #SriLanka #floods #landslides. 630,000 ppl affected across 15 districts -",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 871333149816438785,
        "tweet_text": ".@ArmyROTC cadets & @PacificCommand Augmentation Team disaster relief experts assist w/#FloodSL clean-up & repairs at schools in Kalutara",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870225986448764928,
        "tweet_text": "RT @MitKat_Advisory: #SriLanka: #Navy continues with rescue and relief efforts in #flood affected areas; Southern Expressway opens for moto",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 877532774390956032,
        "tweet_text": "RT @ItsYakin: Total package worth Rs. 600 million for 100,000 smallholders in #FloodSL districts, will also replace damaged Tea plants free",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871390032610836480,
        "tweet_text": "A group of #Jaffna Uni students donated school stationaries to 400 flood affected students in #Kurunagala;military coordinated #FloodSL #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 877915006687490050,
        "tweet_text": "RT @Uraidah44: An estimated 575,000 people, 30% of which are children, are currently affected by severe #flooding and landslides in #SriLan",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870589235597803520,
        "tweet_text": "Cyclone Mora: Indian ship with relief materials reaches Chittagong  via @indiatoday #lka #srilanka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870525923187085316,
        "tweet_text": "Handing over of candles made at @IndianOilcl Digboi @LankaIOC to Min. of Disaster Management Anura Yapa for flood relief. #FloodSL",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 872080126984339456,
        "tweet_text": "RT @AzzamAmeen: South Korean Actress Lee Young-ae, popularly known as ‘Changumi’ in Sri Lanka has donated US $ 50,000 for flood relief effo",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870382563134754816,
        "tweet_text": "RT @PKKHTweet: Pakistan Navy extends relief activities to flood stricken Srilanka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870515684962205696,
        "tweet_text": ".@UN #SriLanka agencies are supporting GoSL relief efforts in coordination & resource mobilization for #FloodSL",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 874589898350743552,
        "tweet_text": "#SriLanka was hit by the worst flood since 2003. Support @hfhslorg disaster response & rebuilding efforts at:",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870158705404370945,
        "tweet_text": "Finally Sri Lanka Unites flood relief items reached to Matara city and today these dry rations,",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870533145472507904,
        "tweet_text": "RT @Newscloudlk: Government of Maldives donated A cheque of US $ 25,000.00 to Sri Lanka #FloodReliefLKA #floodSL #lka @maldives",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870155426435702784,
        "tweet_text": "RT @FT_SriLanka: Floods and droughts – An endless Sri Lankan loop?  #lka #srilanka",
        "class_label": "not_humanitarian"
    },
    {
        "tweet_id": 870662381864538115,
        "tweet_text": "Situation report for 2 june 2017 @6.00pm Due to bad #Weather #FloodSL #flood2017 #SLFlood #srioanka",
        "class_label": "caution_and_advice"
    },
    {
        "tweet_id": 871593027680129025,
        "tweet_text": "Chinese cargo plane delivers relief to flood-hit Sri Lanka. #easybookinglk #SriLanka #SriLankaFloods #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870325729241726976,
        "tweet_text": "RT @democracynow: Sri Lanka: Death Toll from Flooding Tops 200  #FloodSL",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 870193083316490240,
        "tweet_text": "RT @maritall: Norway provide NOK 10 million (USD 1,2 million) in flood and landslide relief to Sri Lanka #SLfloods #SriLankaFloods /",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870093040429522948,
        "tweet_text": "RT @adaderana: Govts. flood relief efforts have been disappointing - Mahinda Read more:  #lka #srilanka .",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870124017734352897,
        "tweet_text": "Worst floods since 2003 in #SriLanka. The #RedCross are on the ground helping victims of #floodsl To #donate",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870599076223401984,
        "tweet_text": "@patralekha2011 @CGTNOfficial .Current disaster emergency has diminished. Stock taking now. #lka govt must draw & heed lessons. Public trust in systems is low. #FloodSL",
        "class_label": "caution_and_advice"
    },
    {
        "tweet_id": 870904365577453568,
        "tweet_text": "Medical officers neededἾ5Ὡ1Ὢ8 #FloodSL #FloodRelief #Floods #slfloods #SriLanka #SriLankaFloods",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 870702356672921604,
        "tweet_text": "Pahiyangala, Bulathsinhala this morning, 26 houses completely destroyed due to floods It was like a tsunami says residents #FloodSL",
        "class_label": "infrastructure_and_utility_damage"
    },
    {
        "tweet_id": 877254326460272640,
        "tweet_text": "RT @IamRavindu: URGENT NEED FOR DONATIONS!! IMCD Hotline : 0114248220 #FloodReliefLKA #DisasterReliefLKA #FloodSL #lka",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 870058431566290944,
        "tweet_text": "RT @yamulk:  A working list of places to volunteer for Flood Relief 2017. #FloodSL #FloodReliefLKA Send us info and",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870812532109344768,
        "tweet_text": "RT @Tharangawavez: Indispensable ,Medicines and other sanitary equipment are requisitioned for displaced peoples. #floodSL",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 873553285436887041,
        "tweet_text": "Helping hand to Flood Victims in sri Lanka #crowdfunding @fundrazr Support and Retweet",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870251659888386048,
        "tweet_text": "Australia extends assistance for flood relief operations  #srilanka #LK #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 873382788145270784,
        "tweet_text": "New post: Cambodia donates 100,000 USD to flood-hit Sri Lanka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870395098927964160,
        "tweet_text": "RT @IsraelandStufff: #Israel Sends Team to Flood-Stricken Sri Lanka With Emergency Aid Israel’s Ambassador to #SriLanka delivered",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871356875471826944,
        "tweet_text": "@dmc_lk, local officials, @USArmy @usafrotc & @USPacificFleet Command Augmentation Team experts assist to clean #FloodSL @USAmbKeshap",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 874731211935141888,
        "tweet_text": "At work in #SriLanka, our emergency team distributing aid, assessing needs and making friends. #floods #disaster",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 870252389672116224,
        "tweet_text": "Saddened to learn about the #SriLanka mishap. My thoughts with those who are injured & condolences to families who lost loved ones!",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 871133957106139136,
        "tweet_text": "USTPAC Commends #Tamils in the #North_East donating relief supply to the #FloodSL victims in Southern #SriLanka. #Humanity knows no borders.",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870646526426664960,
        "tweet_text": "All schools in the Western, Southern and Sabaragamuwa provinces, except those affected by the floods will re-open on Monday.#srilanka",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870503190202007556,
        "tweet_text": "EU provides €300,000 to support aid delivery to flood victims in Sri Lanka: Sri Lanka must have an international aid agency in place",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870609036445704192,
        "tweet_text": "RT @dawn_com: #Pakistan Navy conducts relief operations in flood-battered #SriLanka:  Photos: APP",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870907577416245248,
        "tweet_text": "@TNAmediaoffice MPs visited Ratnapura, (worst-affected districts by da devastating floods & landslides) @MASumanthiran #srilanka #FloodSL",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871048667888734209,
        "tweet_text": "Compensation for flood damage; NITF pays Rs. 125 m To learn more @BuyObserver #SundayObserver #FloodSL #FloodRelief",
        "class_label": "caution_and_advice"
    },
    {
        "tweet_id": 871650174073884672,
        "tweet_text": "Working with @sarvodayalanka, 400 families from remote villages in Bulathsinhala, Kalutara receive needed hygiene/cooking kits #FloodSL",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871028173642752000,
        "tweet_text": "Fundraising for Sri Lanka Flood Victims  via @gofundme",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 879731228731203584,
        "tweet_text": "Its #CharityTuesday. Donate to those affected by the floods in #SriLanka here:",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870395005386584064,
        "tweet_text": "RT @PDChina: Death toll in flood-hit #SriLanka hits 202, hospitals to be evacuated",
        "class_label": "injured_or_dead_people"
    },
    {
        "tweet_id": 870163168810737664,
        "tweet_text": "Pak believs in Humanity Pak Navy Free Medical Cmp 2day in Sri Lanka providng Health Care 2 victims of FLOOD @MoeedNj @Asad_Umar @ShkhRasheed",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 874922877560270848,
        "tweet_text": "Chinese cargo aircraft carrying emergency humanitarian relief for flood victims arrived in Sri Lanka on Saturday",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 871652447671943168,
        "tweet_text": "@RajapaksaNamal Govt is accountable for the donations theyve been receiving & to utilize to rebuild peoples lives affected by #FloodSL #lka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871584209382526976,
        "tweet_text": "#JaffnaUniversity students aid south’s flood-hit schoolchildren #lka #SriLanka #SLfloods",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870458027064741888,
        "tweet_text": "RT @EmetNews: #Israel Rushes Aid to #SriLanka as Floods Displace Tens of Thousands:",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 872541913991217152,
        "tweet_text": "RT @sanjanah: Using Data to Help Communities Recover & Rebuild  via @Facebook Can it help w/ future #floodsl situ? #",
        "class_label": "not_humanitarian"
    },
    {
        "tweet_id": 871577238403264512,
        "tweet_text": "US contributes Rs350mln for Sri Lanka flood relief #SriLanka #lka #lbo -",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 869957658752757760,
        "tweet_text": "RT @WorldVisionLK: Images captured on our way to distribute relief goods in #Ratnapura #FloodReliefLKA #FloodSL #Flood2017",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 870233027577643008,
        "tweet_text": "Maldives offers financial assistance to flood hit Sri Lanka",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871695204042104832,
        "tweet_text": "Reached Veyangalle, Agalawatta after a 5 KM boat ride, place still under more than 10 feet under water #FloodSL #lka #SriLanka",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870200332349054976,
        "tweet_text": "Half a million affected in #lka floods. Devlpmnt. arm of NCEASL now collecting relief. Visit  for more info. #floodsl",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 877762551437819904,
        "tweet_text": "Medical supplies to overcome health hazards in the flood aftermath form part of Indias relief material #FloodSL @SushmaSwaraj @indiannavy",
        "class_label": "rescue_volunteering_or_donation_effort"
    },
    {
        "tweet_id": 871265218122440706,
        "tweet_text": "RT @cartoonlka: #FloodReliefLKA and corruptions Cartoon by @RcSullan #lka #SriLanka #FloodSL #SriLankaFloods #FloodRelief",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 870427829045010432,
        "tweet_text": "RT @jscarto: Severe flooding in #SriLanka seen with #Sentinel2 and #Landsat data:",
        "class_label": "caution_and_advice"
    },
    {
        "tweet_id": 870285573583273984,
        "tweet_text": "Sri Lankans, young and old without and race differences coming together to help a brother or sister affected in the disaster. ❤️ὉAὉBὉC",
        "class_label": "sympathy_and_support"
    },
    {
        "tweet_id": 874530502870528000,
        "tweet_text": "#PhotoOfTheDay: Capt. McPherson of #USSLakeErie greets #SriLanka children at well restoration site in Batawala during #FloodSL relief.",
        "class_label": "other_relevant_information"
    },
    {
        "tweet_id": 871416115213324292,
        "tweet_text": "RT @sulorammohan:  Medical aid for #Flood victims of #SriLanka covered by @CGTNOfficial #Kaduwela",
        "class_label": "requests_or_urgent_needs"
    },
    {
        "tweet_id": 870136463723085825,
        "tweet_text": "I am not from Srilanka but this is hurtful!! Everyone please pray for all the victims..Your 1 minute prayer can save someones life #FloodSL",
        "class_label": "sympathy_and_support"
    }
]