Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 78,531 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 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 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 |
[
{
"tweet_id": 783416933311971328,
"tweet_text": "RT @thierryiverson: Thankful that the hurricane didnt hit Jamiaca! Sorry that it hit Haiti. Praying the damage will be minimal. Just want",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783897759128678400,
"tweet_text": "Hurricane Matthew blamed for 25 deaths, most of those in Haiti. Millions now being evacuated along American coast. #HeartNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783662734118363137,
"tweet_text": "Hurricane Matthew leaves thousands flooded, 5 dead in Haiti #News #Miami",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783522007518437376,
"tweet_text": "Dear God, Help the people in #Haiti tonight and going forward",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783878321893478400,
"tweet_text": "RT @sarahlindsaay: My heart is so broken for those affected in Haiti by the hurricane. Please please keep everyone in your prayers ❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784689691236847616,
"tweet_text": "Doppler radar estimates that 8 inches of rain has fallen from Savannah, GA > Beaufort, SC More on the way. Flood warning #Matthew",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783840498062532608,
"tweet_text": "Hurricane Matthew hits Bahamas; unlikely to reach R.I. + video: PORT-AU-PRINCE, Haiti (AP) — Rescue workers in",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783795787889188864,
"tweet_text": "Haiti: U.S. Government Actions and Assistance for Countries Affected by Hurricane Matthew #Haiti",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783444361245630464,
"tweet_text": "Did the Hurricane or the Clinton Foundation do more damage to Haiti?",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783986178118692864,
"tweet_text": "Hurricane Matthew kills at least 23 people in Haiti: The storm is now heading for the Bahamas and is expected to",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783429194575413248,
"tweet_text": "As a church we have prayerfully watched as hurricane Matthew did horrific damage in Haiti and",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783433186248228864,
"tweet_text": "My heart is breaking as Haiti is getting slammed by this hurricane. Many have died and lost their homes and its only the beginning. ❤️Ὁ9",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783950571564851200,
"tweet_text": "Aerial Footage: #Haiti Town Destroyed By #Hurricane #Matthew #Jeremie",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783876302264729601,
"tweet_text": "Yall Dominican Republic blessed yall cause hurricane Matthew killed 5 people in Haiti which is on the same island as DR",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783988367767724033,
"tweet_text": "RT @blicqer: Hurricane Matthew kills at least 23 people in Haiti @TheVoiceNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 784695904024559616,
"tweet_text": "Report from @BHMhaiti director: Worst hurricane to hit Haiti in a lifetime. Read and donate here:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783969728813469696,
"tweet_text": "Damage from above: massive destruction in western Haitian city. Video: #HurricaneMatthew #sctweets #scnews",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783786752674631680,
"tweet_text": "Clinton Foundation mishandled the situation in #Haiti after earthquake, please dont let them in now! #HurricaneMatthew #ClintonCorruption",
"class_label": "not_humanitarian"
},
{
"tweet_id": 784700031261560832,
"tweet_text": "A girl walks through her damaged village of Les Cayes, Haiti, after Hurricane Matthew tore",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783383490310000644,
"tweet_text": "RT @Glicklich_Facts: Hurricane Matthew: at least six feared dead in Haiti as violent storm hits #StopRush #UniteBlu",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783424499467386881,
"tweet_text": "Praying for Haiti, our mission partners, & all our brothers & sisters affected by Hurricane Matthew. We’re lifting you all up in prayer!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783764544300515328,
"tweet_text": "Dont worry people of Haiti @HillaryClinton can help with the hurricane relief #ClintonFoundation ὠ9",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783534934740828161,
"tweet_text": "Haiti is asking for help from the U.S. military. U.S. has a special obligation to protect and help, given U.S. role!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784648989966737408,
"tweet_text": "RT @MotivatinQuotes: I want to send my love, my thoughts and prayers to ALL those impacted or will be impacted by #HurricaneMatthew. Stay s",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784689247940993024,
"tweet_text": "RT @ChasCountyGov: #HurricaneMatthew Update: 1,538 in shelters, reports of trees and power lines down throughout the county. Stay inside do",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783831632151191552,
"tweet_text": "After Hurricane Matthew strikes Haiti, relief agencies are on the move",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783905916701716480,
"tweet_text": "US helicopters sent to Haiti after hurricane: PORT-AU-PRINCE, Haiti - Rescue workers in Haiti struggled to reach",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783845072802500613,
"tweet_text": "Barely 1% of houses left standing - Hurricane Matthew Leaves 10 Dead in Haiti, Cholera Surge Feared - ABC News -",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783813799245586432,
"tweet_text": "BET News: Haiti Costal Town Destroyed by Hurricane Matthew #News",
"class_label": "other_relevant_information"
},
{
"tweet_id": 784689704440516608,
"tweet_text": "Hurricane Matthew live: Children trapped in bed & breakfast as water level surges in St. Augustine - Mi",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783502726596472832,
"tweet_text": "Austin group organizing Haiti hurricane relief effort",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 784649040575270912,
"tweet_text": "If Hurricane Matthew comes back around and hits Florida again I honestly dont know what well do cause theres already so much damage",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783845370245906432,
"tweet_text": "Sending prayers for the people of Haiti and Bahamashoping the hurricane wont hit our friends and family in Florida. #madatthehurricane",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783790669483552768,
"tweet_text": "RT @tommechler: Join me in praying for the people of Haiti and others in the path of #HurricaneMatthew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783408735636959232,
"tweet_text": "Everyone please pray for the amazing people in Haiti! Hurricane Matthew is leaving nothing but destruction in this beautiful place.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783710854130835457,
"tweet_text": "#StamfordGuru Stamford Family YMCA: #Haiti #relief #heystamford #stamfordct #stamforddowntown #stamfordymca #ymca",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783671413043449857,
"tweet_text": "10,000+ people are in shelters and reports of overcrowded hospitals and shortages of clean water. #hurricane #Haiti",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783685025816416257,
"tweet_text": "LMPE Hurricane Matthew moves into Bahamas after battering Haiti: At least 11 deaths had been blamed on Hurric",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783748740108738561,
"tweet_text": "RT @presoutlook: Presbyterian Disaster Assistance is tracking impact of Hurricane Matthew. #pcusa #Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783458444053323776,
"tweet_text": "See how United Methodist Committee on Relief (UMCOR) is preparing to help Haiti in the wake of Hurricane Matthew.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783999702412857344,
"tweet_text": "12 photos that capture the destruction of Hurricane Matthew in Haiti: Haitis battle to cope with the damage",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783892682317762560,
"tweet_text": "Praying for #Haiti, #Cuba, #DominicanRepublic, and the #Bahamas. - #HurricaneMatthew - Relief efforts:",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783404372155826176,
"tweet_text": "@realDonaldTrump @EricTrump @DonaldJTrumpJr @IvankaTrump @KellyannePolls Will Clintons be held accountable for Hurricane Matthew deaths?",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783812306073292801,
"tweet_text": "Hurricane Matthew has left Haiti but not without causing significant damage. The crops in Terre Blanche and the",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783415142083997696,
"tweet_text": "Because goddamn money collected went to the Clintons. Peeps are STILL living in tents - Billions should have rebuilt ENTIRE island!!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783700230499733504,
"tweet_text": "Our volunteers are gearing up to travel to Haiti to bring supplies and help with the drastic impact Hurricane",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783392321140174849,
"tweet_text": "URGENT: We need financial support so that we can ship meals to Haiti for disaster relief following Hurricane Matthew",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783780933090541568,
"tweet_text": "Pls go 2 Food For The Poor website. Fire/police depts will take donations n take them 2 FFTP. AVOID RED CROSS/CLINTON FDTN #HaitiMatthew",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783472078548631552,
"tweet_text": "RT @PaperForWater: Please PRAY with us for Haiti and those in the path of hurricane Matthew!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783999643176820736,
"tweet_text": "RT @chris8video: About to hop on this plane to Haiti w/ @BobBuckleyWGHP to see how @SamaritansPurse is helping Hurricane victims.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783508603210641409,
"tweet_text": "Please keep the beautiful country and amazing people of Haiti in your prayers tonight as hurricane Mathew hits them. ❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783415210291888128,
"tweet_text": "Lets see how bad of a job @HillaryClinton did in #Haiti #Hurricane will expose her corruption. And I bet they dont ask for their help again",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783554495666159616,
"tweet_text": "Total of 300 US Marines Embark on Relief Mission in Haiti Amid Hurricane Matthew: Some 300 US Marines will he",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783467417192239104,
"tweet_text": "@realDonaldTrump YOU NEED TO GO TO HAITI NOW AND BRING FOOD AND SUPPLIES FOR HURRICANE RELIEF!",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783939520081387520,
"tweet_text": "Breaking News Hurricane Matthew Killed 23 In Haiti: Official: Hurricane Matthew has left 23 dead an #Followme",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783956884248076288,
"tweet_text": "Haiti starting to assess full damage from Hurricane Matthew’s wrath #WorldNews #CARE",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783659297620172800,
"tweet_text": "Let us give thanks for being spared the full effects of Hurricane Matthew and turn our thoughts and prayers to Haiti. #PrayersForHaiti",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783463992979316737,
"tweet_text": "My brother is in Haiti in the middle of hurricane Matthew and we havent had contact with him since 3pm before it hit today. #praying",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783752092322332672,
"tweet_text": "RT @YahooNews: Hurricane Matthew has killed at least 17 people in Haiti and the Dominican Republic",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783425129703432192,
"tweet_text": "Last major hurricane to hit Haiti was Hazel in 1954, which killed at least 1,000 people.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783978580808200192,
"tweet_text": "My heart goes out to the people in #Haiti Ὁ9 #HurricaneMatthew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783399980253839360,
"tweet_text": "Please keep your thoughts and prayers with the people of Haiti as scenes of chaos are reported following impact of #hurricanematthew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783749984843886592,
"tweet_text": "How To Help Hurricane Matthew Victims, Especially In Devastated Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783422089218760706,
"tweet_text": "Its crazy to think that its been almost three years since I was in Haiti. Praying that people can stay safe through the hurricane.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783450925432266752,
"tweet_text": "And Haiti smh they got hit by a earthquake 6 years ago now this category 4 hurricane ὢ5",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783514732095496192,
"tweet_text": "We are praying tonight for the people of Haiti and everyone in the path of Hurricane #Matthew. Looking for ways to help? Follow @helponenow",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783401202683871233,
"tweet_text": "RT @abnemec: Haiti was hit by a severe hurricane this morning. Please keep the people of Haiti in your thoughts and prayers.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783623457040961536,
"tweet_text": "RT @MariannBenway: @bfraser747 Those poor people in Haiti are in still in tents and here comes a hurricane, barreling down on them. #Clinto",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783393114723463169,
"tweet_text": "RT @lt_randyraus: Please pray for the @LifeTeen missionaries in Haiti! Per our emergency plan, they moved to a safer location as Hurricane",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783995382758051840,
"tweet_text": "@TeamBrokenEarth traveling to Haiti to provide medical relief post Hurricane Matthew. Good work on the swift action",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783701383249850368,
"tweet_text": "RT @BritishRedCross: Hurricane Matthew leaves trail of destruction in Haiti",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783441099821985792,
"tweet_text": "Conditions in Haiti expected to deteriorate as Hurricane #Matthew approaches with maximum sustained winds of 140 mph",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783702603204927488,
"tweet_text": "gore, clintons, comey ready to launch RELIEF Funds for Haiti as hurricane builds. dems seek opportunities w/civil desasters strike! easy $$",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783468952626364416,
"tweet_text": "Please consider donating to Love A Child in #Haiti - they can use all the help we can give! ὢ2ὤFἿC",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783437934687027201,
"tweet_text": "Hurricane Matthew lashes Haiti, sweeps away major bridge Please pray for my fav people. My heart aches for themὡEὉ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783504950500417536,
"tweet_text": "This hospital in southwestern Haiti needs help. The hurricane destroyed their only bridge out of the area.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783870261162610688,
"tweet_text": "The #SickHillary Clinton Foundation is already capitalizing on hurricane Matthew victims in #Haiti. #HurricaneMatthew",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783417158206418949,
"tweet_text": "Haiti survived ? The earthquake was bad, the Clintons devastating and now this hurricane. Pray for Haiti and its people.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783653279221817344,
"tweet_text": "Please help pregnant mothers in the area, donate at #HurricaneMatthew #haiti @mimsi_org",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783703050364092416,
"tweet_text": "CrowdRise: Donate to support Haitian EMTs",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783663029426597889,
"tweet_text": "Hillary wants any and all relief for Haiti to be sent to fund her foundation.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783786009888694273,
"tweet_text": "All my prayers go out to the people in Haiti who have lost everything because of the hurricane.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784699038990041088,
"tweet_text": "Some people have asked me about the hurricane in Haiti and how to help. Go to or any of the folks mentioned below",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783515330178064384,
"tweet_text": "Praying hard for #Haiti!!! NGOs are working very hard to bring immediate relief!!! @wyclef #warriors #Onelove",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783925689732988928,
"tweet_text": "#Haiti: @KwaWouj working to reach people affected by #HurricaneMatthew but flooding limits access to worst hit areas",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783409931542159360,
"tweet_text": "As Hurricane Matthew threatens the Caribbean, please join us in praying for the children and families we serve in #Haiti.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783868279710294016,
"tweet_text": "RT @KyleeMiller_WX: My thoughts go out to those being impacted by Hurricane Matthew. Stay with WeatherNation for live coverage. Ἲ5 /",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783615203627991041,
"tweet_text": "Hurricane Matthew is heading for Haiti, where 2010 earthquake victims live in precarious conditions #BBCGoFigure",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783684015052189697,
"tweet_text": "RT @EvaRubin_: after seeing how destroyed Haiti is after this hurricane, how can you be excited for one? lmao",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783689643917242368,
"tweet_text": "We are raising support for @FoodForThePoor and EMERGENCY hurricane relief in Haiti this week. Wed love your help.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783875360807157760,
"tweet_text": "Haitis death toll from Hurricane Matthew doubles to 10 RESCUE workers in Haiti struggled to reach isolated towns",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783633212706816000,
"tweet_text": "RT @900amWURD: DEVLOPING STORY: The European Union brings relief to victims of hurricane Matthew in Haiti In response to",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 784648944013967360,
"tweet_text": "RT @TaniaRogerswptv: Stork taking refuge from #HurricaneMatthew in St. Augustine Alligator Farm restroom. Courtesy Peter Lakanen @WPTV http",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783872136800632832,
"tweet_text": "#HurricaneMatthew to be ROUGH on my area & north. Please give to help #Haiti impact & US East Coast. Pray for safety. Be safe!",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783465596251811840,
"tweet_text": "Please please please pray for those in Haiti that are being affected by Hurricane Matthew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783492216979279873,
"tweet_text": "#VPDebate which is why the people are still living in tents with a hurricane blowing over them right now",
"class_label": "other_relevant_information"
},
{
"tweet_id": 784696857310089216,
"tweet_text": "Thoughts go out to all the people affected by the hurricane in Haiti and where ever else it has hit",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784649128378630145,
"tweet_text": "id greatly appreciate it if florida would let californias dried up crusty ass borrow hurricane matthew so we can get some water thanks",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783417946680991744,
"tweet_text": "My thoughts and prayers go out to the people of Haiti. #HurricaneMatthew Hurricane Matthew: storm pounds Haiti",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783479977505193985,
"tweet_text": "Delaware Residents Speak on Hurricane Matthew’s Impact on Haiti #philly",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783532043208622080,
"tweet_text": "RT @benking01: Hurricane #Matthew: Flash floods on road to Port-au-Prince #Haiti -",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783730599911579648,
"tweet_text": "Hurricane Matthew has Windsorites worried about Haiti: Hurricane Matthew left 11 people dead, five in Haiti a",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783404082102931456,
"tweet_text": "To give to Haiti Hurricane Relief on our website click the link in our bio!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783645321457008640,
"tweet_text": "RT @KristeNicoleFOX: Actual photo from space of hurricane Matthew making landfall in Haiti. Provided by @NASA.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783811307996786688,
"tweet_text": "#hiphop #jewelry Haiti Costal Town Destroyed by Hurricane Matthew: The hurrica #bling",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783644358247608321,
"tweet_text": "Catastrophic damage in Haiti from hurricane Matthewwhen will the Clinton Foundation start stealing from the Haitians again? #NeverHillary",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783813918682603520,
"tweet_text": "RT @NBCNews: Watch a man get rescued from floods in Haiti after heavy rains from Hurricane Matthew",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783909739956547586,
"tweet_text": "We need to find the best way to help our beloved brothers and sisters in Haiti. Politics no good at a time like this.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784689692709036033,
"tweet_text": "Hurricane Matthew Update No. 10: The ECOC is at Level 2: Partial Activation; shelters are now closed",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783969307936034818,
"tweet_text": "My prayers go out to the good people of Haiti who once again got hit hard, this time by Hurricane Matthew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783570737214918656,
"tweet_text": "RT @CF_Trends: #Haiti #HurricaneMatthew #Matthew Haitians scramble for shelter from powerful Hurricane Matthew",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783511862092656641,
"tweet_text": "@SailorVanity I found a starting resource that lists different places to donate.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783803775702011904,
"tweet_text": "RatedBama just posted Haiti Costal Town Destroyed by Hurricane Matthew, read it here:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783780332839444480,
"tweet_text": "Haiti not yet able to gauge effect of #HurricaneMatthew where less powerful storms have killed thousands.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783992934232420352,
"tweet_text": "Everybody was affected; there is nowhere to go. Scenes of destruction in Haiti after Hurricane Matthew:",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783765835018108928,
"tweet_text": "︵B Please help Haiti . The country is devastated after hurricane Matthew . They are , desperately in need for",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783469547420545025,
"tweet_text": "Hurricane Matthew: at least seven feared dead as storm hits Haiti | World news | The Guardian",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783748464001769473,
"tweet_text": "Our thoughts and prayers go out to our friends in Florida. May the storm just turn east and fizzle out.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783860670294917120,
"tweet_text": "RT @natashaaa_e: Thoughts & prayers still going out to the Caribbean today. Haiti, Cuba & Jamaica amongst others caught in the path of the",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783600726941372416,
"tweet_text": "Devastation in Haiti after Hurricane Matthew pounds the country - The Washington Post: The true extent of the",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783812994161520640,
"tweet_text": "RT @CBCAlerts: The number of deaths in Haiti blamed on Hurricane Matthew has doubled to at least 10: AP",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783843135382183936,
"tweet_text": "Hurricane Matthew slams Haiti, Cuba, leaving behind destruction",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783662757405134848,
"tweet_text": "Prayers for the people facing such devastation and uncertainty. Lord, in your mercy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783855190990618625,
"tweet_text": "Praying for Haiti, Cuba, and other Caribbean Islands who are affected by Hurricane Matthew - and all others in the wake of this storm.ὤFἿE",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783683831161360384,
"tweet_text": "Simple acknowledgement of the deforestation and how that makes hurricane damage worse would have sufficed.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783419028861628416,
"tweet_text": "RT @ONENewsNZ: At least seven dead in Caribbean as powerful Hurricane Matthew roars across Haiti",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783979797408022529,
"tweet_text": "We can help. Live Beyond is a Nashville nonprofit that provides medical care in Haiti. Make a donation.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783669069543276544,
"tweet_text": "RT @wyclef: My prayers for my people in Haiti and the whole Caribbean.. Facing Hurricane Mathew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783659492986658816,
"tweet_text": "RT @Anonymous1USA: Donald Trump Travels To Hurricane-Ravaged Haiti? donates food and does press report how Hillary took millions out of Hai",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783869285001207808,
"tweet_text": "Hurricane Matthew: Photos of the Destruction in #Haiti #Reuters #Hispaniola",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 784649249514524672,
"tweet_text": "#UPDATE All flights to and from FL (MIA, MCO, FLL) through LAX cancelled until 5p because of #HurricaneMatthew. @flyLAXairport @FOXLA @GDLA",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783940121230016513,
"tweet_text": "Haiti starting to assess full damage from Hurricane Matthews wrath | THE 350 TH NEEDED HELP BEFORE STORM",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783749514460925952,
"tweet_text": "RT @fbnewswire: US Marines head for Haiti to help disaster relief effort in wake of Hurricane #Matthew",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783962022698287104,
"tweet_text": "Local relief organizations mobilize to help Haiti after Hurricane Matthew: WJZ | CBS Baltimore",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783481462674690048,
"tweet_text": "04.10.1963 – Hurricane Flora, kills 6,000 in Cuba and Haiti.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783839739166199812,
"tweet_text": "Please take time and join us as we pray for Haiti. Also, pray for the east coast that hurricane Matthew heads way",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783404976936775680,
"tweet_text": "RT @DeMathaCMO: Please pray for our brothers and sisters in Haiti who are suffering the effects of Hurricane Matthew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783685898500186112,
"tweet_text": "Moving in the Wake of Hurricane Matthew” by World Food Programme #HurricaneMatthew #Haiti",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783398337324081153,
"tweet_text": "Civil protection spokesman says emergency meeting underway to restore access to southern Haiti after Bridge",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783403756318666752,
"tweet_text": "Water everywhere ⚡️ Hurricane Matthew makes landfall in Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783733920663609344,
"tweet_text": "Please consider starting your own campaign thru @imME_org its the best way to help raise money for this massive effort! please RT",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783397867604021249,
"tweet_text": "So sad reading about Haiti & this hurricane.. Natural disasters like these really make you count your blessings. Praying for victims.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783617214331191296,
"tweet_text": "RT @Stunning_Leene: First Haiti endured an earthquake now a hurricane came through, too much for this country seriously. ὢ2ὢ2 ( thanks for",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783645950979956736,
"tweet_text": "#HurricaneMatthew #Hurricane #Haiti Obama speaks today on relief of SE USA, and Haiti.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783421059412402176,
"tweet_text": "The Situation Is Truly Catastrophic; Hurricane Matthew Slams Into Haiti - NPR #relief",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783544697809764353,
"tweet_text": "Just pray how about we donate to help heres a link",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783586739927470080,
"tweet_text": "Hurricane Matthew: Thousands displaced in Haiti: The most powerful Caribbean hurricane in nearly a decade has",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783729539650162688,
"tweet_text": "Does anyone suspect that Hurricane Matthew will reveal that the Clintons kept 90% of the Billions they collected for Haiti earthquake aid?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783963379383676928,
"tweet_text": "#TyoNews A Birds Eye View of Hurricane Damage in Haiti: Aerial video shows the level of destruction in #News",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783402558102630400,
"tweet_text": "Haiti being pounded by hurricane Matthew after being demolished by an earthquake and looted by crooked HRC. #CrookedHillary #MAGA #Trump2016",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783937108683722752,
"tweet_text": "@akalamusic This site is says it sends 100% of donations to Haiti.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783696304417288192,
"tweet_text": "Please keep our co-op family and friends in Haiti in your thoughts and prayers as they recover from Hurricane",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783817856802775044,
"tweet_text": "Hurricane Matthew hits the Bahamas as Haiti tries to dig out #rescue #rescue360 #fireservice #searchandrescue #fir",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783459062922883072,
"tweet_text": "Hurricane Matthew: Church in Mobile raising money for relief efforts: The group had a trip to Haiti scheduled",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783517148689866754,
"tweet_text": "RT @Giobased: What you doin for Haiti ? Nothin. You just puttin your shutters up and trying to send us to school",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783840555772018688,
"tweet_text": "RT @2008alerts: Red Cross says hundreds of thousands of people in Haiti are in dire need of help after Hurricane Matthew floods towns and",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783858082572926976,
"tweet_text": "Hurricane Matthew Leaves 10 Dead in Haiti, Cholera Surge Feared: Some say the worst is yet to co #topstories",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 784689202789244928,
"tweet_text": "Hurricane Matthew death toll nears 900 in Haiti, cholera takes lives",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783605910723817472,
"tweet_text": "@khjelmgaard Haiti damage bad enough already; 11+ dead so far.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783487622849101825,
"tweet_text": "#Prayers for the safety of Haiti and Cuba residents in aftermath of #Hurricane Matthew. ὤFἿE",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783868637656584192,
"tweet_text": "#Hawaii #Maui #Oahu #Kauai Hurricane Matthew: Photos of the Destruction in Haiti",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783826569538273280,
"tweet_text": "The hurricane killed 5 people in Haiti ὤF",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783752281992769536,
"tweet_text": "Hurricane Matthew triggers large-scale evacuations along US East Coast: Rescue workers in Haiti struggled to reach",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783517808240058368,
"tweet_text": "Poor Haiti, 1st had an earthquake, Then got robbed by Hillary, Now they have Hurricane Matthew which Im sure",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783665436311318528,
"tweet_text": "RT @maduro_en: RT @correoorinoco: #Venezuela will send humanitarian aid to #Haiti after the ravages of Hurricane Mathew. []",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783536853685239808,
"tweet_text": "RT @guardian: Hurricane Matthew: flooding hits Jamaica and Haiti as storm approaches",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783724793799577601,
"tweet_text": "RT @TSAHope: Salvation Army Ready for Disaster Relief in Haiti via @Salvationist",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 784649253524123648,
"tweet_text": "RT @BlueHamilton: What I see coming out of Haiti is heartbreaking. Time to donate!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783386241274445824,
"tweet_text": "#CrookedHillary ripped off people in need in #Haiti. As Hurricane #Matthew strikes, Haitians are left vulnerable b/c of Hillary Clinton.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783777665580867585,
"tweet_text": "Hurricane aftermath video shot by staff at our school in Bossier, Haiti. We lost a lot of beach and some",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783738443260108800,
"tweet_text": "Haiti awaits full assessment of Hurricane Matthew aftermath [VIDEO] - 14,500 persons are displaced after",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783480633666342912,
"tweet_text": "Families have been separated and well have to reconnect the children with their parents as quickly as possible - CARE in Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783875987486363648,
"tweet_text": "#HurricaneMatthew’s toll: 19 dead in #Haiti; widespread #damage via @BreitbartNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783609175532339200,
"tweet_text": "Hurricane devastation in Haiti hits close to home for many in Hampton Roads via @WTKR3",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783774312348123136,
"tweet_text": "Florida relief agencies pulled apart by Hurricane Matthew as they help Haiti, Cuba, Jamaicaand Florida @usatoday",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783791458272808960,
"tweet_text": "RT @OSAliciaD: Hope everyone is safe & prepared! Thoughts are with those suffering in Haiti, Cuba & Bahamas right now.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783404745365065728,
"tweet_text": "Local Haiti relief groups are keeping tabs on their volunteers in the path of Hurricane Matthew. My report at 5pm @WTHRcom",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783711048058699785,
"tweet_text": "People walk on the road as rain falls during Hurricane Matthew in Les Cayes, Haiti via @Reuters",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783968861141872640,
"tweet_text": "#BreakingNews Largest humanitarian crisis since Haiti earthquake: Hurricane Matthew took aim at the B #News",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783698433030754304,
"tweet_text": "Friend who runs Feeding Children Everywhere rallying support after Hurricane Matthew damage in Haiti. #helphaiti",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783714873956003882,
"tweet_text": "Thinking of Haiti residents as we await the hurricane in Florida.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783520820459167744,
"tweet_text": "Chatting to my friend in Haiti right now. He’s in Port-Au-Prince (Plaine du cul-de-sac) and mostly unaffected by the Hurricane",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783427263635132416,
"tweet_text": "Powerful Hurricane #Matthew unleashes life-threatening flooding in Haiti, Cuba and Bahamas",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783788611753902080,
"tweet_text": "@HangEmHigh69 #TrumpPence16 Clinton Foundation accepting donations for Haiti Hurricane relief",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783725602826252288,
"tweet_text": "Where are all the movie stars that help everybody in the world with catastrophes-where are they? Could you please help these people?",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783508802414997504,
"tweet_text": "My heart is truly in pain for the people of Haiti. Their suffering is immeasurable & they sincerely require the help of the whole world.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783696221672181760,
"tweet_text": "Hurricane Matthew kills 10 across Caribbean; 2,700 Haitian families affected, agency says:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783448823502811136,
"tweet_text": "Praying for Haiti & SC, got people I love all in this hurricane danger zone. God is bigger! ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783392582650859520,
"tweet_text": "Our prayers go out to the people in Haiti affected by Hurricane Mathew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783609101020434432,
"tweet_text": "RT @Yvens_R: As many of you are aware, Haiti recently fell victim to Hurricane Matthew. Many of the nations children and",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783427144860835840,
"tweet_text": "***Hurricane Matthew Information*** ABOUT & STATUS: Hurricane Matthew made landfall on Haiti earlier today. The",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783770397003034625,
"tweet_text": "#TheNewsClub Update: Hurricane Matthew blamed for 25 deaths, officials say; 19 in Haiti, 4 in Dominican Republic, 1",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783611689577148417,
"tweet_text": "RT @SheliNBC6: Hurricane Matthew death toll: 2-Haiti 4-Dominican Republic 1-NE Colombia 1-Grenadines Islands @nbc6",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783593602853183488,
"tweet_text": "@realDonaldTrump sir, go to Haiti to help w/ hurricane relief & give a voice to ANGRY people there, Clintons stole 94% of earthquake aid $!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783804554886443010,
"tweet_text": "HURRICANE HELP FOR HAITI! He commands even the winds and the water, and they obey Him.” (Luke 8:22-25) Dear",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783436376201105408,
"tweet_text": "Prayers goes to everyone in #Haiti affected by #HurricaneMatthew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783605428840173568,
"tweet_text": "EU relief to victims of hurricane Matthew in Haiti",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 784697892850106368,
"tweet_text": "Poor Haiti! As if the past earthquake isnt enough. 800 killed by the Hurricane.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783628598381076484,
"tweet_text": "God we pray for all so far affected by the storm & that which is yet to come Amen!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783450789251420160,
"tweet_text": "Hurricane Matthew: the southern half of Haiti cut off from the country",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783895576538673152,
"tweet_text": "Line up supplies now for hurricane victims in Haiti and wherever the storm hits in the U.S., etc. Pros @ mobilizing.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783402679967977472,
"tweet_text": "RT @DadLibertarian: yeah just dont donate to the Clinton Slush Fund. They didnt do jack shit for Haiti",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783434646373576704,
"tweet_text": "My donation will go directly to Red Cross, not your foundation! Haiti has warned me!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783979397439041536,
"tweet_text": "@Aitch_El Yes. And hurricane touched on one end of Cuba too. But Cuban medics already in Haiti since earthquake. Helping in many places.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783784707066630145,
"tweet_text": "RT @GwenGraham: Almost the entire state is now under a hurricane warning or tropical storm watch. Dont wait. Prepare now.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783626318680354817,
"tweet_text": "Having swindled Billions from Haiti Earthquake Relief I offer you the chance to have your charity stolen again in the name of Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783720949073915904,
"tweet_text": "RT @CNNnews18: Four deaths have been reported in the Dominican Republic, where officials said 200 homes were damaged.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783887455804096512,
"tweet_text": "While Hurricane Matthew moves through the Caribbean, Haiti is still struggling to deal with the damage the storm",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783707956131004417,
"tweet_text": "How you can help Haiti recover from Hurricane Matthew: Hurricane Matthew — .. via #Knowledge",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783663754353401857,
"tweet_text": "Hurricane Matthew slams into Haiti. The UN said the country was facing the largest humanitarian event since a",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783848130244710401,
"tweet_text": "UN: Hurricane Matthew is the worst disaster in Haiti since the earthquake* *not including that one we caused #cholera #haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783735411730448384,
"tweet_text": "Prayers for the people of Haiti D9 and the rest of the Caribbean as hurricane Matthew travels over them.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783505645043609600,
"tweet_text": "Prayers are much needed for Haiti and everyone who has been or will be affected by hurricane Matthew.ὤFἿB",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784696024249937920,
"tweet_text": "What does a hurricane leave behind? In Haiti, homes are shredded, villages are flooded and at least 264 people have been killed",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783588184999469056,
"tweet_text": "RT @Cernovich: Correct. Its a scam organization.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783413036887539712,
"tweet_text": "Please be in prayer for those in Haiti who have little protection from Hurricane Matthew!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783658956673593344,
"tweet_text": "Please say extra prayers for the many families in Haiti affected by Hurricane Matthew. Specifically be in prayer",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783680744841318400,
"tweet_text": "RT @bbb2day: Your #BBB shares tip to avoid Haiti hurricane relief donation scams:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783786462432993281,
"tweet_text": "#HurricaneMatthew #Matthew @CBSNLive Photo gallery of #Haiti damage",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783478298600808448,
"tweet_text": "RT @FernandoDomini: Praying for everyone in #haiti and #jamaica for the #hurricane",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783938704683315200,
"tweet_text": "Hurricane Matthew will cause more pain for Haiti and the poor. Thanks Billary for all ur help in 2010, now what. Wheres the $$$$ Billary.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783768988119695360,
"tweet_text": "0645Z GOES-East enhanced infrared satellite image of #Hurricane #Matthew as it nears southwest #Haiti, along w/06Z NHC advisory information.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783598141052325888,
"tweet_text": "Hurricane Matthew barrels towards Bahamas after striking Haiti, Cuba: In Haiti, severe flooding and devastati",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783467383382020097,
"tweet_text": "Powerful hurricane kills at lease 4 #Haiti #HurricaneMatthew",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783430442074734593,
"tweet_text": "#Haiti #HurricaneMatthew Damage very serious as Hurricane Matthew slams southwest Haiti. Headed towards USA",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783633535076892672,
"tweet_text": "Here in FL and US we can prepare and recover, but places like Haiti most people cant. If you have means to send help to Haiti, please do.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783743209746731008,
"tweet_text": "Prayers for Haiti , Dominican rep. Cuba , Jamaica and all of the islands affected by this hurricane ὤFὤFὤF",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783529713142816770,
"tweet_text": "Please pray for Haiti! . Resident of Les Cayes in Haiti: It’s like a bulldozer just passed by” via @cbsnews",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 784697075980271616,
"tweet_text": "RT @CaoimheMMC: Hurricane hitting Haiti is heartbreaking. You know what would help? France paying the 21 billion $ it owes in reparations.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783386936916541440,
"tweet_text": "Haiti Natural Disasters Timeline: Hurricane Matthew Is Latest To Strike Caribbean Nation After Earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783936142815203328,
"tweet_text": "WATCH: City of Jeremie Haiti Suffers Massive Destruction in Hurricane Matthew -",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783456690754682880,
"tweet_text": "Pray for Haiti, this hurricane is coming to do damage. If you have family over there call them, T-Mobile offers free calls there til Friday",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783675325247004672,
"tweet_text": "My prayers go out to Haiti and the beautiful people that live there, as it was hit by hurricane Matthew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783531715595829248,
"tweet_text": "Pray for all the people in Haiti who were affected by Hurricane Matthew. ❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783778940838027264,
"tweet_text": "#GlobalMedic preparing to send team to #Haiti to assist with #Hurricane Relief efforts #cdnpoli #Canada #TOpoli #ONpoli #HurricaneMatthew",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783465033904877568,
"tweet_text": "⚡️ Hurricane Matthew makes landfall in Haiti praying for the victims",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783717380228648960,
"tweet_text": "Hurricane Matthew Strikes Haiti - How You Can Help - The Christian Relief Fund",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783802181682012160,
"tweet_text": "#floridanow #Matthew Leaves Catastrophic Devastation in Haiti, Cuba; 11 Deaths Blamed on Storm @weatherchannel",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783452622359498752,
"tweet_text": "Praying for the people of Haiti and all those affected by hurricane Matthew. Lord, hear our prayer.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783585468659236868,
"tweet_text": "Hurricane Matthew: Thousands displaced in Haiti #matthew",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783939192510255104,
"tweet_text": "Hurricane Matthew Killed 23 In Haiti: Official",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783834022090674177,
"tweet_text": "Hurricane Matthew smashed into Haiti, leaving a trail of devastation and affecting 350,000 Haitians. The country",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783533517405904896,
"tweet_text": "U.S. providing $400,000 in aid to Haiti and Jamaica for Hurricane Matthew -",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783701040818425856,
"tweet_text": "People wade across a flooded street while Hurricane Matthew passes through Port-au-Prince, Haiti. Published on 4 October 2016. Photo cred",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783804015075295232,
"tweet_text": "Were leading an emergency clean water response for #hurricane affected families in #Haiti. To support, please visit",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783403922677313536,
"tweet_text": "RT @realkingrobbo: Hurricane Mathew slams into Haiti. Property damage and loss of life expected. #TrumpTrain #Trump2016 #MAGA /",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783867719905058816,
"tweet_text": "#Matthew Hurricane death toll is at least 25, expected to rise as Haiti and Cuba refine count",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783776954562457600,
"tweet_text": "RT @nbc6: UPDATE: Death toll from Hurricane #Matthew reaches 25, most deaths occurred in Haiti:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783424757030989825,
"tweet_text": "Dominican Republic: Hurricane Matthew kills four in Dominican Republic #Haiti",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783885496329998336,
"tweet_text": "RT @cbab1232001: Haiti got destroyed again from Hurricane. Make a big stink abt Haitis money. Tell Clintons to give them their money!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783813717414797312,
"tweet_text": "ThankYouBernie: OBAMAS MESSAGE TO AMERICANS RE: HURRICANE MATTHEW: GO TO USAID TO DONATE TO HAITI HAGOODMANAU",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783826985525141504,
"tweet_text": "RT @MeghanWJZ: Local relief groups respond to Hurricane Matthews devastation in Haiti @cbsbaltimore #wjz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783798818907140096,
"tweet_text": "Please help the prople of Haiti! Hurricane Matthew strikes Caribbean - @CatholicRelief",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783765557124431872,
"tweet_text": "Haiti is going 2 need help from Hurricane. Dont give 2 the Clinton Foundation,HRC & Bill makes sure the $ dont reach the people of Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783730760356208640,
"tweet_text": "Hurricane Matthew passing through Bahamas, on track for Floridas coast: PORT-AU-PRINCE, Haiti -- Powerful Hu",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783827053543985152,
"tweet_text": "U.S. allocates $1 mn in additional aid to Haiti after Hurricane Matthew: The United States announced Wednesda",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783747709370978304,
"tweet_text": "RT @atmuchy: Haiti Economy & Infrastructure still Transitioning from that devastating earthquake & Now they facing Hurricane Matthew ὡF.. #",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783722573033041920,
"tweet_text": "Hurricane Matthew: 1000s displaced in Haiti Surely it is time to vacate island & leave it to nature? #AfricaUnite",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783860182350725120,
"tweet_text": "Haiti has been heavily affected by Hurricane Matthew. Visit our Facebook page for more in depth updates",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783736461187178496,
"tweet_text": "RT @janiawester: Please keep the Carribean in ur prayers, especially Haiti. Hurricane Matthew pounds Cuba after drenching Haiti",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783734788502859776,
"tweet_text": "Hurricane Matthew Has Hit Haiti – Please Help Us Respond",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783709348098936832,
"tweet_text": "Prayers for the people of Haiti as they struggle with the aftermath of Hurricane Matthew. #PrayersForHaiti",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783684186427318276,
"tweet_text": "Our thoughts and prayers remain with the people of Haiti, and all who fall within the path of Hurricane Matthew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783598300389924865,
"tweet_text": "Hurricane Matthew: State of Emergency declared in the southeastern United States. Cuba and Haiti also on high alert!",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783713102542016512,
"tweet_text": "RT @14gerkjc: Please pray for the people of Haiti. This hurricane is about to be a monster but I know my God is stronger & more mighty! #Pr",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783421011366518784,
"tweet_text": "Surrounding community destroyed, but 150+ orphans, babies, widows, etc. SAFE! #HurricaneMatthew #SafeTHOME",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783809475849416704,
"tweet_text": "#HurricaneMatthew How to help Haiti rebuild in the aftermath of Hurricane Matthew >>",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783834801379782656,
"tweet_text": "Hurricane Matthew leaves destruction in Haiti, rips through Bahamas: Hurricane Matthew left a broad swath of",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783676535840514048,
"tweet_text": "RT @immpactmag: Let us Please Keep The People In Cuba, The Bahamas N Haiti N Florida In Our Prayers As They Prepare For Hurricane Matthew #",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783632914277732352,
"tweet_text": "Haiti: Haiti: Hurricane Matthew Situation Update (04 October 2016): Source: World Food Programme, Logistics C",
"class_label": "other_relevant_information"
},
{
"tweet_id": 784697584220798977,
"tweet_text": "RT @SueDHellmann: Praying for swift recovery for people of Haiti & all those affected by Hurricane Matthew. Here’s how you can help. :",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783857405813678080,
"tweet_text": "Fly into #Haiti take food and have a press conference on how Clinton stole 95% of the money once hurricane is gone @realDonaldTrump",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783652986148884480,
"tweet_text": "RT @_graceannsmith: Please pray for all my Haiti friends as they go through this hurricane!!!! ❤️ὤFἿC Psalm 145:18",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783389062811967489,
"tweet_text": "Is this a new opportunity for the Clinton Foundations assistance? Hurricane Matthew Slams Into Haiti",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783418057800548352,
"tweet_text": "I dont think Haiti will ever be a strong force for the Clintons since they highjacked the island relief fund after the 2010 storm.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783802911482601472,
"tweet_text": "Women cover their heads with pans as they walk in a light rain brought by Hurricane Matthew in Port-au-Prince, Haiti, today. #MappingMatthew",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783625458462187520,
"tweet_text": "RT @Astro_Flow: Please keep everyone in Matthews path in your thoughts and prayers.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783850657774198784,
"tweet_text": "Were humbled to have donated to the Haiti Hurricane Relief fund managed by All Childrens International. Haiti .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783705926943576064,
"tweet_text": "Jamaica looks to offer Haiti help after Hurricane Matthew. Two deaths have already been attributed to the storm",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783809645529923584,
"tweet_text": "@JiggyKeso @giu0807 this is sad tho bc I heard that in Haiti, small villages werent alerted about the hurricane and had no preparation ☹️",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783593937390952448,
"tweet_text": ".@canredcrossATL organizing Hurricane Matthew relief for Haiti & Caribbean. Donate to redcross.ca or call 1-800-418-1111. @canredcrossnl",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783803982045208576,
"tweet_text": "My heart goes out to Haiti and all the other areas being affected by the hurricane. ❤️ὤFἿD",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783775127280300032,
"tweet_text": "Haiti is still messed up from the earthquake, I was there. Now this hurricane fucking it up even more. Im glad my immediate family is ok",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783444146908438528,
"tweet_text": "1360KKTX: Hurricane Matthew Slams Haiti As A Category 4: Florida is under a state of emergency",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783586053215051776,
"tweet_text": "Maryland Group Sending Hurricane Relief Supplies to Haiti #DC",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783914342819307520,
"tweet_text": "Haití probably hasnt recovered from earthquake in 2010 Im guessing follow up wud find ppl still in tent cities.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783424998580957184,
"tweet_text": "RT @NevieLuna: @billclinton I heard @realDonaldTrump donated $100k to Hurricane Matthew relief in #Haiti?!?! Is that true? Would be a bless",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783937243014574081,
"tweet_text": "Haiti Starts to Gauge the Full Damage from Hurricane Matthews Rampage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783780144800493568,
"tweet_text": "Hurricane Matthew Pummels #Haiti and Moves Toward U.S. homes, crops and livestock are lost in 145 m.p.h. winds.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783455500994084868,
"tweet_text": "RT @icymi1900: Prayers and good thoughts towards everyone in the southeast US and Haiti hope everyone is okay. #BBOTT",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783871948031942656,
"tweet_text": "Hurricane Matthew has proceeded through Cuba and Haiti. The storm has affected Haiti significantly, and people",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783662608981364736,
"tweet_text": "Not sure how to help poorest victims of Hurricane Matthew? From US Embassy in Haiti --",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783808594751860736,
"tweet_text": "After severe (but as yet,largely untold) damage in #Haiti & #Cuba,strengthening #HurricaneMatthew threatens widespread Florida impacts.#FLwx",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783402442188656640,
"tweet_text": "RT @SteveArterburn: Join me in praying for the safety of the people of Haiti & anyone in the path of Hurricane Matthew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783995674606047232,
"tweet_text": "80% of homes in one district of Haiti destroyed, as many as 22 people killed when Hurricane Matthew roared thru, now on course for SE U.S.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783502534191247360,
"tweet_text": "RT @mysuncoast: Local non-profit preparing to provide relief for Haiti following Hurricane Matthew impact",
"class_label": "other_relevant_information"
},
{
"tweet_id": 784649359292002304,
"tweet_text": "RT @jayfeely: distributed 1.5 million meals in Haiti Our Warehouse is empty. 2million meals donated & ready to ship but need funds /",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783659511718477825,
"tweet_text": "Our thoughts & prayers are with the people of Haiti, Cuba & the Caribbean as we prepare to witness Hurricane",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783875530646953985,
"tweet_text": "DTN Israel: JDC dispatches aid to hurricane-stricken Haiti: American Jewish Joint Distribution Committee prov",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783437159520952320,
"tweet_text": "SMI does so much for the Haitians & is the organization we go to Haiti through, if you can donate to their hurricane relief fund please do!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783842668304535552,
"tweet_text": "RT @HaitianBloggers: Current thoughts: Hurricane Matthew Haiti by #kiskeacity via @c0nvey",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783501768072232960,
"tweet_text": "Our prayers this night are with the people of Haiti. Devastating reports of damage from Hurricane Matthew. Tonight we pray. Then we act.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783907499929849856,
"tweet_text": "ODPEM collecting supplies to send to hurricane stricken Haiti -",
"class_label": "other_relevant_information"
},
{
"tweet_id": 783606750108786689,
"tweet_text": "So many people hurting in #Haiti!! NGOs are doing their best to bring relief to the people!! @wyclef #warriors #onelove",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783452208276701185,
"tweet_text": "They were hit by a hurricane while living in tents and suffering Cholera outbreaks, thanks to @ClintonFdn & the @UN",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783626121535455232,
"tweet_text": "BBC News - Hurricane Matthew: Thousands displaced in Haiti ὡEὡEὡE Those poor people",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783436659949985792,
"tweet_text": "We have to evacuate crap!Hurricane Matthew Slams Haiti as U.S. Evacuations Feared",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 783449387967975424,
"tweet_text": "They never got the funding for the earthquake relief! #ScrewTheClintons",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783423348059541504,
"tweet_text": "RT @Primageographer: Hurricane Matthew: one dead as violent storm makes landfall in Haiti #geographyteacher >Feelin",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783411606298296320,
"tweet_text": "Hurricane Matthew: Seven dead as extremely dangerous category 4 storm makes landfall in Haiti via @telegraphnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783674874074165248,
"tweet_text": "In tents because they murdered all the white people long ago.. Let them feel the consequences",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783785527300362241,
"tweet_text": "US military sending up to 200 troops to Haiti for Hurricane Matthew relief efforts, head of US Navys southern command says",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783963332197744640,
"tweet_text": "Thoughts and prayers are with our Caribbean brothers and sisters in #Haiti after Hurricane Matthew :( #HaitiMatthew #onecaribbean",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783789463684026368,
"tweet_text": "This a big ass hurricane a lot of people about to lose their homes hope no one lose their life smh pray for Haiti an now Florida",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783884216840794113,
"tweet_text": "#CrookedHillary- did you use Haitian relief funds you stole to buy your political ads in coverage of hurricane that just devastated Haiti?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 783542499323351040,
"tweet_text": "So very sad that Haiti experience this disaster. May the AID they shall receive be given unto them in TRUTH & LOVE. Hugs",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783665339758292992,
"tweet_text": "Lutheran World Relief Responds to Immediate Needs of Haitians Affected by Hurricane Mat via @reliefweb",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 783996777397563392,
"tweet_text": "RT @winknews: 3,214 homes destroyed in Haiti by Hurricane Matthew. 350,000 estimated to need some kind of assistance. 10 people killed.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783849411302526976,
"tweet_text": "Were starting to see some reports about the damage in Haiti caused by Hurricane #Matthew.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783519546665734144,
"tweet_text": "If you are interested in helping the relief efforts in Haiti from hurricane Matthew I attached the link. Thank you!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 783930113989545984,
"tweet_text": "Haiti Starts to Gauge the Full Damage from Hurricane Matthew’s Rampage #Uncategorized #Bahamas #Cuba",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 783435130312364033,
"tweet_text": "Haitian-Americans praying for loved ones in Haiti as Hurricane Matthew lands",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783429914619961344,
"tweet_text": "RT @insideclimate: The full extent of Hurricane Matthews pass through Haiti is not clear. At least 2 people have been killed.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783472997709471744,
"tweet_text": "9 Dead As Hurricane Matthew Hammers Haiti And Looks Increasingly Likely To Make Florida Landfall #breakingnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783985895493865472,
"tweet_text": "RT @rolandsmartin: 7AM ET on #NewsOneNow: Hurricane Matthew kills 21 in Haiti. States of Emergency declared in Florida, Georgia and the Car",
"class_label": "caution_and_advice"
},
{
"tweet_id": 783746504129294336,
"tweet_text": "RT @ILiveBeyond: Please pray for the people of Haiti and us as hurricane Matthew hits us tomorrow. #HurricaneMatthew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 783864123167608832,
"tweet_text": "Hurricane Matthew kills 26 in Caribbean on destructive path to U.S.: LES CAYES, Haiti/GUANTANAMO, Cuba (Reute",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783528309963579392,
"tweet_text": "An already struggling Haiti faced massive Hurricane Matthew earlier today, killing at least 9 people.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 783944264770125825,
"tweet_text": "Remote Area Medical needs #pilots for Haiti hurricane relief - @AOPA - @AOPA #Pilot :",
"class_label": "requests_or_urgent_needs"
}
] |