Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 229,121 Bytes
75b4fee |
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 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 |
[
{
"tweet_id": 798262465234542592,
"tweet_text": "RT @MissEarth: New Zealand need our prayers after the devastating earthquake and 2 meter high tsunami waves. #PrayForNewZealand",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771464543796985856,
"tweet_text": "@johnaglass65 @gordonluke Ah, woke up to a nightmare. .1 earthquake on the East Coast and we were under a tsunami warning. #MushroomFm",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797835622471733248,
"tweet_text": "RT @terremotocentro: #eqnz if you need a tool for a rapid #crowdsourcing of info, pledges, help offers, you can reuse our @github opensourc",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 798021801540321280,
"tweet_text": "RT @BarristerNZ: My son (4) has drawn a picture of todays earthquake. I hope this helps you all understand what happened. #eqnz .",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798727277794033664,
"tweet_text": "Due to earthquake damage our Defence Force is working from home. So New Zealand!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798237058602893312,
"tweet_text": "A 7.8 magnitude earthquake rocks New Zealand, killing at least two people and causing hundreds of aftershocks. More:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798285931518169088,
"tweet_text": "IAG supports @NZRedCross appeal, please help earthquake victims by donating to: #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797934809230155776,
"tweet_text": "Anyone know if theres any damage to the roads between Diamond Harbour and Christchurch? #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797817101545156609,
"tweet_text": "RT @DSM1984: @Kiwi_Karyn Stay Safe! Sending thoughts and well wishes from Australia! Check @NZcivildefence for details about your area!! #e",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797921682602094592,
"tweet_text": "RT @Newsweek: At least 2 dead in powerful New Zealand earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797803791257137152,
"tweet_text": "Earthquake 5.2 Mag 23.6 miles SSE of Blenheim,New Zealand Gap 63.00, Sig 416.00, RMS 1.05, Depth 10.0miles ALERT GREEN #BREAKING #NewZealand",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798026638868873216,
"tweet_text": "RT @mikeyardleynz: A sliver of good news.Powers back on in Kaikoura & Hanmer Springs. MainPower crews still assessing damage in Culverden",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798384204396380160,
"tweet_text": "Hope our friends at @NZRedCross and everyone else are safely out of the at risk buildings in Wellington #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797791151688327168,
"tweet_text": "RT @BethMoakes: Tsunami generated on the east cost of New Zealand #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797837263807737858,
"tweet_text": "Feeling sad being so far away from my friends and family as they go through yet another earthquake #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771533558481506305,
"tweet_text": "RT @WFittery: @Kiwi_Karyn Hi.Hope you are doing OK.Heard about the earthquake there.Hope it wasnt near you.Be Safe.My Prayers are with you.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798426278986706944,
"tweet_text": "Taking a time out from #earthquakes, #floods, & orange presidents & just sitting quietly in the garden admiring the #Supermoon #eqnz #nzpol",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797941530627481601,
"tweet_text": "@RedTeamReview its not like we dont have our own problems in NZ. A 7.5 quake hit last nite lots of damage 2 clean up. #nzearthquake #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798102208289980416,
"tweet_text": "Thank goodness the feared tsunami did not appear!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797907088324300800,
"tweet_text": "At least 2 dead in powerful New Zealand earthquake, PM says #worldnews #news #breakingnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 771574855233699840,
"tweet_text": "Still cant believe that there was a 7.something magnitude earthquake today. ὢCὤFἿC✨",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797908646558453760,
"tweet_text": "This is the #tsunami evacuation zone for coastal areas of Wellington City following the #NewZealand #earthquake (courtesy of @WREMOinfo)",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 771525541274882048,
"tweet_text": "@TinyHammerLady I need to check my earthquake kit & add chocolate and booze",
"class_label": "not_humanitarian"
},
{
"tweet_id": 771486073239195649,
"tweet_text": "100+ aftershocks since the 7.1 this morning. Basically the #earth is having multiples and I cant get a text back. #earthquake #shakeitup",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798033098080325632,
"tweet_text": ".@BenGIrwin: How would you describe the damage? In a word? Relatively superficial. #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797869952485072896,
"tweet_text": "Certainly awoken here in Napier by long noisy shaking of the house; no damage it seems in this area",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797858867455475712,
"tweet_text": "New Zealand downgrades tsunami threat in earthquake aftermath: Following a 7.4 magnitude earthquake, 91 #dw",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771588349807038464,
"tweet_text": "RT @TheWatchers_: Very strong and shallow M7.1 earthquake hits near the coast of North Island, New Zealand #earthqu",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797811481383292928,
"tweet_text": "3:36am Latest News Update (+Threat Map): 2.5 METRE TSUNAMI DETECTED IN NEW ZEALAND, WAVES MAY PEAK AT 5 METRES",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797869652508483584,
"tweet_text": "RT @TripleMBrisbane: NEW OVERNIGHT: New Zealand PM @johnkeypm confirms 2 people have died following 7.5mag earthquake hitting the South Isl",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798263474182713345,
"tweet_text": "New Zealand’s latest earthquake could trigger a mega-quake Deep sea oil drilling and fracking will not b of any help",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797838606387781632,
"tweet_text": "REUTERS: Tsunami hits New Zealand after series of strong quakes Developing MAP: 7.8 MAG PAPER: Chaos in Christchurch",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771436270161494016,
"tweet_text": "First I heard of the New Zealand earthquake this morning was from friends in America making sure I was safe. Im safe and I love yall!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798679082993143808,
"tweet_text": "New Zealand earthquake: help arrives for stranded Kaikoura – live",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797983325637873664,
"tweet_text": "If you are affected by todays #eqnz help is available here",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797789940255817729,
"tweet_text": "RT @althecat: Stay safe NZ. Especially peeps in North Canterbury. Thoughts of Kiwis everywhere with you. #EQNZ",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798517182074408960,
"tweet_text": "Kia kaha Aotearoa | Ways you can help out after the November earthquakes - donate to @NZRedCross #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797862953949106177,
"tweet_text": "RT @TheEdgeNZ: #BREAKING: Two deaths confirmed in NZ 7.5 earthquake: #eqnz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797825914608308224,
"tweet_text": "RT @WREMOinfo: Tsunami warning still in place for red zone; maps: #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798097776647106561,
"tweet_text": "Our thoughts are with all who are affected by the earthquake. Stay strong, New Zealand is with you.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797975062435360769,
"tweet_text": "RT @B911Weather: Incredible damage following major earthquake in New Zealand. Several damaging aftershocks reported. (@dilsere920) /",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798761519219474432,
"tweet_text": "I really feel for those people who lost their home in the earthquake #eqnz ὡ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798947167931170820,
"tweet_text": "LIVE BLOG – DAY 4: Evacuees arrive in Christchurch, aftershocks continue #eqnz",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797943925746995200,
"tweet_text": "Thoughts with all those affected by the earthquake down here in New Zealand . May everyone be safe and okay,",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798089142324248576,
"tweet_text": "RT @canzuk: Our thoughts are with all those in New Zealand affected by the midnight earthquake and its aftershocks #StaySafe #NZ .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797798440151322624,
"tweet_text": "RT @tory_selflove: For those panicking, clean water in jug/hot water cylinder, east coast: move to high ground > 4m. caution on electric ca",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797893922747871232,
"tweet_text": "From Auckland. My thoughts and prayers are with those that experienced the quake. Take care all. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797840763325296640,
"tweet_text": "RT @sacraparental: Things that didnt work tonight include 111 and tsunami sirens. Things that are working BRILLIANTLY include @radionz htt",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771467800472788992,
"tweet_text": "@TwatterInc 7.1 magnitude earthquake triggered a tsunami and sent East Cape residents fleeing",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798355908489199616,
"tweet_text": "NZ has received offers of help from US & Malaysia. 150 shortlisted for weather delayed evacuation from Kaikoura",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797888023262216192,
"tweet_text": "Tsunami may arrive in the eastern coast of the north",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797865107229265920,
"tweet_text": "#eqnz report from #NapierNZ our cuckoo clock stopped, our streetlight blew and we forgot to evacuate for the tsunami.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 798055394618712065,
"tweet_text": "@Charliejurczenk unsure, there are many animals and families in rural areas without power, water and phone coverageὢ9 #eqnz @moparsince1960",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797960802724614144,
"tweet_text": "RT @andrew_w_burns: Oriental Beach covered in debris and rubbish - presumably from small tsunami. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798645512907919361,
"tweet_text": "Standard Mail, ParcelPost & Economy Courier items being sent from the N. Island to the West Coast & areas south of Chch ^Libby #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797963790260129792,
"tweet_text": "#NewZealand earthquake: Richie McCaw steps up to help rescue effort",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797922166821949440,
"tweet_text": "If you need non-emergency help following the #eqnz, contact 0800327646. Treat all power lines as live & see",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797800677456035841,
"tweet_text": "RT @Aaron_Halliwell: Possible destructive tsunami warning and @TVONENZ keeps playing fucking Emmerdale with a little red banner! #WTF #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797790065581649920,
"tweet_text": "RT @spyjournal: blenheim cut off north with damaged bridges and also south at ward #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797871542856126465,
"tweet_text": "Going to be a somber day today thinking of all the poor people across the country dealing with the earthquake cleanup. Safe safe #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797963260859269121,
"tweet_text": "Prime Minister John Key and Civil Defence Minister Gerry Brownlee en route to survey the damage over Kaikoura #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 800878263002247168,
"tweet_text": "The NZDF convoy making their way south to Mt Lyford on the highly damaged Kaikōura Emergency Access Route (Inland Road) yesterday #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797850667964469249,
"tweet_text": "RT @NewshubBreaking: Two deaths have been confirmed in Canterbury after this mornings magnitude-7.5 earthquake #eq",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 771531104423555072,
"tweet_text": "Earthquake ! M 5.7 SOUTH SANDWICH ISLANDS REGION",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798047522014908416,
"tweet_text": "Tryna find a bright side, plus a little bit of fun facts for you :) #NZeq #earthquake #chile #Argentina #eqnz #NewZealand",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798594265148338177,
"tweet_text": "RT @NZRedCross: >@NZRedCross Disaster Welfare and Support team has flown in to #Kaikoura from #Christchurch and are now supporting affected",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797875584575619072,
"tweet_text": "How is all our New Zealand Family out there hope none of you suffered to much 7.5 EARTHQUAKE damage It was a",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797863694927441922,
"tweet_text": "I hope everyone is safe and OK. #eqnz Live: Massive quake - tsunami warning via @nzherald",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 800626452496457729,
"tweet_text": "Was shown around some of the #eqnz damage on the wharves at Centreport in Wellington today. Theres some real messy bits.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797879475048304640,
"tweet_text": "Not sure if I slept thru aftershocks between 4-6am or if theyre just starting up again in Wellington? #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798391446537719809,
"tweet_text": "Thoughts and duaas are with #Wellington & all others effected by the #earthquake & #flooding #eqnz #WellingtonFlood",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797821400383787008,
"tweet_text": "RT @NewshubNZ: North Canterbury residents are being urged to boil drinking water as a precaution #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797844472310566912,
"tweet_text": "RT @Jenevyy: Extensive damage reported. TVNZ strongly advises to avoid driving out bc roads may not be there anymore #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797813862292537344,
"tweet_text": "Wow, just checking in on #eqnz reports and #tsunami warnings are coming in for all of nz, though mostly Chatham Islands, CHCH and WLGN.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797833774197194752,
"tweet_text": "@mamamellet New Zealand had an mass earthquake and were under tsunami warning and yeah, much love to you guys, Laurelle. #prayfornz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797999676234420225,
"tweet_text": "RT @PatelDevansh: Heard about the massive earthquake in #NewZealand - Hope everyones ok & you too @S1dharthM",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797900723375611904,
"tweet_text": "Sending our thoughts to those affected by last nights earthquake. We hope everyone stays safe throughout New Zealand. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797791195611041792,
"tweet_text": "Strongest earthquake we have ever felt. Safe but shaken. Cat still under cover with aftershocks. #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797874508564602880,
"tweet_text": "I live in one of the most high-risk areas in NZ for natural phenomenano shit here! #coldstart #rotorua #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797863629978734593,
"tweet_text": "New Zealand police confirm one person killed in earthquake The coastal tourist town of Kai",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798085945849356288,
"tweet_text": "Having lived through a bunch of quakes now, I just never stop appreciating the community that always forms to help however it can #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797970645602553856,
"tweet_text": "Def Minister Gerry Brownlee and Labours Andrew Little head to chopper to inspect #eqnz damage",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797839432476868608,
"tweet_text": "Cook Strait ferries are cancelled all day - damage at Wellington and Picton is being assessed. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798629728118657024,
"tweet_text": "Queen Elizabeth has sent condolences to the families of two people who died and to people displaced by Mondays earthquake. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797910752409493505,
"tweet_text": "Our thoughts go out to all those severely effected by the earthquake last night. We even got rocked and rolled in Katikati #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798155843426365440,
"tweet_text": "New Zealand earthquake: Live updates as two more earthquakes hit South Island in aftermath of deadly quake #worldn",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798341793381105664,
"tweet_text": "Oh how I had missed you aftershocks #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797858498612752386,
"tweet_text": "RT @nzherald: People in Christchurch are driving to the Port Hills as Civil Defense issues a tsunami warning for the entire East Coast of N",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798747618171961344,
"tweet_text": "We should be prepared for another large magnitude earthquake in the region of epicentre #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800946260601511936,
"tweet_text": "#Tsunami warning for Otago region has been lifted, so time for a pic of the spring sunrise @Lovedunedin who could sleep with #EQNZ",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797908395198062593,
"tweet_text": "RT @grantrobertson1: Engineers doing their job around Wellington CBD with a few buildings cordoned off. Broken windows main problem #eqnz h",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 800835508418920448,
"tweet_text": ".@Cisco offers aid to NZ businesses impacted by earthquake Great work team! via @ResellerNewsNZ #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797915415351476228,
"tweet_text": "Thoughts go out to Canterbury- keep safe! #earthquake #Kaikoura",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798050103642591233,
"tweet_text": "RT @Snugbucket: Two dead as huge quake rocks New Zealand #eqnz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 798812773283074048,
"tweet_text": "What next! @CoreyTaylorRock any tips for staying calm please?? #earthquake #Aftershocks #tsunami #floods #tornado #NewZealand #stressedout",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798021589237235712,
"tweet_text": "RT @NZcivildefence: Extra @nzpolice from Blenheim have been deployed to Kaikoura to help the community. More are coming from Auckland tonig",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 771490632904781824,
"tweet_text": "Hope everyone is okay in gisborne ὡE 7.1 earthquake is pretty scary especially on the coast ! ἰA",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771447526574612480,
"tweet_text": "7.1 Earthquake at 4.37am. Been having loads of 6.2, 5.7, 4.5, etc aftershocks. National tsunami warning and my town asked to conserve water.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798267400588128257,
"tweet_text": "To help those affected by the earthquake, @NZRedCross has set up a donation page. Please give generously. #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797839999962087424,
"tweet_text": "RT @PDChina: #BREAKING Tsunami warning issued for #NewZealand after 7.8 magnitude earthquake jolts South Island (USGS)",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798063791808184321,
"tweet_text": "Aftershocks are quite gentle here but I worry for those closer to epicentre. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798053405499396096,
"tweet_text": "Some damage on #Wellington port #eqnz #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798673793904316416,
"tweet_text": "RT @MavaEnoka: In terrible news, the baby seal nursery near Kaikoura is gone. Completely destroyed. ὡ4 #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 771504136898490368,
"tweet_text": "Rock fall warning after East Coast magnitude 7.1 earthquake: The New Zealand Transport Agency is asking motor",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797811188797087744,
"tweet_text": "RT @Admitonesin: #BREAKING St John is sending helicopters to North Canterbury as calls for help flood in #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 798610347930193922,
"tweet_text": "After the townspeople of #Kaikoura are flown out by the military- where do they go? #eqnz #NewZealand",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797866779938668544,
"tweet_text": "If anyone in wellington needs any help with clean-up please contact me via DM #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 771453791992438788,
"tweet_text": "Luckily the area where the 7.1 earthquake happened was far enough and tsunami warnings arent where Im staying ὤFἿE",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798337058347433984,
"tweet_text": "RT @NZGreens: We have seen already a tremendous response by volunteers in the Sth Island, Wellington and elsewhere @EugenieSage #nzqt #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797863673351925761,
"tweet_text": "Thinking of everyone affected, frikkin earthquakes! #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797823187576729601,
"tweet_text": "RT @_DaveGrant: Felt Auckland City Hospital swaying pretty well with that earthquake. Thoughts with those further south #EQNZ",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798741673173864448,
"tweet_text": "RT @TIME: U.S. warship helping in New Zealand earthquake rescue",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 771431354298830848,
"tweet_text": "Evacuating Britomart? Really? I guarantee nothing will happen! @AklTransport #AklTransport #over-reaction #earthquake #tsunami",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 771429245083975680,
"tweet_text": "@Gurmeetramrahim #MahaParopkar Please bless those affected as NZ hit with #earthquake 7.1 this morning‼️ὤFὤFὤF",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797891578484269059,
"tweet_text": ".@GirlGuidingNZ Wellington Office damage in Petone: a box of minis. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 771430676910317568,
"tweet_text": "1st large earthquake since Ive arrived. Didnt feel it in Wellington. -Powerful quake off north-east New Zealand",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797868031330222080,
"tweet_text": "RT @TheEdgeNZ: PHOTOS: Damage caused from 7.5 magnitude NZ earthquake #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797966095126654979,
"tweet_text": "The Latest: New Zealand PM to survey earthquake damage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797896931309539328,
"tweet_text": "RT @TokyoFashion: Best wishes to all of our NZ friends! Two-metre high tsunami recorded off South Island after New Zealand quake .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797855862152802305,
"tweet_text": "Im ok here thank goddess. Just letting you all know, aftershocks still coming. I live about 4 hours from Christchurch",
"class_label": "not_humanitarian"
},
{
"tweet_id": 800819463507427329,
"tweet_text": "RT @CDEMCHCH: The Ministry of Civil Defence Emergency Management has advised there is no tsunami threat to New Zealand from the 7.3 Japan e",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800832569986072577,
"tweet_text": "Terrible news about the earthquake and tsunami in Japan. Sympathies from an earthquake struck New Zealand to you! Stay safe! #lukeevans",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797793149116510208,
"tweet_text": "RT @3AW693: The latest official tsunami advice. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797922024001654784,
"tweet_text": "RT @MarlEmergency: Due to people returning to their homes the Emergency Response Centre in Tua Marina and Picton are no longer required #eq",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797805580299763712,
"tweet_text": "RT @ForaDeControlee: #Tsunami #warning #issued #after huge #earthquake strikes #NewZealand (November 13, 2016)",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798091478790643712,
"tweet_text": "How to make a claim for EQ damage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 800894090418200576,
"tweet_text": "6.3 magnitude earthquake hits New Zealand #worldnews #news #breakingnews",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797959293664370688,
"tweet_text": "Strong wind and heavy rain forecast for quake affected areas. #eqnz #HummFM",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797801062623105024,
"tweet_text": "Surge is currently out, watch reflections on water at top left for signs of tidal movement #eqnz #lyallbay #tsunami",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797868291813351424,
"tweet_text": "A severe weather warning has been issued for strong winds with damaging gusts up to 140kmh in Wellington from tonight til Tuesday morning.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797984080495116288,
"tweet_text": "Sending our thoughts out to all those impacted by the earthquakes. Please stay safe! #kiakaha #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797936703059046402,
"tweet_text": "Thinking of all affected by #eqnz - Kia Kaha! And special eyes and ears for visitors, users, staff, volunteers and whānau @aucklandmuseum",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797808988695842816,
"tweet_text": "Fire truck just gone past in Maungaraki saying the tsunami warning is over. Home time? #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 771469811570270209,
"tweet_text": "We met an Australian chap called Tim when we were travelling through Adelaide a few years back, I hope hes ok in the earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797980800830476288,
"tweet_text": "Crazy time in New Zealand. Just had a 6.4 aftershock. Still cant go home due to tsunami threat. Been a long night #eqnz #NewZealand",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798271927252971521,
"tweet_text": "the Wellington student Volunteer Army is forming, please give us a yell if you need any help, or want to help out yourself! #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797877913194405888,
"tweet_text": "Continuous aftershocks. Felt two shakes since this morning. #eqnz #earthquake #NewZealand",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797961568482795520,
"tweet_text": "@CynthiaBandida Im safe aftershocks keep rocking Nelson but is not as bad as other places #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797805131538395137,
"tweet_text": "RT @Hapua: For the latest reliable news on quake and tsunami tune your radio to 101 FM or thereabouts to RNZ National. #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797831020305203201,
"tweet_text": "People still welcome to join us here on a hill in Lower Hutt. We have power and water. #lowerhutt #eqnz #huttvalley",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797908630523625472,
"tweet_text": "RT @NZcivildefence: The marine and beach tsunami threat warning will remain in effect until a cancellation message is issued. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797805568098349056,
"tweet_text": "RT @BenSRachinger: Belongings are replaceable. Your pets and family are not. If youre near the water in the evacuation zones, evacuate. Be",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797793438527680512,
"tweet_text": ".@VicUniWgtn says all campuses closed today until noon to check post quake damage. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798072042885152769,
"tweet_text": "A route impassable by car proved no barrier to a Chch couple who went on a mission to rescue their daughter. #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 798079714501869568,
"tweet_text": "Winter tramping gear, bivvy bag and food by front door. Oh and a litre of gin #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797900173523288064,
"tweet_text": "RT @tim_a: Tsunami warning in Ferrymead! #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798017069799247872,
"tweet_text": "Tsunami warning here in NZ last night! So scary! I pray theres not another massive one tonight",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798008508742397952,
"tweet_text": "RT @EQCNZ: If you have suffered damage to your home, land or contents you have until midnight on Tuesday 14th February 2017 to lodge a clai",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797991843208101888,
"tweet_text": "RT @JohnKerry: I spoke w/#NewZealand FM McCully to offer our condolences for victims of the earthquake & praise the skill of dedicated firs",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798094116860985344,
"tweet_text": "RT @NZStuff: NZ on a knife-edge as true cost of damage is counted. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797793210458222592,
"tweet_text": "RT @E2NZ: Heavy traffic in Christchurch as people flee low lying ground. Hotels and occupied buildings evacuated #eqnz",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797859213179518976,
"tweet_text": "New Zealand police say at least two people have been killed in a powerful earthquake that triggered a tsunami",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797861847604961280,
"tweet_text": "RT @bond23140: Seconds! New Zealand earthquake size 7.8 #warning tsunami (14 hospital. )",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798048467469770753,
"tweet_text": "RT @cleverbollocks: I dont know if its the wind shaking the house or if its more earth turbulence. Please send Skittles. #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 798023003573358592,
"tweet_text": "RT @Smitty676: Of course @TV3nz puts family feud on instead of informative earthquake information #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797896808764559360,
"tweet_text": "Our thoughts going out to all those affected by the earthquakes overnight & the ongoing aftershocks. Stay safe! #eqnz #newzealand #StaySafe",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797801571794882560,
"tweet_text": "RT @Weather225DFW: Thats terrifying. Tsunami sirens activated along New Zealands coast after Multiple big earthquakes",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771537174034468864,
"tweet_text": "I liked a @YouTube video Clinton Foundation Accused of Sending Haiti Shoddy, Toxic Trailers in Earthquake Aid",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797908927451054080,
"tweet_text": "#NZ - fibre optic cable damaged causing communications outage in Kaikoura following earthquake: #eqnz #hmrd",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797879086689333248,
"tweet_text": "RT @LesleyAnnBrandt: Keeping you in my thoughts and prayers New Zealand. Especially those affected by the earthquake and tsunami ὡ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798008927313133569,
"tweet_text": "New Zealand earthquake kills 2, strong aftershocks leave people stranded with no power, bl",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797981982256791552,
"tweet_text": "This morning’s magnitude-7.5 quake was a significant jolt, but where did it put its mark in the history books? #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797870528312713216,
"tweet_text": "Praying for everyone caught up in the #earthquake that hit Kaikoura this morning, especially the families of the two fatalities. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797977369726230529,
"tweet_text": "Two buildings on Pictons High Street damaged in Earthquake. Photo/ Tracy Neal #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798004892820377600,
"tweet_text": "#eqnz as it affects USA",
"class_label": "not_humanitarian"
},
{
"tweet_id": 798060559161622529,
"tweet_text": "Watching how people are mucking in and helping each other in need during the aftermath of the earthquake #ProudKiwi #earthquake #NewZealand",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797805279869964288,
"tweet_text": "RT @gamerswift13: State of Emergency declared for Dunedin. Tsunami warning, land threat. Beach and marine threat for the remainder of New Z",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798056585096368128,
"tweet_text": "RT @NewshubBreaking: A magnitude-6 earthquake has struck near Kaikoura, according to @geonet #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798214992101183488,
"tweet_text": "These conditions look right for landslips. Its great the trains are running but I dont want to go to the Wellington CBD today #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797984492711329792,
"tweet_text": "This is quite disconcerting. Be safe people. Probability of a magnitude earthquake 6-6.9 in the next 30 days is 98% #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797857567418396672,
"tweet_text": "Hope everyone is okay after the massive earthquake that it New Zealand. Scary to think that this has happened",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797803987537981441,
"tweet_text": "RT @IHLaking: Heres the sea level monitoring station at Kaikoura showing the tsunami activity: #EQNZ",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797792912121569280,
"tweet_text": "Tsunami warning issued after quake strikes New Zealand: US Geological Survey says 7.8-magnitude earthquake has #aje",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771448358607073280,
"tweet_text": "#RotoruaNZ #CivilDefence A tsunami marine and beach national warning has been CANCELLED following an earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771442789401767941,
"tweet_text": "Interesting start to the morning - a 7.1 magnitude earthquake at 4:30am. And now a tsunami/tidal surge warnings.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800433556279291904,
"tweet_text": "True. There is never any shame in asking for help. #eqnz",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797941166935154688,
"tweet_text": "RT @NZStuff: New Zealand roads have been damaged and blocked #eqnz .",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797906961689968640,
"tweet_text": "A bit of a clean up today after last nights earthquake in New Zealand. Lucky no damage. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798037919428526080,
"tweet_text": "RT @Watchmanz: John Key, Andrew Little and Gerry Brownlee survey damage to Kaikoura after earthquake #eqnz /",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 771459410153517060,
"tweet_text": "RT @sunriseon7: #BREAKING: Tsunami warning issued for New Zealands north island after a 7.1 magnitude earthquake. #sun7",
"class_label": "caution_and_advice"
},
{
"tweet_id": 771436938511257601,
"tweet_text": "NZ hit by 7.1 earthquake off the east coast around 4:30am this morning. NZ civil defense has issued a Tsunami warning. #nzeq",
"class_label": "caution_and_advice"
},
{
"tweet_id": 800441852272906240,
"tweet_text": "If you need support or advice then you can give the friendly people on the 24/7 earthquake support line a call 0800 777 846 #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 800158594704572420,
"tweet_text": "#temblor - New Zealand earthquake damage map: Images reveal massive destruction",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797964074873036801,
"tweet_text": "RT @RickKiessig: 25 buildings in the Wellington Central Business District have been identified as having possible structural damage. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797815224212426752,
"tweet_text": "#NewZealand #Tsunami Warning continues.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798035758288207872,
"tweet_text": "@NZRedCross: Please donate to our special earthquake appeal. Help your neighbours, friends & #1 in New Zealand",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797846122102296578,
"tweet_text": "@vlinder_nl Tired after being woken in the middle of the night, but safe. No damage except to our sleep #eqnz #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797965019249946625,
"tweet_text": "Another earthquake 6.4. Praying 4 u all in the affected areas & praying tht it will stop. Our thoughts r with u. Keep safe NZ!! #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797794863206973442,
"tweet_text": "New Zealand tsunami warning oh no @8ben_ still love you can we quickly get married before I drown?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 798006816324001792,
"tweet_text": "Slip dam on Clarence River has breached - wall of water heading down valley to sea. Warning issued to residents. #EQNZ",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797878236218675200,
"tweet_text": "Just catching up on the #eqnz news after a rough night not feeling 100%. Sending huge luvies to everyone affected by quakes. #staystrong",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 771573244948123649,
"tweet_text": "Expert Q&A: East Cape earthquake and tsunami warning: Dr John Ristau, seismologist, GNS Science and GeoNet:",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798340246857334784,
"tweet_text": "Aftershocks pls #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797964102433787904,
"tweet_text": "New Alert: Tsunami Information (Pacific Ocean) - South Island Of New Zealand - 6.8, Severity: INFORMATION",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797798834524954624,
"tweet_text": "RT @mb_inthehutt: Hutt tsunami sirens now going. #eqnz",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797972268001337344,
"tweet_text": "Our thoughts are with those communities affected by the on-going earthquakes. #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798027317805281280,
"tweet_text": "At least 60 #Wellington CBD buildings are damaged, 10 seriously so, but the CBD will be open as usual tomorrow #nzearthquake #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798782349932523521,
"tweet_text": "@TexasDamnit beautiful pics! US Navy are coming to help, to get stranded people out of Kaikoura #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 798427945639510017,
"tweet_text": "Before & after pics of the building threatening @NZRedCross HQ. The sides shearing off towards our building. #eqnz #RedCross #MolesworthSt",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798670525006389248,
"tweet_text": "RT @EQCNZ: Reminder: If your home or property has suffered damage. Please make sure to take photographs and document whats been affected #",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798415588242681856,
"tweet_text": "If the building and lifts are separate structures no worries: The bridge cladding is sacrificial. #Molesworth",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797808376289718272,
"tweet_text": "RT @Peaceful_intent: #EQNZ #Sumner Sirens were activated for evacuation",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 797910321176330240,
"tweet_text": "RT @IMEmmaSmart: Woke up mildly confused about being fully dressed, then, oh yeah, tsunami threat all through the night. #EQNZ #Christchurc",
"class_label": "not_humanitarian"
},
{
"tweet_id": 800816642867412995,
"tweet_text": "RT @NZDefenceForce: #BREAKING || The @NZArmy convoy have arrived in Kaikoura with essential relief supplies including food! #eqnz",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797820935785115648,
"tweet_text": "RT @Claire_Phipps: At least 45 aftershocks in New Zealand earthquake; five rated severe including initial 7.5 quake #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797799017333690368,
"tweet_text": "Livestream seems to show water lapping at top of the beach. And lots of people driving on promenade!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797968908141477888,
"tweet_text": "RT @janinekrippner: Some of the damage to roads in #NewZealand after the #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 797851207494672385,
"tweet_text": "@zanechaffins Trump on a tweet about the earthquake and tsunami in New Zealand. Why do people think US is sooo important to do that",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797865956789751808,
"tweet_text": "RT @rtenews: Tsunami warning after quake off New Zealand coast",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798809755833634817,
"tweet_text": "Honestly New Zealand is falling apart! We had a massive 7.8 magnitude earthquake, tsunami, cyclones and we just had a tornado 3F#NewZealand",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797856038397480960,
"tweet_text": "Well that was the biggest/longest earthquake Ive felt.. Hoping everyone is safe x #eqnz",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797873458990354432,
"tweet_text": "Woke up to this news this morning My heart goes out to those affected by this massive quake Look after each other",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797803194264862720,
"tweet_text": "This is the first warning Ive seen that specifically mentions the red tsunami risk zones only.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 797848073653264384,
"tweet_text": "RT @suzemetherell: People who work in Wellingtons centre are being told to stay home as damage of the 7.5 shake overnight is assessed. #eq",
"class_label": "caution_and_advice"
},
{
"tweet_id": 798059079939735552,
"tweet_text": "Help out people affected by the #NewZealand #earthquake through the Red Cross:",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 798055255049052160,
"tweet_text": "Shakey shake. My apartment building in Welly is still swaying. #eqnz",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 798018897156788224,
"tweet_text": "I think we found Richie McCaws first rescue mission",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 797798404533329920,
"tweet_text": "RT @neogeo: #Kaikoira sea levels all over the place take tsunami threat seriously. #eqnz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 797791136022601728,
"tweet_text": "Tsunami warning sirens now activated in Christchurch low-lying areas #eqnz about time!",
"class_label": "caution_and_advice"
},
{
"tweet_id": 797798459763990528,
"tweet_text": "RT @BryDeborah: My thoughts and prayers for everyone effected by todays massive earthquake in New Zealand! Stay safe, everyone!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797791731982815233,
"tweet_text": "RT @amscraig: Just got text from my work (ANZ) that our work Wellington CBD buildings are closed tomorrow #eqnz #bcp",
"class_label": "other_relevant_information"
},
{
"tweet_id": 798096793644990464,
"tweet_text": "Thoughts are with the people/animals affected by todays #earthquake s in #NewZealand #eqnz #Kaikoura #Wellington",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 797871294284865536,
"tweet_text": "Quite a bit of damage and 2 fatalities so far. Relieved that my friends are fine. #eqnz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 797793100294852612,
"tweet_text": "Can now hear the sirensdoes this mean we move? Were about 4/5km from the sea #eqnz #tsunami",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910803651031056385,
"tweet_text": "RT @kabrunotte: List of updated charities that are helping with disaster relief in Mexico.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913871068544339968,
"tweet_text": "RT @JChavez002: The help is on its way to #MexicoEarthquake victims and you can continue to help!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911666501228417025,
"tweet_text": "The entire FIRST Global community stands with those affected by yesterdays devastating earthquake in central Mexico. Fuerza, México!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 911656052181016576,
"tweet_text": "Proud of Israel for once again reaching out to their fellow man and sending rescue teams to help following #MexicoEarthquake #IDFAidToMEX",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910571711870812161,
"tweet_text": "@StuartCamp stu, do you know about the earthquake in Mexico? We are in a but crisis, if you want to help you can donate here, thank you❤️ὄ7ἿB",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914349312611627008,
"tweet_text": "Schools unite with benefit concert to help Mexico earthquake victims – The San",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911783155463372801,
"tweet_text": "Wife of @StephenCurry30 responds to Trump’s attacks by asking him to donate to Mexico earthquake victims. That’s how you use the limelight!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910543045745025024,
"tweet_text": "RT @nytimesworld: 216 people have been killed by the earthquake, Mexicos civil protection agency reported early Wednesday",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910549733084499969,
"tweet_text": "RT @FortuneMagazine: Mexico City earthquake: Pictures of the damage and destruction",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 914954707550003200,
"tweet_text": "Please help us raise funds (accepting crypto) for Mexicos earthquake victims. Info here: #EarthquakeMexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914479866073972736,
"tweet_text": "@AlanSims3 @JuddLegum i volunteered to create survival kits for people affected by the mexico earthquake and trust me, that’s nothing, not even close to enough",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910746454515503105,
"tweet_text": "Death toll after earthquake in Mexico City rises to more than 200",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910643784957882368,
"tweet_text": "RT @FoxBusiness: .@hillary__vaughn provides an update on the deadly Mexico earthquake: At least 225 dead .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911621935506886656,
"tweet_text": "RT @nytimes: The earthquake destroyed dozens of buildings in Mexico City and now pose a risk to rescue workers and residents",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911657691285729282,
"tweet_text": "RT @TheChainsmokers: Please donate to those in desperate need in Mexico of help right now!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910775713950773248,
"tweet_text": "RT @BNONews: BREAKING: Building collapses in Mexico City after powerful earthquake; no word on casualties",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910715389516161024,
"tweet_text": "My heart breaks even more today reading about all those who have been affected by the earthquake in Mexico. Please keep praying!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910685784658796544,
"tweet_text": "RT @lg16spear: @AdriFonsecaC what happen to the citizens of Mexico is tragic, that earthquake destroyed millions of homes. #PrayersforMexic",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 914892851653238784,
"tweet_text": "Help fund education, earthquake missions in Mexico! 10% of sales goes to help #lostopos",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911710051454382081,
"tweet_text": "AROUND THE CLOCK effort: @USAID #USAR teams work 24-hr shift w/ Mexican & intl teams 2 search collapsed bldg for #MexicoEarthquake survivors",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910577682403942400,
"tweet_text": "Red Cross Mexico has arranged an Amazon Wish List where you can donate specific items for earthquake victims. #RT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910726502328627201,
"tweet_text": "RT @MFASriLanka: 2D10 #SriLankas thoughts are with the people of #Mexico following todays devastating #earthquake. @EmbaMexInd",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910523497943666688,
"tweet_text": "RT @TravelLeisure: Deadly earthquake shakes Mexico City, causes buildings to crumble",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910808449243598848,
"tweet_text": ".@victor_dosoretz opens #10WCC address by recognising earthquake victims in Mexico during workshop on skills for tomorrow",
"class_label": "other_relevant_information"
},
{
"tweet_id": 915270353139769351,
"tweet_text": "Help Mexico after the terrible earthquake of September 19. To donate : #FuerzaMexico @Ambulante @diegoluna_",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910646772812333056,
"tweet_text": "Residents of Mexico City distributing water, food, and diapers to victims of the earthquake. #AyudaCDMX #MexicoEstaDePie",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911672316790063105,
"tweet_text": "RT @PaulStanleyLive: MEXICO! I am praying for you and your safety. Central Mexico earthquake kills dozens, topples buildings @CNN",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911832312345649154,
"tweet_text": "Heavily affected block after the #19S #earthquake is guarded by Mexico City PD and Mexican Army",
"class_label": "other_relevant_information"
},
{
"tweet_id": 912210957308354560,
"tweet_text": "My heart breaks for the victims and for feminist group that was trying to bring attention to them,only to be met with abuse and ridicule. 1/",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912354322364604416,
"tweet_text": "Cristiano Ronaldo paid a touching tribute to Santiago Flores, a young fan killed in last weeks earthquake in Mexico.❤️",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910743978030489600,
"tweet_text": "@TOPLatinAmerica @RealGDT @DunLaura @topupdating @TOPMexicoClique @TioBlurryfake @european_clique @TheGermanClique @andaluciaclique @ArgentinaClique @ColombiaClique @TheCliquePilots @murcia_clique @pejvahdat could you please RT? Its to help the victims of the earthquake in Mexico. Please and thank you Im sorry if I bother.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910550158449840128,
"tweet_text": "@ESanders_10 @CenturyLinkCO Can you guys make something to help the people of Mexico, that were affected by the earthquake? @Broncos",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 912447339398406145,
"tweet_text": "@TwitterSupport this account is helping people to check structural damages after the earthquake in Mexico. People need his help.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 913860333713756160,
"tweet_text": "A great way to donate to help w/ #PuertoRico hurricane, Mexico earthquake, or both: #FuerzaPuertoRico #FuerzaMéxico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913144289764528128,
"tweet_text": "Messages of encouragement placed in an offering to the victims of Mexico Citys earthquake, on September 25, 2017 #AFP",
"class_label": "other_relevant_information"
},
{
"tweet_id": 913458667625881600,
"tweet_text": "Mexico Citys restaurants join earthquake relief efforts: My latest for @Eater #SismoCDMX #Sismo19S",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910814513947017216,
"tweet_text": "What to do after an #earthquake strikes your neighborhood? Here’re some tips from #Mexicos Official #MexicoEarthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 910707718746513409,
"tweet_text": "Im gonna need a seismologist to explain why there hasnt been a single aftershock above 1.0 after the Mexico City earthquake.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910712547719942144,
"tweet_text": "RT @davidcoverdale: Our Thoughts & Prayers To All Mexico earthquake: more than 40 dead as powerful tremor rocks Mexico City .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910636731757559808,
"tweet_text": "A 7.1-magnitude earthquake hit Mexico on Tuesday, leaving hundreds of people dead and dozens missing. Live updates:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910622420817477632,
"tweet_text": "@TheMattEspinosa There was an earthquake in Mexico City the people are dying to fast #PrayForMexico",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910537800289746944,
"tweet_text": "RT @webcamsdemexico: MT @ABC: Drone footage shows destruction in Mexico City caused by the 7.1m earthquake; :",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 912137082168070145,
"tweet_text": "RT @abcnews: Small dog rescued from rubble six days after deadly Mexico earthquake {Photo: Reuters)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912325944681074690,
"tweet_text": "Donate here to help with Mexico earthquake relief 2Dὄ7ἿB @ElJuanpaZurita",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910681535572885506,
"tweet_text": "Spanish show Jugones emphasize the great & immediate response of society to help the victims of the earthquake in Mexico. @JugoneslaSexta",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911713817704271872,
"tweet_text": "Mexico struck AGAIN: 6.1 earthquake rocks country days after disaster killed nearly 300",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910525901766402049,
"tweet_text": "WATCHᾑ7#Dog rescued from collapsed #MexicoCity building after todays #Earthquake #HeroesἼ5#Mexico #Mexique #PetsὃE#YorkRegion #ElderAbuse #Nava",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910643385479815168,
"tweet_text": "Recovery Begins After Mexico Earthquake Kills Hundreds via @CNTraveler",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910611758657691648,
"tweet_text": "If you can help please do, there has been a lot of damage, and every bit of help is necessary",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 915066163608121344,
"tweet_text": "@tinadesai07 300 dies after earthquake in Mexico, 6 states with several damages Why this doesnt matter dear @tinadesai07 You have fans in Mexico ὢ2",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 912400817407299587,
"tweet_text": "Rock band Elefante, Hilda Solis to attend event to raise support for earthquake victims in Mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910727855084003328,
"tweet_text": "RT @tempusviators: Mexico Quake Kills 200; Scene of Anguish at School Disaster via @NYTimes",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911634008970334208,
"tweet_text": "Altro forte Terremoto in Messico 2D M 6,1 earthquake near Mexico occurred 3 hours ago ὣ3",
"class_label": "other_relevant_information"
},
{
"tweet_id": 912000859780861958,
"tweet_text": "Our thoughts are with #Mexico as they recover from the Sep19 earthquake & those in #PuertoRico & the #Caribbean impacted by #HurricaneMaria.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910697086890467328,
"tweet_text": "I just found that a taquero in mexico is giving free tacos to the people in need from the earthquake. This is why i love mexico ὢ2❤️2D",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910573151213547520,
"tweet_text": "RT @PressTV: Building crumble down in Mexico City following powerful earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911655673502535681,
"tweet_text": "RT @nytimesworld: Mexico City has some of the best building codes in the world but enforcement is lax, as Tuesdays earthquake showed",
"class_label": "other_relevant_information"
},
{
"tweet_id": 913297757695365123,
"tweet_text": "Cops Rescue Stray Puppy Too Scared To Move After Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910654610779512832,
"tweet_text": "RT @USDpres: Our thoughts and prayers are with our friends, family members and alumni in Mexico City in the aftermath of the earthquake. @G",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 914900524956360704,
"tweet_text": "RT @robinsnewswire: Death Toll From Earthquake In Mexico Hits 361, Some Still Missing #Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910550073100066816,
"tweet_text": "An earthquake happened in Mexico yesterday. There are broken glasses & a bit damages in my room but Im ok. Not the same for people at CDMX",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910553949010145280,
"tweet_text": "RT @astros: We send our deepest condolences to those affected by the earthquake in Mexico City. 2D",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911892837691772929,
"tweet_text": "2D E1Israeli rescue workers continue to work intensively at collapsed buildings in Mexico, trying to locate survivors of the earthquake.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910579377859026944,
"tweet_text": "RT @TravelGov: #Mexico: Earthquake reported in Mexico City. Monitor local news for more information.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 911907054964572160,
"tweet_text": "RT @RT_com: Magnitude 5.7 earthquake struck off the coast of Chiapas, Mexico - EMSC #MexicoEarthquake /",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910533413269995520,
"tweet_text": "RT @UrgentNews5: Today is also the anniversary of the 1985 Mexico City earthquake. So sad to see this tragedy happen again on the same day",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910807130747305985,
"tweet_text": "searching for survivors . at least 245 dead after earthquake in Mexico. @fox6wakeup 5 is on now",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911701877863133189,
"tweet_text": "IDF Search and Rescue Team Departs for Mexico after Deadly Earthquake | United with Israel",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911727447569133568,
"tweet_text": "RT @FeministaJones: Ways to help Mexicans post-Earthquake from a woman in Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910524053521293312,
"tweet_text": "Rescuers search for dozens of children feared buried under a Mexico City school after earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910700727957377024,
"tweet_text": "RT @WorkingFamilies: Our hearts are with Mexico City. Here is a growing list of places to donate",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 914999482193920000,
"tweet_text": "@justinbieber Mexico has problems with the earthquake, so many people died and others dont have a house ὡ0ὡ3",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 913965154773151744,
"tweet_text": "RT @MikeElChingon: This is Frida, the Marina dog who saved 52 people after Mexicos earthquake. 1 RT = 1 pet",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910812499502608385,
"tweet_text": "RT @ninatypewriter: Effort to rescue Frida Sofia, the girl trapped in collapsed school after Mexico earthquake. WATCH LIVE:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910679808018751488,
"tweet_text": "you can help the victims of this deadly earthquake by donating to",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910534515910696960,
"tweet_text": "Latin American Herald Tribune - Taiwan to Send Rescue Teams to Mexico after Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911832316783337473,
"tweet_text": "RT @TheShadyFacts: Shawn Mendes donates $100,000 to the Mexico Earthquake Relief. ὉB",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910817169566502913,
"tweet_text": "Mexico City was built on land that’s prone to severe earthquake damage.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 910567532376973313,
"tweet_text": "RT @stlucia: Our thoughts go out to everyone in Mexico who was affected by the earthquake. All the images are utterly heartbreaking",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910755868693721088,
"tweet_text": "220 confirmed dead in mexico earthquake Im dreading the second house search results",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910576706531950593,
"tweet_text": "RT @khaleegis: Another hurricane in Puerto Rico and another earthquake in Mexico ὡ6 please help us and help them ὤFἿC",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910641165564706816,
"tweet_text": "RT @DrakeBell: 48 reported dead in Mexico City after earthquake.I cant believe this. Praying for Mexico 2D",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910553444737368064,
"tweet_text": "RT @mlavinm: The earthquakes tragedy calls The best in us: the desire to help, of belonging to a community. I Love you, Mexico City.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913051331530821636,
"tweet_text": "RT @GbuckTeo: Please donate to help our Mexican and Puerto Rican friends! #MexicoEarthquake #PuertoRicoRelief",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912424911930630144,
"tweet_text": "RT @jica_direct_en: Japan Disaster Relief (JDR) Rescue Team was dispatched to Mexico in response to the damages caused by the earthquake.ht",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911683667189170178,
"tweet_text": "RT @vanevillela: My friends and I are holding a donation drive to benefit survivors of the Earthquake in Mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911902281007865856,
"tweet_text": "#BREAKINGNEWS: New #earthquake, a magnitude 5.7 #earthquake strikes, #Paredon, #Mexico. @USGS @USGSBigQuakes confirmed. #MexicoEarthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 910615402530476032,
"tweet_text": "RT @cher: We ὤFἿB4 Those Suffering From Devastating Earthquake in Mexicoὢ5We AlsoὤFἿB4 Ppl Of Islands Who Suffer Catastrophic Damage Due 2 Hurri",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910643564845125633,
"tweet_text": "RT @Daminous_Purity: Sending thoughts & prayers to all our friends in Mexico and #Japan who are in the middle of bad #earthquake s. Be wel",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910571606564421634,
"tweet_text": "To donate via #Bitcoins for Mexicos earthquake relief you can do so using this address:1FsicrvMbarJNKVBcUDK1FVujSBs1U6UrZ",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910718564885192704,
"tweet_text": "@morethansport this is JOJUTLA in Mexico after the earthquake hometown of @irvingperezp PRO ITU athlete any help is welcome!!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910637605263376384,
"tweet_text": "I liked a @YouTube video Mexico Earthquake: Rescue operation ongoing for survivors as residents come out in",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911673611856920576,
"tweet_text": "Death toll from the earthquake in #Mexico on Tuesday is now up in 295. In a few places rescue teams are still looking for people alive.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910714582796312577,
"tweet_text": "RT @AshleyMGreene: My thoughts and prayers are with Mexico City. I cant and dont want to imagine the magnitude of a 7.1 earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910689480025161728,
"tweet_text": "Mexico Earthquake Claims at Least 248 Lives, Many Still Missing » Alex Jones Infowars: Theres a war on for your m",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911783172978987008,
"tweet_text": "RT @ajplus: After Mexicos earthquake shut down neighborhoods, bicyclists stepped up to navigate the streets and provide relief. .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913128433118478336,
"tweet_text": "The building of an insurance company remains surrounded by yellow tape following the last 7.1 earthquake, in Mexico City on Sept. 27 #AFP",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 912111280403697665,
"tweet_text": "Cristiano Ronaldo has sent a heartfelt message to the family of a young fan killed in Mexico’s earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910580350895534081,
"tweet_text": "Sergio Perez has donated £125,000 to victims of Tuesdays earthquake in Mexico which has killed more than 200 people",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910557500826542080,
"tweet_text": "RT @AtibaHarris: My thoughts are with my brothers and sisters in Mexico who are suffering from the earthquake ὤFἿEὤFἿEὤFἿE",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913846890143387649,
"tweet_text": "RT @JusticetheSmith: the least I can do is signal boost this DONATE TO PUERTO RICO HURRICANE RELIEF & MEXICO EARTHQ",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910547600084013057,
"tweet_text": "Death toll in #MEXICO #Earthquake rises as citizens frantically look for the missing",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911739680953008128,
"tweet_text": "Omar Rodríguez Graham went out to help as fast as he could on Tuesday, right after the quake. #facesofsolidarity #earthquake #mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910571782737768451,
"tweet_text": "Check it out! I donated to Mexico Earthquake Relief #FuerzaMexico #PrayForMexico #Donate via @CrowdRise",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914235278285578240,
"tweet_text": "Police rescue dog from rubble in Mexico City nearly a week after 7.1-magnitude earthquake collapsed 38 structures.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910619144206381056,
"tweet_text": "Went out this morning to do some video of the Mexico City Earthquake Damage, look at the baby",
"class_label": "not_humanitarian"
},
{
"tweet_id": 910708423930601479,
"tweet_text": "Another big #earthquake near Mexico yesterday, again big enough to be seen in my @raspishake in #Edinburgh",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910637376791179264,
"tweet_text": "RT @EricJJohnson79: Please take a look at this list of updated charities that are helping with disaster relief in Mexico. #mexicocity htt",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913089213071073280,
"tweet_text": "RT @rosame: @EecoGuille Praying for everyones safety in #Mexico #Earthquake . Hope you & near ones are safe.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910715801484840960,
"tweet_text": "RT @davidlongoria7: Prayers for #Mexico as they begin to recover from the #earthquake #GodblessMexico",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912326672807899136,
"tweet_text": "A total of 324 persons have been confirmed dead after last weeks earthquake in Mexico. 186 of them died in Mexico City.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910683864372101121,
"tweet_text": "TO ANYONE CONSIDERING DONATING TO MEXICO CITYS EARTHQUAKE RELIEF PLEASE DONATE THROUGH PAYPAL AT [email protected] @topos",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913412495196299264,
"tweet_text": "RT @NathanielParish: Heres my essay on recovery efforts in Mexico City and what its like living in an city threatened by earthquakes http",
"class_label": "not_humanitarian"
},
{
"tweet_id": 910634324793290753,
"tweet_text": "RT @TUSK81: Christian, a medical student: It’s very characteristic of the Mexican people: We stand together.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910770903343972352,
"tweet_text": "Mexico City Sport Director Says No Major Damage to Estadio Azteca in Earthquake - Bleacher Report #2Dtodosuno!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 912045521308708864,
"tweet_text": "RT @najjar_samaan: OCA Diocese of Mexico assessing earthquake damage in parishes, missions | A Russian Orthodox Church Website",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910724719573213184,
"tweet_text": "@siwonchoi May you do something for Mexico? Yesterday a earthquake if 7.1 destroy a lot of buildings #PrayForMexico",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910638525346750464,
"tweet_text": "RT @Number10gov: My thoughts are with everyone affected by the devastating earthquake in Mexico. The UK is ready to support in any way that",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912374871673462784,
"tweet_text": "RT @ELCALDR: As Mexico earthquake survivors heal in hospitals, rescuers aren’t giving up in the search for others",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910559002286637056,
"tweet_text": "2D we need any help @thereadyset @CameronWalker @mikenaran @WEARENEKOKAT",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 910785046805704704,
"tweet_text": "Person Rescued After Mexico City Factory Collapse During Earthquake. Credit – Twitter",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910643055421644800,
"tweet_text": "RT @EsportsArath: Would you guys help if I did a donation stream for Mexico? Maybe a charity tournament. We really need your help after t",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912394831401385988,
"tweet_text": "Oh happy day! Dog pulled out of rubble alive six days after earthquake hit Mexico via @nypost #MexicoCItyEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 914666000825634816,
"tweet_text": "Help the Olivares rebuild Help my Pastors rebuild their home that was damaged in the Mexico City earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910680669767872513,
"tweet_text": "chris studies medicine in mexico n is asking for donations for medicine because of the earthquake!! anythin helps!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911801759848218625,
"tweet_text": "RT @SalHernandez: After deadly earthquake people in Mexico trust group of civilian volunteers known as Topos Azteca more than the navy http",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912358205426106373,
"tweet_text": "RT @RepKinzinger: My thoughts and prayers are with the people of Mexico City & with all our friends in Mexico following this devastating ea",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912420269804982272,
"tweet_text": "RT @MichiganRoss: Ross MBAs are helping raise money for victims of the earthquake in Mexico:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910695149587521536,
"tweet_text": "If you are interested in donating to a México Earthquake Relief Fund please consider Christian ministry World Vision",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910656076378513408,
"tweet_text": ".AntonioGuterres extends his condolences to Government & people of Mexico following the earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910693964990287872,
"tweet_text": "Keep these in your prayers tonight: - Earthquake in Mexico - Flooding in India - Hurricane Maria in Caribbean & Puerto Rico #FuerzaMexico",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910713930254835712,
"tweet_text": "RT @BetteMidler: Earthquake in Mexico devastates huge area & killed numbers that keep climbing. Deepest sympathy to all; especially those",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910646396562362368,
"tweet_text": "RT @rbcamartinez: Praying for everyone affected by the earthquake in Mexico City ♥️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910619312280371200,
"tweet_text": "To help the millions suffering from the Mexico Earthquake, please enter here to donate to help rescue missions",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911700055253557248,
"tweet_text": "At 1st sight, a homeless family on the streets. In the background, a group of people donating goods for the earthquake victims in Mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912294025658544129,
"tweet_text": "RT @anttentionmedia: Mexico Earthquake, Building Collapse when hit by 7 1 Magnitude Earthquake: via @YouTube",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911770764973531136,
"tweet_text": "We wish the best to those who where affected by the Earthquake in Mexico and to those who are saving lives #FuerzaMexico #MexicoFuerte",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911784626691047424,
"tweet_text": "RT @JonRiley7: The THIRD major earthquake in a single month just hit Mexico. Please donate to @SaveTheChildren’s relief efforts: .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910563180245479424,
"tweet_text": "19/11/1985:M 8.1 earthquake obliterates Mexico City, killing over 30K people 19/11/2017:M 7.1 Earthquake kills over 250 people in 4 States",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910625155235246080,
"tweet_text": "JUST IN: @POTUS spoke with Mexicos Pres. Peña Nieto today after yesterdays earthquake, offering assistance which are now being deployed",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912214867800723457,
"tweet_text": "Contribute to #MexicoEarthquake Recovery Fund to support medium and long-term rebuilding needs:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914739578480812032,
"tweet_text": "RT @jameslfredrick: My story about the incredible team at #verificados19s @verificado19s coordinating earthquake aid in Mexico",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910629838997688320,
"tweet_text": "RT @CBetanzosT: #Mexico #mexicoearthquake #EarthquakeMexico #earthquake You can #Help",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910610900515778560,
"tweet_text": "This makes my heart hurt. I cant imagine what the families of these kids and everyone affected are feeling",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913437799877156865,
"tweet_text": "Israeli earthquake rescue team heads home saying their mission in #Mexico has ended. @cgtnamerica",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914820745024430081,
"tweet_text": "500 potentially damaged structures in Coatetelco, Miacatlan Municipality, Morelos State, Mexico #Mexicoearthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911828801600057344,
"tweet_text": "RT @BeyondType1: How to Help T1Ds Affected by the Earthquake of Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912066612756221953,
"tweet_text": "#REWIND: Rescuers rescue a girl trapped in the rubble of her #earthquake collapsed school in #Mexico. #FOX35",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912042600974008320,
"tweet_text": "(3/3) Make a gift to our International Disaster Relief Fund to help animals affected by this & other disasters ὤF:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913359867880067072,
"tweet_text": "Bolivia Sends Humanitarian Aid to Mexico After Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911722238193303553,
"tweet_text": "Frida ,The Hero Dog, Saved 52 People In Mexico Earthquake via @9gag",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 915076822756466690,
"tweet_text": "Mexico’s ’85 Earthquake Didn’t Start a Revolution - Essay - Zócalo Public Square",
"class_label": "other_relevant_information"
},
{
"tweet_id": 912950828239122432,
"tweet_text": "RT @Paralympics: #FuerzaMexico: Athletes from Mexico have been helping to provide aid for earthquake victims. 2D",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912165038512734209,
"tweet_text": "What makes me sick is Congress has blatanly ignore fact that citizens of Flint MI still dont have clean & safe drinking water. HELLO!!!ὡFὡFὡF",
"class_label": "not_humanitarian"
},
{
"tweet_id": 912087005554630656,
"tweet_text": "Rodeo event to raise money for Mexico earthquake recovery efforts (Mitch Dudek/Chicago Sun-Times - Entertainment)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910560481097613312,
"tweet_text": "RT @cnni: Dozens were killed in a powerful earthquake that rocked Mexico City and surrounding states",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 914507343068512259,
"tweet_text": "RT @michaelsky12: @MilitaryEarth ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6 This is Frida, she has saved 53 people so far in Mexicos Earthquake.ὃ6ὃ6ὃ6ὃ6ὃ6",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913024801840570368,
"tweet_text": "People are sleeping in the street, in the rubble, in the rain. So we need housing now",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 912395720862269441,
"tweet_text": "RT @TUSK81: In Mx, brigades of volunteers, young and old, wander about on foot and on bicycles offering food, clothing, water. .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911679253585985536,
"tweet_text": "Children need to play. We’re providing fun and games on the streets of Mexico City for kids made homeless by the #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910683021447118848,
"tweet_text": "Microsoft helps families of earthquake victims with free Skype calls to Mexico (Brian Fagioli/Betanews)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913594486592360448,
"tweet_text": "RT @Metro_Ents: Kim Kardashian-West donating proceeds from Vogue Mexico cover to Earthquake victim charity",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914636426779664384,
"tweet_text": "RT @justinbaldoni: If you are in LA on Oct 3rd- @BluJamCafe is donating 20% of all proceeds to the #mexicoearthquake relief fund.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912108822746955777,
"tweet_text": "RT @HNSMX: @Totalbiscuit Frida, a better picture. The hero who saved many lives from Earthquake rubble in Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 915073998735556608,
"tweet_text": "Welcome to Thailand Ambassador Meir Shlomo, and thank you again for Israels rescue mission after the terrible earthquake in Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910704576805908482,
"tweet_text": "RT @PoojaVJoshi1: Sad to hear about Mexico Earthquake..prayers for all the families in Mexico #MexicoCityearthquake #PrayersforMexico #pray",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910541799315214336,
"tweet_text": "as you may know, Mexico has been hit by another earthquake. below i will put some information, any donations are welcome!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911954871724707842,
"tweet_text": "Frida, the rescue dog who is helping search for survivors following a series of earthquakes in Mx. #MéxicoFuerte",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911725467174096896,
"tweet_text": "RT @MattJCutshall: Anyone else able to help the victims of the earthquake in Mexico you can donate here ❤️",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912149268449955841,
"tweet_text": "RT @NatGeo: Todays quake in Mexico comes exactly 32 years after a massive earthquake left thousands dead in 1985",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911623338140864513,
"tweet_text": "Earthquake Relief Helicopter Crashes in Mexico, Kills One",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 912214828093128704,
"tweet_text": "RT @EladRatson: VIRAL NOW! Demand 4 women & men of #IsraeliE1 rescue team in #Mexico2D exceeds beyond #MexicoEarthquake survivors ὠF",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912397469404860416,
"tweet_text": "RT @ajplus: UPDATE: The death toll from last week’s 7.1 magnitude earthquake in Mexico has climbed to 320.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911650470015496193,
"tweet_text": "RT @Nearsoft: You can help the people of Mexico City to get back on their feet! Click to donate",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911812022295306240,
"tweet_text": "@envidiadetodos @alynmon @SilviaCarlova @TelevisaApesta_ @Paul_Pellon @soyNorma__ @hekglez @CaradeMarciano @adiazpi @Angelik9091 @canallasforever Y es por eso que: Mexicans arent counting on the government to rescue them. Theyre saving themselves",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910717444628598784,
"tweet_text": "RT @KhamakarPress: Top story: Where to Donate to Mexico Earthquake Victims , see more",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913395321119449088,
"tweet_text": "RT @GovPressOffice: Proud of the Californians assisting w/the #MexicoEarthquake recovery efforts.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913382005332525056,
"tweet_text": "#TEAMRIGO AKA #teamRocket stricks again doing some community work with my 2 AOY candidates. Helping our fellow brothers in mexico earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910708636309213185,
"tweet_text": "Information on How to Help The Victims of The Mexico Earthquake if You Are in #CostaRica",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914028740392431616,
"tweet_text": "An excellent gesture ὄF @FCBarcelona and UNICEF donate 200,000 euros to earthquake victims in Mexico ὄ9",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910734009386151936,
"tweet_text": "USA sending elite team to aid in Mexicos earthquake aftermath. Thank you USA! #fuerzamexico #vivamexico #usamexico #brothers",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910814489905307648,
"tweet_text": "RT @YingjueChen: If youre trying to find verified donation orgs for Mexico City Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910564068985004032,
"tweet_text": "@GearsofWar take out packs to help Mexico by the earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910701306465148930,
"tweet_text": "RT @thelatintimes: . @salmahayek and @anabrendac are determined to help Mexico after the earthquake. This is how you can join them!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910586436608442368,
"tweet_text": "@Oatmeal Can you help us with a RT Mexicos Earthquake",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 910752384216895488,
"tweet_text": "RT @ditmirbushati: Huge earthquake hits #Mexico. My thoughts are with the victims and all those affected by the devastating earthquake!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911683365153239041,
"tweet_text": "RT @nowthisnews: This rescue dog is working hard to find survivors of Mexicos deadly earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910621463920734208,
"tweet_text": "RT @CharlieDaniels: Just read that the death toll in the Mexico earthquake is 200 They need our prayers.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910525465571373056,
"tweet_text": "Hep Mexico’s Earthquake victims. Donations to Topos on PayPal",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910616134356934657,
"tweet_text": "RT @nytimes: Here is a list of local and international organizations that are providing aid to Mexicos earthquake victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910715616755150849,
"tweet_text": "RT @juanzavaleta: Rescue crews rush to search collapsed buildings after Mexico earthquake via @YouTube",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910573063560871937,
"tweet_text": "Sending love + prayers to our neighbors + friends in Mexico City Here is a list of charities helping in the relief #MexicoCity con amor ♥️2D",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910566830497947648,
"tweet_text": "RT @mcantu06: Video captures building exploding after a 7.1 Earthquake strikes Mexico City. Please pray for Mexico.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913104301089734656,
"tweet_text": "If you are interested in donating to help the victims of the earthquake in Mexico and Hurricanes Harvey, Irma and",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910558547166978048,
"tweet_text": "Our hearts are with everyone impacted by the earthquake in Mexico City, and our thoughts are with our partners @Aeromexico as well.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911709367099170816,
"tweet_text": "Mexico City was hit by yet another 6.1 #earthquake. Luckily I didnt feel it. I believe I did feel a wimpy 5 aftershock yesterday. #temblor",
"class_label": "caution_and_advice"
},
{
"tweet_id": 910613706630762497,
"tweet_text": "Mexico earthquake kills at least 25, mostly children, at school: @Miguelnbc will have more on @NBCNightlyNews.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910725622065799168,
"tweet_text": "RT @JustJared: Salma Hayek just made a major donation to the victims of Mexicos earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910547166090760197,
"tweet_text": "RT @AmericanAir: Our thoughts are with those affected by the earthquake in Mexico City. Travel options are available:",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910695908332920833,
"tweet_text": "RT @karen_berg_: Sending prayers to all affected by the earthquake in Mexico. I hope you will join me. Through our unity may the heavens he",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912430421543198720,
"tweet_text": "RT @diegoluna_: Please join!! Lets help those in Mexico who lost everything after the earthquake. Check out",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 910584158602199040,
"tweet_text": "RT @mashable: Heres how to help Mexico City after yesterdays deadly earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910766780079050752,
"tweet_text": "RT @hyungwonope: [news articles] MONSTA X winning speech we will pray for Mexico and pray for the recovery from the earthquake. /",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910780771429945344,
"tweet_text": "Race To Save Mexico Earthquake Survivors Continues",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913198802772856832,
"tweet_text": "RT @XHNews: Chinese community members in central #Mexico launches fund drive for earthquake victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722050420026273793,
"tweet_text": "RT @ZuritaNarcisa: hope everyone in Ecuador is safe now due to the earthquake that happened earlier tonight",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721767225456074752,
"tweet_text": "@RT_com: URGENT: Death toll in #Ecuador #quake rises to 233 – President #Correa #1 in #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721735353703510016,
"tweet_text": "@cnnbrk @POTUS @TheEllenShow @LeoDiCaprio please we need help. Theres so much destruction ὢ2 #EcuadorEarthquake",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721637133690269696,
"tweet_text": "Independent: Video shows the moment earthquake that killed at least 77 struck Ecuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721818472930533380,
"tweet_text": "@TheEllenShow Hi Im writting you from Ecuador, our country is in emergency because of the earthquake. We need help please. #PrayForEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721852711033942016,
"tweet_text": "RT @PDChina: Update: #EcuadorEarthquake toll rises to 246 dead, 2,527 injured: Vice President Jorge Glas",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721897438785703936,
"tweet_text": "RT @paulaist: #EcuadorListoYSolidario: help people affected by the earthquake in #Ecuador by donating to the following account:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721789078425829377,
"tweet_text": "Death in the dark: Massive Ecuador quake kills hundreds",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721664544326709248,
"tweet_text": "RT @telesurenglish: Venezuela sends rescuers to Ecuador to assist earthquake victims #SismoEcuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722022784138928131,
"tweet_text": "Ecuador Earthquake: Death Toll Jumps To 272; More Than 2,500 Injured | African Free Press",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721768617847730176,
"tweet_text": "RT @pzf: ECUADOR EARTHQUAKE: - At least 250 dead - More than 1,500 injured - Almost 400 building damaged",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721765792010911744,
"tweet_text": "PLEASE PRAY POR MY COUNTRY #PrayForEcuador ὤFἿBA8 @LaurenCimorelli @KathCim @ChristinaCIM @AmyCim @LisaCim @DaniCim",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722152732472303616,
"tweet_text": "RT @Discovery: Please consider donating to the Nepal Earthquake Recovery fund and help rebuild a mountain village in need >>",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722121657746386944,
"tweet_text": "Dear Friends: Ecuador was struck by a 7.8 magnitude earthquake . Over 200 people have been found dead and more",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721832200338075649,
"tweet_text": "RT @ILNewsFlash: Death toll from devastating earthquake in western Ecuador rises to 246 with more than 2,500 others injured",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721700287673708544,
"tweet_text": "RT @compassionuk: Praying for Ecuador as daylight shows the extent of the 7.8 magnitude earthquake. #PrayForEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722106813341179905,
"tweet_text": "Quito organized a large transport of donations to major impacted areas this morning -- we are focused on helping",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721865974585106432,
"tweet_text": "RT @RedRdngHood1972: HAARP at work. Eco terrorism to control the populace. Powerful earthquake kills at least 41 in Ecuador /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721848721932161024,
"tweet_text": "RT @cholitaquitena: Lets pray for my country Ecuador. This earthquake has caused so much suffering. More than 230+",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722071218262777856,
"tweet_text": "RT @reuterspictures: The desperate search for earthquake survivors in Ecuador as the death toll climbs to 272",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722134009166368768,
"tweet_text": "RT @ecuavolunteer: Volunteering is an attitude! #volunteer #Ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721943638855589888,
"tweet_text": "Link del crowdfunding por Global Shapers Quito Hub: Un Crowdfunding por el #Ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722031821668671488,
"tweet_text": "RT @nytimesphoto: At least 230 people were killed and hundreds more were wounded by an earthquake in Ecuador :",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721674504515227649,
"tweet_text": "thedailybeast: RT GideonResnick: At least 77 people have been killed and 588 injured from an earthquake in Ecuador.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722147473226145793,
"tweet_text": "RT @globalfiredmgf: AR10 point-of-source water units are on the way to #Ecuador, helping provide clean water after #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722191957599117313,
"tweet_text": "RT @gatesfoundation: Following the devastating earthquakes in Ecuador & Japan, we encourage you to consider donations to our emergency resp",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722194931964620800,
"tweet_text": "RT @BraggClover: Ecuador sure could benefit with Global Stars technology. Major devastation, no power, water or internet in many cities an",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721818702207918084,
"tweet_text": "RT @candangaNoticia: #Venezuela sent to #Ecuador experts in rescue, damage assessment and collapsed []",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722014402912722944,
"tweet_text": "RT @WFP: #EcuadorEarthquake WFP deploys emergency teams to assess situation, ready to help most affected. Pics @elcomerciocom /",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721568870167760897,
"tweet_text": "RT @coded4d9dc: My prayers to the victims and their families in the Ecuador earthquake. May there be no more tragedy. ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721899870274002944,
"tweet_text": "My prayers for beloved #Ecuador, shaken by huge #earthquake, may you get needed help. God bless Ecuadorians and give them strenght",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721786856837218304,
"tweet_text": "RT @Hmaailm: Please your help to #EcuadorEarthquake every #donation counts! #RT @GlobalShapersNY @ShapersMadrid",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722211616339718144,
"tweet_text": "This crowdfunding campaign by @QuitoShapers will be a second wave of relief to victims of the #SismoEcuador! Donate:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722164966955053057,
"tweet_text": "RT @edwinboza: Want to support Red Cross Ecuador to help people affected by the #EcuadorEarthquake? Make your donation:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721636330208419840,
"tweet_text": "RT @canadizer: Major earthquake rocks #Ecuador, killing at least 41 #Guayaquil",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721780099763331079,
"tweet_text": "RT @mauroranallo: ⚡️ Scores dead after 7.8-magnitude earthquake rocks Ecuador” #PrayForEcuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721754254030057473,
"tweet_text": "Our deepest sympathies go out to those affected by the #EcuadorEarthquake. #EcuadorListoYSolidario",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721841079637647360,
"tweet_text": "LIVE on #Periscope: 233 deaths 1558 injured in Ecuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721921876528861184,
"tweet_text": "Last Night there was an earthquake in My country ECUADOR, there were Deaths, injuries, Property Damages. PLEASE..@ddlovato #PrayForEcuador ☝",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721739794070560770,
"tweet_text": "RT @SarahMOnline: Thoughts and prayers go out to those affected by the earthquake in Ecuador #PrayForEcuador ὤFἿB",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721811859125452801,
"tweet_text": "RT @cabelloxzayn: A horrible earthquake struck Ecuador and killed 77 people. #PrayForEcuador",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721703604344766465,
"tweet_text": "RT @AlverezAmanda: At least 77 dead, hundreds injured in powerful Ecuador earthquake: QUITO, Ecuador (AP) — The strongest earthq :",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722023526685896705,
"tweet_text": "Ecuador earthquake: Desperate search for survivors as deaths rise",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722118248079224832,
"tweet_text": "RT @wendykopp: .@EnsenaEcuador just finished training in Guayaquil on Friday. All are fine, though sadly there is a lot of destruction in t",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722032591717720064,
"tweet_text": "Well need Your help, so many people lost everything.. ὢ5",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721708366112931840,
"tweet_text": "[GIST] Powerful Ecuador Earthquake Leaves 41 People Dead",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722131552704995328,
"tweet_text": "# Stopru Earthquake in Ecuador: a Quebecer and son among victims: She was a passionate travel, a citizen of th",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721742640614494208,
"tweet_text": "It sounds like a majority of buildings in #Tabuga (& likely #Camarones, #Jama, other small towns) have collapsed. #EcuadorEarthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721755623952621568,
"tweet_text": "RT @BiancaJagger: My thoughts and Prayers for everyone #EcuadorEarthquake RT Earthquake in Ecuador kills at least 233, president says http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721702418996707328,
"tweet_text": "RT @earthskyscience: Ecuador struck by 7.8-magnitude earthquake last night, strongest in that country since 1979. h",
"class_label": "caution_and_advice"
},
{
"tweet_id": 721889574692208641,
"tweet_text": "RT @cnnbrk: Death toll in Ecuador quake jumps to 246; President Correa to arrive Sunday from Vatican. /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721935919444529152,
"tweet_text": "We need you! Can you help us?? #EcuadorEarthquake Emergency Fund! Every penny counts ❤️ὤFἿCA8 #PrayForEcuador #RT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721683289564700672,
"tweet_text": "RT @stephmsolis: 77 killed, hundreds hurt in Ecuadors 7.8 earthquake. The good news? The tsunami threat has passed.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722159581770752000,
"tweet_text": "@KevinSpacey Here in Ecuador we had an earthquake. We need help. Chek this",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721675884550160384,
"tweet_text": "Prayers for the people of Ecuador as they endure the after effects, injuries, and death caused by Sat. earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722208146433916929,
"tweet_text": "RT @Stanford: On this day in 1906, a 7.8-magnitude earthquake struck the Bay Area, causing major damage to campus. #Stanford125",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721609916306337792,
"tweet_text": "In pics: Powerful earthquake hits Ecuador coast, tsunami warning issued #colombia #bhive",
"class_label": "caution_and_advice"
},
{
"tweet_id": 721720397503315968,
"tweet_text": "RT @timesofindia: Ecuador earthquake toll rises to 233 dead, says president: AFP",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721596497352122368,
"tweet_text": "RT @KGeorgievaEU: My thoughts are with the victims, all those affected and all people of #Ecuador following the terrible earthquake there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721825995964215300,
"tweet_text": "RT @GalaecoEcology: You can donate to the government account Thanks for your help and solidarity #Ecuador #SismoEcuador #AyudaPedernales ht",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721718620875841536,
"tweet_text": "Ecuador earthquake: 233 people killed, 1,557 injured . @ParkGeun_hye @spanishkbs #PrayForEcuador ὤF",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721576324721053701,
"tweet_text": "At least 41 killed in Ecuador earthquake: Ecuador’s strongest earthquake in decades, a 7.8 magnitude tremor, s",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721848436031676416,
"tweet_text": "My colleague @Lucho_teleSUR is reporting from the most affected areas #EcuadorEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722066805070569472,
"tweet_text": "RT @ajplus: Update: Ecuadors security minister says earthquake death toll has risen to 350 people.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721729786461102080,
"tweet_text": "RT @redcrossny: #RedCross in Ecuador on the ground helping following yesterdays earthquake there. Follow @cruzrojaecuador for updates.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721855433741307904,
"tweet_text": "RT @cristinaburneos: Para donaciones desde el extranjero. For donations from abroad please check this link for #Ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721742686269612037,
"tweet_text": "RT @eduardoemanuele: Magnitude-7.8 earthquake hits Ecuador; dozens dead - CNN Not less than a minute. Try almost a minute instead h",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721781914928082945,
"tweet_text": "Pray for Ecuador about the earthquake that magnitude was 7.8 according to richter scale. -Oren",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721706590475329536,
"tweet_text": "RT @Brown_Saraah: An earthquake with a magnitude of 7.8 hits Ecuador making it one of the strongest of 2016 so far. I hope everyone is okay",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721743745130045441,
"tweet_text": "RT @MrScottEddy: #EcuadorEarthquake update: 77 dead, 588 injured from #Ecuador quake.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722047814864244736,
"tweet_text": "RT @Yona_JKT48: and also for Ecuador after the massive 7.8 earthquake. My prayers and thoughts are with all the victims ὤFἿB",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722110731542523905,
"tweet_text": "330 DEATHS EARTHQUAKE ECUADOR.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721566805790035968,
"tweet_text": "RT @mshcnn: New post: Ecuador earthquake kills dozens, collapses overpass",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721695932979552256,
"tweet_text": "RT @JulissaFerreras: My thoughts and prayers are with the people of Ecuador and their families in NYC after the terrible earthquake there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722164089519104000,
"tweet_text": "One American reported dead in powerful Ecuador earthquake - Fox News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721935264390713345,
"tweet_text": "An earthquake on 7.8 richter scale hit Ecuador, leaving 260+ dead and thousands injured. Heartbreaking! #Ecuador #EcuadorEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722182943947493378,
"tweet_text": "RT @dn310: @ConanOBrien @khloekardashian @coldplay @KendallJenner plz! Spread the word about the #EcuadorEarthquake donations through UNICE",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721786311951179776,
"tweet_text": "Hey everyone, I started a fundraising campaign for Ecuador earthquake relief. Please tap to donate-",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722066661109575680,
"tweet_text": "RT @ABC: Video shows the extensive damage caused by powerful 7.8-magnitude earthquake in Ecuador:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721766912275922944,
"tweet_text": "RT @MAFundp: Thoughts w my friends & colleagues in #Ecuador after terrible 7.8 EQ @PNUDEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721729545389350912,
"tweet_text": "Ecuador: National emergency declared after earthquake kills at least 233",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721637702874046464,
"tweet_text": "RT @AP: BREAKING: 7.4-magnitude earthquake hits Ecuadors coastal region, according to USGS.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721930136552136705,
"tweet_text": "RT @jasonagastrich: The 7.8-magnitude earthquake that hit Ecuador has killed 272 people and injured more than 2,000. See video.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721786933261778944,
"tweet_text": "@TheEllenShow terrible earthquake in Ecuador.. Please pray for us..",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721751771870326784,
"tweet_text": "Earthquake kills 233 in Ecuador, devastates coast zone #Africa #SouthAfrica",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721836662838452224,
"tweet_text": "Ecuador Earthquake Kills 235, Injures 1,500 With More Buried Under Debris via Kenneth Lim",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721739973511098368,
"tweet_text": "Ecuador earthquake: Death toll rises to 233: More than 200 people killed after 7.8-magnitude tremo #news #info",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721734927541215232,
"tweet_text": "@BoyGeorge we needing help from our brother in the worldwidem pls share this george",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721609081845387264,
"tweet_text": "RT @StylianidesEU: Closely monitoring developments after #EcuadorEarthquake @EU_Commission is ready to help. Our thoughts are w/ victims &",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721992718851768320,
"tweet_text": "NEWS Ecuador Earthquake: Death Toll Likely To Rise #ENOcomingsoon",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721829224324005888,
"tweet_text": "RT @tjjackson: All my prayers and thoughts are for the people in Ecuador. Sending you all the love possible. #EcuadorEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722038132535721989,
"tweet_text": "VIDEO: Aerial view of Ecuador quake buildings",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722094809809223680,
"tweet_text": "Death toll from Ecuador quake rises to 350: AP: Emergency workers in Ecuador urgently dug through massive heap",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721774668525404160,
"tweet_text": "#EcuadorEarthquake Stop fighting people on twitter, and help victim!!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721570707340013569,
"tweet_text": "#yoan Ecuador earthquake kills dozens, collapses overpass: #yoan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722116144652500992,
"tweet_text": "RT @Nicolefreirez: We will be collecting donations in Tampa. Monday-Thursday 6pm-9pm #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722164639967141888,
"tweet_text": "AT&T, T-Mobile And Sprint Provide Free Calls And Text To Ecuador Following 7.8-Magnitude Earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722017636687732736,
"tweet_text": "RT @MirhaAfridi: Recite this Surah everyone hope everyones safe after this horrific #earthquake in Pakistan #Earthquake mag 7.1 .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722036991890690049,
"tweet_text": "#Repost franciscus with repostapp ・・・ * EN: We pray for the earthquake victims in Ecuador and",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721733589646217216,
"tweet_text": "RT @minamaya13: #BREAKING: Death toll #Ecuador earthquake rises to 233, President #Correa announces Deepest condole",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721887529897750530,
"tweet_text": "You wanna help, we need actions not just words #EcuadorEarthquake #EcuadorSomosTodos #EcuadorUnido",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721918450759835648,
"tweet_text": "RT @guidocaro: if you want to help victims of earthquake in Ecuador these 2 sites collect donations",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721911659971932160,
"tweet_text": "Quake in Ecuador, death toll rises to 272 watch details now in 9am bulletin",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721956065173204992,
"tweet_text": "RT @tatn: #EcuadorEarthquake: 246 killed w/ many still trapped #PrayForEcuador #TerremotoEcuador #OracionesparaEcua",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722179485416693760,
"tweet_text": "@TeamCoco Hey conie!!! Shout out to Ecuadors people. On Saturday we sufer a 7,8 earthquake. Our nation is in pain. We need alota help.",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722006704033034240,
"tweet_text": "RT @EmbajadaEcuCAN: Donations for #EcuadorEarthquake Relief can be made to:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722151091740229634,
"tweet_text": "We need lots of help. If you would like to make a donation you can do it via the Red Cross of Ecuador Thanks! ὤFἿB 2/2",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721730474482221056,
"tweet_text": "RT @AJENews: UPDATE: At least 233 people killed powerful Ecuador earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721757221785366529,
"tweet_text": "RT @foxnewsradio: Ecuadors Vice President says the magnitude 7.8 earthquake has killed 235 and injured more than 1,557",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721643066835148800,
"tweet_text": "Breaking: Powerful Earthquake Hits Ecuador, Kills 77",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721742688773484548,
"tweet_text": "RT @mashable: Update: Destructive 7.8-magnitude earthquake kills 41 along Ecuadors coast",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721927848647397376,
"tweet_text": "@NBCTheVoice please pray for Ecuador ..please Xtina",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722079870486999040,
"tweet_text": "RT @Lucho_teleSUR: World famous Mexican rescue team @topos now in Ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722177884295667714,
"tweet_text": "RT @ShapeMiami: Supporting @QuitoShapers as they collect relief funds & supplies to assist with the aftermath of #EcuadorEarthquake: :",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721794468974837765,
"tweet_text": "Reports from the inner country. Roads and houses destroyed to the ground #IamwithEcuador #PrayforEcuador #Ecuador",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 721751560359952384,
"tweet_text": "RT @QuietAlien: My Parents live in Canoa and have medical/Search & rescue training. They have set up a makeshift base camp to help anyone t",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721790686685585408,
"tweet_text": "Ecuador earthquake: More than 230 killed with many still trapped",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721738094471483393,
"tweet_text": "RT @musicnews_facts: 233 people have died in an earthquake in Ecuador today. Our prayers go out to their souls and their loved ones ❤️ http",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721810184050458625,
"tweet_text": "RT @CNNgo: Hundreds killed in 7.8 magnitude #EcuadorEarthquake . @RafaelRomoCNN w/ details ahead",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721807786380771330,
"tweet_text": "RT @ABC7: #EcuadorEarthquake: 235 killed, 1,557 injured in 7.8-magnitude quake, VP says",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721728286221582336,
"tweet_text": "Are natural disasters entirely natural? #Ecuador earthquake: 7.8 scale, hundreds dead. #Haiti 2010, 7.0, tens of thousands dead. @RAMhaiti",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721820923301666821,
"tweet_text": "@ddlovato help my countryὢAὤFἿB#EcuadorEarthquake updates and ways you can donate + help. @unicefecuador his donation would be helpfulὉ7",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722106827555491840,
"tweet_text": "This is TERRIFYING in the past few days weve had earthquakes in Ecuador and Japan along with floods in Houston and a tsunami and Columbia",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722177594133766144,
"tweet_text": "RT @NoControlProjec: Lets all help and raise funds for Ecuador, donate here:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721616406769303552,
"tweet_text": "#KevinFrezhx3 Powerful earthquake hits Ecuador, killing at least 77 and injuring over 570: The strongest earth",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 722159987271802880,
"tweet_text": "Ecuador Needs your help! #ecuador #ecuadorearthquake #TerremotoEcuador #terremoto",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722127329653170177,
"tweet_text": "@MindsConsole @MindsConsole You need to pray for Ecuador ὡ0Ὑ0ἿBA8ὡ5ὡ5Ὑ0ἿBὤFἿB any prayer help!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721608209060990976,
"tweet_text": "RT @eevriviades: Sympathy, thoughts & prayers w victims & all affected by #EcuadorEarthquake. Speedy recovery. @Presidencia_Ec @EmbajadaEcu",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722204210759081984,
"tweet_text": "Help out! Give to Medicines for Ecuadors Earthquake Victims . Raise funds on @generosity",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722209456143130625,
"tweet_text": "@xtina your country NEEDS HELP!! How To Help Ecuador Earthquake Victims #prayforEcuador ὤF",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722168490258526208,
"tweet_text": "Ecuador Earthquake Relief Fund | Fundacion VIHDAs Fundraiser",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722212148378603520,
"tweet_text": "#cbs: Recovery efforts underway after devastating Ecuador earthquake #usa",
"class_label": "other_relevant_information"
},
{
"tweet_id": 722150119739625472,
"tweet_text": "ECUADOR: International Donations! To purchase blankets, clothing, canned food, mattresses, and more. PLEASE SHARE!!!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722187993285459968,
"tweet_text": "Ecuador earthquake: 272 people killed, 2,527 injured - CNN GOD HELP- AMEN #Ecuador #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721702104486801409,
"tweet_text": "RT @AdventistReview: Thank you @ADRAIntl for immediately starting work to provide food and clothing after #EcuadorEarthquake. /",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721864769607639040,
"tweet_text": "RT @elifalduman: My prayers are with the people of Ecuador. Condolences to the families who lost their lives in the earthquake. .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721943456772399104,
"tweet_text": "RT @AJENews: At least 272 people dead in Ecuador.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721905492214161408,
"tweet_text": "RT @james_zgreenf: Pray for Ecuador. For the lost lives. For the injured. Pray for hope. #EcuadorEarthquake #earthquake #PrayForEcuador #po",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721798189460787200,
"tweet_text": "RT @LastQuake: Its always surprising how damage can be localized. An indication of poor construction practices?",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 722100252099133441,
"tweet_text": "RT @nbc6: South Florida lends helping hand as aid, rescuers pouring into #Ecuador after earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721840903699083264,
"tweet_text": "RT @UNICEF: #EcuadorEarthquake: @unicefecuador have arrived at #Pedernales, one of the areas most affected, to support govt",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721985613713522688,
"tweet_text": "Retweeted Shoaib Akhtar (@shoaib100mph): My heart goes out to earthquake victims in Ecuador&Japan.May God give",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721567900817948674,
"tweet_text": "RT @exokonic: Massive earthquake in Japan & Ecuador, huge tornado in Uruguay, volcano eruptions in Chile & Mexico+(tsunami warnings) Prayin",
"class_label": "caution_and_advice"
},
{
"tweet_id": 722199656403492865,
"tweet_text": "@ConanOBrien we need help for #EcuadorEarthquake donations for our poor people.",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 722068691437813760,
"tweet_text": "RT @earthquakeBot: A 5.1 magnitude earthquake occurred 24.23mi NNE of Bahia de Caraquez, Ecuador. Details: Map: htt",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721923956073185280,
"tweet_text": "RT @BishopJakes: Our prayers go out to the victims of todays earthquake in Ecuador. #PrayForEcuador",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722026210017079296,
"tweet_text": "RT @PROEC_ROTTERDAM: For international donations to support Ecuadorians affected by the Earthquake use any option below",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722090086079156226,
"tweet_text": "Its been 110 years since an earthquake leveled much of S.F., and helped give birth to earthquake science",
"class_label": "not_humanitarian"
},
{
"tweet_id": 721844166410563584,
"tweet_text": "A8 Thanks in advance for your donations, here more info for international help. #SismoEcuador #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721764740486283265,
"tweet_text": "RT @ItsDayyna: My thoughts and prayers go to the people of Ecuador after this devastating earthquakeὤFἿCὉ9",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 722126606899220481,
"tweet_text": "RT @EcuadentConnect: Please help Ecuadent collect clothing, food, and money so we can help the victims of Ecuadorian earthquake. Every h",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 721581774950830081,
"tweet_text": "RT @DisasterChannL: MT @el_telegrafo: VicePres Jorge Glas reports #earthquake tonight was the most serious #Ecuador has faced since 1979 ht",
"class_label": "other_relevant_information"
},
{
"tweet_id": 721871223504764928,
"tweet_text": "RT @chicagotribune: Local groups step up to help earthquake victims in Ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721925549367652352,
"tweet_text": "RT @unicefusa: #EcuadorEarthquake - UNICEF is on the ground and ready to respond: #Ecuador",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 721829230070394881,
"tweet_text": "RT @Anna_cast3: All help is welcome Ecuador needs us #PrayForEcuador #SismoEcuador #EcuadorListoYSolidario #EcuadorEarthquake /",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 721750866433306625,
"tweet_text": "RT @gabydearest: Dear friends, please consider donating towards earthquake relief efforts. #TerremotoEcuador #EcuadorEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 722024644685864961,
"tweet_text": "Ecuadors President Correa said the death toll from biggest tragedy in the last 67 years” will certainly rise”",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 721804839718678532,
"tweet_text": "RT @Magdanifica1: If Mexico would send bottled water w/rat poison in it to Ecuador and El Salvador.. , Do you copy @twitter @Support http",
"class_label": "not_humanitarian"
},
{
"tweet_id": 721643046765506560,
"tweet_text": "RT @Defense_Squadd: VIDEO & PHOTOS: Magnitude-7.8 Earthquake Claims over 77 Lives in Ecuador #ISIS #islamicstate",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768510891117670400,
"tweet_text": "The pictures are so heart breaking, my heart and love goes out to all those who were affected by such tragedy :( #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769541185706786817,
"tweet_text": "Mass funeral held to mourn #ItalyEarthquake victims, death toll rises to 290",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768552261547126784,
"tweet_text": "RT @Real_Amy_Adams: This is horrible! my thoughts go to italy and all the people affected #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768561132244172804,
"tweet_text": "RT @marty_walsh: My heart and prayers go out to those suffering in the #ItalyEarthquake, and the people of Italy. -MJW",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768519450865827840,
"tweet_text": "RT @musicnews_facts: Our thoughts and prayers go out to all those affected by the earthquake in Italy from last night #PrayForItaly ὡ4",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768660580785762304,
"tweet_text": "RT @GioGirimonte: Grazie Calgary!E9#PrayingForItaly #PrayForItaly #PrayForItalia #Calgary #YYC @cityofcalgary @nenshi @FrancainCalgary http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769929997075247108,
"tweet_text": "RT @rabischine: this is so sad, really sad.. #PrayForItaly #terremoto",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768525418815193089,
"tweet_text": "Please Pray for italy and also for those who died in the earthquakeὢ2❤ #terremoto #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768838527475970048,
"tweet_text": "RT @cnni: Latest on #ItalyEarthquake • Struck at 3:36 am • At least 37 dead • Rescue efforts underway underway",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768482573857218562,
"tweet_text": "RT @wolvesalren: Everything that Ive seen so far is truly heartbreaking my prayers go out to those affected by the earthquake #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768903726421594112,
"tweet_text": "RT @BlogRArmitage: How to help victims of the Italy earthquake ✨✨✨✨✨ #ItalyEarthquake #Amatrice @CNNI",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768723984011685892,
"tweet_text": "Yesterday i went to bed and there were 169 victims. Today i woke up and the numbers is unbelievable. 247 victims. #ItalyEarthquake #Italy",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768526857100820480,
"tweet_text": "RT @badinfluhes: All my prayers to every family and each and everyone in italy, my deepest condolences. Stay strong, ti amo italia! #PrayF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768678435233361920,
"tweet_text": "RT @Zayn_MyHero: This can mean everything to them, so please donate and help somebodys live. Spread this message.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768546385503326208,
"tweet_text": "There should be place on Earth where we put all stupid people like this one and pray for earthquake to happen there",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768528183062851584,
"tweet_text": "RT @gianpi_italian: Keep Itaiy in your thoughts #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769830658319454208,
"tweet_text": "British charity #ShelterBox to give emergency survival kits to remotest areas hit by #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769289550518743040,
"tweet_text": "RT @HandofHope: We are partnering with Italy for Christ to help bring relief where we can. Continue to keep Italy in your prayers! #PrayFor",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768573624185917441,
"tweet_text": "RT @tuscanwinery: We will survive my #Italy! #Italia #PrayForItaly #ItalyEarthquake #earthquake #Amatrice E9❤️E9❤️E9❤️E9❤️E9❤️E9❤️E9❤️ http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768705834213838848,
"tweet_text": "At least 247 people died in #ItalyEarthquake. Saying that there will sadly be another update later.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768714526095183872,
"tweet_text": "@WaliyhaxxMalik Can you contact Zayn please? We need his supportὢD❤ #PrayForItaly",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 769133796654407680,
"tweet_text": "RT @suffragettecine: Venice film festival in memory of the earthquakes Italian victims will delate the opening gala. #ItalyEarthquake htt",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769218191327236096,
"tweet_text": "A way to help those peoples affected by this devastating earthquake. #prayforitaly #heartquake #laterratrema #italy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768482301105889280,
"tweet_text": "RT @NatalieandWayne: Our hearts and thoughts go out to all those affected by the #ItalyEarthquake Sending our love to Italy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768542736920285184,
"tweet_text": "RT @HarmonsPhone: Many thoughts and prayers to my friends in Italy. I hope you are all safe and that you stay safe. #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768762743092572160,
"tweet_text": "RT @PaulaAbdul: To the victims of the devastating #ItalyEarthquake ..to their families friends & loved ones: my prayers are w/ you & my hea",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769593254597763073,
"tweet_text": "Deadly Earthquake in Italy - Catholic Relief Services - donate here! #earthquake #earthquakeitaly #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768879098470871040,
"tweet_text": "RT @CAinc: We are supporting Italian Red Cross #ItalyEarthquake relief efforts. Our hearts go out to all affected.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768763525703536640,
"tweet_text": "Dona al 45500 #SocialProCiv #PrayingForItaly but also #PayForItaly #terremoto #TerremotoItalia #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768473615700414464,
"tweet_text": "RT @TheSun: Death toll is expected to rise as rescuers hear voices under the rubble #ItalyEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768480472414380032,
"tweet_text": "RT @HughLaurious: Amatrice, Italy is no more. The earthquake has leveled the historic town. #PrayForItaly 6.2-magnitude earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768854294154121216,
"tweet_text": "RT @KethakiM: The town of Amatrice now described as apocalyptic by Italian Red Cross @TDellaLonga #ItalyEarthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 768851896379375616,
"tweet_text": "For all who asked how to donate or help the rescue teams in #ItalyEarthquake please share the donation info here",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768743682539266048,
"tweet_text": "45500 Inviate sms ︳9 #prayforitaly #sos #terremoto",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768678425171288064,
"tweet_text": "RT @CBCTheNational: At least 159 killed, 3 towns demolished in devastating #ItalyEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 769509038711246848,
"tweet_text": "RT @fratticcioli: How to help victims of #ItalyEarthquake? Donate to Italian Red Cross here: #PrayingForItaly",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768578864536756224,
"tweet_text": "RT @HeyVioletAUT: Prayers and thoughts go out to Italy today. ❤ #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769232745914597376,
"tweet_text": "RT @cierraramirez: My heart breaks for Italy and those affected by the #ItalyEarthquake. Praying for Italy ὤFἿDE9",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768509395328233472,
"tweet_text": "My heart is broken Please pray for all of the people who has lost a relative or a friend or the house. #prayforitaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768669076113723392,
"tweet_text": "RT @runawaytours: Keep the people of central Italy in your thoughts & prayers today - as well as the rescuers who have been working tireles",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769194012808974336,
"tweet_text": "RT @EldestDamon: If you can help donate to @crocerossa click the link below or RT #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768812667670765568,
"tweet_text": "RT @AnupKaphle: These asylum-seekers donated their one days allowance to #ItalyEarthquake recovery",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768472129448869888,
"tweet_text": "RT @RobloxITA: Our thoughts are with central Italians as a 6.2 magnitude earthquake struck early this morning. #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768610687950041089,
"tweet_text": "RT @supermarthy: Another tragic incident! Sending all my thoughts & prayers to all the people affected by this devastating fortuitous event",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768747148653563904,
"tweet_text": "RT @GossipCop: Lady Gaga Leads Celeb Donations After #ItalyEarthquake -- See More Star Reactions:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769639619180855296,
"tweet_text": "#LuttoNazionale #PrayForItaly #Terremoto #Italia #PrayForItalian #earthquake ὢ2 @ Italy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768834854935035904,
"tweet_text": "#PrayingForItaly The death toll has risen to 250 #ItalyEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 769810932285448192,
"tweet_text": "RT @TrishaThomasAP: Morning in Arquata, firefighters at work on buildings, Mass for survivors at 11 #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768468974854082560,
"tweet_text": "RT @UKinItaly: #ItalyEarthquake, how to help: donate blood, avoid Via Salaria, if in the affected areas remove your wifi password",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768487968088723456,
"tweet_text": "Horrible to weak up and hear about the #ItalyEarthquake happened last night near #Amatrice ὢ2 My thoughts go to the families of the victimsὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768568124958445569,
"tweet_text": "RT @feeling_nature: #ItalyEarthquake My thoughts are prayers are with youὤF God bless you affected people",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768538389658345476,
"tweet_text": "RT @MollyEMcCluskey: Members and staff of @PressClubDC sending our thoughts to victims and loved ones of #ItalyEarthquake. @ItalyinUS",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769604347600760832,
"tweet_text": "RT @clara111: @Tibetans Tibetan Parliament Condoles Victims of Italy Earthquake #prayforitaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768742161277784065,
"tweet_text": "RT @abpnewstv: #ItalyEarthquake: Pictures Reveal Scale Of Devastation From Deadly Quake That Leveled Towns",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 769149967827165184,
"tweet_text": "RT @Stefania_6290: Italy Earthquake Relief Fund on @globalgiving: if you can, please donate to help my country! #It",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769912831949012992,
"tweet_text": "RT @_Nico_Piro_: #ItalyEarthquake Pescara del Tronto looks like a city after an aerial bombing. Terrifying. Lets help #survivors",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 768568914401976320,
"tweet_text": "God bless the victims and praying for strength for rescuers. #WeLoveYouItaly #ItalyEarthquake #Italy #PrayForItalyE9",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769778363120619521,
"tweet_text": "RT @marfred75: My City of Ruins the Boss! #terremoto #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768841661812248578,
"tweet_text": "RT @sebastianocardi: #ItalyEarthquake #UNSG Ban Ki-moon calls President Mattarella to express solidarity to Italy & praise rescue efforts h",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768508435038109697,
"tweet_text": "RT @CBSNews: UPDATE: Death toll from #ItalyEarthquake rises to 120, hundreds injured, official says",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768567475663409156,
"tweet_text": "RT @adorvnialljh: Please can u send sms to 45500 and donate 2€ for Italian victims ?? ὤFE9 #ItalyEarthquake #PrayForItaly @NiallOfficial",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768886902904745984,
"tweet_text": "RT @VikaLarchenko: Come state? #PrayForItaly #terremoto",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768546168896880640,
"tweet_text": "RT @MSNBC: At least 120 people killed, scores injured in devastating #ItalyEarthquake:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768483580813148160,
"tweet_text": "RT @RiegertBernd: #ItalyEarthquake Church tower in Amitrice still standig, but badly damaged. Woman ask why is God doing that @dwnews",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 768517795957051392,
"tweet_text": "ITALIAN HORROR STORIES #terremoto #solidarieta #prayforitaly #ItalyEarthquake #earthquake @socgaudenti",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768806051500191744,
"tweet_text": "RT @Uldouz: 6 believed dead after 6.1 earthquake in central Italy #PrayforItaly ὤFἿC",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768512371694370817,
"tweet_text": "RT @georgegalloway: Deep sadness for our European neighbours in bella Italia after #UmbriaEarthquake killed so many and destroyed so much.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768541439194177536,
"tweet_text": "If you want to contribute to earthquake efforts, text your donation. #terremoto",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768507806030950403,
"tweet_text": "#PrayForItaly E9 Im so sadMy poor country.. My heart is broken! Damn earthquake, because of you there are destruction and pain again!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768550455072948224,
"tweet_text": "Idea: this wknd Im going to cook some #Amatriciana at home AND donate to the #italyearthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769671633971900416,
"tweet_text": "RT @CatholicRelief: Help #ItalyEarthquake survivors. Were coordinating with @iamCARITAS Italy to meet the immediate needs of families: htt",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 768888597835608066,
"tweet_text": "#ItalyEarthquake drone recognition by Italian Fire Corps around #amatrice area affected by earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 768530192323211264,
"tweet_text": "RT @TvLover98: #PrayForItaly Sounds better than #RIPARIANNA, tragically, she wasnt the only victims. So sorry for all of them & family & f",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768578718822436864,
"tweet_text": "please donate at 45500, Italy needs your help too #PrayForItaly #donate #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768854254291447809,
"tweet_text": "RT @nicjones81: #ItalyEarthquake death toll rises to almost 250 - People are in shock - says @TDellaLonga from @crocerossa",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 769049470126424064,
"tweet_text": "The location & proximity of the two big aftershocks to the main #ItalyEarthquake Terrifying for survivors @SkyNews",
"class_label": "other_relevant_information"
},
{
"tweet_id": 769291146761760768,
"tweet_text": "RT @DEloveftNeens: If you can and want to help this is the link to donate to @crocerossa #PrayingForItaly #ItalyEarthquake RT ❤️ὤFἿBE9",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768726058967371776,
"tweet_text": "Please help!we need you! We are in emergency! I beg all my contacts from Italy and abroad to send us help in all way possible!#PrayForItaly",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 768487216997920768,
"tweet_text": "RT @mercerswife: Praying for those families affected by the train accident in Italy. Unimaginable with a system so widely used in Europe. #",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768706315564834816,
"tweet_text": "RT @TheSoulfulEMU: A man reacts to his damaged home after strong #ITALYearthquake hit Amatrice. By @f_monteforte #AFP @AFPphoto",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 769128381661184000,
"tweet_text": "RT @globalnewsto: Italy earthquake: State funeral to be held Saturday in honour of first victims #ItalyEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 769044580578844672,
"tweet_text": "@C4Ciaran Felt aftershocks in Preci as well, but not violent - just enough to wake us up! #ItalyEarthquake #terremoto",
"class_label": "other_relevant_information"
},
{
"tweet_id": 768876860000366592,
"tweet_text": "RT @BBCRadio2: We look at how rescuers are searching for survivors in the rubble after the #ItalyEarthquake #r2vine",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768472827527737344,
"tweet_text": "RT @thedailybeast: Scenes from #ItalyEarthquake, which left 73+ dead & over half of town Amatrice destroyed: :",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 769070722480300032,
"tweet_text": "RT @RedCrossAU: First on the scene and still there: @crocerossa rescue teams dig through the rubble after #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768864738126106624,
"tweet_text": "Pray for ItalyὤFἿDCἿDὢ2ὢ2#italia #prayforitaly#sad#prayfortheworld #prayforhumanity #prayforsyria #",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768635152989769728,
"tweet_text": "Sad news todayMy heart and prayers go to Italy ὤFὤFὤF #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768548514460602369,
"tweet_text": "RT @TBN: Pray w/ us for those devastated by the earthquake in Italy. Over 120 dead, many hurting & homeless. #PrayForItaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768532217375195136,
"tweet_text": "RT @Moody_Bible: Please pray for all those affected by the devastating 6.2 magnitude #ItalyEarthquake – many missing, hundreds injured, tho",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768554058034577408,
"tweet_text": "RT @kemrichardson7: A nun sits by person killed in #ItalyEarthquake At least 120 people dead More @ 5 @ABC7NY",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768774442864476160,
"tweet_text": "RT @zjmartist: Please pray for my country, the victims and families involved #PrayForItaly Ὁ4E9",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768471424516366336,
"tweet_text": "RT @etherealquartz: All my love and thoughts to those in Italy Ὁ5 #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768507900176240640,
"tweet_text": "RT @s_sneezy: #PrayForItaly all my thoughts and prayers are with you. so devastating",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768788401214676993,
"tweet_text": "RT @LovesItalian: The areas worst-hit by the earthquake. Death toll rises to 247. #prayforitaly",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768491418449022976,
"tweet_text": "#terremoto #protezionecivile #PrayForItaly #PrayForItaly donation",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768845090764754945,
"tweet_text": "RT @alaskaHQ: Italy’s civil protection service says the death toll has reached 250. #ItalyEarthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768518003801649152,
"tweet_text": "Our beautiful country hit once again ὡ4 #BeStrong #PrayForItaly #terremoto #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769280498170490881,
"tweet_text": "#ItalyEarthquake death toll hits 281, state funeral planned, rescue operation in some areas called off via @Reuters",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768528795041234944,
"tweet_text": "RT @lionsclubs: LCIF awards US$100,000 Major Catastrophe grant following #ItalyEarthquake. Donate now:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768887362810150912,
"tweet_text": "For those who want to help this is the Italian Red Cross bank account created for #ItalyEarthquake #PrayingForItaly",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768492719823958016,
"tweet_text": "RT @BigBadGravy: Pray for @antdp425 #PrayForItaly Unfuckinglucky",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768915967304953864,
"tweet_text": "RT @RDianelove: #Amatrice #Italy #PrayForItaly #Earthquake death toll rises to 247 ppl:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 769087723558887425,
"tweet_text": "RT @arigiulio: #ItalyEarthquake @coldiretti Italian #farmers working hard to collect milk and other fresh produce in affected areas",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768588014717140994,
"tweet_text": "RT @paulbaylay: Its heartbreaking watching what is happening in Italy and my thoughts and wishes go out to all those involved. #ItalyEarth",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769812384630407168,
"tweet_text": "#ItalyEarthquake : Museums to donate Sunday revenue to quake relief -",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769085359443632128,
"tweet_text": "RT @Avrilish_JP: Weve heard about strong earthquake hits in Central Italy. Hope all Italian LBS are safe. @avrilbandaidsIT @AvriLavigneIT",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769561612361555968,
"tweet_text": "RT @avivaplc: At #Aviva were supporting the Italian Red Cross’s #ItalyEarthquake relief efforts to help those impacted",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769467703551721472,
"tweet_text": "#ItalyEarthquake funeral for victims from Marche region has started in Ascoli. Present Pres. Mattarella, PM Renzi and other high state reps.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 768702711231569920,
"tweet_text": "RT @rodriguezmonos: Broken Heart #Italia #Italy #Amatrice #Heartquake #Terremoto #EmergenzaTerremoto #PrayForItaly #Terremoto24Agosto htt",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 769079711507091456,
"tweet_text": "RT @Digitalwideye: How to make #donations : Iban: IT17E0335901600100000145551. (BCITITMX). #earthquakeitaly #terre",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768507140885676032,
"tweet_text": "RT @TravisAaronWade: Thoughts & prayers to those in Italy E9 Please stay safe #ItalyEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768530253337747456,
"tweet_text": "You can donate even if youre not in europe! #terremoto #ItalyEarthquake #PrayForItaly",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768473033572876288,
"tweet_text": "RT @CBCNews: It was a miracle, says nun pulled from collapsed convent during #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768900382676361216,
"tweet_text": "RT @orderofmalta: Thank you to everyone helping with the #ItalyEarthquake #terremoto Please #share the donation info & spread the word http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768833805729824768,
"tweet_text": "Praying For All Friends & Families ὤFὤFὤF#prayforitalia #prayforitaly",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768500297366986752,
"tweet_text": "RT @CatholicNewsSvc: New CNS video: #PopeFrancis prays for #ItalyEarthquake victims, ditches prepared catechesis for todays audience, http",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768516761360670721,
"tweet_text": "Non ci sono parole per questa tragedia.. There are no words for this tragedy.. #terremoto #ItalyEarthquake #TerremotoItalia #earthquake ὡ3ὢ5ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 768879948610281472,
"tweet_text": "Seriously wondering if I can do anything to help re #italyearthquake. Will be in area in 10 days, though 100km off. How can Londoners help?",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768500566544814080,
"tweet_text": "Dead toll of Italys earthquake rises 120 victims Vittime terremoto 120 #ItalyEarthquake #PrayForItaly",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 768550755271835649,
"tweet_text": "RT @OL_America: .#ItalyEarthquake #Outlander For more info on local and international donations, go to",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 768478167287947264,
"tweet_text": "RT @Bellisario85s: You can help Italy by donating 2€ with this text, just like I did. Please spread the word ὤFἿC #PrayForItaly",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 769161206275907584,
"tweet_text": "RT @Cam4: Were matching the sales of E9 gifts on #cam4 in a donation to ARCI! Help us help Italy! #terremoto #ItalyEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176555477200777217,
"tweet_text": "Casualties are increasing with the passage of time.. prayers needed..May Allah protect our loved ones and keep everyone safe and sound. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176797579998355456,
"tweet_text": "Download to watch LIVE: Another dengue patient dies in Karachi, death toll jumps to 11 this year #Pak #Live #NEWS #Channel #ARYNewsLiveHD #Pakistan #WorldNews #OZOOTV #Android",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176510283751272449,
"tweet_text": "RT @Rebelistic_: May Allah keep everyone safe and maghfirah for who passed away in this horrible #Earthquake ameen.l",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176747050140131328,
"tweet_text": "#Pakistan #RedCrescent first aid teams have reached #Mirpur, near the epicentre of today’s #earthquake to treat injured people. We are trying to establish contact with our teams based in Mirpur but the lines are down. Stay safe, all!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176478708670107648,
"tweet_text": "Army should move to Azad Kashmir for covering relief operations, in abundance to cater for all geological threats. Plz #dgisprasifghafoor #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176489024103636992,
"tweet_text": "Hoping That no further damage will happen Our prayers are with the injured people Allah #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176563232162680832,
"tweet_text": "I managed to get through to family in Mirpur. Alhumdulillah they are all fine, but i cant take the noise of Ambulance sirens in the background out of my head. Im praying for everyone. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176492725983698945,
"tweet_text": "We badly need autocorrect. #Islamabad #IslamabadPolice #earthquake @dcislamabad",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176484299157233665,
"tweet_text": "Just found about the Azad Kashmir #Earthquake. I still remember horrible scenes from the aftermath of Earthquake of Oct 08. May Allah protect everyone there and easy pains.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176500510414823424,
"tweet_text": "Praying for the well being of all those who have been effected by the dreadful earthquake. May Allah keep all of you in His protection. Ameen Till Now 19 Dead, and 300+ Injured. Ya Allah Raham. Kindly Everyone Should Help Rescue Teams. Reach & Help the Affected. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513833629900802,
"tweet_text": "Roads and infrastructure damaged in Mirpur, Bhimbar and other areas of AJ&K due to #earthquake an hour ago. Pics via a colleague",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176473237288562688,
"tweet_text": "Theres been a massive #earthquake in Kashmir region, were hearing about the damage and loss of lives in Azad Kashmir but as theres curfew in Indian Occupied Kashmir so we dont know anything about people there. Hope and pray for people of Kashmir.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176514217492525057,
"tweet_text": "@lailapashteen @SahilMahsood @DrPashteen1 @Dr_MAD131 @engr_jahangir84 From what I’ve seen so far - this current #Earthquake in Pakistan Tuesday Sep 24 - is #Serious4Many in vicinity and needs help - advices - free Aid - Edhi type volunteer drivers - First Aid - as well as prayer by all who #Believe !! Take care driving too. Do not rush unwisely.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176509085434482688,
"tweet_text": "Please Join Facebook Crisis Response Feature and offer Your help victims of #earthquake #earthquake #Mirpur #AJK",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176471143701733377,
"tweet_text": "Due to #Earthquake, reports of damages from #Mirpur building collapsed 50 people injured. Rescue teams are rushing. roads damaged by earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1177132414151417856,
"tweet_text": "RT @Bhar_me_jao: Plz everyone recite Surah Zilzal Ya Allah khair ὤ7 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480428808708096,
"tweet_text": "#ChiefJustice Asif Saeed Khosa has expressed #concern over the high acquittal rate of 69% in criminal cases in Punjab in the first seven months of the current year because of problems in the #investigation system. #NayaDaur #CJP #Punjab #Pakistan",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176678134529318912,
"tweet_text": "ISPR says three communication bridges near Jatlan have been damaged whereas Jatlan-Mangla Road was damaged at multiple locations, rendering it unusable #APPNews @OfficialDGISPR #earthquake #AJK #Mirpur #Jatlan",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176505753252892674,
"tweet_text": "May Allah protect the families of people in Azad and Indian Occupied Kashmir. Cant even imagine the helplessness of people of IOK who are unable to reach their loved ones in such catastrophic situation. India is setting a history of Cruelty! #earthquake #KashmirIsUnder_Curfew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176570901061668864,
"tweet_text": "IMPORTANT: If you’re in #Earthquake effected area, and you need blood, you can ring one of these numbers.",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176920205680893954,
"tweet_text": "SAPM briefing about today’s #earthquake and condolences to victims @Dr_FirdousPTI #SocialMediaStrategy #SocialMediaReforms #NewWayToTechnology #SpreadingMediaPositivity #SpreadPositiveStories #PlaningNewSocialMediaReforms #NewSocialMediaTechnology #ImproveModeOfCommunication",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176556464103723008,
"tweet_text": "RT @srilankaglobal: More scenes of damage emerge from Pakistan #Earthquake #PakistanEarthquake #Pakistan @zain_jaz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176506759600623617,
"tweet_text": "A moment to think about our actions. We must make our actions parallel to the pure teachings of islam. Earthquake is a symbol of ALLAHs warnings about to think about ourselves. We must not forget our creature. May ALLAH protect us all. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176478393560424449,
"tweet_text": "Kashmir dispute, a threat to world peace: Mishal. #pakistan. #kashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176578952456003584,
"tweet_text": "For every Kashmiri living outside Kashmir, this #earthquake brought great helplessness. You pick up your phone promptly to call home, to see if your family is alright. You forget that for the past 51 days, you havent heard from your parents. May Allah be our companion. #Kashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496119880343555,
"tweet_text": "RT @Oye_Dani_: Significant #Earthquake jolts felt in Islamabad May ALLAH bless all of us.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176467618670219264,
"tweet_text": "#EarthquakeAlert Mirpur hospital also Damaged by #Earthquake #Pakistan",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176499755683319808,
"tweet_text": "CM Punjab says he directed the concern authorities to dispatch rescue teams to Mirpur #AJK for relief and rescue operations. Pakistan army rescue and medical teams already arrived in the effected areas #earthquake #Pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176470338387042305,
"tweet_text": "I am worried about #IOK please pray for them they dont have access to hospitals , internet or families out side Indian occupied kashmir. #AJK is damaged badly almost 100+ people are injured nd 3 ppl died so far . #Pakistan #AJK #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176742570145255427,
"tweet_text": "MUZAFFARABAD/ISLAMABAD: A 5.8-magnitude #earthquake struck southern #Mirpur district of Azad Jammu and Kashmir (AJK) on Tuesday, leaving at least 25 persons, including women and children, dead and around 400 others injured, many of them seriously, officials said.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176498348855037953,
"tweet_text": "RT @syedaFatimahuda: Reminder Dont forget to pray Namaz e Ayaat #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176705307902382082,
"tweet_text": "Naval Chief Admiral Zafar Mahmood Abbasi expressed grief and sorrow over the loss of lives and property in Azad Jammu Kashmir due to a 5.8 magnitude earthquake that jolted the whole country. #ARYNews #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177156468593659905,
"tweet_text": "32 Injured as Earthquake Jolts Azad Kashmir and Upper Punjab - #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176762086929702913,
"tweet_text": "#Dengue Alert Since August 2019, Punjab has seen an increase in #Dengue cases. Be mindful of the signs and symptoms of dengue. Dr. Shahzad Naseem Consultant #Pediatrician #pediatrics #childhealth #infectiousdiseases #drshahzadnaseem #lahore #pakistan #medicine #publichealth",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176537144837455874,
"tweet_text": "RT @BDonorsPakistan: RT Courtesy @Durkhanai_ #spreadtheword #Earthquake #earthquakes #EarthquakeAlert #BREAKING",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176575442008137728,
"tweet_text": "Absurd of people to blame the #earthquake damage on IK, this is an infrastructure failure for which a decade of lack of planning is responsible On a side note, be less dramatic, its always good to re analyze yourself but pakistan lies on a fault line and hence is susceptible.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176870479497445376,
"tweet_text": "Dengue claims one more life in Karachi, raising death toll to 11. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176855382171557890,
"tweet_text": "Pakistan earthquake: Hundreds injured east of country. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176494197580472320,
"tweet_text": "#earthquake in aazaad kashmir, caused much damage to roads, houses,mosque and people there.NDMA saying that there will may be #aftershocks during coming 24 hrs. Pray for the ppl there suffering frm miseries..May Allah save them frm more damage.Ameen",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176527903632310272,
"tweet_text": "RT @ZakaWaqar: Really sad about the #earthquake in Punjab , I hope we can help all the victims , May Allah have mercy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176731090117169152,
"tweet_text": "RT @ariyanaa11: Sad news coming from AJK. ὢD Allah Khair. ὤFἿB #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496381810348032,
"tweet_text": "We offer our condolences to the families of those who lost their lives in todays earthquake. Praying for the safety of fellow Pakistanis! #earthquake #EarthquakeinPakistan #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176942957305507840,
"tweet_text": "26 killed as 5.8 quake rattles AJK. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176497143777046528,
"tweet_text": "DIG Mirpur confirms 19 people Dead and 300 Injured, Yaa ALLAH khair #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176486605265231872,
"tweet_text": "7 dead, more than 100 injured. Roads devasted, bridge on Upper Jhelum Canal Jatlan, Bhimber AJK destroyed. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176484662249697281,
"tweet_text": "Earth in Mirpur, Kashmir & Ajk, 100 people were injuired & 5 Dead. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176479339183054848,
"tweet_text": "#Mirpur #AzadKashmir Got Most Affected By Todays #EarthQuake Praying for The Safety of People There. @WaseemBadami",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176573650297921539,
"tweet_text": "2 dead, more than 100 injured in #MirPur #AJK #earthquake #Khabarwalay #Islamabad #Rawalpindi #Sialkot #Pakistan #PakistanArmy",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176478717629124608,
"tweet_text": "RT @bts_pk_projects: We hope that you all are safeὉCὡ4 May Allah keep everyone safeᾓ2ἿB #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176804139759734785,
"tweet_text": "Death toll in #Mirpur #earthquake increases to 25 while the injured are around 452 and of them 160 are with serious injuries. One of the deceased is an armyman. #Azad_Kashmir",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176513434487263233,
"tweet_text": "#earthquake in #Mirpur Engulfes many and leaves more than hundred injured. May Allah save us from disaster Good role by #NDMA and #PakArmy",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176836757574340608,
"tweet_text": "Firdous condoles with families of quake victims. #pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513913812393984,
"tweet_text": "RT @dawn_com: UPDATE: At least 19 people have died and more than 300 injured in the northern Pakistan #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176474709204094976,
"tweet_text": "RT @_SidraHamid: Stay safe people. Make sure your at a safe place. #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176816945552875521,
"tweet_text": "My #interview with the head of #Turkish Journalist delegation to #Pakistan. My old friend @mervesebnem Merve Sebnem Oruc. Topic: #Kashmir - #ISPR briefing and LOC visit. This interview and the footage shown in the show is exclusively on STAR ASIA NEWS. Must #WATCH !! #Turkey",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176493932844240896,
"tweet_text": "@jawadahmadone #earthquake Are you in your senses Mr Baysoray Mirasi? Its wrath of Allah, may Allah keep people safe & give hidaya. Either You are extremely mentaly sick person, go on & see a doctor & get shock therapy. Or PMLN paid you enough so you can do point scoring for your masters.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176745748660183040,
"tweet_text": "RT @AhmerJalil: Massive Earthquake in Northern #Pakistan",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176510899487686657,
"tweet_text": "Several people died and many more injured in #earthquake but #firdousashiqawan is cracking jokes . Shameful and disgusting!",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176512542170079232,
"tweet_text": "Oh lord, please help!ὣ3ὣ0 A pretty scary and severe upheaval. It did not last for 8 to 10 seconds. But it was for more than a minute. Praying for everyones safety. ὤFᾓ2 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176508113614233600,
"tweet_text": "A massive earthquake in Mirpur #AzadKashmir caused immense damage to life and property, with roads and buildings being destroyed and fifty people injured. #Mirpur #sbnews #suchibaat #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176613691921436675,
"tweet_text": "It was a bright sunny day but things took a dark turn & many lives laid to ruins. This Tragedy took many lives & seriously injured countless civilians. Donate now to help those in need. #charitytuesday #pakistan #earthquake #MuslimHands #Earthquake2019",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176606863044923392,
"tweet_text": "Also, try to expose #modi and #Hindutva terror. that should be the gameplan. All #pakistani in #newyork should join and help you. #PTIGovernment #Pakistan #punjab #lahore #Islamabad #Kashmir #news @UN @TheTorontoSun #canada #toronto #Islamophobia #ExMuslim",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176465664674074624,
"tweet_text": "Hey @narendramodi & @AnupamPKher do you have any news on #earthquake in #Kashmir? @UN must ask Modi to update on earthquake in Kashmir. Its criminal that they cut phone & internet. Shame! @amnesty @hrw @UNHumanRights must immediate to act. Hope Kashmiries are safe!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176732205982375937,
"tweet_text": "@mona_qau Alhamdulillah. May Allah keep us all safe. Mirpur and Jatlan are badly affected by #Earthquake But no news of people under siege in #Kashmir Hope they are safe #KashmirStillUnderCurfew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487488799555584,
"tweet_text": "Sadly, theres a communication breakdown in Indian occupied Kashmir so no one knows about their loss, no ones even talking about it, may Allah keep us all safe. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176801102898970624,
"tweet_text": "Embarrassment for #Pakistan outside #UNGA Baloch victims of Pakistan atrocities put up digital movable hoardings in #NewYorkCity outside United Nations & Council in Foreign Relations highlighting #HumanRights abuses by Pakistan Army @KTHopkins @Malala @unicefchief @UN_HRC",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176467958228500481,
"tweet_text": "17 people have been died in mir pur #Kashmir. May ALMIGHTY give sabar to the families #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176494556692377600,
"tweet_text": "RT @mazdaki: Wishing everyone in the affected areas of AJK and Pakistan safety and strength #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176482862117396482,
"tweet_text": "Pakistan Army teams. Reached & started the relief work. In effected areas of earth quake in bhimber/ Mirpur.. #Earthquake #mirpur #rescue #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177057214307151874,
"tweet_text": "Taobat: Neelum Valley, Azad Kashmir Taobat is a village in Athmuqam Tehsil in Neelam valley. It is located 200 KMs from Muzaffarabad and 39 KMs from Kel 7: khattak #kashmir #Pakistan #BeautifulPakistan #travel #tourism #mountain",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176567530808324097,
"tweet_text": "Please Pray for the Victims of Earthquake. ALLAH REHAM FARMA MALIK. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176928472519888896,
"tweet_text": "Download to watch LIVE: Lahore: One killed, five injured in armed clash between two groups #Pak #Live #NEWS #Channel #ARYNewsLiveHD #Pakistan #WorldNews #OZOOTV #Android",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176470099500384258,
"tweet_text": "Mirpur AJKs been at the recieving end today.The situation is terrible in my cityὢ2 #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176584482394116098,
"tweet_text": "A powerful #earthquake of magnitude 5.8 shook Pakistan-administered #Kashmir and other areas in the eastern Punjab province on Tuesday, killing at least 22 people and injuring around 300 while rescue operations get underway, officials said",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176518457610952704,
"tweet_text": "It was horrible My first thought was mama and second was Kalma Ya Allah reham #earthquake #MirpurAzadKashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176589309677318145,
"tweet_text": "RT @ARYNEWSOFFICIAL: #Earthquake wreaks havoc in AJK, 23 dead, 300 wounded #ARYNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176508626950864897,
"tweet_text": "RT @i_abdullahmalik: A tragic news of #earthquake . Hoping everybody is safe and sound. May God bestow us with #Peace and #prosperity .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176812462865338368,
"tweet_text": "Our prayers and thoughts are with all those affected by yesterdays #earthquake. May the departed souls rest in peace",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176469289156653056,
"tweet_text": "Massive damage due to 7.1 magnitude earthquake just 12 kilometres North of Jhelum in Azad Kashmir Pakistan. Divine sign for change. May ALLAH save everyone, Aameen. #earthquake #BREAKING",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176549101795729409,
"tweet_text": "@alisalmanalvi Probably thats why Allah gave that earthquake for these people take it soo lightlyshame on these peopleand the sickest part is she is a part of the Cabinet..WooW means this is the official representation of Pakistan to the world. Great !! #ShameOnHer #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176514966473576448,
"tweet_text": "More aftershocks expected in next 24 hours. May Allah keep everyone safe. Please recite Surah Zilzal. Ya Allah rehum ὤF #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176554773782454272,
"tweet_text": "Oh God, the earthquake was so big that even the road in jehlum cracked! i hope all my desi oomfs are safe, please take care♥ #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176513646572265474,
"tweet_text": "Praying for the well being of all those who have been effected by the #earthquake jolts Mirpur, AJK & different areas of #Pakistan. May Allah bless abundantly protect all of you and give patience to the affected families & bless the injured with a quick recovery. Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176727202945216513,
"tweet_text": "Allah Rehman Farmaa logo parᾓ2ἿC.. Shocking to hear #earthquake News coming from the North.. May Allah اللہ Keep Everyone Safe!! Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176565039156932609,
"tweet_text": "May Allah (swt) protect all of us from hadships, difficulties and all calamities. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176575779104350208,
"tweet_text": "#RIP ,A powerful 5.8-magnitude #earthquake jolted several cities & northern parts of the country on Tuesday afternoon,leaving at least 23 people dead & over 300 others injured,At least 100 of those injured are in a critical state. #Pakistan50",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176530272201977858,
"tweet_text": "Pictures & Videos Coming from Affected Areas are so Heart Wrenching. May Allah Pak Heal all those whore Suffering cause of this Earthquake, Ameen ! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176497577304436736,
"tweet_text": "Four killed, dozens injured in high intensity #Earthquake jolted #AJK, adjoining areas #APPNews @ndmapk #Kashmir #AJK #Mirpur #Jatla via APP",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176564775238676480,
"tweet_text": "we love you for the sake of Allah. #OurVoiceErdogan #Kashmir #Israeli #IsraeliCrimes #Indian #india #Pakistan #LiftTheSiegeInKashmir #ManOfPeaceImranKhan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176484786166218753,
"tweet_text": "The #earthquake in #Mirpur Azad Kashmir has been really severe. The aftermath of tremors have made it hard to access the affected areas. Pakistan Armys aviation team is carrying out the rescue activities. 4 people confimed dead so far while more than 100 are injured.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176572639210627072,
"tweet_text": "sad to know about #earthquake May Allah Almighty blesses high rank in Jannat ul Fardos who led their life and forgive them and also us. May Allah Blesses us, forgive us. Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176521103235330048,
"tweet_text": "Kashmir and Northern Areas of Pakistan affected in earth quake plus Waves felt in Lahore and New Delhi #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176834220406300672,
"tweet_text": "RT @ayesha_m_omar: My heart goes out to all the families affected in the earthquake today in my beloved #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176471766039969792,
"tweet_text": "There has been a devastating earthquake of 5.8 magnitude. Reports of collapse of buildings & roads in multiple places including Azad Kashmir, Punjab and kpk. The tremors were felt in different cities of Pak. Rescue teams are on way. God save us all ❤️ #TalhaInsafian #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176566078580953088,
"tweet_text": "RT @Sahiba345: #earthquake #AzadKashmir Ya Allah have mercy on all of the humanity",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496691903696897,
"tweet_text": "Attention: There is blood emergency in #Mirpur due to #earthquake. Kindly rush to #DHQ to donate blood. #SpreadTheWord #donateblood #savelife #BeAHero #BDP #BREAKING",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176618650310250502,
"tweet_text": "Prayers for the victims of earthquake in AJK and the rescue teams. May Allah keep them safe. We hope that you all are safeὤF #earthquake #earthquake #pakistan #UN",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176722453348986881,
"tweet_text": "there r issues where people want to sabotage current law and order situation in country .. just to give more relief to india and their conspirancies against #pakistan @Dr_YasminRashid needs to take a strong dialogue rather dn using force #ImranKhan #WednesdayMotivation",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176507036399484929,
"tweet_text": "RT @geonews_english: 19 dead, more than 300 wounded as powerful #earthquake jolts parts of Pakistan Read more: #G",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176882557117444097,
"tweet_text": "Death toll from quake climbs to 38 as relief operations continue. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176475142698033152,
"tweet_text": "@titojourno Thank God, my brothers and relatives all are safe back in Muzaffarabad. Spoke to younger brother. We have seen the deaths and devastation in October, 2005 earthquake in area that was close to epicentre at the back of Balakot. May God keep everyone safe. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491683581779969,
"tweet_text": "First phase will be rescue. There will be many people alive under the rubble. With the right equipment many lives can still be saved. #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176508055376334848,
"tweet_text": "#earthquake stats have started coming in. 19 dead, 300+ injured (so far), many houses destroyed and a whole road sunk into a river. These numbers will still change. There are people still trapped under debris.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176524161713393664,
"tweet_text": "#Earthquake map showing some parts of Jammu and Srinagar also affected. God knows whats going on there. We hope everyone is safe. #earthquake #earthquake #earthquakeinpak #earthquakeinindia #EarthquakeAlert",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176878595584790528,
"tweet_text": "The death toll from earthquakes in northern Pakistan including Azad Jammu and Kashmir (AJK) rose to at least 31 with more than 500 injured. #Earthquake #FutureTV",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176796397535977472,
"tweet_text": "Looking at these pics with a heavy heart and wondering what would be the extent of damage in #IOK.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176489970204364801,
"tweet_text": "5.8 magnitude earthquake shakes Pakistan, widespread damage reported in Azad Kashmir #Earthquake #Pakistan #EarthquakeInPakistan #Islamabad #Rawalpindi #Peshawar #Lahore",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176478740790034432,
"tweet_text": "6.1 magnitude quake rocks parts of Pakistan. Prayers for the earliest recovery of injured. Hope the damage is not colossal. #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176497827708592129,
"tweet_text": "#pakistanearthquake TV channels showed the footage of heavily damaged roads in Mirpur, with many vehicles overturned. #earthquake #pakistan #mirpur",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176771045946286082,
"tweet_text": "I just reached home, switched my TV on and found this. Im simply terrified and shocked to find one of my most favourite city in shamblesὉ4 Ya Allah have Mercy!! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176532310663016448,
"tweet_text": "RT @AsadBinSaeed4: @asadowaisi @AmitShah Shameless terrorist state not caring #earthquake victims of #Kashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176499855037845504,
"tweet_text": "Hey @imMAK02 , if you have any shame left then quit Twitter now now. 7 Million MusIim brothers in Kashmir have no mean of communication. How would you enjoy Social Media here. Shameὢ0",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176472190541279232,
"tweet_text": "RT @peshavar: Jalata Road In #Muzaffarabad, #Ajk, #Pakistan links the main city with surroundings. Pak Army moved to help and calculate the",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176505668997722112,
"tweet_text": "#ArmyChief ordered troops to participate in #earthquake rescue activities",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176507594451628032,
"tweet_text": "[Update] At least 19 dead, over 300 others wounded in earthquake that struck #Pakistan-administered #Kashmir, says senior police officer",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176504808515211264,
"tweet_text": "An #earthquake hit #jatlan #jarikas and #Mirpur areas of Azad jammu and #kashmir. Rescue operations initiated by civil administration and Army troops. P.S : ALLAH hum sbki hifazat farmaye",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176499540960206848,
"tweet_text": "I Hope all my followers are save from todays disastrous #earthquake and #rain in Pakistan.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176741821390696448,
"tweet_text": "Prayers for affectees #EarthquakeinPakistan #earthquake #MirpurAzadKashmir #mirpurearthquake #Muslimaidpakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491407428792320,
"tweet_text": "Ya Allah safe Pakistan from all the evil eyes ὤFἿB #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176808945379422208,
"tweet_text": "Earth Quake Chaos (September-24th- 2019) Mirpur AJK: BHU Ghazigurah Our Basic Health Unit in Ghazigurah continues to aid the earthquake victims from all over Bhimber District AJK. #charitytuesday #pakistan #earthquake #MuslimHands #Kashmir #SOS",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176525688544944129,
"tweet_text": "Terrible #earthquake across Pakistan. Prayers for the affected families",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176511093096820736,
"tweet_text": "Shocking to heard the news of earthquakes in azad Kashmir.Pak army is on mission to solved the crisis May Allah protect our country #earthquake #kashmir #PakArmy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176551157231181832,
"tweet_text": "Earthquake shakes northern #Pakistan, destroying buildings, cracking roads, killing 22 people and injuring nearly 200 more #Mirpur #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176572901505536006,
"tweet_text": "ضمیر نہیںں کانپتے یہاں زمین کانپ جاتی ہے May Allah guide this Ummah, and save it from His rage and anger. Ameen. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176856500310040578,
"tweet_text": "Spoke to PM & Chief Secy AJK and expressed deep sorrow over loss of lives in #earthquake. Assured all out support of the Govt of Pakistan in relief and rehabilitation of victims. Our condolences go to the families of the deceased and prayers for early recovery of those injured.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176477407647293440,
"tweet_text": "May Allah protect us all.ὡ4ὤFἿBὢD #earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480795608977410,
"tweet_text": "May Allah safe all people of Azaad nd jammu kashmir..Aameen #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176510678263390209,
"tweet_text": "LIVE: 19 Dead, Over 300 Injured In Pakistan Occupied Kashmir After Massive Earthquake #earthquake #EarthquakeinPakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176499243605004288,
"tweet_text": "#earthquake Its sad news may Allah(SWT) help people who are in need in Azad Kashmir & especially in Indian Occupied Kashmir (IOJK) as from there no news / Pics cant reach out to world, May Allah Help them & be a part of Azak Kashmir / Pakistan.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176920931308101632,
"tweet_text": "My condolences to all victims and those impacted by the #earthquake in Pakistan today. Canadian citizens in need of assistance / Les citoyens canadiens ayant besoin d’aide: [email protected] +92 51 208-6000 @CanHCPakistan @TravelGoC @HCCanPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176811087641161728,
"tweet_text": "Earthquake brings disasters in AJK, 19 dead and 300 wounded. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176510827110850565,
"tweet_text": "RT @LToddWood: Video: 5.6 Magnitude #Earthquake In #Tirana, Albania, Serious Damage, Some Injuries",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176513497800347648,
"tweet_text": "19 people died many injured.#earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176511147211730944,
"tweet_text": "RT @RaydenMK: PSA: Just a reminder that mere thoughts & prayers accomplish exactly zero. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176749149863235584,
"tweet_text": "Our thoughts and prayers are constantly with AJK people. The people of Sindh stand united with them in this time of crisis and share the pain with them. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176469333050048513,
"tweet_text": "Officials told Mirpur in #Pakistan Kashmir is most affected city, #Mirpur suburb area building and road collapse #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176473037488754688,
"tweet_text": "Due to #Earthquake, reports of damages from #Mirpur building collapsed 50 people injured. Rescue teams are rushing roads damaged by earthquake. It must have been felt in #IOK as well where mobile phones and internet is shut for the last 51 days Ya ALLAH Reham Farma! #Kashmir",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176473370252251136,
"tweet_text": "Allah reham farma! Hope everyone is safe there Some terrifying footages coming from ajk #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176699375285936129,
"tweet_text": "@IqbalSandh @PTIofficial @ImranKhanPTI @BBhuttoZardari @AseefaBZ @BakhtawarBZ @HamidMirPAK @WaqasShoukat_ @murtazawahab1 @sherryrehman @Majid_Agha @ShoaibMirzaa @AajizDhamrah I strongly condemn @Dr_FirdousPTI about earthquake. Several people expired, faced alot of damage and u bemocking just to raise your tabdeli drama. Is it tabdeli? O yes it is! Many are dying underneath your tax drama while for remains you mimics. #earthquake #firdousashiqawa",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176475000943063040,
"tweet_text": "I hope #ManglaDam remains #safe ! #earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176518684841566209,
"tweet_text": "@Ravinag10907304 @MediaScourge @imMAK02 @PMOIndia Allah is with us forever everysoul shall taste of death #Earthquake only comes when we forget Allah and he reminds of us to pray for him. May Allah protect us from evil ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176589342707539969,
"tweet_text": "Its High time world community acts. Its been 50 days of curfew and complete shutdown in Indian Occupied #Kashmir. Today there was a big #earthquake in Kashmir & Imagine people can’t contact ambulance or anything #LiftTheSiegeInKashmir #OurVoiceErdogan",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176520829749944322,
"tweet_text": "A powerful #earthquake with magnitude of 5.8 badly damaged the #PakistaniKashmiri town of #Mirpur, leaving 19 people dead and more than 300 wounded.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176491319293861888,
"tweet_text": "Felt this 2nd Time in my life ὡ0 May Allah forgive us for our sins ᾑ0 #earthquake #Lahore #azadkashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176464726836097024,
"tweet_text": "News are coming from #mirpur azad kashmir. One woman death and several injuries reported. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176545475618639872,
"tweet_text": "Whoever is reading this, pray for all departed souls and also for the speedy recovery of injured ones. May Allah bless them all. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176507554198970369,
"tweet_text": "Updates #earthquake 21 deaths 350 injured 250 houses damaged A building collapsed where 50 people to be rescued Story is still developing",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176511608379645954,
"tweet_text": "The ambitious goal of 5 million homes in 5 years - a contribution to a stable economy? Asad Umar speaks about the Naya Pakistan Housing Programme | Zameen Interviews #AsadUmar #ExFinanceMinister #ZameenInterviews #NayaPakistanHousingProgramme #NPHP #5MillionHouses #PTI #Pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176543710118629380,
"tweet_text": "#Earthquake it was a HAARP driven nuclear attack on a fault line by anti-Pakistan elements. Target was Mangla Dam that was over-filled today and mission was to bring massive flash flood destruction in Pakistan. Can anyone please confirm?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176508252143673358,
"tweet_text": "#earthquake Stop eating meat! All creatures of the world are the souls of Allah,then How can they give you order to kill them ? Killing of animals is a big sin in the Sight of Allah Kabir.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176870063212834816,
"tweet_text": "Extending former #FATA [regulations] to mainland #Pakistan is unacceptable. Looks like part of gradual ‘creeping coup’ by non-democratic elements. @dawn_com’s editorial on extension of Action in Aid of Civil Power 2011 to entire #KP province.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176471438473252871,
"tweet_text": "These Are Some Pics From POK After earthquake Of Magnitude 6.3 #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176558132455268355,
"tweet_text": "RT @iDinoAli: My prayers go to everyone affected in the #earthquake in the Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176692369007226880,
"tweet_text": "My heart goes out to the families suffering due to the earthquake today. We think we can make plans but one min and its all over..Allah reham kare sab pe #pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176507324808269824,
"tweet_text": "Allah Hu Akbar huge earthquake in northern and north eastern parts of PAKISTAN . Most affected areas are of AZAD JAMMU AND KASHMIR . May Allah help and protect them Ameen . #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176467510054543360,
"tweet_text": "Ya Allah raham, stay safe every One out there and do not be panic #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176532834498035716,
"tweet_text": "Was it artifical made earthquake. But dont forget to pray for effected peoples. Allah REHAM KARA. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177088695473704960,
"tweet_text": "These pictures from PoK after #earthquake are so scary! Earthquake of Magnitude:6.3, Occurred on:24-09-2019, 16:31:58 IST, Lat:32.9 N & Long: 73.7 E, Depth: 40 Km, Region: Pakistan - India (J & K ) Border region. Prayers for their safety..ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176494521531731969,
"tweet_text": "May Allah protect everyone on this land and forgive us. We r nothing and have no guarantee of life even for a second, its U my Allah Who knows each & everything. Apna karam farma. Apni rehmat farma. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176545573752754178,
"tweet_text": "RT @PressTV: 5.8-magnitude quake kills 19, injures hundreds in #Pakistan #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176528371196530689,
"tweet_text": "Deadly and massive destruction in Mirpur Azaad Kashmir. 50 people are injured reportedly. May Allah have mercy upon us.Ὁ4 Prayersᾓ2 #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1177133469866090496,
"tweet_text": "Another aftershock was felt here in mirpur and surrounding areas. A magnitude of approx 4.5 and 12km deep. May ALLAH keep us safe from any disaster or pain. Ameen #EarthquakeinPakistan #ClimateChange #earthquake #Pakistan #ClimateStrike #prayformirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176765786356105217,
"tweet_text": "Death toll mounts in Pakistan earthquake but panic subsides. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176614185888899073,
"tweet_text": "Is it that serious #earthquake ? But in the press conference I heard the that the federal information minister, who is selected by The Leader was cracking jokes on the earthquake as if nothing has happened. Really a shame on her #NayaPakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176774407127220224,
"tweet_text": "Prayers with all of u dear brothers & sisters affected by earthquake, May Allah give u patience to bear this loss#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176473383887867905,
"tweet_text": "Sad to hear about the earthquake in Pakistan, I do hope everyone is well and those that are injured recover speedily. #Pakistan #PakistanEarthquake #earthquake #Mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487022665580546,
"tweet_text": "@uditgupta499 Nobody needs ur prayers actually #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176858384127148032,
"tweet_text": "We Are Proud of #PakistanArmy always reaching and helping in need. One of our Volunteer visited the #Jatlan the place with Doctor and Ambulance mostly affected by #earthquake in #AzadKashmir Thank you Atif",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177146417137246209,
"tweet_text": "Mosquitoes have killed more humans than all the wars in history. Call: 021-36676515, 36614885-6 Mobile: 0321-2207262 Email: [email protected] #Knockout #Pest #Control #Professional #Termite #Dengue #Mosquitoes #Cockroach #Rodents #Garden #Lawn #Proofing #Karachi #Pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176519960207790080,
"tweet_text": "The NDMA needs to rush to the effected areas and roll out its services as it was created for such occasions. Army is already out on the roads. Someone from the fed government should be appointed the point man to oversee the entire exercise of relief work. #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176624947906666496,
"tweet_text": "@Muslim_Aid #Pakistan stand with their brother and sisters in the time of need. The disaster response team of Muslim Aid is on their way to #Mirpur, AJK to initiate the relief activities for people affected from earthquake. #mirpurearthquake #Mirpur_alert #EarthquakeinPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176849142099959808,
"tweet_text": "Chief of Army Staff General Qamar Javed Bajwa personally went to see the areas affected by yesterday’s #earthquake in AJ&K and went to oversea the repair work being carried out by Pak Army. Well done Pak Armed Forces. #KashmirOurPride #PakArmedForcesZindabad #DGISPR #COAS",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177153255027224576,
"tweet_text": "Our teams are on the ground providing cooked meals, medical aid, clothes, blankets and shelter to help victims survive the first few weeks of this disaster. Donate now to help families in need. #pakistan #kashmir #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176539592276828161,
"tweet_text": "@Dr_FirdousPTI should resign for ridiculing loss of human life and property. In the time those vulnerables need us the most, our information advisor is making fun of their losses. #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176754347142762496,
"tweet_text": "Allah help the affected by the #earthquake..StaySafe! Allah sabko apne Hifzo aman me rakhe_AMEEN_ #earthquakeinpakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176474412872282112,
"tweet_text": "I hope everyones safe especially in Mirpur and Azad Kashmir #earthquake I pray to God this is not a repeat of 2005",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176505817828405250,
"tweet_text": "sad to see that only calamities can make us remember Allah #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176599189259730946,
"tweet_text": "Four killed, scores injured as earthquake rocks KPK. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176469126304415744,
"tweet_text": "#earthquake in AJK and in #IOK. May ALLAH very one safe there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176791939439648768,
"tweet_text": "#Japan Expresses #Condolences and #Sympathies with the people of #Pakistan affected by the #Earthquake #APPNews #EarthquakeInPak #Japan #kashmir #AJK #Jatla",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176483130376642561,
"tweet_text": "Against the atrocities on Kashmir, only talk and Allahs punishment. Surely Allah gives a signal to the believers. Believe Me This Is Not Earthquake This is Anger Of Allah. Surely, Allah wants us to jihad against terrorist India and protect our Kashmiris Muslims. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176490073447182336,
"tweet_text": "Ya Allah rehm !! May Allah keep everyone in His protection ameen. #earthquake #mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176478997540216833,
"tweet_text": "RT @GermanyinPAK: Hope everybody is safe after the #earthquake. Felt the trembling at our office as well.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176483645881761792,
"tweet_text": "Received such pictures from AJK May Allah protect everyone #Prayers #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491718587404288,
"tweet_text": "RT @Nira_Sayaapa: Stay Safe people..!! Make sure to take Precautionary measures.. ὡEὡE #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176495012839923718,
"tweet_text": "#Earthquake UPDATE: 19 dead, over 100 injured as 5.8 magnitude earthquake jolts AJK, Punjab, parts of K-P #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176710423019687940,
"tweet_text": "NA speaker seeks UAE’s role for Kashmir solution. #pakistan. #kashmir",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176486560985944064,
"tweet_text": "Instead of using this for advertisement marketing #PIA fires Air hostesses @AShabbir123",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176518961720168449,
"tweet_text": "RT @bilalofficial1z: Ya Allah. Pls be kind. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176580239599661056,
"tweet_text": "Pained to hear abt the loss of lives in PoK’s Mirpur area due to an #earthquake Our prayers for the affected & their familiesStay SafeὤF We strongly condemn insensitive & shameful comments of Pak PM’s Advisor Firdous Ashiq Awan on earthquake in PoK. Disgusting ὄEὄ7",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176565012523094021,
"tweet_text": "May Allah be merciful to the people who were martyred in this earthquake #earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176502305170100224,
"tweet_text": "#EarthquakeAlert #PakistanArmy troops have reached earthquake-hit areas of #Mirpur, #Jatlan and #Jarikas. Relief and rescue efforts under way: says @OfficialDGISPR #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176477311685812224,
"tweet_text": "May Allah Protect us, Still have chances of After Shocks in next 24 hours. May Allah Forgive us. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176777690839433216,
"tweet_text": "Its time to pay back to people of Mirpur, the love, care, support, solidarity and affiliation they showed in 2005 earthquake with people of Poonch, Bagh and Muzaffrabad. #Mirpur #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176709727813820419,
"tweet_text": "Something very significant I read in a while. Cannot lay more emphasis on the matter. #Pakistan needs to go a long way in medical research which is only possible with proper funding and laboratories which are rarely found in Pk.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176551857776398340,
"tweet_text": "Is this arrogance? Or is this the level they will stoop to, to prove something as ridiculous as their #tabdeeli slogan? #Shame on the minister for making a joke of such a tragic incident leaving hundreds dead and injured and thousands homeless. #earthquake #firdousashiqawan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176469736223334400,
"tweet_text": "Jatlaan canal embankment is damaged. It is one of the main canal originating from Mangla dam which irrigates Punjab. #earthquake AJK Mirpur",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176547371834118147,
"tweet_text": "RT @Kohinoor_BHATTI: I wish and pray safety for everyone. May Allah save us.#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176799823430897664,
"tweet_text": "If ANY of the injured need blood in Pakistan or for whatever other reason in the image below the blood types along with the phone numbers are shown. Please share this with as many people as possible. A retweet can be you saving a life. #Pakistan #EarthquakeinPakistan #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
}
] |