Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 73,715 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 |
[
{
"tweet_id": 721630546711986178,
"tweet_text": "RT @RaptorCulture: #Ecuador is in confusion after a magnitude 7.8 Earthquake hits the country. Watch the video of the moment it hit: :",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721797683745202177,
"tweet_text": "RT @ShakingEarth: Massive #Earthquake #Ecuador - President #Correa reports that at least 233 people have been killed -",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721702262435930112,
"tweet_text": "RT @PSYCHICTWINS: Huge Ecuador earthquake of 7.8 magnitude kills dozens. Prayers out, stay strong Ecuador.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722209089128833024,
"tweet_text": "#rt Ecuador quake death toll hits 413: At least 413 people are now known to have died in the earthquak #follow",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721959342895972352,
"tweet_text": "@BTS_twt is sad ὢD but..It would be really important if you guys say the same for my country ecuador.. We had an earthquake of 7.8, 200died",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722104634534424577,
"tweet_text": "Please donate to the damaged by the earthquake in Ecuador - finchelinthetardis: Yesterday there was a 7.8",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721824903670816768,
"tweet_text": "CNN Student News - 04/18/16: Earthquakes claim lives and homes in Ecuador and Japan, divers excav #studentnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721825065428467713,
"tweet_text": "RT @LauraNBC6: Local Ecuadorians collecting donations for #earthquake victims at Mi Lindo Ecuador Restaurant. More on their efforts 6pm on",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721898918099951617,
"tweet_text": "RT @GISCorps: GISCorps volunteers ready to assist with #Ecuadorearthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722142493400293376,
"tweet_text": "RT @andrexebastian: If you are in NY, donations for Ecuador’s relief can be made @ TimesSq 7pm tom or dropped off @ 301W 57th under Carla N",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721793025622589440,
"tweet_text": "@Dyrus Hi Dyrus! Im Ecuadorian and I watch your streams. Please pray for Ecuador. 7.8 earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722093652181413888,
"tweet_text": "Our thoughts are with those affected by #EcuadorEarthquake. You can help survivors of this disaster: (via @UNOCHA)",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721792870668181504,
"tweet_text": "RT @gemecris: Palestine to send medics, aid to Ecuador after deadly earthquake Shukran Palestine!!! Ὁ6",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721591391403536384,
"tweet_text": "RT @bamasevere: Epicenter of the magnitude 7.8 #earthquake was near Muisne, Ecuador.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721860861170696193,
"tweet_text": "Devastating Ecuadors earthquake yesterday night! Prayers to all of them! @ Quito, Ecuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722189668641583105,
"tweet_text": "RT @AP: US State Department says at least one American is among the 350 confirmed dead in Ecuador earthquake:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721624947437604864,
"tweet_text": "RT @mercnews: Ecuador: 7.8 earthquake kills 77; damage stretches for hundreds of miles",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722099795418976256,
"tweet_text": "נυиισя™ REI opens disaster relief center in Nepal a year after devastating earthquake: April 25 will mark the",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722163801773228033,
"tweet_text": "RT @1D_Updates_EU: Thoughts and prayers are going out to everyone effected in Ecuador ὢA #PrayForEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721932395029610500,
"tweet_text": "RT @AntonellaKahllo: My heart goes to my people #EcuadorEarthquake ὡE",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721986247892213760,
"tweet_text": "RT @TaniaPalijo: A powerful 7.8-magnitude earthquake struck Ecuador, destroying buildings and peoples lives. #EcuadorEarthquake .",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722112091050680321,
"tweet_text": "RT @IndustriasEc: #EcuadorEarthquake. Every dollar counts. Please, donate through the following accounts. #EcuadorListoYSolidario",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722116628926828545,
"tweet_text": "Official European Account for help and relief donations for Ecuadorian victims of Earthquake! #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721673609949933569,
"tweet_text": "RT @britboy18: Ecuadorian people is strong, Im sending prayers to all the people who lost someone in this earthquake. #PrayForEcuador #Ecu",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721864115422109696,
"tweet_text": "RT @jorgevargasch: #PrayForEcuador Visit to donate if you are not in #Ecuador.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721752468821057536,
"tweet_text": "RT @SophiyAnjam: Prayers for the victims & their families ὤF Terrible news! ὢ2#EcuadorEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721913854347780096,
"tweet_text": "238 dead as quake devastates Ecuador’s coast zone: South American states rush aid to the affec #pakistan #news",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721783691639435265,
"tweet_text": "Some really bad news out of Japan and Ecuador this weekend. For what its worth, my thoughts and prayers are with the people there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722167049502371840,
"tweet_text": "RT @MacCocktail: On this date, April 18, 1906, a major earthquake struck San Francisco with a 7.8 magnitude. 3,000 people died.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722163817527029760,
"tweet_text": "Please bring awareness and help @LOHANTHONY",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721741439911260162,
"tweet_text": "RT @CatholicRelief: Please keep everyone affected by the massive earthquake in #Ecuador in your thoughts & prayers. #EcuadorEarthquake http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722008372854308864,
"tweet_text": "RT @reportedly: .@globalvoices translated more local reports/reactions on the #EcuadorEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721735314482577408,
"tweet_text": "Independent: RT IndyUSA: 233 people killed after 7.8-magnitude earthquake hits Ecuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721739252015337472,
"tweet_text": "The @CeibaFoundation, @GreenMonkeyFarm and @TMAllianceEC all work 15 mins from #Pedernales. We are coordinating relief. #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721569127190519808,
"tweet_text": "RT @abc7newsBayArea: #BREAKING: Ecuadors Vice President says at least 28 people have been killed in a powerful 7.8-magnitude earthquake. h",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721826572806791170,
"tweet_text": "RT @NatsCallejas: Please donate for #Ecuador through @QuitoShapers fund @GiGiHadid @KendallJenner @Caradelevingne @BeePrinsloo and RT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721748920381140992,
"tweet_text": "RT @shababaty: #EcuadorEarthquake First images of #Pedernales were 300Dead have been reported via @teleamazonasec",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722023984460664836,
"tweet_text": "Not water, not electricity. This earthquake has hit us horrible. We can go through this together. #EcuadorEarthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 722093837212999680,
"tweet_text": "How you can help survivors of the massive earthquake in Ecuador: A national emergency has been declared in Ec",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721710267005067264,
"tweet_text": "RT @NewsyVideos: Dozens are dead after a magnitude-7.8 earthquake hit Ecuador Saturday night.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721884092963373056,
"tweet_text": "RT @bnottingham: @danjackie2014 and Pastor Weaver sending @ChickPub tracts with relief supplies to #EcuadorEarthquake victims /",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722212246802296832,
"tweet_text": "RT @OmanReagan: 36 hours after the earthquake: 500 dead, 2,000 missing, and as many as 100,000 in need of aid. via @nashiraprime .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721830414889955330,
"tweet_text": "RT @DrGaboRebo: Please help #Ecuador donating in this fund created by the @QuitoShapers @GSPanama @globalshapers",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721596700738068480,
"tweet_text": "RT @itvnews: Ecuador earthquake latest: *77 dead, presidents office says *National emergency declared",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721698824868274176,
"tweet_text": "RT @SkyNews: Watch: a 7.8-magnitude earthquake hits Ecuador, causing an entire town to collapse and killing over 70 people",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721568549840515073,
"tweet_text": "Retweeted CNN Breaking News (@cnnbrk): Powerful earthquake that hit Ecuador has killed at least 41 people,",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722116555371319296,
"tweet_text": "RT @Hey_you_loser: if you want to help you can do it here, you can donate as less or as much you can/want. thank you so much ❤️ .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722089671724003330,
"tweet_text": "RT @SkyNewsBreak: 33-year-old Irish nun Theresa Crockett is confirmed to have been among 350 people killed in 7.8 magnitude earthquake whic",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721936940610641920,
"tweet_text": "RT @BBCBreaking: At least 16 people reported killed as huge earthquake hits coastal Ecuador, vice-president says",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721755957232037888,
"tweet_text": "Firefighters pull survivor from collapsed building in Manta, on Ecuadors central coast.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721599443074736128,
"tweet_text": "RT @FoxNews: UPDATE: Ecuador vice president says death toll in earthquake rises to 77, more than 570 wounded",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722032568401543168,
"tweet_text": "Thousands Ecuadoreans Injured After An Earthquake Smash vía @waspadaonline",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721599647555395584,
"tweet_text": "RT @businessinsider: Dozens killed as huge earthquake hits Ecuador — and the death toll is expected to rise",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721909412483481602,
"tweet_text": "238 dead as quake devastates Ecuador’s coast zone #FurorePK #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722032336821325824,
"tweet_text": "RT @StephChuang: Recounting hrs,days after #1906quake in #SF.Ceremony pays tribute to victims of #JapanEarthquake #EcuadorEarthquake :",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721803752022351872,
"tweet_text": "RT @ditmirbushati: My thoughts & prayers w/ people of #Ecuador. Sincere sympathies to families of victims & to all affected by earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722137622584266752,
"tweet_text": "RT @luxsfre: Heres what could happen if a magnitude 8.0 earthquake struck #SanFrancisco today",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721670356986163201,
"tweet_text": "RT @Panda_Brittany1: Ecuador has just experienced an 7.8 magnitude earthquake. There were about 41 deaths. Pray for EcuadorὤFὤF #PrayForEcuad",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721821614069911553,
"tweet_text": "RT @Peaceful_intent: When disaster strikes, we help people when they need it most You can help too Support @HumanityRoad",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721772871404666883,
"tweet_text": "RT @playing4change: Our thoughts go out to all the people affected by the earthquake in Ecuador. #EcuadorEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721802825467097088,
"tweet_text": "RT @rainbowlarryx: @RestingPlatypus there was a 7.8 earthquake in ecuador yesterday u can help the victims donating here itd be great http",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721731680793452545,
"tweet_text": "Ecuador earthquake: death toll triples to 233 following 7.8-magnitude quake - latest developments",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721697682914484224,
"tweet_text": "RT @CBSNews: Death in the dark: Massive Ecuador quake kills dozens; 6x stronger than Japans last temblor",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721721754360672257,
"tweet_text": "RT @weatherchannel: BREAKING: Death tolls rises to 233 after Saturdays 7.8 #earthquake in Ecuador:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722161186024894465,
"tweet_text": "RT @rivayeo: donate to help those affected by the earthquake in ecuador!! #canoa #ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722067413144047616,
"tweet_text": "RT @ERojasLevi: The most pressing need is finding equipment and professionals to assist in rescue operations. #EcuadorEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722182577944195072,
"tweet_text": "RT @UNDP: Want to support victims of the #EcuadorEarthquake? Click here to find out how you can donate: @PNUDEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722080495274745857,
"tweet_text": "RT @wikileaks: Donate link for Ecuador Red Cross @cruzrojaecuador #EcuadorEarthquake #SismoEcuador #FuerzaEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721813165131042816,
"tweet_text": "@JoshSobo not good. My country has suffered a terrible tragedy. In Ecuador last night we had an earthquake. Help us with your prayers",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722211383627149312,
"tweet_text": "RT @cnnbrk: Death toll climbs to 413 in Ecuador earthquake, officials say; international aid pours in.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721665245723418624,
"tweet_text": "RT @Lucho_teleSUR: Another example of damaged roads here in Ecuador post earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722203473207508993,
"tweet_text": "RT @feyalegriaus: 21 @fyaecuador schools have been damaged in the #EcuadorEarthquake. Learn more: @americamag",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722065257842270208,
"tweet_text": "RT @SenatorPeralta: If want to cooperate to help victims of Ecuador earthquake, please call my office Monday at 718.205.3881 so we can info",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721565577505030144,
"tweet_text": "RT @YourAnonCentral: Since #Ecuador earthquake struck at night, authorities warn, number of confirmed deaths likely higher by morning. htt",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721788666893438976,
"tweet_text": "Praying for my friends that live in Manta, Guayaquil and Portoviejo. We will overcome from this earthquake that hit Ecuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721788207210344448,
"tweet_text": "@heliisN We are safe, thanks for asking Estonia ὉC it was horrible but the coast is more destroyed than Quito ὢ2",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722209860771848192,
"tweet_text": "RT @CBSEveningNews: Frenzied scenes out of Ecuador as rescuers search for deadly earthquake survivors :",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721882512490938368,
"tweet_text": "RT @ABC: JUST IN: Death toll rises to 77 from 41 in Ecuador 7.4-magnitude quake; 588 injured, says VP /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721914998780465152,
"tweet_text": "RT @GameCIA: Death toll rises to 262 in Ecuador earthquake: There is a long list of missing people that authorities are loo",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721743666419802113,
"tweet_text": "Vice President of Ecuador @JorgeGlas says rescue teams are being deployed along the coast where the earthquakes effects have been strongest",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722076700289449984,
"tweet_text": "RT @BBCWorld: The moment the Ecuador earthquake struck. At least 77 people were killed and 500 injured.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721822160625496065,
"tweet_text": "Weve raised $9,185 in just a few hours of having this Ecuador Relief Fund open! That will go a long way towards",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721742676878450689,
"tweet_text": "RT @CPPGeophysics: Many great figures of Ecuador tectonics in , this one shows interseismic GPS & past ruptures http",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721722557364350976,
"tweet_text": "RT @shababaty: #Manta Airport after #Ecuador earthquake. Completely destroyed #PrayForEcuador #AyudaManta",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721859000694894593,
"tweet_text": "@JustinTrudeau why canada can not help Ecuador both country are my home ? Where is the aid ?",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721591011856752640,
"tweet_text": "RT @mhjvandenberg: #Earthquake in #Ecuador off coast Manabí leaves 41 people dead @AJENews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721908490193801220,
"tweet_text": "Check it out! I donated to Help Ecuadors earthquake victims vía @gofundme",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721915382399954944,
"tweet_text": "RT @TheTodayShow: State of emergency declared in Ecuador as the death toll from a powerful earthquake rises to over 230. #9Today .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721694913054842881,
"tweet_text": "RT @cctvnews: Death toll from #EcuadorEarthquake climbs to 41, casualties expected to increase, says vice president Jorge Glas",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721944320081793024,
"tweet_text": "RT @SavetheChildren: We are responding to the needs of children and families affected by #earthquake in #Ecuador #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721626808416866304,
"tweet_text": "77 killed, hundreds hurt in Ecuadors 7.8 earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721612598987259904,
"tweet_text": "Earthquake Kills 41 in Ecuador; Death Toll Expected to Rise: The strongest earthquake to hit Ecuador in decade",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721758017369305088,
"tweet_text": "my heart is aching today for all of the people affected by the earthquake in ecuador last night,",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722144007065899008,
"tweet_text": "RT @SDGFund: .@UNDP activates donation line to support victims of #EcuadorEarthquake: cc @PNUDEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721593313774723072,
"tweet_text": "RT @TwitterMoments: A 7.8-magnitude earthquake struck the coast of #Ecuador on Saturday.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 722143008532078593,
"tweet_text": "@TheEllenShow Ellen, the great humanitarian, I ❤, respect n admire u.Will u please encourage donations 4 #EcuadorEarthquake victims? We need",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721619383022256128,
"tweet_text": "Powerful Earthquake Hits Ecuadors Coast, Killing At Least 28: At least 28 have been killed after a 7.8 magnit",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722075107213119488,
"tweet_text": "RT @dangerousvarmit: If you want to help the people who lost everything in the earthquake please make your donation! Ecuador needs",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721880870022475776,
"tweet_text": "RT @telesurenglish: Hundreds of Ecuadoreans are donating food, water, and other supplies in Quito. #EcuadorListoYSolidario",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722102242694852608,
"tweet_text": "@viticci @marcoarment @reneritchie Massive earthquake hit us over the weekend. People are in desperate need of help:",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721626605907537920,
"tweet_text": "Ecuador Earthquake Leaves Dozens Dead As Death Toll Continues To Rise",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721609708499509248,
"tweet_text": "RIP to those who died in the #Ecuador earthquake. Praying for those in the area to stay safe. ὤFἿCCἿBCἿD",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721691442654130176,
"tweet_text": "RT @DocFossil: 7.8 Earthquake in Ecuador more powerful than Japan. Strongest since 1979. Some landslides block rescue efforts.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721699529301602304,
"tweet_text": "RT @humanityfirstuk: Our thoughts are with the people of #Ecuador after the terrible #earthquake last night. HF ready to help if needed.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722049864050294784,
"tweet_text": "My heart goes out to earthquake victims in Ecuador&Japan.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721856158718238721,
"tweet_text": "Ecuador’s quake deaths mount amid ruin, misery #MGWV #TFB #F4F",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721601315873431552,
"tweet_text": "RT @guardian: Dozens killed as magnitude 7.8 earthquake hits Ecuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721889740430123008,
"tweet_text": "RT @pastortedwilson: Please pray for the relief and assistance efforts for the dear people of Ecuador.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721836593217036288,
"tweet_text": "How awful, sending good thoughts & prayers!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722135030567473153,
"tweet_text": "Latest: Ecuador quake damage could hit $1B; and other MoneyWatch headlines",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721768173939384320,
"tweet_text": "The Rising Death Toll in Ecuadors Earthquake - Officials say at least 233 people have been killed in the count",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722039056276811776,
"tweet_text": "RT @ABCNews24: At least 272 people dead in #EcuadorEarthquake. @marycarvajal tells @bevvo14 that areas are difficult to reach /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722187207398830082,
"tweet_text": "RT @CoryBooker: My thoughts and prayers are with all those who are struggling and suffering in the aftermath of the earthquakes in Japan an",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721690627231059969,
"tweet_text": "RT @RafaelNadalFC: Thoughts going out to those affected by the earthquake in Ecuador. ὡ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722205217194917890,
"tweet_text": "RT @compassion: While reports of the #EcuadorEarthquake damage are still being gathered, we KNOW help is needed. Give here -",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722207409033359360,
"tweet_text": "RT @SoyFederista: We want to show our support to Ecuador and its people after the horrible earthquake that happened. @Giovalapentti @Andres",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721781517723242496,
"tweet_text": "Ecuador need help donate pleaseὢDὢD #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721609010319855616,
"tweet_text": "7.8 magnitude earthquake kills 77 in Ecuador; death toll expected to rise #Pakistan #News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721592916200857600,
"tweet_text": "An Earthquake in Ecuador - At least 41 people are dead and dozens are wounded after a quake struck the South Am",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722094005459296256,
"tweet_text": "RT @PageantsNEWS: Praying for the victims of the terrible earthquake today. #PrayForEcuador - From Paris with love ❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721790340529655809,
"tweet_text": "RT @ARMcChesney: The Maria Luiz church Adventist church destroyed in quake (from #Ecuador Union)",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722093232172228609,
"tweet_text": "RT @WFP: Our thoughts are w/ people of #Ecuador as #quake claims lives. @WFP monitoring & ready to support Govt response",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722129611438600192,
"tweet_text": "RT @DaniloEddy: Are you still flying into #Ecuador? Id like to send some items for those affected by the Earthquake today? @FedExHelp @DHL",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722188415052197888,
"tweet_text": "RT @coffeereview: El Sitio #Ecuador by @LexingtonCoffee Lovely, classic coffee - 94 pts! Review: Review: Shop: http",
"class_label": "not_humanitarian"
},
{
"tweet_id": 721594333951078400,
"tweet_text": "RT @CarlosA56338438: 7.8 earthquake in Ecuador - there have been more than 50 aftershocks in the areas near the epicenter (Pedernales) http",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721565782841368576,
"tweet_text": "RT @EdJoyce: [Update] At least 41 killed in 7.8 magnitude #Ecuador earthquake @AP #Pedernales flattened",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721840600765591552,
"tweet_text": "Thanks for your donations, we are working hard to get the help to those in need in Ecuador.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721851108977676289,
"tweet_text": "@TheRock Ecuador suffered a fatal friend earthquake with many victims rt 24 hours ago",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721674560689545216,
"tweet_text": "RT @NairaDaily: FLASH: Emergency declared in six provinces as deadly earthquake shakes Ecuadors central coast",
"class_label": "caution_and_advice"
},
{
"tweet_id": 722089972115849218,
"tweet_text": "RT @shababaty: #PrayForEcuador #Ecuador Hope @tamsab mum rescued after 2hours under the rubble of collapsed hotel #Pedernales",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721751556685742080,
"tweet_text": "RT @FoxNews: Massive earthquake hits Ecuador, leaving more than 200 dead.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721730542480277504,
"tweet_text": "Death toll stands at 233 thus far, countless injured and missing. #PrayForEcuador #EcuadorEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721900118316814336,
"tweet_text": "Im raising money for Help Ecuadors Earthquake Victims. Click to Donate: vía @gofundme",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722095659566948352,
"tweet_text": "RT @baronesaNY: #Donaciones #FuerzaEcuador - Please, support #EcuadorEarthquake Natural Disaster #Relief",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721932047644635136,
"tweet_text": "Powerful 7.8 Magnitude Earthquake Leaves Hundreds Dead in Ecuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721699979128086528,
"tweet_text": "RT @seref_i: Condolences and best wishes to all affected by #EcuadorEarthquake. BBC World News would like to talk to you if youre in the a",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721595692888760322,
"tweet_text": "RT @USATODAY: UPDATE: 77 killed, hundreds injured in Ecuadors 7.8 earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721805874751283200,
"tweet_text": "RT @KRRavindran105: Bad News again. strong earthquake strikes Ecuador.More than 200 people were killed. We reach out to them & will do what",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721757768277995520,
"tweet_text": "RT @CBCNews: Ecuador quake death toll climbs sharply to 233",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722006861566881792,
"tweet_text": "RT @guardian: Derry nun among those killed in Ecuador earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721598690012631040,
"tweet_text": "RT @business: #Ecuador earthquake: - 7.8-magnitude - Pacific coast - Major damage - 41 dead, @AP says .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721602983100825600,
"tweet_text": "RT @topMelbourneNow: More than 70 people have been killed after a powerful earthquake struck Ecuador. 9News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721644038298972160,
"tweet_text": "RT @joelleeid: Thoughts today go to the victims & survivors of tragic #EcuadorEarthquake via @RT_com",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721811791160942592,
"tweet_text": "230 deaths as of now and hundreds of injured people. Anything can help, please ❤️ #PrayForEcuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721803967844511746,
"tweet_text": "RT @ESM80903: Praying for Ecuador. #EquadorEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722203080796803072,
"tweet_text": "Contributing to Ecuador thru the Red Cross:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721827237914353664,
"tweet_text": "If youre thinking about making a donation to help ECUADOR in the wake of the devastating earthquake, now is the",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721862399788204032,
"tweet_text": "RT @andresoventi: Donate to help earthquake victims in #Ecuador #EcuadorListoYSolidario",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721918347760246784,
"tweet_text": "The President of Ecuador @MashiRafael announces death toll now at 272 and could increase considerably",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721793402132635648,
"tweet_text": "RT @telesurenglish: Extent of damage is huge in Portoviejo Ecuador with 1 in 4 buildings destroyed reports correspondent @Lucho_teleSUR htt",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722137068411994112,
"tweet_text": "RT @flacaguerrerog: For anyone who would like to help by donating to the Ecuador disaster relief fund please use this image ὤF /",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722064140047642626,
"tweet_text": "Click here to support Help for Earthquake Victims ECUADOR by JoseCarlos Pere",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722052752755585024,
"tweet_text": "RT @AP: BREAKING: Ecuadoran security minister says earthquake death count has risen to 350.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721579302026813440,
"tweet_text": "RT @501Awani: #AWANInews Powerful 7.4 earthquake rocks Ecuador: USGS",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722177397420912640,
"tweet_text": "RT @SENAE_Aduana: [ATENTION] How to make donations to Ecuador #SismoEcuador #EcuadorEarthquake #EcuadorListoYSolidario",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721938400308248576,
"tweet_text": "@cnni YOUR HELP EXPREDING THE WORD WE NEED ALL THE POSSIBLE HELP #EcuadorEarthquake #TerremotoEcuador @BarackObama",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722033247325188097,
"tweet_text": "@UNICEF delivers 20,000 #Water purification tablets to Pedernales area most severely affected by earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722207918909566976,
"tweet_text": "Ecuadoreans show solidarity with earthquake victims: More than 350 people die in 7.8 magnitude quake that prom",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721911329536270336,
"tweet_text": "RT @fresconews: UPDATE: #EcuadorEarthquake death toll reaches 272, number expected to rise. via @AFP",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721748885685669889,
"tweet_text": "Hundreds Killed In 7.8 Magnitude Earthquake In Ecuador - CBSN Live Video - CBS News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722150653884104704,
"tweet_text": "How To Help Ecuador Earthquake Victims: After a massive earthquake hit Ecuador this weekend, volunteers and ai",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722142774557085697,
"tweet_text": "#EcuadorEarthQuake Hundreds of Children Need your support! Donate Now and lets support this emergency together!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721636372461789185,
"tweet_text": "RT @FLSenator_MDLP: My thoughts and prayers are with the people of #Ecuador as they bravely endure this catastrophic earthquake. /",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721824863195963395,
"tweet_text": "RT @juanxavierdg: Crowdfunding campaign to help Ecuador Please donate and shareThank you! @teleamazonasec @IMPA",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721818732797018113,
"tweet_text": "RT @itsalexaaaa_: Praying for Ecuador ὢD❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722096327098830848,
"tweet_text": "RT @jencarlosmusic: My prayers are with my brothers in Ecuador. Stay strong, we are here for you.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721753443858124800,
"tweet_text": "Raw: Ecuador Searches for Earthquake Survivors: Rescue efforts are underway in Pedernales, a town o #USA #News",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721580803860348930,
"tweet_text": "41 people killed so far - official sources.Death toll expected to grow,especially in the Manabi province (epicenter)",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721799040212537344,
"tweet_text": "Colombia among the countries providing aid #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721892981763088384,
"tweet_text": "RT @7NewsAdelaide: At least 240 people have now died after a major earthquake in Ecuador. LATEST - #7News /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721636626334629889,
"tweet_text": "RT @CBCWorldNews: Ecuador earthquake kills 77, injures hundreds",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721568908088467456,
"tweet_text": "Ecuador Earthquake Kills at Least 41: The capital city of Quito, more than 100 miles from the quake’s epicenter, felt tremor for near",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721858474007666689,
"tweet_text": "(#NinoAcostaH) 246 killed, 2,500 injured in Ecuador earthquake: The strongest earthquake to hit Ecuador in dec",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722210878729383936,
"tweet_text": "GUYS MY COUNTRY NEEDS HELP ‼️‼️ we experienced. 7.8 earthquake on Saturday night and many cities are DESTROYED!Read+",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721752194513559552,
"tweet_text": "RT @CanadaDev: In this difficult time, our thoughts & prayers go out to the people of #Ecuador and the victims of the #earthquake – Min Bib",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721743055565516800,
"tweet_text": "RT @paulaacee: My prayers go out to all those affected by the earthquake that took place in Ecuador ❤️A8 #PrayForEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721935425733070848,
"tweet_text": "RT @HailsUpdates: My thoughts are with all the victims of the #EcuadorEarthquake. Sending you strength from Germany. ❤ #PrayForEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721578672977813504,
"tweet_text": "RT @AlexanderXV: Wasnt just a house that collapsed. Town 40,000 near the epicenter. Heavy damage #Pedernales #Ecuador #Earthquake :",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721688400089235456,
"tweet_text": "RT @RehmanSid: A powerful earthquake (7.8 magnitude) has struck Ecuador. My prayers for all those affected by this calamity.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721798714747154433,
"tweet_text": "Crazy shit is going down in Ecuador Earthquakes, Volcanos, Tsunami warnings ὣ1ὣ1ὣ1",
"class_label": "caution_and_advice"
},
{
"tweet_id": 722209885958586369,
"tweet_text": "RT @wikileaks: Ecuador quake official death toll has hit 413. Many give their thoughts and hearts but money and rescue equipment work",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721676015458758656,
"tweet_text": "Our prayers to all of Ecuador affected by last nights earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721697999668252672,
"tweet_text": "RT @edtech2innovate: Thoughts and prayers to those affected by the #EcuadorEarthquake. Strength to you all and Godspeed to rescue and recov",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721832188313006084,
"tweet_text": "Devastated victims of Ecuador earthquake beg for help",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722178109051637760,
"tweet_text": "RT @Lucho_teleSUR: The govt of Ecuador has ordered bottling companies, eg Coca-Cola, to hand over water in areas of need. Companies appear",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722123005124591617,
"tweet_text": "Microsoft makes Skype free for #Ecuador #Galapagos earthquake victims, Canon donates money",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721590654959230976,
"tweet_text": "‘Considerable damage’ in Ecuador following deadly 7.8 quake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721881027048824832,
"tweet_text": "Vice President Surveys Earthquake Damage in Ecuador @weatherchannel @danitapiadaza @Vice_Ec @JorgeGlas",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721824164848484357,
"tweet_text": "RT @AFP: Rescuers dig for victims after Ecuador quake kills 235",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722157105281687557,
"tweet_text": "My heart goes out to the people affected by the Ecuador earthquake. Quito is an amazing place. Loved my time there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721740889689833472,
"tweet_text": "@Nashgrier sadly, 200 PEOPLE HAD died in Ecuador bc of the Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721812066126929922,
"tweet_text": "Thinking bout everyone affected by earthquake in Ecuador. Were praying for u.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722077753781153792,
"tweet_text": "RT @michaeldickson: Israeli Aid Workers Assisting in Japan and Ecuador #EcuadorEarthquake #JapanEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722124086156124160,
"tweet_text": "You can donate with PayPal or Credit Card from this link: #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721740323131670530,
"tweet_text": "RT @gmosqueraj: For people interested in donating to to the #EcuadorEarthquake relief efforts: #EcuadorListoYSolid",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722207524955492353,
"tweet_text": "RT @WaterEcuador: Water Ecuador is providing emergency aid to Muisne, following this weekends 7.8 magnitude earthquake in Ecuador. #SismoE",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721907706207019008,
"tweet_text": "Death toll keeps rising please donate if you can, anything helps ❤️ #PrayForEcuador",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722181423562649601,
"tweet_text": "@HARDWELL wanto to make non profit concert for earthquake victims in ecuador??? Please answer!!!! @HARDWELL",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721816762933723140,
"tweet_text": "RT @MIJPVenezuela: Venezuelan Government sent humanitarian task force to Ecuador to attend affected areas []",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721976279205949440,
"tweet_text": "RT @SharlaInJapan: The fundraiser @ciaela set up for Kumamoto earthquake relief is doing so well♥️ If you are interested in donating:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721882616262180864,
"tweet_text": "Ἳ6When you feel that something wrong, i’ll shelter you and keep you warm, i’ll never let you walk aloneἻ6",
"class_label": "not_humanitarian"
},
{
"tweet_id": 722069227985858561,
"tweet_text": "RT @lurabines: Donations to Ecuador earthquake victims : Unicef: Care: Red Cross:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721706985792471040,
"tweet_text": "pray for Ecuador, 7.8 magnitude earthquake ⚠",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722055497675710464,
"tweet_text": "regrann from discoversouthamerica - Ecuador has been hit by a 7.8 magnitude earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 721645642573946880,
"tweet_text": "Strongest earthquake to hit Ecuador in decades kills at least 77: Correa said that rescue teams were flying in",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721995551588360192,
"tweet_text": "[IN THE NEWS] BREAKING: Ecuador Earthquake Kills 238, Living 1,500 Injures",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722179344865619968,
"tweet_text": "If youre outside Ecuador and wish to help you can donate through paypal at #PrayForEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722136001355747328,
"tweet_text": "RT @AmeriCaresNews: Emergency response team offers assistance for #EcuadorEarthquake @AmeriCares",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721916327632445443,
"tweet_text": "RT @alexiscarra: Keeping those in #Ecuador in my heart and prayers. What orgs are on the ground w relief efforts? #Earthquake @RedCross ?",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722133441030926336,
"tweet_text": "@StephenPlanC my friend! Please RT Hey, Im supporting this fundraiser HELP ECUADORS EARTHQUAKE VICTIMS",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721750883046932480,
"tweet_text": "RT @FatimaPtacek: My heart and prayers go out to the earthquake victims in Ecuador; 233 confirmed deaths & more likely #PrayForEcuador http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721646450141212672,
"tweet_text": "RT @SlingerWSYX6: Massive earthquake hit Ecuador. 77 dead, but the number is expected to rise. Latest on @wsyx6 at 6:32AM. @mariawsyx6 http",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722210092905598976,
"tweet_text": "RT @arantxaloizaga: Andean Health and Development says death toll in Ecuador earthquake reported to exceed 500 in Manabi - NBC News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721664092746997760,
"tweet_text": "RT @waliabdul1: my heart and prayers with the people and victims of #Equador earthquake. #EcuadorEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722205350515056640,
"tweet_text": "thanks @DaveMustaine for the support, help is needed too #EcuadorListoYSolidario",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722080176239177728,
"tweet_text": "RT @amhistorymuseum: Today in 1906: An earthquake shakes San Francisco awake. Color photos of the damage:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721601721487777793,
"tweet_text": "#Ecuador #earthquake 7.8 I hope save all people.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721889418043334656,
"tweet_text": "@Real_Liam_Payne on Saturday my country Ecuador suffered an earthquake could you send a message of hope to theEcuadorian directioners please",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722154046757408768,
"tweet_text": "RT @JordanElizabeth: Pray for the people of Ecuador who experienced an earthquake recently. Pray for those who are injured, lost loved ones",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722139533299593217,
"tweet_text": "RT @CaamilaGuerrero: I know this is too much to ask but we need help please donate #EcuadorEarthquake #prayersforEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721984070943653888,
"tweet_text": "RT @watsupeurope: Latest: The number of dead in Ecuador earthquake continues to rise",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722104981122334722,
"tweet_text": "RT @caseysjournal: Ecuador quake death toll now at 350 after a large number of bodies discovered in Pedernales, one of the worst hit areas.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721802996116545536,
"tweet_text": "#Ecuador is going through very difficult times. You can donate to the government account.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721597009086521344,
"tweet_text": "RT @YourAnonCentral: 7.8-magnitude earthquake kills at least 41 people along #Ecuadors coast , power and internet down in many areas. http",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721743839908773889,
"tweet_text": "@CNNEE @BarackObama Mr. President. Please help us, Ecuadorian People. Thank you very much. Regards from Ecuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721754591658962944,
"tweet_text": "@bbhorne: Ecuadors vice-president confirms: 1557 injured and 235 dead. #EcuadorEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721944291657052160,
"tweet_text": "Ecuador quake death toll at 272, fears it will increase #Africa #SouthAfrica",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721827479606964224,
"tweet_text": "Please we need your #help !#TerremotoEcuador #SismoEcuador #EcuadorEarthquake #Guayaquil #Pedernales",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721939639548809216,
"tweet_text": "RT @emartillo1: Ecuador is in an urgent need of international help..donate and share the information of the donnation account.Thanks :",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721828060107051009,
"tweet_text": "RELIEF EFFORT Underway April 16th, 2016 - Earthquake of 7.8 hits Ecuador.We are gathering supplies & need your help.",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722160133300731904,
"tweet_text": "Help seems to be focusing in places like Pedernales and Manta, but plenty of towns are neglected by aid delivery #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721915853625798656,
"tweet_text": "RT @XHNews: Update: Number of victims of #EcuadorEarthquake rises to 262 dead and 2,527 injured",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721753352862855168,
"tweet_text": "#Miitomo #Miifoto Lets all pray for people affected by the earthquake here in Ecuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721824474023268357,
"tweet_text": "RT @PlanGlobal: The majority of our houses have been damaged. The terrace in a colleague’s house collapsed. #EcuadorEarthquake .",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721697347152031744,
"tweet_text": "135 #earthquake aftershocks in #Ecuador. helicopter fly by. 80 dead, hundreds injured. Pics in #SismoEcuador #PrayForEcuador #Pedernales",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721716600970338305,
"tweet_text": "Official death toll of Ecuadors 7.8 earthquake has risen to 233. Town of Pedernales is destroyed says Pres Correa.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721626719321513984,
"tweet_text": "At least 77 dead, 500 injured after 7.3 magnitude earthquake shakes Ecuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721885355557957633,
"tweet_text": "RT @hammerjuan: #USA #US SIGNS OF HOPE: Aid begins to flow in after earthquake kills 246 in Ecuador: #Cuba",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721722738868645889,
"tweet_text": "Magnitude-7.8 Earthquake Strikes Coast Of Ecuador, Killing At Least 233",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721848079582961664,
"tweet_text": "We need your help.. #Ecuador #TerremotoEcuador #AllYouNeedIsEcuador #AllEcuadorNeedsIsYourHelp",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721666817593356288,
"tweet_text": "RT @mehreenzahra: 7.8-magnitude #earthquake in #Ecuador has killed at least 77 people and injured more than 500, Vice-President Jorge Glas",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721674059902226432,
"tweet_text": "@MattAboutTown listen Matty, dear, people have situation #emergency #earthquake #Ecuador! Do u know #rescue #teams in Australia?",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721966156018356224,
"tweet_text": "246 died in the Magnitude 7.8 earthquake that strikes the coast of Ecuador - values",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721603887262736385,
"tweet_text": "RT @taygogo: Sending my deepest solidarity and love to the people of Ecuador after this deadly earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721742501133033473,
"tweet_text": "RT @NBCNews: #Ecuador declares national emergency after scores killed in huge quake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 721829216384335872,
"tweet_text": "RT @nbcbayarea: Drone video shows collapsed overpass in Guayaquil, Ecuador, after powerful earthquake.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721745478073851904,
"tweet_text": "RT @DailyMirror: Devastating earthquake kills 233 people as state of emergency declared",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722196312351981572,
"tweet_text": "RT @jrfansla: U can help us! If u can donate please @CARE a massive 7.8 earthquake has struck #Ecuador Help deliver urgent relief",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721907970314006530,
"tweet_text": "RT @virtualmels: Glad my family is ok but praying for the rest of the families affected by the earthquake in Ecuador A8❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722077216708935681,
"tweet_text": "RT @MexicoTimes: Mexico City has opened a collection center for #EcuadorEarthquake aid relief. #SismoEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721761984115515394,
"tweet_text": "my heart is with the victims and family of the earthquake in ecuador and japan- #PrayForearth",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722165777428779008,
"tweet_text": "RT @nikkilaniado: #EcuadorEarthquake #EcuadorTerremoto Please help our National Food Bank during this time in need",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721764559464374272,
"tweet_text": "RT @NBCNewYork: #BREAKING: Death toll surges to 233 as state of emergency is declared in Ecuador after quake :",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721710097542590465,
"tweet_text": "We feel really sad for all the people affected by the #EcuadorEarthquake. Our solidarity goes for all those in need. #PrayForEcuador please",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722099992559661057,
"tweet_text": "Ecuador quake death toll rises to 350: Thousands of troops assist recovery after magnitude 7.8 tremor",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721928184963407872,
"tweet_text": "Group of Chilean rescuers en-route to Ecuador, to aide victims of the earthquake.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721852865619230720,
"tweet_text": "Earthquake kills 238 in Ecuador; emergency workers rush in: PEDERNALES (AP) - Rescuers pulled survivors from r",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722006552085983232,
"tweet_text": "RT @nytimesworld: The strongest earthquake to strike Ecuador in decades left at least 272 people dead /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722135958699839488,
"tweet_text": "Several hotels along the Ecuador coast reported collapsed, many tourists believed killed #ecuadorearthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721661204540833792,
"tweet_text": "RT @radioambulante: #Ecuadors earthquake six times stronger than Saturdays. Fears growing for residents in the more remote regions. http",
"class_label": "caution_and_advice"
},
{
"tweet_id": 721569044902604801,
"tweet_text": "RT @cnnbrk: At least one person dead after powerful 7.8-magnitude earthquake strikes Ecuador.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722006347617853440,
"tweet_text": "RT @7NewsAdelaide: Ecuador Earthquake: Close to 250 people killed and 2500 injured. Aftershocks continuing tonight. #7News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722199370758754305,
"tweet_text": "RT @ninavaca: Aid for Ecuador please help donating partner with @flacaguerrerog @USHCC @USHCCFoundation @NathalieMo",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721964258079154178,
"tweet_text": "Ecuador earthquake: Rubble combed as death toll soars: President says almost 300 people dead and many #AJNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721624099299012608,
"tweet_text": "RT @BTS_BiTS: #BeStrongEcuador #PrayForEquador My thoughts and prayer are with everyone there. ὤFἿB",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721618413358080000,
"tweet_text": "RT @mhjvandenberg: Death toll rising to 77 - 588 injured. #Ecuador #EcuadorEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721957295970775041,
"tweet_text": "272 dead in Ecuador Quake watch details now in 12pm bulletin",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722211049689120768,
"tweet_text": "Retweeted The Associated Press (@AP): Ecuador earthquake death toll rises to 413, with about 2,500 injured:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721743494080040962,
"tweet_text": "Prayers for affected families. May Allah protect us all from such disasters. #EcuadorEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721801411122569216,
"tweet_text": "@MileyCyrus Hey, i dont wanna bother you, but please, pray for Ecuador, On sat 16/04/16 we had an Earthquake, so we are in danger, thanks.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721783611268165632,
"tweet_text": "RT @CampsCEO: Thoughts go out to all affected by Ecuador quake @CampEcuador staff safe fortunately far from Camps",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721851413668708353,
"tweet_text": "RT @unicefaustralia: UNICEF has helped children through tough times in Ecuador for over 40 yrs & well continue today. #EcuadorEarthquake h",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721628641503764480,
"tweet_text": "Powerful earthquake kills at least 77 in Ecuador: The 7.8 magnitude earthquake struck off Ecu #WizInfo #Health",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721742342143746053,
"tweet_text": "Ecuador Rattled By Powerful Earthquake: 233 People Dead, 135 Aftershocks Reported via Mohit Priyadarshi",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721733267049750528,
"tweet_text": "Earthquake in Ecuador Kills More Than 230, President Says: At least 233 people were killed and hundreds more injured, President Rafae",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722117835632283649,
"tweet_text": "RT @1alexcam: #EcuadorEarthquake ⏩biggest in 67 years ⏩272+ dead / 2500+ injured #PrayForEcuador #Ecuador #earthqua",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721737572788137984,
"tweet_text": "RT @unisdr: 13,500 troops, police deployed in #Guayaquil #earthquake rescue effort. #switch2sendai",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721725561802985473,
"tweet_text": "Earthquake in Ecuador Kills More Than 230, President Says by MAGGY AYALA and NICHOLAS CASEY",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722185962604744704,
"tweet_text": "Tourism Centers Largely Intact as Death Toll Rises After 7.8 Magnitude Earthquake in Ecuador via @TravelPulse",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721574068789456898,
"tweet_text": "RT @luisgintriago: At least 41 killed after powerful 7.8-magnitude earthquake strikes Ecuador via the @FoxNews Appὢ9",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722183459712708608,
"tweet_text": "Ecuador quake primary toll: 262 killed and over 2.500 injured, but climbing ?",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721607697955577856,
"tweet_text": "RT @AlexanderXV: @AlexanderXV The dome of the Church of Montecristi collapsed but the Church still standing #Ecuador #Earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721935201916596224,
"tweet_text": "RT @Hearts_Of_Gold: Cuenca, join in on the Ecuador Earthquake Relief effort by giving non pershiable canned foods items or by .",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721672070854217728,
"tweet_text": "RT @reading_im: Ecuador hit by largest earthquake in decades, dozens killed",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722160846483234816,
"tweet_text": "RT @ABC: JUST IN: At least one American killed in Ecuador earthquake, State Dept. spokesperson says.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722168513759223809,
"tweet_text": "Act for #Ecuador! We need your #help, please #donate to help the #victims of the #earthquake. #FuerzaEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721591953045987328,
"tweet_text": "RT @obruyere: Magnitude-7.8 earthquake hits Ecuador - A magnitude-7.8 earthquake occurred Saturday evening on the coast of Ec .",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722029263365365761,
"tweet_text": "Support UNICEFs Earthquake Relief Efforts in Ecuador | UNICEF USA",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722168429436923904,
"tweet_text": "@coldplay pls RT Aid the earthquake victims in Ecuador #TerremotoEcuador",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721743184687140864,
"tweet_text": "RT @KoshRKoirala: My thoughts & prayer 2 victims of massive earthquake in #Ecuador. We had to face similar earthquake last year in #Nepal.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722102886231105537,
"tweet_text": "RT @Ciberadio: International Donations for #Ecuador | #SismoEcuador #TerremotoEcuador #EcuadorListoYSolidario",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721601814295019521,
"tweet_text": "Video shows intensity of Ecuador earthquake: A powerful 7.8-magnitude earthquake has killed more than 70 people in Ecuador on Saturda",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722193375538061313,
"tweet_text": "RT @EcuadorSlash: We need you Please, International donations for damage caused by earthquake in Ecuador, thanks for your help! @Slash http",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721905508169478146,
"tweet_text": "Come to Ecuador at least before it is destroyed completely. @Nashgrier #nashgrier",
"class_label": "not_humanitarian"
},
{
"tweet_id": 721877495826485248,
"tweet_text": "@piperaircraft we need your help, national police of Ecuador have a PA31 and your support is necessary",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721901755982696448,
"tweet_text": "@NormaniKordei please pray for Ecuador we need you so much right now ὤFἿBὤFἿB",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722102612229799936,
"tweet_text": "@jk_rowling lots of food and medicines. In the earthquake, more than 500.000 people lost their homes. Thanks!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721840187815391232,
"tweet_text": "RT @avantiecu: The Coaque Community in #Ecuador needs your help! Donate here ➜ #SismoEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721929186957529088,
"tweet_text": "RT @bani_amor: WATCH who you give your money to re: the earthquake in Ecuador! Some of us are organizing for aid and action. Stay tuned! #S",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722136678077501440,
"tweet_text": "RT @RefugeesMedia: UNHCR loading trucks with relief material for ppl affected by earthquake in #Ecuador. #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722070477192101888,
"tweet_text": "RT @Miguelnbc: As sun rises officials get better scope of damage in Ecuador. Death toll after 7.8 quake climbs. Details @TODAYshow /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722207038353182721,
"tweet_text": "Ecuador needs your help! Here how you can give us a hand! Thank you!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721670243089838080,
"tweet_text": "RT @WorldVisionLAC: Its 7:00 a.m. and Ecuador begins to awaken after living his worst earthquake since 1979 #EcuadorEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722116085454151680,
"tweet_text": "RT @EmbajadaEcuUSA: For international donations to the victims of the earthquake in #Ecuador these are the official accounts",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722122099549032448,
"tweet_text": "RT @ICRC: Our #RedCross colleagues work around the clock to help people affected by #JapanEarthquake & #EcuadorEarthquake.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722133660523171841,
"tweet_text": "BBC News - Ecuador earthquake: Deaths rise to 272",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721746848357199872,
"tweet_text": "RT @edmac78: Sad to see images from yesterdays earthquake in my home country",
"class_label": "not_humanitarian"
},
{
"tweet_id": 721858622582583296,
"tweet_text": "RT @ABC: Sec. Kerry offers condolences, assistance to Ecuador following quake thats killed over 200. /",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722093828958593024,
"tweet_text": "How you can help survivors of the massive earthquake in Ecuador #socialmedia #tech",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722054846321397760,
"tweet_text": "@HEARTDEFENSOR Earthquake of 7.8 in my country Ecuador, 277 deaths and the world doesnt know! ὢDὢDὢD worst weekend ever!",
"class_label": "injured_or_dead_people"
}
] |