Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 222,578 Bytes
b778a0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 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 |
[
{
"tweet_id": 1065844591805390849,
"tweet_text": "Camp Fire leaves over 13,000 without homes this Thanksgiving: A closer look at the California wildfires by the numbers - ABC News - via @ABC",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061320723749330944,
"tweet_text": "So in a truly strange world, we have @RealJamesWoods playing the hero in the California firesand Russians retweeting the hashtags over 5000 times. Screenshot from Hamilton 68",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063535672793944065,
"tweet_text": "66 people have died and more than 600 are still missing due to the #CaliforniaWildfires #CAfire #CampFire #CaliforniaFires #California #CaliforniaFire #CAFires #Wildfires ὢ2ὖF️",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062711111869333504,
"tweet_text": "BBC News - California wildfires: Nine dead and more than 150,000 evacuated",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064807520802197504,
"tweet_text": "Death toll in California’s #CampFire has climbed to 79, the number of people unaccounted for has dropped to about 700. @NWSSacramento has issued a flash flood watch for the Camp Fire burn area in Butte County from Wednesday afternoon until Friday morning. @AZMorningNews @KTAR923",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065804941946687488,
"tweet_text": "@JohnKerry Do you know this about the California fires ? and will you expose it? This is domestic terrorism of the highest grade,genocide in our own country.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062108636615458818,
"tweet_text": "A local woman captures dramatic footage driving through the fires engulfing the western state of California while she tries to flee her Malibu home; as death toll rises to 31 in the two wildfires with 228 still unaccounted for",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065699171234013185,
"tweet_text": "RT @KZagaris: Cal Fire map now shows images of homes destroyed in Camp Fire",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065527195701919744,
"tweet_text": "RT @JimBridenstine: .@NASA is assisting those fighting wildfires in California. I’m so proud of our team. More: htt",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061186093398151168,
"tweet_text": "In a total of 24 hours, the Camp Fire in Northern California became the most destructive fire in California history. Over 6500 homes gone in a flash and at least 9 lives lost.#CaliforniaFires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064454370731982848,
"tweet_text": "@lucydragonn We are cooperating with the County, the Red Cross and other local organizations to ensure that the people impacted the Camp Fire can transition to the shelters that can provide the resources, services and care they need.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064237337775767552,
"tweet_text": "Wondering what steps you can take to make California’s fire-prone land healthier and less hazardous? Here’s an appeal from Bill Tripp of the Karuk Tribe and the Endowment for Eco-cultural Revitalization:",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065590550726885379,
"tweet_text": "Due to substrate Southern California (Malibu) may see mudslides. However, Butte County (Paradise area) substrate is granite and stone; which means no mudslides, but rather flash floods. [Accurate = Heavy rain may trigger mudslides So-Cal, and Flash Flooding No-Cal]",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062489445172166656,
"tweet_text": "Nearly 9,000 firefighters battling the #CaliforniaFires Tuesday. Search teams using power saws and cadaver dogs to try to locate victims of the #CampFire. At least 44 people are dead and more than 200 are missing. #WoolseyFire #HillFire",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061160874692366336,
"tweet_text": "If I can help people in California wildfire, please let me know. I have a can do attitude and garden hose. Maybe helpful for combating citywide blazes",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065619209239969798,
"tweet_text": "@MrStevenCree I am gutted. Family members displaced in California fires. Refugees tormented and being exposed to American deceit at the southern border. Obscene display of unconservative wastes of moneymoney that should be used to feed and shelter the homeless and disenfranchised.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1063639256608972807,
"tweet_text": "RT @WAFB: JUST IN: 71 dead, more than 1,000 now missing in California fires >>",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061563377871392768,
"tweet_text": "RT @DancingTheMind: America. This is what you’re voting for. 14 people dead & this is what he says. #CaliforniaWildfires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1067587243588620288,
"tweet_text": "Our ❤️ goes out to the families affected by California’s Camp Fires. To lend a helping hand, Chewys Reno Fulfillment Center donated pet food and supplies to the Butte Humane Society. #ChewyGivesBack",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061343366217166849,
"tweet_text": "These fires are devastating. I am praying for all of you continuously ὤFἿC stay strong. Things are replaceable lives are not. Thank God to everyone who is safe. Politics aside we must come together in times of tragedy. Keep in prayer America for California Ὁ4ὤFἿCὤFἿDὤFἿEὤFἿFὤFἿBὤFA8",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1067201331805528065,
"tweet_text": "RT @stevegiovinco: Massive Collection of Photobooks Destroyed in California Wildfire @artforum",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061753095644962816,
"tweet_text": "LATEST UPDATE: - Death toll from California wildfires continues to rise - Scotland adds LGBTI curriculum to public schools - WWI gave women a chance to contribute to war efforts #tictocnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064454711657545729,
"tweet_text": "Updates: #CaliforniaWildfires Have Now Killed 80 With More Than 900 Still Missing via @BuzzFeedNews",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1065264095715299329,
"tweet_text": "The Camp fire burned homes but left trees standing. The science behind the fire’s path – Los Angeles Times",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061276890995003392,
"tweet_text": "This article helped many prepare for Trump not helping, but attacking us here in California. Donald Trump will blame anything but climate change for the California wildfires @CNNPolitics",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064995469804232704,
"tweet_text": "Not only humans who lost their homes as fires tear through California — the fires are destructive enough to wipe out whole swaths of wildlife habitat, as well, taking a toll on Southern Californias well-loved & closely tracked mountain lions and bobcats.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065325240475996161,
"tweet_text": "TheIndustryDoctors Kanye West Plans to Donate $500,000 to California Wildfire Relief: Ye wants to help California by any means necessary. Continue reading TheIndustryDoctors",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062370401106313221,
"tweet_text": "LATEST UPDATE: -At least 40 killed in Northern California wildfires #CaliforniaFire -China is postponing its ban on trading tiger and rhino parts -Mississippi Senator Cindy Hyde-Smith deflects questions about public hanging remark #tictocnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064236088972075008,
"tweet_text": "The California fires are so destructive, deadly and follow earlier fires so rapidly that we need a profound new approach to forest management.President Trump should appoint emergency national panel to review all forestry practices and propose a fire minimizing management system.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061161207623761920,
"tweet_text": "California Wildfires: Kevin Smith Seeks Aids in Horse Rescue, James Woods Assists in Missing People",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1065315655270961152,
"tweet_text": "Packers Aaron Rodgers donates M to California #WILDFIRE victims #GPWX",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065466219007000578,
"tweet_text": "@realDonaldTrump California Wild Fires? Werent you there in Pleasure Ca?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065660073672794112,
"tweet_text": "@AaronRodgers12 To help victims and evacuees of the Camp Fire, Aaron Rogers is donating one million dollars. Retweet this and State Farm will donate $1 for every retweet, up to another one million dollars! #retweet4good",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061285004075065344,
"tweet_text": "Doe not make any sense. SoCal fires are in chapparal scrub, not trees, certainly not loggable. That, and POTUS is an undignified sociopath.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061200538602135552,
"tweet_text": "I’ve read someone’s comments about the California fires and am going to try and keep retweeting these flowers. @Gardening_Angel @kathygriffin you’re right but, oh look, English pretty things",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063175276023050240,
"tweet_text": "Devastation from Deadly Camp and Woolsey Fires Seen from Space",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1063418472091262978,
"tweet_text": "RT @ElizabethEThorp: BREAKING: Number of people missing in Camp Fire jumps to 631 as death toll rises to 63 #Paradi",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1067592498699210752,
"tweet_text": "RT @foggybottomgal: Judge to California utility: Explain any role in deadly Camp Fire that killed nearly 90 people",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062632229606551552,
"tweet_text": "Death toll in California fire at 42, expected to rise further as recovery teams search for remains",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061709754932912128,
"tweet_text": "RT @people: Camille Grammer, Robin Thicke & More Lose Homes to California Fires as Death Toll Climbs to 23",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065681932510470150,
"tweet_text": "RT @ChinaDaily: The town of Lincoln, California, will help the wildfire victims try to have a #HappyThanksgiving on Thursday.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061209502647771136,
"tweet_text": "@drmom247 @realDonaldTrump Actually his tweet does not blame fire fighters but the system they are in. However, he should be showing more compassion and offer aid and then later get into fixing the problem. What he does not understand is fires in California are a weather issue mainly and not managment one",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064113185794519041,
"tweet_text": "FOX NEWS: Death toll rises to 76 in California fire with winds ahead",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062128170160275458,
"tweet_text": "The single act of @JerryBrownGov dramatically altering a key source of water in California has placed the life of a small fish above the lives and safety of millions of human beings. -@JenKernsUSA in @DailyCaller #PeakFire #RockyFire #CaliforniaWildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065637746050400256,
"tweet_text": "Billions in yearly profit, Walmart wont even put in a dime to help the fire survivors camping out in their lots. Not even for their own gain. What they will do, however is ask them to leave. Because Walmart cares.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065695937169973250,
"tweet_text": "The Real Issue with California Fires (Via CNR)",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064206101393141760,
"tweet_text": "What do you out in the Twitter-sphere think about donating trees to the #CampFireSmoke and #California fire victims to help replant their forests and prevent mudslides as the rains approach this winter? We need a new #ArborDay for California",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064529736033071104,
"tweet_text": "Besides raking looks like humour brings us together from all over the world. Join me to help Students at California State University. The money will go to support students who lost everything in the wildfires.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061314182392541187,
"tweet_text": "You lowlife piece of shit!! How dare you pull your power trip, when there are thousands of people now misplaced and some dead because of a disaster that is a force of nature you stupid ass! Even if it was an",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064337315995086848,
"tweet_text": "Traumatic video a crying woman barely escaping the #CaliforniaFires #follwme #fires #CaliforniaFire #California #wildfires #MalibuFire #Malibu #malibufires #SoCalFires #socalfire #LosAngelesFire #LAFires #follo4follo #folloMe #folowme #news #wildfire",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066373574351417344,
"tweet_text": "The Latest: Death toll from N. California wildfire now 84 | Daily Mail Online",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062247854004203521,
"tweet_text": "Death toll in the #CaliforniaWildfires that started earlier this week, has now risen to 42- worse than the states deadliest fire.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061497081335033862,
"tweet_text": "Help my strength coach and his community as their city has been completely demolished by the Camp Fire. Donate, share or retweet.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063983727481634816,
"tweet_text": "Officials: California fires death toll jumps to 76. @wjz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061284842019536896,
"tweet_text": "To everyone in California near the fires, PLEASE make sure you have everything planned and ready to go for your pets if you have to evacuate. PLEASE DO NOT LEAVE THEM BEHIND!!!!!",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1063126565473665024,
"tweet_text": "Hi again, everyone. Thanks for the awesome boost on this tweet. I found a great local non-profit accepting and distributing medical equipment to people displaced by #CampFire #campfireparadise. In the thread below, I will discuss 3 ways you can help.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1066715868392939520,
"tweet_text": "And its PARADISE, @realDonaldTrump, not Pleasure you f***ing Neanderthal. Gawd I cant wait till youre gone and fade into poverty and being a nowhere man. Until then, January 3rd will do.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064826312089587712,
"tweet_text": "Ive just posted a new blog: Liked on YouTube: ALERT! ITS ALL PLANNED! Proof The UN Is Involved in The California Fires!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065413047915708418,
"tweet_text": "In case nobody got the memo: The drought and climate change ARE seriously impacting California. With all the fires, the air quality is also really bad. This problem isnt expected to get better and large burnt areas can trigger flash floods. We are scared!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062084232284160002,
"tweet_text": "Breaking: The death toll from #Campfire in Butte County, California, is now 29, tying it with the deadliest fire in California history. 228 people remain unaccounted for.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063659203644948480,
"tweet_text": "RT @MyAlliesNews: California fires: Death toll rises in Camp fire as survivors look for their way forward",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065270525465952256,
"tweet_text": "During California wildfires, farm workers felt pressured to keep working or lose their jobs",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063257640698970112,
"tweet_text": "According to Butte County Sheriffs Office, Camp Fire death toll at 63",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065379450156666880,
"tweet_text": "Deeply humbled to share that the Green Bay Packers and their families have started a campaign called #PackersforCali through Gofundme with proceeds going to the NVCF Camp Fire Relief Fund. Precious humans unite! Thank you! North Valley Community",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062115991319126016,
"tweet_text": "California Fires Update: The #CampFire is currently active on 109,000 acres and is 25 percent contained. #WoolseyFire is active on 83,275 acres and is 10 percent contained. The #HillFire remains active on 4,531 acres and is 70 percent contained.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065228116308701186,
"tweet_text": "RT @JayChadstein: A picture is worth a thousand words. DEWs in action. California fires are not made by nature or accidental fires.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061602995782045696,
"tweet_text": "At least 25 people, including two in Malibu, have died in massive wildfires in California, authorities report.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066018808438145026,
"tweet_text": "What Makes a California Wildfire the Worst? Deaths and Size by THE ASSOCIATED PRESS via NYT",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064942957508186113,
"tweet_text": "Fires dont kill, Liberals Kill..",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063970769296715777,
"tweet_text": "Trump said 600 ppl died tho? RT @jilevin: Death toll rises to 71 in California wildfires as relatives search for the missing",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064653772784394240,
"tweet_text": "Presented by: The Ring Of Fire Published on : 11/19/2018 Corporate Judges Just Opened Up Californias Protected Lands For Corporate Vultures! **Could This Be The Reason Northern California Is Burning Down, To Make Room For Big Corporations?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062081480166240257,
"tweet_text": "These California fires are kicking my asthmatic butt right now",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1067092934909149184,
"tweet_text": "Cute Pets Reunited With Their Owner After California Fires Will Fill Your Heart With Happiness: via @YouTube",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061705540814954496,
"tweet_text": "There are reports that 110 people are missing in Northern California wildfires that have already killed 25 people and destroyed more than 6700 buildings.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1062692650711543808,
"tweet_text": "California wildfire death toll up to 48, and 9 more things to know for Wednesday",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066015201915518977,
"tweet_text": "SMOKING GUN EVIDENCE OF BLUE LASER/ DIRECTED ENERGY LASERS (DEW) BEING USED TO START CALIFORNIA WILDFIRES IN SANTA ROSA AND PARADISE!!! #DrainTheDeepState",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061328408439734272,
"tweet_text": "@realDonaldTrump Here’s what you should have said: Our hearts go out to those who have lost lives & homes to the wildfires in California. We support the tireless efforts of firefighters & first responders. 1/2",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1066060054678376448,
"tweet_text": "RT @CameronPaton: There are 14 active wildfires burning across California. This map shows all of them",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064781382369476614,
"tweet_text": "@MikeLevinCA @JelasHeart @realDonaldTrump Power line malfunction is a major cause of CA fires. Lately, with severe drought climate conditions & dense fuel, To prevent death& destruction, California PG&E power company is obligated to develop non-incendiary & hack-proof technologies.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065491711986675712,
"tweet_text": "attending Resident Throwdown: A Fundraiser for California’s Wildfires at Beat Cinema",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061297296720052224,
"tweet_text": "Yep. 45 is meeting with Putin while Americans die from fires caused by winds and global warming. #distraction #WoosleyFire #Malibufire #Putin",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061457004936478722,
"tweet_text": "Breaking: The Associated Press reports that a Northern California sheriff says 14 additional bodies have been recovered, bringing the death toll to 23 in California’s massive wildfires. #CaliforniaWildfires #WoolseyFire",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061309130986713088,
"tweet_text": "Ladies and gentlemen The POTUS #pieceofshit #whatadouche #isthisreallife @realDonaldTrump youre an embarrassment. People, citizens, need help!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064412773176811520,
"tweet_text": "RT @TODAYshow: Liam Hemsworth posts harrowing picture of home destroyed in California wildfires",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1063402931997814785,
"tweet_text": "Among #AP10ThingstoKnow: Destroyed by flames, Paradise, California, is all but a memory; Wildfires death toll rises to 63, over 600 missing; Recount by hand coming in Florida governors contest; David Hockney painting sells for a record $90.3 million.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063461566740353024,
"tweet_text": "California wildfire death toll grows to 63, missing list to 631 via @POLITICO for iOS",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1061720761155665925,
"tweet_text": "Women died because she was putting her make up on. We live in such a judgemental society! If an extreme status warning is issued. Follow instructions no matter what. Nobody cares how you look, once you are safe! May they R.I.P #FireSafety #News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064316693332271106,
"tweet_text": "RT @japantimes: 1,300 still on missing list as searchers in California wildfires step up efforts to find victims ahead of rain",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1066360758961881089,
"tweet_text": "@khloekardashian Please help Aaron Rodgers12 raise money for California fires by retweeting retweet4good, Thanks Doll",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1064152074173194240,
"tweet_text": "These Pictures Of California’s Air Quality After The Wildfires Are Horrifying",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064120999489220608,
"tweet_text": "OK. So all we got to do is rake and clean California’s floors. Just 163,696 mi.² to rake. Let’s get on it! No more fires! He is the stupidest man on the face of the earth.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065027198824914944,
"tweet_text": "I live in a hurricane prone state. Our fellow citizens in California bail us out every third year on hurricane relief. Glad to return the favor. Tax me for fire relief.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065355941321691137,
"tweet_text": "I just became a Packer fan. Green Bay Packers Aaron Rodgers donates $1m to California wildfire victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1067095577114996736,
"tweet_text": "ὒ5California wildfires: Nearly 1,000 people unaccounted for, death toll 77, 60 firefighters lose their homes, thousands of structures destroyed, hundreds damagedὢ2 Q- What is Hollywood doing? A- Raising money for illegals in the caravanὢ1#AntiAmerican",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066027641524969472,
"tweet_text": "RT @DailyCaller: Heavy Rain Is Helping Contain California’s Deadliest Wildfire",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066123365885403143,
"tweet_text": "As we sit in our warm homes, surrounded by the people we love, and give thanks for the food and other of Gods bounty, lets remember those who suffer. The victims of the California fires have lost evertything--here is a charity lll donate to today.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065247419057823744,
"tweet_text": "Survivors of California’s unending fires cook up Thanksgiving for latest victims",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062057331343671302,
"tweet_text": "Gov. Brown, fire-besieged California hit back at Trump over blame tweet. Governor Brown also asks White House for disaster relief funds for the state. The death toll is now at 25. #CaliforniaFires #VeteransDay #HippysResist",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062749277531791360,
"tweet_text": "Death toll climbs to 48 in Northern California fire | CBC News",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065709286435766272,
"tweet_text": "CALLING ALL #BTSARMY! LETS HELP ὉC RT @AaronRodgers12 original twt and State Farm will donate $1 for every retweet, up to another one million dollars, to help victims and evacuees of the Camp Fire here in California ὉC #retweet4good @BTS_twt #BTS @OneInAnARMY",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065943110037966848,
"tweet_text": "RT @jannarden: Firefighter Does Sweetest Thing For Two Terrified Donkeys Fleeing Wildfires @Dodo",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065319038702813184,
"tweet_text": "Marys Pizza Shack will donate 15% of ALL sales on Tuesday, November 27, 2018 to the Sierra Nevada Camp Fire Relief Fund. Customers can support the fundraising effort by dining at our locations in Sonoma, Solano, Marin and Contra Costa Counties. No flyer necessary!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064294566516396032,
"tweet_text": "RT @Green_Footballs: The California Chaparral Institute responds to Trumps ignorant and stupid comments about the wildfires. /",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064070405923708933,
"tweet_text": "The destruction from the wildfires in California surpasses what a government report projected just months ago, a climate scientist says.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065362307054792704,
"tweet_text": "Such a world class organization.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061253526687346688,
"tweet_text": "Why is no one talking about this. We have a president that refuses to acknowledge California. Still absolutely no mention of the fires that are burning throughout our state. Many evacuated. Many homes lost. @realDonaldTrump #CampFire #WoolseyFire",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062108404871655425,
"tweet_text": "Multiple reasons explain the fires’ severity, but forest management wasn’t one of them, @UUtah fire scientist Philip Dennison said of Californias devastating fires. From @borenbears @AP",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061382548767629313,
"tweet_text": "What a fucking victim blaming dickhead",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064503989172097024,
"tweet_text": "Some California Wildfire Victims May Never Be Found: Searcher 0 #News #Animals #Pets #PetOwners #PetLovers #CharlotteNC #CLT #NorthCarolina #DrOGayle #CLTpets",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1066118770714914818,
"tweet_text": "Just think about this..no Red Cross assisting California affected fire areas, But they are assisting the illegal invasion.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065612335446990848,
"tweet_text": "#retweet4good ARMYs this money is going to help the people of California who have suffered terrible loss from the fires. Please take a minute to retweet using the hashtag #BTS #BTSARMY",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064230583826448385,
"tweet_text": "Death toll rises to 76 in California fire with winds ahead (from @AP) #CaliforniaFire #CaliforniaFires #california #CaliforniaWildfires #campfire #californiawildfire #Paradise #CampFireNews #ParadiseFires #CampFireUpdate",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062029955532537858,
"tweet_text": "Death Toll Reaches 31 in California Wildfires, as 300,000 Residents Forced to Evacuate | @arlardieri | @usnews -",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063330337843892224,
"tweet_text": "Death Toll Rises To 63 In Northern California Camp Fire, 631 Now Unaccounted For- Officials say they’re more committed than we’ve ever been” as they sift through the devastation. via @HuffPost",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064892935332876288,
"tweet_text": "How Satellites Are Helping Californias Wildfire Recovery Efforts #space #stars #planets #astronomynerd #AstronomyPictureOfTheDay #astronomysettolyrics #astronomypicturesdaily #AstronomyLab",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064901044633825280,
"tweet_text": "I’d like to see Jerry Brown’s bank statements. Wonder how much money he received to fuck over the residents of California? The state should demand his resignation immediately! #jerrybrown #CaliforniaWildfires #CaliforniaBurning",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065268529983905792,
"tweet_text": "RT @Independent: This is what the California wildfires damage looks like from space",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061704380984905728,
"tweet_text": "RT @Catz_R_cute: 10 Uplifting Tweets About Animals Being Rescued During The Horrifying California Fires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065005508296409088,
"tweet_text": "RT @GreatBeerNow: Sierra Nevada brews new beer, Resilience IPA, to aid California fire victims:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061341628651241474,
"tweet_text": "Nearly, 250 thousand people are displaced. While firefighters are risking their lives continuously. And now hes threatening to withhold Federal Aid. Translation--California didnt vote for me so Im going to use fires as an opportunity to denigrate",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064211706757435392,
"tweet_text": "Ocean Sciences Article of the Day - Death toll rises to 76 in California fire with winds ahead (Washington Post)",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064013207658999809,
"tweet_text": "@cenkuygur These fires have absolutely nothing to do with climate change and everything to do with enviro-statists who prevent controlled burns of the millions of dead trees across California in an effort to preserve everything but human life. #GreenPolicyDeathToll",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061702882552999936,
"tweet_text": "California wildfire rescuers prepare to search for dead as toll rises to 25",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061222485281161216,
"tweet_text": "Father sings to 3-year-old daughter to keep her calm as they drive through California wildfire. At least 9 have been killed in the massive blaze and 35 people are missing.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062755314133622785,
"tweet_text": "Hundreds of people are still missing in California. This woman driving through tunnels and wildfires recorded how nightmarish it is. (And you know who once again makes it about himself)",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1061787822745501697,
"tweet_text": "Eight of the most destructive wildfires in California’s fire-prone history have occurred in the past three years. #ClimateChange",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064453935476367360,
"tweet_text": "Death Toll in Northern California Wildfire Hits 76 With Nearly 1,300 Missing.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1062067140629393409,
"tweet_text": "@stealthmaster97 @thommx @KamVTV Yeah, it has killed people. Without climate change, California wouldn’t be so dry right now. But since we fucked this earth half of it is now dry to the bone. And there are MULTIPLE people dying in that fire. But if you want to choose to be ignorant. Guns have killed people",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061177651065483264,
"tweet_text": "@Rydogger @hutchinson He’s not really wrong I have read articles about how California legislation prevented people from clearing out the dead plants that help spread these massive fires in California.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066007661701996544,
"tweet_text": "RT @Reuters: More rain helps put out California fires, but raises landslide risk",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1066443543319740416,
"tweet_text": "Why are so many trees still standing, but all homes are burned to the ground??",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065299809307779072,
"tweet_text": "Now Living Side By Side, Camp Fire Evacuees And Homeless Chico Residents Receive Aid Its been a week since the Camp Fire forced 52,000 people in Butte County into some phase of homelessness.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1063560131017957379,
"tweet_text": "3 America savaged by twin terrors as raging California wildfires leave 63 dead and snowstorms kill eight on the East Coast #Today #News #Sports #Entertainment #Politics",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061393122977038342,
"tweet_text": "Professional firefighters exec: The presidents message attacking California &threatening to withhold aid to the victims of the cataclysmic fires is Ill-informed, ill-timed & demeaning to those who are suffering as well as the men and women on the front lines,",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062181238071422977,
"tweet_text": "The death toll has now reached 42 from #ParadiseFire. It’s hard to comprehend how that even happens until you read that the #CampFire moved faster than humans can, burning nearly an acre per second.” Ὁ4 via @sfchronicle",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065671552283365376,
"tweet_text": "Actually, Even California Says Trump Is Right About the Wildfires | The legislature passed a law two months ago to implement many ofthe same changes Trumps now being mocked for proposing” -- RealClearPolitics",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061447426463023105,
"tweet_text": "RT @KSBY: #BREAKING: Death toll in #CampFire rises to 23, bringing deaths across California to 25",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064292837284618240,
"tweet_text": "WOW: This is highly coincidental. It appears the CA wildfires line up in the same path as the plans for the California High Speed Rail System. What do you guys think of all this?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064327655800086528,
"tweet_text": "California’s Wildfire & Climate Change Warnings Are Still Too Conservative, Scientist Says #auspol #qldpol #ExtinctionRebellion #ClimateStrike #StopAdani",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1062180551770157056,
"tweet_text": "LATEST UPDATE: -Arizona elects first female senator -California wildfires death toll rises -The days top tech headlines #tictocnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061285322003107840,
"tweet_text": "Remember as these fires rage who is fighting them!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061504027106529280,
"tweet_text": "James Woods (yes that one) did more to help people and showed more compassion during this disaster than the President of The United States.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061142611342180352,
"tweet_text": "@elonmusk If you are really intrested in helping with the new California norm? How about starting plans for the future Tesla Z Manta Series.. with #Teslatheinventor science technology, A hover car based off algorithms in lightning.. to put out wildland fires. Hit us up!..",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1067587888353878016,
"tweet_text": "Love seeing the craft beer community come together to brew the Resilience Butte County Proud IPA #ResilienceIPA to help raise money for the Camp Fire Relief Fund. 1,000 different breweries to be exact! #drinklocal #drinkcraftbeer",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1066556492806012928,
"tweet_text": "Drones photograph the damage in Paradise caused by the Camp Fire #Robotics",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064303329059188737,
"tweet_text": "It takes a rapist to want to become a rakist after the fires in California. #RakeAmericaGreatAgain",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067638636391227392,
"tweet_text": "Can we design California’s houses so they don’t burn? Yes. But we won’t: via @slate",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065288741974007809,
"tweet_text": "I donated to Help For The Wagoner Family - via @gofundme Cousins of a friend, they also lost everything in the Camp Fire. Please help if you can. Even just $5 times a lot of people helps so much.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065526666368172032,
"tweet_text": "Aaron Rodgers donates $1 million to help victims of California’s tragic Camp Fire. Good on ya, Aaron. #Retweet4Good",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063133932009349125,
"tweet_text": "A Disaster Recovery Center will be set up at 1982 E. 20th Street in Chico (inside old Sears Building) beginning Friday, November 16, 2018.. A variety of resources will be available to victims of the Camp Fire, including assistance with FEMA applications and more.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061383403197489152,
"tweet_text": "RT @AirConditionLV: Limit Outdoor Time: Poor Air Quality Due to Smoke From Fires - NBC Southern California",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1063489433993805824,
"tweet_text": "So so sad.Pray for California ὤFMissing persons list for California wildfire now tops 630, with 63 dead and more bodies being found - The Sacramento Bee",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061701385325035521,
"tweet_text": "Bachelor Mansion Damaged, But Should Be OK Following California Wildfire",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064570782968438784,
"tweet_text": "As Inmates, They Fight California’s Fires. As Ex-Convicts, Their Firefighting Prospects Wilt. About 1,500 prisoners are helping to fight fires in the state, being paid several dollars a day. Yet after inmate firefighters are released, firefighting jobs a",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065982064456028160,
"tweet_text": "RT @Brasilmagic: Celebrity chefs help cook thousands of Thanksgiving meals for California wildfire victims | This guy is amazing .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062112878889598976,
"tweet_text": "STAND AND TALK: Genuinely no longer know what words to use to comfort people. Enclosed are views from a place that gives me piece and a vetted link to donate to California Wildfire relief efforts.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061178593043111936,
"tweet_text": "Fast-Spreading Hill and Woolsey Fires Force Evacuations In Californias Ventura County MALIBU, CA - NOVEMBER 09: Llamas are tied to a lifeguard stand on the beach in Malibu as the Woolsey Fire comes down the hill Friday. (Photo by Wally Skalij/Los Angeles Times via Getty Images)",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061791956173504514,
"tweet_text": "Tens of Thousands Flee Fast-Moving California #WildFire People clutching babies & pets abandon cars & strike out on foot ahead of flames that forced the evacuation of Paradise, a community of 27,000 in northeast CA. Everyone has been ordered to get out",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061358178456100865,
"tweet_text": "I think our president MEANT to tweet that AS MUCH HELP AS HUMANLY POSSIBLE, is on the way and for those affected and devastated, hope is not lost..",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064440322577653760,
"tweet_text": "Im tired of @realDonaldTrump trashing California. You abandoned Puerto Rico and the wildfire victims. Do your job!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065320536673259520,
"tweet_text": "At least 81 people are dead and 870 more remain missing as a result of the #WoolseyFire and the #CampFire.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066570040038907905,
"tweet_text": "The Camp Fire is now 98 percent contained, according to CalFire. 87 deaths are attributed to the blaze, so far, and it has burned 153,336 acres. It has destroyed about 14,000 residences, according to the most recent counts.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061451652430004225,
"tweet_text": "The death toll from the Northern California wildfire has risen to 23 people, officials say.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065686405828014080,
"tweet_text": "RT @tamikj: Thinking about all those left homeless by the Calif wildfires. Wishing them a warm meal and a soft bed. #givethanks .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065419213156876288,
"tweet_text": "@Dantastic_1 @JimCarrey After hearing both side of this I agreeCalifornia should have been clearing all the dead trees and brush. I am so sorry for these horrible fires..President Trump went their and is trying to help..but California is tough to deal with..",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064201927263698944,
"tweet_text": "RT @kgbt: Death toll rises to 76 in California fire with nearly 1,300 still unaccounted for.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064132165204680705,
"tweet_text": "I’m old enough to remember liberals laughing about Hurricane Harvey destruction in Texas because ‘all those Trump voters deserve it.’ Fortunately I’m a bigger person than that when it comes to California fire. Tragic destruction and loss of life.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062214832085258240,
"tweet_text": "Northern #California #Wildfire Deadliest in State History After Death Toll Hits 42 bad_apps",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064259514344660994,
"tweet_text": "To all #GoodSamaritans who have requested how to contribute to the #CaliforniaFires relief effort from far away, here is a reliable list of organizations: ὄ7ὄ7ὄ7ὄ7ὄ7ὄ7#SoCalFiresJamesWoods #CampFireJamesWoods",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064378563305136129,
"tweet_text": "@Mayor_Steinberg @RedCross @Habitat_org Totally agree. If youre looking to support #CampFire and #WoolsleyFire relief efforts with financial donations, we created this fund with six local nonprofits recommended by the NYTimes: . 100% of your donation goes directly to the nonprofits.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1066811110404341762,
"tweet_text": "The American Loggers Council has taken President Trump’s side by blaming the California wildfires on poor forest management. Isn’t it amazing how people who actually KNOW what they are talking about SUPPORT our President? It says a lot about the Left.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065154106342428672,
"tweet_text": "As painful images of the nations deadliest wildfire in at least a century continue to be shared, there is an outpouring of help. @WATELauraHalm talks to American Red Cross volunteers from East Tennessee whore already assisting with relief in California",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061456588949671937,
"tweet_text": "Death toll: 11 Evacuated: 200,000 Norcal: 100,000 acres burned Socal: 35,000 acres One of his students pointed out what they thought was the moon in the darkened sky. I said, ‘That’s not the moon. That’s the sun,’” he recalled, his voice cracking.”",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065780159666692098,
"tweet_text": "@danicamckellar @McKellarMath Danica are you in southern California.. Im Soo glad yall are getting rain its much needed after those wildfires.. hope you had a happy Thanksgiving!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064268455363305472,
"tweet_text": "For over 40 years, #California forest management and environmental policy has been dictated by green groups with the aid and power of one party, the @CADemocrats. I blame them. I especially blame the current governor who vetoed a forest fire prevention law in 2014.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065454069526028288,
"tweet_text": "Thanksgiving in Paradise after deadly California fires shows #humansaregood",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061320782830166016,
"tweet_text": "@NBCNews President Trump you are way out of line. My California respects our Wildlife, National Forest and our people. You want fire controlled give us more resources. Bring in government funded resources ASAP when an emergency hits. We’re a bit state which needs big money to run!!!!!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067592534841528320,
"tweet_text": "All U.S. states except Hawaii are now using prescribed burning to reduce wildfire danger and enhance biodiversity for fire-adapted species. In 2017, Arizona and New Mexico set intentional fires on over 570,000 acres.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064216717159624705,
"tweet_text": "@NicoleKowalski5 @IAmHopefulAgain It’s a shame the fires happened. However I fail to see how that is @POTUS fault. Gov Moonbeam and the Dem Republic of California caused that. Now @PGE4Me is going to raise rates to cover the cost. All approved by #govenormoonbeam. Get a clue take off the blinders",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064923416946327552,
"tweet_text": "Ryan Zinke Says California Wildfires Are Getting Worse But Won’t Mention ‘Climate Change’. He Must Resign.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065489573759770624,
"tweet_text": "RT @dakasler: UPDATE - death toll now 83; more #CampFire victim IDs released.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061277873342795777,
"tweet_text": "Thousand Oaks, under mandatory evacuation, is a CITY in California with a population of just under 130,000 (not a forest)",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064239199648444417,
"tweet_text": "@NPR There is NO DOUBT that Forest Management Laws in California CONTRIBUTED to the INTENSITY of the FIRES!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065457504799342592,
"tweet_text": "Our @NASAEarth team mobilized to aid disaster response to the California fires, making info available for agencies on the ground. Satellite data is used to map fires, damage, and burned areas susceptible to landslides and mudslides. About their work:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062114899353047040,
"tweet_text": "Many Americans and people around the world have been asking how they can help. Simply retweeting this info allows more people to see it. Also people have asked how they can contribute. Here is a reliable list of charity organizations #CampFireJamesWoods",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063179242697936896,
"tweet_text": "RT @sin_queso_x: After the Camp Fire, which destroyed an entire community, lets not bail out PG&E again via @48hil",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063678922565525506,
"tweet_text": "Trump to Visit California Fire Scene as Death Toll Rises by THE ASSOCIATED PRESS via NYT",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063392840921882624,
"tweet_text": "At least 63 people are dead and hundreds unaccounted for in California following the U.S. deadliest wildfires in a century #CaliforniaWildfires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061270884592304128,
"tweet_text": "Its heartbreaking watching the fires in California right now.Im just very sad watching this . I have a friend out there who is on the verge of leaving her home due to the fire. Can everyone out there say a prayer for my friend @penniryn and everyone being affected by this?ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061343461092311046,
"tweet_text": "@realDonaldTrump Oh stop it—fake billionaire. You’re underestimating California’s capacity as the 5th largest economy in the world. With or without federal aid—we’re capable of caring for those affected by the wildfires—w/ wiggle room to buy up your properties after you’re imprisoned for treason.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066119391908048896,
"tweet_text": "Buy an ornament, help an animal! Thru Nov. 25 2018, 100% of sales at #AbstractionsByTrina will go to animals displaced or injured by recent California wildfires. Everything ships free, too! Please share. #campfireanimals #animallover",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064388325702807552,
"tweet_text": ".@yamphoto with another amazing image of a flag left amid terrible destruction.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061386427148099584,
"tweet_text": "200,000 residents are under mandatory evacuation.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1062904177456766981,
"tweet_text": "A cop drove down my street and announced there was a mandatory evacuation and it was the most panic inducing thing I’ve ever experienced.”",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1062018556299223040,
"tweet_text": "Coming up: - Some 31 dead and more than 200 missing - the worst wildfires in Californias history continue to blaze; - A fanatical couple who named their baby after Hitler are convicted of belonging to a far-right terror group. Join @sianwilliams100 on 5 at 5.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061276820862103554,
"tweet_text": "Donate to help displaced animals from the Southern California fires. If you have horses or livestock on the evacuation route, spraypaint your number on the animal, remove synthetic halters, and let them free to flee. Put out water for other fleeing animals.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064722624742400002,
"tweet_text": "#BREAKING: (AP) -- Northern California sheriff says remains of 2 more found, bringing wildfire death toll to 79; around 700 remain missing #CaliforniaFires #CaliforniaWildfires #fox5dc",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061254132730880000,
"tweet_text": "Giant fires tear through California, killing nine and forcing evacuation of entire city of Malibu",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1065364231363616768,
"tweet_text": "Field location for today: @JMichaelsNews is LIVE from CA for @weatherchannel covering the California Wildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063997365730885632,
"tweet_text": "While our @POTUS @realDonaldTrump is in #California I hope he WHIPS IT OUT And PISSES all over #California Of course to help put out the fires That is probably a terrorist ACT But #California is ran by BRAIN DEAD #Liberals NEEDS NEW LEADERSHIP Hashtag #FACT",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061137697660559360,
"tweet_text": "#DailyWorldBriefing on Nov. 10 features: 1. Death toll rises to 9 in California wildfire➡ 2. Trump says Macrons call for European army is insulting➡ 3. Night view of souk Khan el-Khalili in Cairo, Egypt➡",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065478096927756288,
"tweet_text": "Number of people accounted for rises as rain threatens areas scarred by Camp Fire",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1062723098406019074,
"tweet_text": "In California Fires, When Every Second Counts, Could Smarter Houses Save Lives? #buildwithstrength #concrete",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061786640035667968,
"tweet_text": "WWII veteran, 93, given shelter as home threatened by Northern California wildfire",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1067192371975204866,
"tweet_text": "Good thing all those fires cleared a path",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064153082542604288,
"tweet_text": "RT @abc13houston: A group of specially trained New Waverly firefighters are in California to help battle large wildfires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064195748034695169,
"tweet_text": "Aliat team member Jeffrey Maehl has started a GoFundMe to support those affected by the wildfires in Paradise, California. Our deepest condolences go to all those who were hit by this tragedy. #ParadiseStrong",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064255950956187654,
"tweet_text": "Eight days into the search, the death toll is 76 and rising. Hundreds remain missing; some 50,000 residents are displaced, scattered to relatives’ spare rooms, motels and a Walmart parking lot",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064388335890849792,
"tweet_text": "In a Walmart Lot, a Rough Refuge for Wildfire Evacuees Many in California who lost all they had when their homes were destroyed are collecting in makeshift camps, as firefighters keep struggling to contain the blazes.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065250986992783360,
"tweet_text": "Almost 1 million people are under flash flood watch in Northern California, where 4 to 6 inches of rain are expected to fall through Friday.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1064662154811457542,
"tweet_text": "With wildfires devastating parts of Northern and Southern California, nonprofits are helping first responders and victims deal with harsh conditions. Read more via @TIME and #TakeAction to support this vital work.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064554897226588160,
"tweet_text": "California’s wildfires have now killed 80 people, with more than 900 still missing.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063518779487985665,
"tweet_text": "More than 600 people are missing in California from those awful fires. I refuse to believe that they are all dead.they have probably escape to a safer location and due to the damaged infrastructure are unable to contact family and friends. God knows exactly where they are!❤✝",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1061979744508542977,
"tweet_text": "Six more deaths in Northern California wildfire. New total: 29 -",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063693466809630722,
"tweet_text": "Death toll from California wildfires rises to 71 after eight more bodies found, while more than 1,000 on missing list",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064490343263961088,
"tweet_text": "This whole discussion is silly. Finland (a fantastic place) is much colder and wetter than California. It’s not complicated. If anyone wants to put me in charge of preventing fires in the Arctic Circle, DM me.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062215994171629568,
"tweet_text": "Authorities have reported 13 more fatalities from a blaze in Northern California that destroyed a town, bringing the total death toll so far to 42 and making it the deadliest wildfire in recorded state history.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064479689333305344,
"tweet_text": "RT @kylegriffin1: California Rep. Ted Lieu: If preventing wildfires was as easy as raking leaves we would’ve done that by now. .",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065788937367666688,
"tweet_text": "COMING UP: @PattersonNBC shows us the volunteers, like celebrity chef @GuyFieri, helping California wildfire victims celebrate Thanksgiving.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061281263808663552,
"tweet_text": "I’m pretty sure implementing this low-tech solution to wildfire prevention would cost far less than the 180 billion its cost California in 2018— and that’s not including the current one. #Woolseyfires #rewilding #socalfires #campfire #",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062116396153405441,
"tweet_text": "BREAKING: @Phillies manager Gabe Kaplers California home has been destroyed by the raging Woolsey wildfire near Malibu. His family is safe, the team says.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061149362288386048,
"tweet_text": "As far as I can tell, @realDonaldTrump has spent the day tweeting conspiracy theories about the election and hasn’t once tweeted about THE MASSIVE WILDFIRES IN CALIFORNIA. This man is incapable of even pretending to be a leader.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063323996920246273,
"tweet_text": "@realDonaldTrump STAY OUT OF CALIFORNIA! We dont want you here with your fake sympathy youre the one who blamed California for these wildfires. Death toll in Northern California is now 63. 631 unaccounted for and 3 here in Southern California. #RAINDANCETOKEEPHIMOUT",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061856130576584705,
"tweet_text": "Fires continue to rage on both ends of California and 25 people have already been killed! What causes the devastating fires? #CaliforniaWildfires #wildfires #California",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064740650380288001,
"tweet_text": "Three days until Thanksgiving, and if you want to help victims of the California fires who are not as blessed, please do. Reader discretion is advised for this story:",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1061417126144094208,
"tweet_text": "Thousand Oaks, California, still reeling after a gunman killed 12 people in a crowded bar, now faces a fast-moving wildfire that has forced families to evacuate. @PattersonNBC reports.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062339839918514182,
"tweet_text": "#WildFires in #California: Holding out slim hope as crews search for more fire dead",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063139324101836801,
"tweet_text": "The NWS already has a product called a fire warning, but its not something the agency issues so much as relays on behalf of emergency managers. Details: #campfire",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1061321235240534017,
"tweet_text": "The Great Divider wants to punish CA for being enlightened about climate change, immigration and #votedemocrat — Trump threatens to pull federal funding for California wildfires",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064101488681615361,
"tweet_text": "@TheRCMan2018 @Wesley_Inman @DevinNunes @Federalist Most of the fires in N. California are not anywhere near the proposed High Speed Rail, which only goes to Sacramento. So everything above Sacramento, though still mostly caused by PG&E faulty equipment (the Rothschild connection is creepy) cant be related to High Speed Rail.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063274104587980800,
"tweet_text": "BBC News: California wildfires: Number of missing leaps to 600 BBC News: Seven more bodies have also been found in northern California, taking the state-wide death toll to 66. shamelnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064163056345849856,
"tweet_text": "Forensic Anthropologists in California Sift Through Rubble from Wildfire",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065025606914584577,
"tweet_text": "RT @PLATOSCAVE007: SMART FIRES=SMART METER FIRES - DUMBED DOWN POPULACE STILL AFTER ALL THE YEARS OF SHARING KNOWLEDGE",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064174840788279296,
"tweet_text": "@LindaWarriorGal @FriedasMom7 Jerry Brown and the democrats of California have blood on their hands. It is their fault the fires were as bas as they were.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064391219294470144,
"tweet_text": "@fluffyguy Do you think you could work with some clothing places. I have been going to the shelters and emergency aid places and cant seem to find anything over 2x or so for my husband. They need like 4x down here at the camp fire. We need you bud. For the fluffy evacuess.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1062357746316652545,
"tweet_text": "@RealJamesWoods @UncleSamsChild Sad, these fires are horrific, why doesn’t California clear their dead ἳ3. Fire hazards.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064172873844252674,
"tweet_text": "I liked a @YouTube video Pres. Trump Tours Fire Damage & Connects with Californias Leaders",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064659812389199873,
"tweet_text": "@elonmusk How many ideas do you have that could help California and other places combat wildfires using water from the ocean? I listened to you on @joerogan and I know you have a million ideas in your head. What is the biggest hurdle?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061213318340374528,
"tweet_text": "RT @ABC7NY: Entire city of Malibu evacuated as fires race through Southern California",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1065377891410747392,
"tweet_text": "Fire and Rain: California Storm Brings Relief to Some, Misery to Others by SIMON ROMERO and THOMAS FULLER via NYT",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066068934720479238,
"tweet_text": "the-huffington-post|California Camp Fire Death Toll Up To 84 As Rain Brings Risk Of Mudslides|",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062087861984509952,
"tweet_text": "California wildfires: Death toll reaches grim milestone - BBC News—OMG,they are going to need a lot help ὤFA8",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063087434534191106,
"tweet_text": "California officials say theyve identified most of the 59 people known to have died in devastating wildfires #USRC",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061422955723350017,
"tweet_text": "@realDonaldTrump At Least 9 DEAD in N. California FIRES & Trump Threatens to Pull Federal Funding for Fires: Traditional Family Values Christian Republicans Voted For and support this:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061298364183064576,
"tweet_text": "The video footage coming out of the California fires is nothing short of harrowing. My heart goes out to those whove lost homes and loved ones in this tragedy. Thank you to all of the firefighters and emergency responders who are risking their lives to save others.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062344463077531649,
"tweet_text": "Our @weatherchannel live shot tells a sad story for many in California, again. Houses burned beyond recognition. The statewide death toll from #wildfires has reached 44 after 13 more were found in Northern CA after fire destroyed a town. We’re live 8AM-2PM/ET. #CaliforniaFires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064662875053076480,
"tweet_text": "Sec. Zinke Backs Trump: Years of Mismanagement Led to California Fires. I will lay this on the foot of those environmental radicals that have prevented us from managing the forests for years and, you know what, this is on them.”",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067157811447062529,
"tweet_text": "Chris Dicus, @CalPoly professor of wildland fire and fuels management, wrote in a 2009 report that before the Gold Rush, there were approximately 50 to 70 trees per acre in California’s forestlands. Today, there are more than 400 trees per acre. #CalPoly #SanLuisObispo",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064055253673209856,
"tweet_text": "Article: #Metallica Donate $100,000 To #California Wildfire Relief Efforts, Says ‘Every Little Bit Helps’",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063118827846860800,
"tweet_text": "Make sure you stay up to date with the latest updates on the California Fires! #California #fires #safety #hazard #wildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065316443460259840,
"tweet_text": "RT @Brewbound: Following Temporary Shutdown, @SierraNevada Brewing Launches ‘Camp Fire’ Relief Fund.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062019710210981895,
"tweet_text": "Dramatic photos out of #California show the raging wildfire that has killed at least 31 people: .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063928729741787136,
"tweet_text": "Trump visits Northern California as Camp Fire death toll hits 71",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064336400877707264,
"tweet_text": "RT @robpertray: I wrote about California’s wildfires, Kanye & Kim, and extreme wealth inequality for @HuffPost",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1067704801805328384,
"tweet_text": "California is not only insane, it couldnt care LESS who it kills in the name of Leftist policies. YOU could be next.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065721708370378754,
"tweet_text": "Aaron Rodgers gets blasted by his brother after pledging $1M to California wildfire relief via @CBSSports",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065727661178318853,
"tweet_text": "California Wildfires should be a call to action for Forest and Communities",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062231003576512513,
"tweet_text": "The #CampFire still raging in Northern California has become the deadliest wildfire in state history as authorities locate the remains of 13 more people, bringing the death toll to at least 42. Officials say the fire has scorched more than 117,000 acres.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062109348044783617,
"tweet_text": "The Red Cross is a joke, they want their money back instantly, ppl shouldnt donate to them. My mom went through that when her brother died when my sister was a baby, despite my dad being in the USAF they HOUNDED her for the money.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061299604983959553,
"tweet_text": "We are activating the Camp Fire Evacuation Relief Fund to support those organizations that are providing food and shelter to our neighbors who were forced out of their homes. Follow the link below to learn how to give.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063472880036560899,
"tweet_text": "I keep forgetting Hurricane Maria killed more people than either 9/11 or Katrina. Mostly bc the news spent a minute on the topic and moved on quickly.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065499313831317504,
"tweet_text": "California Wild fires by Greg Reese",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062351266058305536,
"tweet_text": "Our hearts go out to those affected by the California wildfires. For those who would like to donate, text CAWILDFIRE to 90999 to donate $10 to the American Red Cross California Wildfire Relief Fund. More details:",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061659864420794368,
"tweet_text": "Camp Fire has destroyed more than 6,700 buildings in Northern CaliforniaThe death toll continues to climb in Cali",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064087277763219458,
"tweet_text": "Climate change interacting with socioeconomic structure to cause an internal refugee crisis in one of the wealthiest countries in the world. Expect more of this.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062384778341605376,
"tweet_text": "We have no hesitation to blame climate change where it’s a real culprit, but #JerryBrown & his gang ruling California for years grossly mismanaged water & forest and the direct result us fires like these. Lay blame where it’s due & don’t improperly deflect as they’ve been.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067539485959774208,
"tweet_text": "This explains why some thought Firefighters were ignoring them. It wasn’t LAFD> Californias privileged are hiring private fire crews to save their homes. Regular firefighters arent happy about it",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062219081724583936,
"tweet_text": "RT @DailyCaller: Death Toll From California’s Wildfires Jumps As Officials Deal With Staggering Losses",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061657227797229568,
"tweet_text": "It seems that the only thing in PORKUS life that would be a disaster would be not having his gold toilet. He certainly seems to not value anyone else’s losses. In any area. Puerto Rico, meeting our fallen heroes, California fires. He is lacking any empathy at all. Terrible",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061180229060825088,
"tweet_text": "This is an absolutely heartless response. There aren’t even politics involved. Just good American families losing their homes as you tweet, evacuating into shelters.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1065402594649145344,
"tweet_text": "A native of Northern California, Aaron Rodgers of the Green Bay Packers has donated $1 million towards a fund to help with recovery efforts in Butte County following the #CampFire. #Retweet4Good #ButteStrong",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064227623134326784,
"tweet_text": "@lorenzabraham12 @McJuggerNuggets Im doing great, As you know I live in California so Im dealing with the fires . I live right down the middle and these fires are 4 hours away from me",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066426264385454081,
"tweet_text": "Hello #CatsOfTwitter #dogsoftwitter and fans of #Caturday ὣD My cat Love (and I) wants you to help FIND and reunite young Laila with her furbaby Peanut. Many campfire pets are lost from the California fires, and their humyns need you now. Tanksyou, meow",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1064662113002684417,
"tweet_text": "Once the fires are over, tRUMP should start a program to hire people to help rake up all the small bushes in California.. this would create many jobs.. he could train them too, hes good at grabbing small bushes! lmao #DUMPtRUMP #TURDMAULERtRUMP",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064889820428886017,
"tweet_text": "Despite repeated California fires and other disasters, emergency evacuations keep falling short Excellent @latimes article on issues with wireless emergency alerts.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064072367616548865,
"tweet_text": "@real_farmacist Send a @RakeForce of 5000 to California. Stop the @Caravan of fires ὒ5 #Now",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062886297046519808,
"tweet_text": "Why in all the California fires, most cars & homes are all burned, but the trees remain???",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061313995477577728,
"tweet_text": "Trump promises to cut Aid to Fires in California and cut off Puerto Rico during Maria. This guy is going to hell quick.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062129314106368000,
"tweet_text": "RT @JusticeOrElse: [Watch The Weather] Death toll rises to 23 in Californias Camp Fire #JusticeOrElse",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066485588218458112,
"tweet_text": "This happens every time theres a disaster. Some people give stuff *they* think is appropriate, not whats actually needed. Usually its best to give $ to a legitimate disaster relief organization. More from FEMA:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061358672943738881,
"tweet_text": "RT @siggyflicker: ὤFὤFὤFὤFὤF Praying for everyone in these horrific fires in California!!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065307436486021120,
"tweet_text": "#HipHopNews • KANYE WEST PLANS TO DONATE $500,000 TO CALIFORNIA WILDFIRE RELIEF • #KanyeWest #California #KimKardashian Kanye West has been doing his part to help combat the damage done",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064577678144143361,
"tweet_text": "I liked a @YouTube video Death toll rises in wildfire that swept Paradise, California",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062081974431555585,
"tweet_text": "@jojoh888 @teb22696 @grizzlemeister @RuthieRedSox @trumpovic02 @RNRKentucky @TrumpGirlStrong @Maggieb1B @JohnnyB371 @inittowinit007 @skb_sara @MissILmom Twitter shut down the BrowardCountyElectionFraud posts two hours ago and all the news stations are talking about the California fires. My democratic bro-in-law worked very hard w blue party in NM in weeks leading up. Said he was calling. Now wondering if filling out ballots.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063034944317018112,
"tweet_text": "@zangstanko @realDonaldTrump Fires that could of been prevented by clearing dead trees? Ya that’s our problem! National guard firefighters? Never heard of them? Morons? Yes California!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064716229024219136,
"tweet_text": "Being states away, there is little we can do to help w/ the devastation of California fires. If brewing a beer is a way to help, were all over it. Were excited to partner with @SierraNevada & breweries across the country to brew a beer & donate 100% of sales to Camp Fire relief",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062852755331694593,
"tweet_text": "@IvankaTrump Great news, Iv. I realize this literally hits close to home but there are other things maybe you could focus on: kids in tents, Puerto Rico, hate crimes stirred by the Trump clan, health care,the environment & California wild fires.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062115487562240001,
"tweet_text": "Free Accommodations for Evacuees",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064686662884544512,
"tweet_text": "Ongoing fires in California, @CIA reports Khashoggi assassinated by Saudi Arabia, @UN peacekeepers killed in Congo -- all this and more in this week around the world:",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061672222748753922,
"tweet_text": "Death toll rises to 23, thousands of homes destroyed in 3 dangerous wildfires burning across California",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064582785757847559,
"tweet_text": "RT @LDWilliamson2: @eredding9 @dcexaminer California doesnt have enough shelters for evacuees fleeing wild fires, but their arms are opene",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1065411847220654080,
"tweet_text": "The death toll from the worst wild fire in California history is still rising. You were *just there* pretending to care.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066037143808536576,
"tweet_text": "Raiders Send $250K In Donations To Camp Fire Victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064672262253674496,
"tweet_text": "Anyone recognize these idiots? Let’s find out who’s looting during the wildfires! POS!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067108367204843520,
"tweet_text": "⤴ An Israeli machine that can pull water out of the air was sent to northern California to provide clean drinking water for police and firefighters battling the Camp Fire. #5TJT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063424935626854401,
"tweet_text": "Shocking jump in number of dead and missing in California. Death Toll 63; Over 600 Missing In California’s Camp Fire. #stayconnected",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065429312629850114,
"tweet_text": "Aaron Rodgers donates $1 million to California wildfire relief, recovery efforts",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065245935855271938,
"tweet_text": "Members of the Paradise Adventist Academy volleyball team lost everything in the California wildfires, but when they showed up to their semifinal game, they found new jerseys and kneepads",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1066561075766804480,
"tweet_text": "#CampFire #ButteStrong #ParadiseStrong Camp Fire 98% contained! Updated 9pm: verified resources, repopulation, food, shelter, FEMA/$/housing, supplies, missing pets, all in one place! Please RTὉA #DisasterAssistTeam #Chico #paradisefire #CampFirePets",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064236944681512965,
"tweet_text": "My Flower Report dedicated to California. Strength and hope to all impacted by California fires. Work displayed by First Responders, phenomenal. #FlowerReport @alyssaharad #SundayThoughts",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061356921863565312,
"tweet_text": "Trump, offering no evidence, blames deadly California fires on gross mismanagement of the forests”",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064173412145344512,
"tweet_text": "How awkward: Donald Trump surveys California fire damage with Gavin Newsom, who was once marrie via @YahooEnt",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061496784910979072,
"tweet_text": "RT @jdelreal: At least 25 people have died in California as devastating wildfires continue to rage on both ends of the state. /",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065480876627279873,
"tweet_text": "RT @ParadisePost: Tuesday update: Camp Fire numbers grow in fatalities, damage",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066033190555406336,
"tweet_text": "@TheRealRaNon @StormIsUponUs @Time4U2Know @777KAB1 pic of California skys near CA fire area two weeks before fires. Coincidence? Hmmmm. #aluminum #WWG1WGA @bigredwavenow @MrsMogul check out CA prop 1A vote in 2008 53-47 @DIXIEDOODLE12 remember to watch California",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065510430020378624,
"tweet_text": "RT @guardian: California wildfires: smoke spreads to New York, 3,000 miles away",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062182403727335424,
"tweet_text": "The death toll has risen for #CampFire burning in Butte County. It has now claimed 42 lives. Its now the deadliest wildfire in California history. #CaliforniaWildfires So incredibly gut wrenching.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063342037167030272,
"tweet_text": "Death Toll Hits 56 in Northern California’s Camp Fire, 130+ People Missing via @thedailybeast",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064155262582435840,
"tweet_text": "@45Quickdraw4 @Matthewtodd1111 New Mexico has forests too but they clean out the deadfall, and this prevents huge fires. California refuses to take this safety measure.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061321665286729728,
"tweet_text": "As the death toll mounts, hundreds more remain unaccounted for, and the #CampFire is declared the most destructive wildfire in California history, THIS is what you have to say? You’re seriously THREATENING people who have just lost everything? Go straight the fuck to hell.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064077544973131776,
"tweet_text": "The death toll in the raging California wildfires rose to 76 as five more sets of human remains were found during the ongoing rescue operations Read @ANI Story |",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064214719937085446,
"tweet_text": "RT @leahmcelrath: Harrowing. Horrifying. Reading this, it is clear why the death toll continues to rise. #CampFire",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065386847025557505,
"tweet_text": "California Wildfires: The Mask We Recommend (But You Should Stay Indoors Instead) /by @wirecutter",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1061458008218181632,
"tweet_text": "The Wall Street Journal. - News Alert At Least 25 Dead as Wildfires Hit California in North and South The death",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064958830222618624,
"tweet_text": "Texas firefighters share photos from battling deadly California wildfires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062179001718988807,
"tweet_text": "RT @AHMalcolm: FoxNews reporting death toll in Califs Camp Fire, the states deadliest wildfire ever, jumps to 42.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064745106417233920,
"tweet_text": "California Wildfires: Nearly a thousand people still missing via @YouTube",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1063713976612200448,
"tweet_text": "President Trump is scheduled to visit California today as the number of those killed by wildfires has topped 70 with more than 1,000 unaccounted for.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064051837240774656,
"tweet_text": "Death toll tops seventy five in Californias deadliest wildfire. Listen here:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064669659121811460,
"tweet_text": "Camp Fire: What we know about the deadly blaze that destroyed Paradise",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063134281940242433,
"tweet_text": "So its ok for celebrities to protect their fire damaged material belongings with firearms, but I cant protect my family by legally carrying a weapon? #Hypocrisy",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064670720666583046,
"tweet_text": "RT @bedolcaroline: A moment of silence for the animals who died in the fires. #California",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062097704946302976,
"tweet_text": "Death toll rising, hundreds missing in record-breaking California wildfires. @Miguelnbc has the latest tonight on @NBCNightlyNews.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061719495423680512,
"tweet_text": "I’m raising money for my friend and her two daughters, @mz_zette , who lost everything in the fires in California! 100% of the proceeds will go towards whatever she needs clothing, food, maybe some new toys for the kids! 4",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065020021662015488,
"tweet_text": "We have donated to the Los Angeles Fire Department Foundation to help after the deadly California wildfires, and encourage others to support the recovery effort as they see fit. We can do this together. #laharecovery #wildfires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061139380172140545,
"tweet_text": "Thinking of everyone in the path of these monster fires. Many friends (and animals) have been displaced. If you live around the affected areas please do all you can to help evacuate and shelter anyone who needs it. Our fire fighters are true heroes. Hoping they contain soon.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061229085471526913,
"tweet_text": "Saturday November 10 - Morning News: ‘I can’t just sit around and hope they’re OK’: At least 35 missing in Camp Fire as searches continue; ‘We’re not going to die like this’: Nine confirmed dead in California’s most destructive fire Via @sacbee_news",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1063128350196084737,
"tweet_text": "Evacuation sucks in so many ways. They",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061533399997919235,
"tweet_text": "ὐ6 California Wildfires Kill At Least 9, Trump Blames the State – Rolling Stone #Celebrity #Celebs #Gossip #Today",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064135835950436353,
"tweet_text": "Is it a coincidence this HUGE outbreak of California wildfires is happening the same year Democrats steal the House? I lived in California for 15 years 20 years ago. It was a tinderbox then and NOTHING like this happened.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063265685273485312,
"tweet_text": "Death toll from the #CampFire is now 63 with 600+ unaccounted. Better weather enables firefighters to gain ground in fighting California wildfires (including with the #WoolseyFire), but heavy smoke in San Francisco and Sacramento greatly affects population",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064942377931087873,
"tweet_text": "Dad Driving Through California Wildfires Singing To His Terrified 3-Year-Old Daughter Will Break You",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064318081537781760,
"tweet_text": "@cmarinucci @chucktodd @MeetThePress California has the 5th largest economy in the world. Devastating fires are happening due in part by global warming. This is a local, state, national, and international story. This hits on so many levels (Economic, scientific, human, political. )",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066830978407165954,
"tweet_text": "9️⃣3️⃣ TWISTED STEEL IN MALIBU BUT HOW❓ ✳️ Bridge at Mulholland Highway & Troutdale Drive. ✳️ Wildfires don’t reach temperatures that melt steel. ✳️ Nor was there anything to burn under bridge. ✳️ Can anyone explain bridge damage absent a DEW strike❓",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064284886616416262,
"tweet_text": "Sandra Bullock Donates $500,000 Towards Relief Funds In Wake Of The California Fire",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064151802042556416,
"tweet_text": "He is on his way to visit the deadliest wild fires our country has ever seen and. He is threatening to shut down the government. What a message to send to the people of California who have lost everything. What a fucking waste of a human being.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066907620630499328,
"tweet_text": "@TheOfficerTatum @EMezmereyes California has 50 thousand homeless people because of the wildfires. Wanna bet the illegals get more help than US taxpayers?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064598140299276290,
"tweet_text": "Trying to get a handle on California’s deadly wildfires has lawmakers flummoxed",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064174903153307649,
"tweet_text": "3 Pope Francis Prays For Victims of California Wildfires #Today #News #Sports #Entertainment #Politics",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062211539082584064,
"tweet_text": "#News on #NYTimes California Wildfires Updates: 42 Deaths Make Camp Fire Deadliest in State History by JACK NICAS and THOMAS FULLER",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064892928236109824,
"tweet_text": "RT @MaxineSykes: GOP county chairman deletes image calling wildfires ‘God’s punishment for liberal California’ - The Hill",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061467767424106496,
"tweet_text": "14 more people found #dead in Camp #Fire - Nov 10 @ 10:56 PM ET",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061439768247066624,
"tweet_text": "California wildfire death toll climbs to at least nine",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061693665092034560,
"tweet_text": "Sandwiched between dystopian photos of the California fires in the NYT is this Shell ad for a climate-friendlier cruise experience",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065040802412404737,
"tweet_text": "Hi T & F fam, we are sharing stories and calls for help by Masters Athletes affected by the fires in California. If you know of others with support campaigns please post here or send us a message. #mastersathletes",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063194615359057920,
"tweet_text": "California: Ferocious Fires Spark Health Concerns as Death Toll Hits 59",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061701760413327360,
"tweet_text": "The death toll in the most destructive wildfire in California history has risen to 23, authorities say",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063241996020654080,
"tweet_text": "All the buzz about snow, we forget about the fires in #California! The death toll for these #fires is at 59! #CampFire #WoolseyFire #CaliforniaFire ὒ5Ὡ2ᾞFὢD",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062386106623119362,
"tweet_text": "EDITORIAL: Fires leave trails of destruction throughout California→",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061255561562521600,
"tweet_text": "Please read this. It’s important. #CaliforniaFires #compassion At least 9 dead as fire incinerates N. California town",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061705117546766341,
"tweet_text": "RT @kendraaaleighh: uhh Guy Fieri is doing more for the California fires than our actual president is. my fucking KING #Flavortown2020 http",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064228066581536770,
"tweet_text": "ARF’s commitment to those affected by #CaliforniaWildfires remains strong. Staff assist to So Cal and rescue/care for #CampFirePets. Rescued existing shelter dogs pre fire to make way for those displaced, medical care for burned cats and delivering much needed supplies.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064989976885166083,
"tweet_text": "We are excited to be part of a great effort to provide relief for those affected by the recent and continuing Camp Fire We are joining @SierraNevada and hundreds of other breweries across the country and brewing an IPA next week with 100% of sales going directly to the relief.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061691128938815488,
"tweet_text": "Death toll jumps to 23 as California battles wildfires Firefighter union president rips Trump Brian K. Rice, the president of the California Professional Firefighters, criticized",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061306813822443521,
"tweet_text": "This is the President’s first comment on the wildfires which have claimed 9 lives. An estimated 250,000 people are under evacuation orders. 90% of residents in the Paradise community have lost their homes",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064237956993552386,
"tweet_text": "@LunaLuvgood2017 @lackland50 Get worse. This is official the worst ever #wildfire in #california history and it may be over for #donaldtrump but it is not over. We all most help in any way we can. Contribute direct to #Paradise banks. All monies go to the #victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064377863686840320,
"tweet_text": "#California wildfire #rescue crews increase efforts ahead of rain; at least 77 #dead - Nov 18 @ 11:39 PM ET",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065517281336283136,
"tweet_text": "Jordan Rodgers Slams Brother Aaron for Not Reaching Out to Parents During California Wildfires Aaron donated $1 million toward wildfire relief on Wednesday, but his brother is accusing him of not making sure their parents were OK. [[ This is a content s",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061144986006228992,
"tweet_text": "Praying hard for Southern California right now. So sad to the news about the shooting and the fires. Please keep them in your prayers. The images are so sad ❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065224206449811457,
"tweet_text": "Interior Secretary Ryan Zinke blames radical environmentalists for deadly California wildfires #FoxNews Decades of bad management / accumulated fuels leftwing extremists and the lawyers that use the courts to block sound management are to blame.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061632341049782272,
"tweet_text": "California’s raging fires killed two people and made it to headlines-in Somalia, 50 or more can die in a day-I am unable to comprehend what is preventing the government and security officials to be outraged by this and act swiftly to intervene and prevent!",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061648233145847815,
"tweet_text": "Firefighters from across the Greater Salt Lake City area are arriving at the Maverik Center as they prepare to leave for California. The fires there have killed at least 23 people and destroyed more than 6,000 structures.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065612858921168898,
"tweet_text": "@CountyofButte has a new resource website to help those affected by the #CampFire gather info and keep up-to-date as they move forward.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061694593467604992,
"tweet_text": "Why is this nut job physco in office still and if we are a democracy and our voice matters why can’t we vote him out of office or over throw his ass someone how I feel like I live in Russia @Alyssa_Milano what do we do I want to help",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065258538426138624,
"tweet_text": "The Camp Fire has destroyed around 13,000 homes alone, while the Woolsey Fire destroyed more than 1,600 structures.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061163477333614592,
"tweet_text": "CA fires will be cointinuing; United Nations at work; Butte county largest destructions of homes, Malibu evacuated, geoengeniered fires, NOT natural.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064335811359830017,
"tweet_text": "RT @rorybowman: @leahmcelrath More photos within a story about a nursing-home evacuation at",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1067092478308700160,
"tweet_text": "@RealSaavedra And she is busy raising money for foriegners trying to force their way into the U.S. but wont raise money for homeless Americans or survivors of the California wildfires.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062381629916827649,
"tweet_text": "According to Butte County Sheriff Kory Honea, the death toll for the #CampFire has risen to 42, making it the deadliest wildfire in California history.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062081825307312130,
"tweet_text": "Please share links for animal hospitals/sanctuaries etc caring for animals affected by the California fire in need of support. I’ve donated to @VCAnimalService yesterday, but I’m sure there are urgencies everywhere.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065306721042776066,
"tweet_text": "This Friday please try to swing by and help out my buddy, whos streaming for a cause very close to his, and many others hearts. I couldnt imagine the devastation of the people that have lost everything. Its the very least we can do ❤4",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063324086082985984,
"tweet_text": "California authorities now say 63 people are dead, and 631 others are missing in the wildfires, this as health officials raise concern about residents breathing in ash and smoke.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064087881172615168,
"tweet_text": "Trumps team says he definitely will not be tossing out rolls of paper towels when he visits the victims of the wildfires in California. Instead, he has these:",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061615841752608768,
"tweet_text": "Dozens were killed as wildfires rage across California, and authorities fear the death toll will increase. President Trump blamed ‘gross mismanagement.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063133433029844992,
"tweet_text": "Smoke from California fires shuts down schools; death toll reaches 59 via @BreitbartNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061256096806043649,
"tweet_text": "#CaliforniasHeavenlyFiremen Lord I pray for California this state is heavy on my heart I ask the you bring some rain not enough to flood it but enough to put out the fires and feed you plants, please Lord send your Heavely Firemen Angels to help knock them out & get restore order",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064701666220367872,
"tweet_text": "RT @sidewalkangels: *hero* love her! Sandra Bullock donates $100K to save animals from wildfires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062181721725132801,
"tweet_text": "Los Angeles Times NOV 12, 2018 BREAKING NEWS Death toll from Camp fire in Paradise jumps to 42, making it the worst in California history MONDAY, NOVEMBER 12, 2018, 6:45 PM PT The death toll from the Camp fire in Paradise jumped to 42 on Monday, making it the deadliest fire",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065306601706438657,
"tweet_text": "Community pulls together after deadliest fire in California’s history burns through towns",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062335023557369862,
"tweet_text": "FIRES ARE 100% OBAMA’S & DEMOCRAT ENVIRONMENTAL’S FAULT Northern California Wildfire Deadliest in State History After Death Toll Hits 42",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1067096931984379905,
"tweet_text": "According to the California Office of Emergency Services, the debris cleanup after #CampFireJamesWoods is expected to be the biggest since the 1906 San Francisco earthquake -- with the initial cost estimating about $1.2 billion. #CampFire #CampFireParadise",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063610613912559616,
"tweet_text": "RT @HuffPost: The numbers of people missing and killed in the Northern California Camp Fire continue to rise.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1069727790939947008,
"tweet_text": "@LowkeyTwits @1followernodad Fewer than 50 people died in hurricanes in North Carolina. Possibly fewer than 100 people died in California wildfires; at the outside its about 600. Thats not a statistically significant enough impact for me to be freaking out about it on my daughters behalf.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061692697021304832,
"tweet_text": "California Hasn’t Seen Fires Like This: Pictures of a State in Flames - The New York Times Federal forests are burning due to federal neglect and mismanagement of forests combined with record drought, heat waves, and dry winds. @realDonaldTrump",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1063293140264660993,
"tweet_text": "Death toll in Camp Fire rises to 63 as crews search for remains - The Washington Post",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065763688433381376,
"tweet_text": "The #California #CampFire burned homes but left trees standing. The science behind the fires path.. ..What a truly terrible time of the year for this tragedy. Will the power company be held liable?",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1063079862846570501,
"tweet_text": "Horrible fires in California! You mean to tell me Governor Moonbeam could not figure out a way to mange those fires in all his years of public service? Give me a break!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065002027074375682,
"tweet_text": "Few Democrats have the desire accept truth.Jerry Brown vetoed Forest Management bill.Ignorance can be fixed.BUT. Stupidity is forever Blaming California wildfires on global warming ‘has little grounding in fact,’ climate scientist says",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061262933295054848,
"tweet_text": "@realDonaldTrump My hometown is near the Camp Fire. Many are frantically searching for missing loved ones. A town is destroyed, and THIS is what you have to say? This while brave heroes risk their lives to save people and pets! Our President has zero humanity. Zero!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065971359136788480,
"tweet_text": "The jersey @PatrickMahomes5 wore in Monday nights game is up for auction now! All proceeds go to the California Wildfire Relief Efforts! Bid now--> #ChiefsKingdom #KCvsLAR",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061818604738424832,
"tweet_text": "Via @LATimes✔️ All of Calabasas now under mandatory evacuation",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1065016714478403584,
"tweet_text": "Woolsey Fire Victims File Lawsuit Against Southern California Edison Alleging Company Was Negligent in Shutting Off Power",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064152033631064064,
"tweet_text": "I know that the fires are horrendous, and my heart breaks for California, but it also breaks for my neighbors here in NC who are still living with this from Florence.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1063134494146740225,
"tweet_text": "Latest updates for state highway closures related to fires in Northern and Southern California. This list was updated at 10 a.m. today & Caltrans will update this list throughout the day. For additional traffic and highway information, visit Quickmap at",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064987522885984256,
"tweet_text": "#DemocratsAreDangerous Their policies kill people. They let environmental groups run wild and this is the results massive fires w massive deaths. Bring back common sense. #CampFire #California",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063573587255324673,
"tweet_text": "PG&E CAUSES THE FIRES THAT KILLED 60 PEOPLE SO FAR AND THE TAXPAYERS IN CALIFORNIA WILL BEAR THE COSTS. PLEASE STOP THE GOVERNMENTS MADNESS! California throws lifeline to PG&E for wildfires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065414116809080832,
"tweet_text": "The Raiders have donated a total of $250,000 to the North Valley Community Foundation and the American Red Cross to assist in relief + recovery efforts resulting from fires that have impacted so many in Northern California.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1066927812764946433,
"tweet_text": "Just Supposing some California Fires Were Set by DEW Weapons, eg. lasers [& Yes, Some Drones Carry Laser Weapons, think the EU or IS have some?] UNVERIFIED [Conspiracy Theory]",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061750476067233798,
"tweet_text": "chief urges California residents to heed evacuation alertsTwenty-three people have been killed in Northern Califo",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1062843624390455296,
"tweet_text": "FIGHTING THE CA FIRES: Many local crews have responded to help fight the California wildfires, including a Washington County strike team. Hear from the battalion chief who is leading the team about what hes seeing there. Watch Good Day Oregon at 7:30 a.m.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064759474349576192,
"tweet_text": "Was honestly struck by how strangely hazy it was today. Turns out what I was seeing was a smoke plume from the wildfires in California. In Pennsylvania. Unbelievable.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061458451375841280,
"tweet_text": "The president of the United States is ignorant of the process of forest management and wildfires. The president is just ignorant. Period. Trump draws ire from firefighters, celebrities for tweet about California fires via @NBCNews",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061135563003183104,
"tweet_text": "The fires in California are seriously so scary and heartbreaking. I can’t imagine experiencing that. I’m deeply sorry to anyone affected by the tragedies over the past few days. Prayers are being sent your way. ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065858874622775296,
"tweet_text": "The Camp Fire has killed at least 83 people and has displaced tens of thousands of others.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066698837455224832,
"tweet_text": "@sdhall17 @ChrisJZullo @ida_skibenes So its Trumps fault you had two big wild fires? How dumb does that sound? O wait your right Trump is an arsonist he took matches out and started those fires and then blamed California for them. Never made sense California blames a guy living on the other side of the country!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064206278799450112,
"tweet_text": "In the case of California’s forests, thinning the trees is in the interests of both parties. Trump understands this, and his administration is expanding timber sales on federal land. How Misguided Environmentalism Is To Blame For Californias Wildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1067129542379102208,
"tweet_text": "Deadly California Wildfire Finally Contained After 2 Weeks as Death Toll Climbs to 88",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062843544602271744,
"tweet_text": "Praying for so many in California. The wildfires our catastrophic there. So proud of our Oregon firefighters who drove eight hours in literally over a dozen fire trucks down to Northern California to help. Please #PrayforCalifornia #LivePD #LivePDNation",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1066870882096766976,
"tweet_text": "@Alyssa_Milano Why don’t you raise that kind of money for all THE AMERICAN CITIZENS and their pets that have been displaced, injured, and killed by the FIRES IN CALIFORNIA?",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065293015118479360,
"tweet_text": "Kanye West Plans to Donate $500,000 to California Wildfire Relief via @XXL #trap #nyc",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065682138148888576,
"tweet_text": "my friends boyfriend and his family lost everything in the fire in northern california if you can please donate to his gofundme or retweet to help them out Ὁ6",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1065280367249317888,
"tweet_text": "Theres an urgent need for forest management and Congress can help by passing a Farm Bill: - 52,000 fires have burned 8.3 million+ acres of land in 2018 - Over 15,000 residences have been destroyed so far this year - The Camp Fire currently raging is the deadliest in CA history",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063130238962622465,
"tweet_text": "Californias Devastating Fires Are Man-Caused -- But Not In The Way They Tell Us",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064654192835477504,
"tweet_text": "ὒ5 California Fire ὒ5 Will PG&E claim responsibility after cancelling power shutdown? Ὂ580 dead ὤF✝️ Ὂ51k missing Ὂ510,500 homes destroyed #CampFire",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065882653738631168,
"tweet_text": "If you want to file Insurance against any Insurance company. California Wildfire Lawerys has the best guidelines for you to claim your compensation for the damages in a fire. for more help to visit. #Insurance # Damage",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061173236438831104,
"tweet_text": "Is this how the California forest fires started?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062196064680329216,
"tweet_text": "California wildfires live updates: Massive blazes grow as; death toll rises to 44",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061818588829442048,
"tweet_text": "The death toll in the Northern California Camp Fire has risen to 29 after six more fatalities were reported, making it the deadliest wildfire in the states history.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065327604184432640,
"tweet_text": "Why do we need to know how much a #Celebrity donates! Its not a #game or #Competition ! #donations #ego #Pride #graciousforanyamount #whocareshowmuch #KUWTK",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064196405244309504,
"tweet_text": "Read the article on Paradise as it burned. And if you aren’t convinced: this thread has some first-hand accounts from some of the evacuees. So sad",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1066801193026904065,
"tweet_text": "Folks over at California Wildfire Pets are caring for hundreds of rescued cats. If you can help them, please do. @CAFirePets",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061358175427969024,
"tweet_text": "NASA published the satellite image of California’s deadly wildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066033365147619330,
"tweet_text": "AP: RT APWestRegion: A California wildfire can rank as the worst in three ways. The blaze thats killed more than 80 people in Northern California has reached two of them.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062124810241785856,
"tweet_text": "No this governor is a world class idiot. Ask him about the two bills that were passed in 2008 & 2012 to rebuild & increase the water reservoirs in California. That today has not been done. Now why do you blame climate change?? Even check out #OrovilleDam. Complete bullshit! #RT",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061135944126914560,
"tweet_text": "RT @_sambright: Please pray for Northern California",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062378304316076034,
"tweet_text": "As fires leave complete devastation in parts of California, a look at wildfires across the state over the last 15 years",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066150067231428608,
"tweet_text": "40ft WAVES SMASH SEAFRONT AS PREDICTED TOXIC FUMES !!! Weather Warfare via @YouTube . You want to know how the California fires started and why mostly property .. here’s why",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063635749122129921,
"tweet_text": "Staggering 6 dozen people are now dead & people unaccounted for has increased from 600 to 1000 from deadly #CaliforniaWildfires. Where is #Democrat Gov #JerryBrown? What are his ties to the #California utility companies who caused these fires & why is he not being investigated?",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064461649350774785,
"tweet_text": "Some celebrities in California are whining about some tiny wild fires, while our heroic president is under constant attack from the rain.” SNL’s Laura Ingraham",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1067667465688227840,
"tweet_text": "#Flooding could be a concern again for parts of California, especially in #wildfire burn scar areas. Heaviest rain here will be on Thursday: #CAwx",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1062178298556547072,
"tweet_text": "Death toll in CA fires rises to 44. Gutting news. The Camp Fire in northern CA, with 42 fatalities is now the deadliest in Californias long history of fires.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062121672516485120,
"tweet_text": "Apparently there is more - a lot more - behind California’s wildfires than climate change! Of course few people in California Government will acknowledge it.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061456872656388097,
"tweet_text": "This asshole really has the fucking audacity to say this shit as the fires are happening ..",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063098858668929024,
"tweet_text": "RT @_LeahKay_: The #CaliforniaWildfires death toll rises via @dailycaller",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062299827537694720,
"tweet_text": "Boy, I bet that made President Trumps stomach churn” to do that! More money to California, gov. jerry brown is an idiot! More people dead because of fires ὒ5, fires that go on EVERY YEAR, in the golden state”!!!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064293647313760256,
"tweet_text": "Lets argue take a look at some of the fires in Santa Rosa last year and the years before to the ones in Paradise. How tf does a fire burn 1 building(s) without burning up the most flammable shit around them (Trees?)",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064378242524565504,
"tweet_text": "RT @CNN: California residents find ways to help each other as deadly wildfires rage",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062618753509208064,
"tweet_text": "there’s currently a fire in my city. it’s in the northern part of the city so about 10-15 minutes from where i live but it’s terrifying. have been seeing the rest of these crazy california fires on the news the last week and never would have thought one would hit here",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065929761241923584,
"tweet_text": "And this is being done in conjunction with NFL Super-Quarterback Aaron Rodgers. So thanks to Aaron and State Farm from this Pats and Skins fan. And thanks to Luna for making me aware of this. #RETWEET4GOOD PLEASE PASS ALONG to help California fire victims. Thank you!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064258837090263040,
"tweet_text": "I know this is going to shock many of you, but it turns out the president of Finland did *not* emphasize the importance of raking to Trump when they spoke about the California fires, as Trump claimed he did.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065674635474157568,
"tweet_text": "Ive sold out of these already so I removed the BUY NOW button on the post but if you would like to donate to the organization I was supporting with these, the link to that is still in the post. Thank you for helping me support the wildfire victims here in California!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061136342745255936,
"tweet_text": "From our block, looking across the Santa Monica Bay - that damn fire is scary. Praying for everyones safety. Horrible. @ Palos Verdes Estates, California",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065722340909244427,
"tweet_text": "The #Camp and #Woolsey fires are the most destructive #wildfires to hit the state of #California. Read more on their impact via @voguemagazine and then #TakeAction to help support victims and first responders.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062915784450560000,
"tweet_text": "Kevin McCarthy had to tell idiot Trump to stop Tweeting on the side of the California fires while people are still being pronounced dead. God Lord how stupid is Trump? Does he even realized what an idiot he is?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066118378199310336,
"tweet_text": "Twelve thousand homes burned in Paradise, and more than 4,000 other structures — but the cemetery was left untouched.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1062117408918265856,
"tweet_text": "@kanyewest @adidas my best friend lost everything in the camp fire. He got the triple white yeezys the day they dropped, he weather treated and was waiting for an occasion to wear them. Unfortunately his house burned to the ground so he never got the chance. Can you help out?",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1066532142832934912,
"tweet_text": "RT @davidawaldron: Heres picture of the devastating Camp Fire, using damage inspection reports from CAL FIRE",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061335666708172800,
"tweet_text": "The fact that you didnt blame the fires on the migrant caravan might be the most humane thing youve done as president",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1066062695584022529,
"tweet_text": "Zinke blamed Californias 7,421 wildfires that have burned 1,665,746 acres, destroyed 30,000 structures, and killed at least 82 individuals and six firefighters so far in 2018 on environmental radicals",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062118739393552385,
"tweet_text": "The inferno that incinerated the northern town of Paradise, California killed at least 29 people and is already the most destructive wildfire in California history, razing a staggering 6,453 homes.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064755491614543874,
"tweet_text": "@kathygriffin Hey Kath, what have you done for any first responders or victims of the California Fires? Nothing Im believing.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065673397726789632,
"tweet_text": "RT @lavenderblue27: Corporate Judges Just Opened Up California’s Protected Lands For Corporate Vultures via @The Ri",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061698055634857985,
"tweet_text": "Due to the continuing unhealthy air conditions caused by the smoke from the Camp fire, Wow Cool will be closed on Sunday.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065705301775720449,
"tweet_text": "As Trump golfs with Jack Nicklaus in sunny Florida. The Camp Fire victims are camping out at Walmart while rain is on the way. Damn shame!ᾒC",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064749087734386688,
"tweet_text": "All you had to do was show up and offer condolences. That’s all anyone wanted to hear from our #potus. But you could help yourself—blaming victims who are grieving. Wow. The new low keeps getting lower. #stupidistpresidentever @realDonaldTrump",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062026550831431680,
"tweet_text": "#California suffered a devastating weekend as #wildfires raging in both the south and north of the state killed 31 and forced 250,000 to flee their homes. @CAgovernment @CaliforniaWild @Carolyn_Cole @Weather_West #MondayMorning",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063133501682143232,
"tweet_text": "BBC News - California wildfires: Is Trump right when he blames forest managers? B 4 judging CA;consider fires in Spain,Europe=comparable 2018 deaths. Also,unprecedented fires in Oregon,Washington States & Canada,Australia All drought/heat related=global",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065666772555231234,
"tweet_text": "#ImThankfulFor all my anipals & #Resistance followers who supported me & my gang through the horrific fires & my health scares this last tough year! All is well on the mountain! Its finally raining in Northern California!☔ὄF #HappyThanksgiving from #RalasGangὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061242336615825408,
"tweet_text": "Heartbreaking aerials of the fast-moving flames from the Woosley Fire moving up into Ventura County, California. Prayers and thoughts go to all those affected!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065273043491143681,
"tweet_text": "Devastation wrought by the California fires is staggering & @USDA is doing its part to help people piece their lives back together. Many arent able to prepare food at home, so @USDANutrition is allowing SNAP recipients to purchase hot foods. Details:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064652802578923521,
"tweet_text": "In May 2018, the California Chaparral Institute issued a pretty common-sense warning to minimize fire destruction: Stop building houses and towns so close to areas with a high risk of wildfires. ὄ9ἿB",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1065306598992621568,
"tweet_text": "Aaron Rodgers, who grew up in Chico, announced a $1 million donation to help survivors of the Camp Fire while supporters can help raise another $1 million by retweeting his video.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062115099182157824,
"tweet_text": "Billions worth of homes threatened by California wildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065397096046649344,
"tweet_text": "The #emergency is over but the #recovery continues. To support the victims of #CaliforniaWildfires heres an updated list of non-profits. #CityManagers in California appreciate your support.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064248717702819845,
"tweet_text": "To all my CA friends and family (and anyone that can contribute financially, which is what they need most right now), here are some ways to help people impacted by the fires:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061690090894745600,
"tweet_text": "As California fires rage, officials start grim search for the dead in blackened ruins - CNNὊ5Ὂ5Ὂ5WE BURNS AS TRUMP GUTS AS MUCH ENVIRONMENTAL (AKA HUMAN) PROTECTIONS AS HE CAN. MAYBE THE WH WILL BURN WITH HIM IN IT!ὒ5",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061473615722381312,
"tweet_text": "Death toll up to at least 23 in California town devastated by wildfire: Residents who stayed behind pick through remain of Paradise, where thousands of structures burned to the ground in most destructive blaze in state history TimesofIsrael",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061213642690043905,
"tweet_text": "Fires across California force 160,000 from their homes; 9 dead, 6,700 structures destroyed",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061292517658947584,
"tweet_text": "At least 9 people have died so far yet here he is spewing his usual trash.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061849398081015808,
"tweet_text": "At least 29 confirmed dead in Northern California wildfire, sheriff says RIP to all AAAs & friends who have lost a life in the wildὒ5ὒ5ὒ5ὒ5s",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063657284494999553,
"tweet_text": "California fires: Death toll in Paradise rises to 71; more than 1,000 unaccounted for",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065295347419947008,
"tweet_text": "I’m so proud of the brave Harris County area firefighters who are leaving their families to help fight wildfires in California. When there is a need our Firefighters always answer the call. @FirefightersHOU #txlege #wildfires",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064820840242577408,
"tweet_text": "Good to know there will not be any more fires.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062628037953343488,
"tweet_text": "RT @NoraConnect: How bad was the #ParadiseFire? @CAL_FIRE #CampFire map, photos show house-by-house destruction",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1067042990772944896,
"tweet_text": "Could you all please do me one small favour? Have a look at my timeline and RT one tweet to help those affected by the fires in California. There’s a whole team who works really hard on this. You can find them using #DisasterAssistTeam. Thank you 4",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1063287450372620288,
"tweet_text": "California wildfire death toll rises to 66. Seven people have died this Thursday. #wildfires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1067282351443591168,
"tweet_text": "The NorCal paper in the area destroyed by the Camp Fire saw its employees go missing and lose homes. Its advertisers were destroyed. Their subscribers homes: gone. So they worked 15-hour days and delivered papers to local evacuation centers, some unpaid",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1062047547672342528,
"tweet_text": "RT @Acranemuse: Update on #WoolseyFire #evacuations",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061313734201741312,
"tweet_text": "The Camp Fire in California has killed at least nine people and torn up more than 6,700 structures, officials said Saturday. #USNews #USRC",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061380580875493376,
"tweet_text": "Pretty sure that if President Obama had canceled a World War I ceremony due to rain on the same day he took to Twitter to blame California for raging fires that have already killed people, Fox News would be calling for a military coup.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065428136161132544,
"tweet_text": "This is truly sad because of the number of loss that has occurred with these fires. Even sadder is the question,How have the fires been started? @realDonaldTrump had nothing to do with it. They started as I reported on an old movie set in CA on the ocean, then lasers were seen.?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063269451183853568,
"tweet_text": "RT @jdbalart: Death toll rises to 63 in Northern California wildfires; number of missing increases to 631.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064162466438004737,
"tweet_text": "#QAnon @realDonaldTrump Survivors of the deadly California wildfires are now living in a makeshift tent camp in the devastated town of Paradise. At least 71 people have been killed and search efforts continue for more than 1,000 missing people.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062520829722931200,
"tweet_text": "Butte County sheriff’s officials and CalFire conducting search and rescue on Day 6 of the #CampFire which is both the deadliest and most destructive wildfire in California history. More than 200 people are still missing.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1062351799213088775,
"tweet_text": "The death toll keeps climbing and officials say they’ll be battling the blaze for at least another day.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062857655197163520,
"tweet_text": "@lizziejohnsonnn California Residents please donate chapsticks, face wipes, disposable wipes, hand creams, lotions, water bottles, electrolytes (in any form) to your local firehouses. They will need these supplies as they go to fight these fires.",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1066048392135147521,
"tweet_text": "Climate change could triple the frequency of large wildfires in California and other western states, says new federal report. Our report:",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061701322842374144,
"tweet_text": "Sending love & prayers to the people, animals and wildlife affected by the horrific Camp, Woolsey and Hill fires in California. More than 8,000 firefighters are engaged in battling the flames & providing assistance to those in need. God bless & keep them safe. 7: @AP Ringo Chiu",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065245721413210112,
"tweet_text": "2️⃣5️⃣ MELTING POINTS ✳️ Natural wildfires not hot enough to melt materials observed in recent California fires. ✳️ Induction heating via Directed-Energy Weapons would explain unusual spatial burn patterns & temperatures causing metal and glass to disappear.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061733054060752896,
"tweet_text": "Death toll hits 25 from California fires as search goes on",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061700991320576000,
"tweet_text": "Maps: Tracking Where the Fires Are Spreading in California by MATTHEW BLOCH and JUGAL K. PATEL via NYT The New York Times",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064651918809563136,
"tweet_text": "RT @ConstanceRedfo1: Queen Elizabeth’s Message To President Trump About The California Fires Is Heartfelt",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061351241190535168,
"tweet_text": "@kurtgobang27 Well believe it or not There is a theory to this. Years of neglect and under brush cause fires to burn faster hotter stronger. We have always had fires and they would put them out quick in the 70s 80s 90s. Don’t forget I’m real old seen a lot in California",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064184996192313345,
"tweet_text": "WHAT DOES THAT EVEN MEAN???? Until California gets enough rain to end the drought, these massive fires will be the norm. The climate is the problem, because its not GREAT.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064659782043385862,
"tweet_text": "Islamic State: California fires ‘Allah’s punishment for you. And insha Allah, you will see more fires.’",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065372353197150213,
"tweet_text": "HBO’s Greatest Show Gets Some Good News Following Tragic California Fires",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063065166252834817,
"tweet_text": "Californias horrific forest fires are another example of broken govt. Overregulation is hamstringing the US Forest Service, leaving it unable to harvest trees & remove dead timber. This is nothing new in Socialist Republic of CA- red tape is everywhere",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061606772824309761,
"tweet_text": "Al Jazeera English: California wildfires: Death toll rises to 25 as blazes continue. via @GoogleNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063119543936020480,
"tweet_text": "The fires in California have decimated lives & homes. Windermere’s strength is in our owners, agents, & communities. They deserve our support. The Windermere Foundation is donating $25,000 to the @calfund. To contribute, follow this link: #WeAreWindermere",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062844865589833728,
"tweet_text": "An initial report from an ongoing field damage inspection in fire-ravaged Paradise, California, shows nearly all of the homes have been destroyed in an area surveyed",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064175495208681472,
"tweet_text": "@realDonaldTrump POSOTUS! Crazy thought instead of sending Troops to the border, with no power, how about sending them to California to assist with the wild fires! Where they can actually make a difference for all the money thats being spent! #Inappropriategenius #roadcomic",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064368531586846725,
"tweet_text": "He should be banned from touring any damaged areas of the US due to climate change. We pay for him to make an ass out of himself and the US, while he diverted FEMA money to stop asylum seekers. #climatechange #TrumpIsAMoron",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061153761777709056,
"tweet_text": "2 Fires ὒ5 & a Shooting in CaliforniaWag The Dog! Look that way & forget about the #VoteFraud! Any Wag The Dog going on in your State?#WeWontForgetTheFraud @NSAGov @realDonaldTrump @DonaldJTrumpJr @StormIsUponUs @WhiteHouse @POTUS_Schedule",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065290846558408704,
"tweet_text": "State Farm donating $1 up to $1 million for California wildfire victims to match Aaron Rodgers #retweetforgood",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064180239444652033,
"tweet_text": "600 Missing In California Wildfires: Voter Disenfranchisement: Trump’s Fake News Voter Fraudblah blah blah”",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1061582130269052933,
"tweet_text": "@BarneveldWillem @TheDweck I was in California during the wild fires of 2016 and I was just in Durango, CO this year while it was on fire. Ive seen this first hand and stand by my assessment. Cali doesnt clean dead forest debris on the side of the road, but they post signs to NOT park in the grass.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065313502145990661,
"tweet_text": "@business Unless Jack Nicklaus is an active member of the United States #Military or a survivor of the California Wildfires, I give zero f***s about who Trump sees this Thanksgiving",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062418712375029760,
"tweet_text": "RT @jimandsamshow: Over 30 now dead from California wildfires and hundreds are missing #JimAndSam @FactionTalk103",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065982033657241600,
"tweet_text": "Kanye West donates $500K to California fire relief via @pagesix",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064445017857515520,
"tweet_text": "I love my home state of #California. Join me to support @Rockyourmessages @gofundme campaign to raise money to go towards toys for all the children who lost so much in the fires. Lets give them some hope this Christmas. #SundayMorning ὤF #SundaySunsets",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061441556173881344,
"tweet_text": "@RealDrGina @nhssabine @realDonaldTrump Anyone will tell you you need to keep areas clean, provide fire breaks. Be proactive and not reactive to fires, potential fires. I blame the politicians from California for not keeping California great. Oh wait they don’t wanna be great. They wanna be Mexico north",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064957436757446663,
"tweet_text": "When I asked Gold Bond for fire fighter donations - they didn’t hesitate! Any suggestions on the best place for distribution? #firefighters #firefighter #cafires @ Los Angeles, California",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064435298749374467,
"tweet_text": "Looking for a way to help those affected by the Woolsey Fire in Southern California, our friends who live in Malibu are asking for sand bags to help prevent post-fire landslides. You can order here - <3",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061185121854914562,
"tweet_text": "Many believe that the Forrest Fires are caused by Illegals, here to cause chaos, and punish America.#MAGA",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064182970389577729,
"tweet_text": "Raking? @realDonaldTrump thinks Finland doesn’t have wildfires because of raking? Has he ever looked at a map? Finland is covered in snow for months. The highest temperature EVER recorded in Finland is 99 deg F. With the snow, snowmelt & low temps, Finland is always wet. #Moron",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061329441786232833,
"tweet_text": "providing relief to equine/families during California fires ! Retweet!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064064444463022080,
"tweet_text": "Death toll rises in California as Trump surveys wildfire damage",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064248631417540609,
"tweet_text": "RT @PGA: The Golf Relief & Assistance Fund, created to help golf industry personnel affected by qualified natural disasters, is available to aid victims of the California Wildfires. Apply for assistance or make a contribution:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063125912604962816,
"tweet_text": "(Troops sift through California wildfire ruins amid fears death toll will rise) StockaWiki | Fast Breaking Financial News PARADISE, Calif. (Reuters) – Firefighting crews made progress against the deadliest wildfire in California history -",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062059419842871296,
"tweet_text": "Another one. This is going to be tough week. The conditions are ripe for multiple events like this throughout California, from San Diego to NoCal.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1064399397558108163,
"tweet_text": "California wildfires: Finland bemused by Trump raking comment - The Finns are not alone!! @realDonaldTrump",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061692136691654656,
"tweet_text": "Santa Rosa Firefighters are staffing two engines at the Camp FIre in Butte County. Lots of work and a well deserved break. We also have another engine heading to Southern California to help with fires.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065519291057942528,
"tweet_text": "Adam Schiff for brains blames California wildfires on Climate Change",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063137990606835712,
"tweet_text": "Sandra Bullock donates big to help save animals from California fires @CNN Thank you Sandra! You are a true hero.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061291757663485952,
"tweet_text": "RT @guardian: California wildfires: firefighters battle blazes across state - in pictures",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064568732503195648,
"tweet_text": "Alley Cat Allies is on the ground providing supplies and support to groups rescuing and caring for cats and other animals displaced by the California wildfires. Your donation can help make a difference as we continue the fight. #CampFire",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064136441020715008,
"tweet_text": "Mismanaged, overcrowded forests provide fuel to historic California wildfires, experts say",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064652656650514432,
"tweet_text": "@KamalaHarris How much have you donated to Camp Fire victims fund?",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065855492034084865,
"tweet_text": "Death toll from the northern California wildfire rose to 81 on Tuesday with discovery of two more sets of remains, officials say. #CaliforniaFire #Deathtoll #NaturalDisaster #America",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061291914648084482,
"tweet_text": "more help #Cali!! ὤFἿDὤFἿD via @ElectrekCo read more ὄ7ἿD Elon Musk authorizes Tesla employees to provide assistance for the California wildfires and not worry about payment - Electrek #Califires #California #WoolseyFire #WoolseyFires #Califires #Wildfires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064696161355948034,
"tweet_text": "DEMS CONTROLLING CALIFORNIA & NO WARNING??? BEFORE FIRES CAME & 6,000 HOMES DESTROYED DEATH TOTAL ONLY 25 PEEPS CAUSE FIRE IS ROARING OUT OF CONTROL IN SEVERAL COUNTIES DEMS CONTROLLED CALIFORNIA FAIL TO WORN WICKED FIRES COMING>SAY NO DEMS INCOMPETENCE ON FIRES & COUNTING VOTES>",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1065969316171051008,
"tweet_text": "Remember that through the end of November, any offering tagged for #CaliforniaWildfires is eligible to be claimed for donations to @NVCF Camp Fire Evacuation Relief Fund OR @NVADG caring for nonhuman creatures affected by the fires. Details:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061365819236483072,
"tweet_text": "California starts fires on purpose, to get FED Emergency funding (Billions) Look up Directed Energy Weapons. Prove me wrong At the same time I’m sending my love and my prayers to all my friends effected by these fires. There are a ton of you and I love you all #Qanon",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065398079510073344,
"tweet_text": "@realDonaldTrump @FoxNews It’s ridiculous! Americans have rights too! We don’t want more illegals dispersing in our states and they cause fires from their illegal encampments in our canyons in California",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064226744599814144,
"tweet_text": "Yes! We are a nation of love and of giving. The homeless and those in Northern California should be helped first. Those that wave other nations flags should be helped be other nations",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063343734551646208,
"tweet_text": "California fire death toll rises to 63 as search for victims intensifies",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064314790397571072,
"tweet_text": "Hero Dog Refuses to Leave His Family’s Rescue Goats; Protects Them and Baby Deer from California Wildfires via @people",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062805860861136896,
"tweet_text": "Horse found hiding from California wildfires in backyard pool, under the pool cover!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066043705449037824,
"tweet_text": "Guy Fieri, José Andrés Cook Thousands of Thanksgiving Meals for California Fire Victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065256190727282689,
"tweet_text": "Like so many things, the destruction of Californias massive Camp fire was less natural, more man made. The Camp fire burned homes but left trees standing.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061497098732920833,
"tweet_text": "So many of my friends have had to evacuate their homes and lives due to these fires. Please everyone send prayers to California and everyone who’s being affected right now.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061816038420107265,
"tweet_text": "Referencing back to this CalFire fact sheet with death toll at 29, #campfire is now tied with the deadliest wildfire in California history.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061775378249850880,
"tweet_text": "California fires slowing down, but still dangerous California wildfires have left at least 25 people dead and up to 100 missing, and a pickup in winds could spell further danger. via @WSJ #CaliforniaFires #Malibu #CampFire #Woolseyfire",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061262612074242048,
"tweet_text": "#UPDATE Nine people declared dead, tens of thousands evacuated as fierce wildfires rage across California, with one rapidly spreading blaze threatening Malibu",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064072674672930816,
"tweet_text": "@JustWhatNowWhy @TigeReptile @DanRather In San Francisco we are fine. Its just the air quality which is now posing a real threat. But if you want to help, there are many communities in need. Heres a useful link. Thank you for caring. How to help those affected by the California wildfires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061795506630754305,
"tweet_text": "#CampFire kills 23, becoming #Californias deadliest #wildfire since 1991",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062884408905138177,
"tweet_text": "IAFF officials say at least 39 FFs lost their homes as they tried to protect thousands of others from 2 deadly California wildfires. The confirmed losses affect more than 110 family members & 75 pets. But all are believed to have escaped with their lives.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062219527746777088,
"tweet_text": "Death toll rises to 42 in deadliest fire in California history: A quarter of a million people forced to leave their homes by Camp Fire blaze; 6,500 homes destroyed in town of Paradise, wiping it off map TimesofIsrael",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061384004773928960,
"tweet_text": "RT @ultnini: zhang yixing made a more meaningful tweet about the fires than our own president did",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065065248472879104,
"tweet_text": "Tori Spelling, 45, tries out a goth look after bunking with Beverly Hills, 90210 co-star Jennie Garth during evacuation from California wildfires",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064954661130706946,
"tweet_text": "TEGNA’s @ABC10 and @HeartThreads teams are partnering with #CaliforniaGiving to help victims of the devastating fires across California. Here’s how you can help:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064257604405350400,
"tweet_text": "If youre able to donate a few $$ to this localized org to help those affected by the #CampFire, please do so. If not, would you be kind enough to RT & spread the word? Thank you! @MuellerSheWrote @TimHolian @restaurant_mom @LA_Karma1 @BishTrumpIsCray @Rosie @heretical_1",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064217217699586048,
"tweet_text": "@billmaher Its so sad that at times like these America is burdened with an ignorant leader who lacks any semblance of empathy. Make California Rake Again: Trumps Fire Propaganda Video Callously Ignores the Victims",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062114762887258112,
"tweet_text": "6.) Something doesnt add up here. Wildfires Burn at 1472 F (800 C) Melting Point of Steel ~ 2500 F (1370 C) #Trump @POTUS #Qanon #WWG1WGA #California #Fires",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063441998097670144,
"tweet_text": "HEARTBREAKING: The death toll from the Camp Fire in Northern California climbs to 63, while 631 of peoples friends and family members remain unaccounted for according to officials. Kinda fixed that for you. #CampFire #NorCal",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064529902135762945,
"tweet_text": "10,500 homes were destroyed, which means roughly 30,000 people are homeless, refugees in their own country. Hundreds died. 400 businesses are in ashes, and Congress will get around to it eventually?do better @RepKihuen @StevenHorsford @SusieLeeNV",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061222606605615104,
"tweet_text": "When this is the response. Please donate to firefighter assistance and support efforts.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061372171510001664,
"tweet_text": "Safely evacuated my family animals and guitars from Topanga-While looking for some real time information on the fires this tweet came up on my timeline-His language speaks to his character leadership and compassion-My thoughts and prayers to the people and animals still trapped.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064143598470471680,
"tweet_text": "Trump’s modus operandi with any shooting or natural disaster is to inflict more pain by blaming the victims. In California he said that he has a strong opinion about climate change, and therefor the cause of the fires must be forest mismanagement.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065401961229496320,
"tweet_text": "In a striking turn, conservationists and loggers are on the same page: Thin out forests to reduce fire risk. fires-california-tries-something-new-more-logging-1542390642 via @WSJ ❣As Ive said. Yosemite, Surrounding areas. ContolledBurns. #Law ❣",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062638723735515136,
"tweet_text": "Calling for assistance. Everyone is rallying together to do their best during the Camp Fire crisis. Ill be at the Chico Peace & Justice Center receiving calls this week. (530) 893-9078 If you can assist, were accepting donations & housing offers from all surrounding areas.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061341506374533120,
"tweet_text": "You fucking moron. How about you stop looking for ways to BLAME people and instead find ways to HELP people??",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1063150345721769986,
"tweet_text": "More than 450 people are assigned to comb through the ash and debris for more victims of a California wildfire. The blaze has killed at least 56 people and 130 are unaccounted.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062071382371192832,
"tweet_text": "California wildfires – live updates: Celebrity homes destroyed as death toll rises to 31 in state’s deadliest fire on record #CNN",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061242754439753728,
"tweet_text": "RT @imwren: @kathygriffin He is correct on this. California doesnt allow the underbrush to be cleared which fuels these fires.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064892279616430080,
"tweet_text": "Canadian Couple helps California Wildfire Victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061236515467079680,
"tweet_text": "RT @WilmaBatB: #BatbFanmily Please pray for CaliforniaὤFὤFὤF #CaliforniaBeasties❤️Ὁ6ὤF #BatB #wildfires",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061710189127131136,
"tweet_text": "Because they burned the Republican Ballots in the California fires. ὒ5",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065634837933899776,
"tweet_text": "The Latest on the California Wildfires: Relief Efforts, Real Estate, and Home Looting via @ArchDigest",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064692409588568065,
"tweet_text": "Thank you @CBSLA viewers & Southern California. mailroom folks just delivered dozens of letters that contain donations for the fire relief fundraiser. You can still help: CC: @LAUnitedWay , @RamsNFL",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064315103275704320,
"tweet_text": "Death toll in Northern California wildfire grows to 76 as search continues via @nbcnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063618696617181184,
"tweet_text": "Friday night #CampFire update: 8 more dead discovered today for total of 71. Seven were in Paradise, 1 in Magalia.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064328374070403073,
"tweet_text": "@ProudResister @fakeJimJam Maybe its you fools in California that want the caravan to cross the border when you have so many homeless veterans, fire victims, other homeless that cant afford housing So before you call names you should be thankful that the president has 15,000 troops protecting your asses",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061307099810910208,
"tweet_text": "RT @ninetieschanel: @sweetenerIrh @crystalleigh you can donate here !! <3",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063260731326562304,
"tweet_text": "@NanetteAsimov @KevinChron #CampFire update: Seven additional human remains were found and the death toll is now 63.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064113108350902272,
"tweet_text": "RT @Metallica: Please help those in need and first responders in any way you can. -",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063131429079564288,
"tweet_text": "ᾒ2ὉAᾒ2ὉAᾒ2ὉAᾒ2ὉAᾒ2ὉAᾒ2ὉA #California families are currently facing tremendous loss from 2 #fires, but @JerryBrownGov is giving 33 million to lawyers for ILLEGAL migrants instead. ᾒ2ὉAᾒ2ὉAᾒ2ὉAᾒ2ὉAᾒ2ὉAᾒ2ὉA #NoHeart #NoSoul #Evil #OriginalGrinch #Caravana",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064176076841279489,
"tweet_text": "@RepSwalwell Ban wildfires first - 78 People Dead so far from the fires in California",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061143948557602816,
"tweet_text": "Multiple fires in California have destroyed thousands of homes and businesses.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1066381136807555072,
"tweet_text": "Southern California is being destroyed by wildfire. Meanwhile, I’ve spent 30 minutes trying to get this dry old piece of wood to light on fire.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064905307644514305,
"tweet_text": "80 Killed in California Wildfires as Nearly 1K Remain Missing: Its a Disheartening Situation via @YahooNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063079707812552704,
"tweet_text": "The California Fires have wiped out at least 400 homes, leaving parts of Malibu uninhabitable: All I own now is the clothing I was wearing that day",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064194142262054912,
"tweet_text": "As firefighters battle the deadly California wildfires, rain is expected to significantly aid the fight later next week, but new dangers may arise for residents and rescue crews:",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1061323022542532609,
"tweet_text": "So essentially your answer to the wild fires is to throw more fires at the problem. Geniusnot!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065003275542499328,
"tweet_text": "Hazy shot of downtown #Memphis from the @WMCActionNews5 #FirstAlert camera in Midtown. Meteorologist @spencerstorm5 says it’s hazy b/c of smoke from the California #wildfires! #memwx",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1063118027976110081,
"tweet_text": "California Fires Create New Problem: Thousands of Refugees via @thedailybeast",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1061225958928203776,
"tweet_text": "How about a few words for the families of the nine people dead so far, you brain-dead orange jizztrumpet? You really are a disgustingly gross parody of humanity, as well as being thick as mince",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065339682949611520,
"tweet_text": "GoFundMe for Dead Mom, Burned Home - CampFire Paradise. #Campfire #Fires #CaliforniaFires #Fire - Finally made it #Paradise #California #Emergency @Tamavista Click to Donate: via @gofundme",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063242336564535296,
"tweet_text": "Jesus, this photo of the destruction in #Paradise from the #CampFire Ὁ4 Death toll rises to 56 in Northern Californias Camp Fire; missing climb to 297 via @NBCNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064237411528523781,
"tweet_text": "California Wildfires Update: Citi is committed to helping our customers and their communities get back on their feet, by donating to disaster relief efforts. If you’d like to help, visit @RedCross or donate with ThankYou® points",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064214656456245248,
"tweet_text": "Cadaver #dogs lead grim search for victims in California fire - #dogsoftwitter",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061965708664455169,
"tweet_text": "California wildfires: Hundreds missing as 3 blazes continue to scorch the state #CNN",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1064914022124933126,
"tweet_text": "Trump’s cabinet secretaries blame ‘environmental terrorists’ for wildfires. California loggers disagree. Reporting with @RyanSabalow",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064631798796152834,
"tweet_text": "I see so many posts telling people to feed the displaced wildlife from the California wildfires and that is the worst thing you could do for them. Don’t feed the wildlife, you are doing more harm than good.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064670028266725376,
"tweet_text": "RT @dyolltrah1: Secretary Zinke Backs Trump: Years of Mismanagement Led to California Fires - David Harris Jr via @",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064204776156667904,
"tweet_text": "RT @cmartinhicks: How to Help Those Affected by the California Fires, via @nytimes",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061137637631680512,
"tweet_text": "To all the brave firefighters who are working to keep everyone safe across California, we want to say thank you, and stay safe out there! #wildfires",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064531358066900992,
"tweet_text": "RT @AccuCountry: Midland Sends Love” to California Fire Victims and Shares How You Can Help Via the Red Cross & Airbnb",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065567260415164418,
"tweet_text": "NASA has released dramatic satellite images of the destructive wildfires in California. The data show the progression of the fires and how they burned homes, as well as satellite images of what they look like from space:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061528521095462912,
"tweet_text": "At least 25 people are now known to have died in California’s wildfire disaster. #CampFire #WoolseyFire #Paradise #CaliforniaFires",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062848889735258112,
"tweet_text": "@AP Jeez! I thought he was arrested for starting the fires in California. Nevermind.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061701866650628098,
"tweet_text": "As California fires rage, officials start grim search for the dead in blackened ruins",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065450066498985984,
"tweet_text": "RT @4YrsToday: Are you comforted Donald Trump will be heading to California tomorrow to survey the wildfire damage?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064329018235936769,
"tweet_text": "California wildfires: -76 people dead -Searchers step up efforts to find victims -Nearly 1,300 unaccounted for more than a week after fire began in Butte County",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065612262755323904,
"tweet_text": "You dont need to be a millionaire to help #campfire victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062041986956374020,
"tweet_text": ".@laurby at web. Now @NEWS1130: death toll rising in California fires. @Simon_Druker: petition is growing for #SurreyBC Coun. Laurie Guerra to step down from AutismBC. @NEWS1130Dean: NHL reaches a tentative deal with players on concussion suit. LISTEN:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065402424792416256,
"tweet_text": "California wildfires death toll has reached 84, with more than 800 still unaccounted for.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066656096012644352,
"tweet_text": "BREAKING : @JerryBrownGov admits that @realDonaldTrump was correct about California forest fires.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061657977034366977,
"tweet_text": "While California’s climate has always been fire prone, the link between climate change and bigger fires is inextricable.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064249471444246528,
"tweet_text": "Besides implying they have only themselves to blame for not raking: Trumps Sickly, Self-Serving California Fire Propaganda Video Callously Forgets - the Victims",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1062132894154608641,
"tweet_text": "Trump insults 31 dead Californians with disgraceful response to fires #PeakFire Arlington Cemetery #VeteransDay18 #FBR #theresistance #trumprussia #FBRParty #trumprussia #resist #PRU",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062886045837152256,
"tweet_text": "The Butte County Sheriff’s Office in Northern California released a list of 103 names it is searching for since the Camp Fire began. This is down from the more than 200 people the agency previously said were missing.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1061801969973686272,
"tweet_text": "@realDonaldTrump Stay strong California.The death toll is at 25 now.And Trump is blaming my state for these fires instead of offering condolences for lives lost. Disgusting, despicable,uneducated pig.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066466518878191617,
"tweet_text": "These are NOT normal fires. Lasers from the sky? Yes, we have Directed Energy Weapons. Who is doing this and why?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065358892165734401,
"tweet_text": "We welcome the Guillens into our @SacRepublicFC family and we are proud to be part of this indomitable community that has stepped up to help thousands of families affected by this tragedy. There is much much more work needed to be done for many many years to come. #Indomitable",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061700950325219328,
"tweet_text": "#AmericaIsDoomed news Maps: Tracking Where the Fires Are Spreading in California via NYT",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064975540770213888,
"tweet_text": "@pewdiepie - I want to help with the California Wildfires. Please retweet my pinned tweet, Im wanting to donate anything it might make to the California Relief fund. You have the power to make this happen, and I ask that you change my life, and the victims life in just 3 clicks.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061789188130041856,
"tweet_text": "WATCH: Aerial footage of the Woolsey Fire in Southern California shows the astonishing extent of the damage in the states most destructive wildfires ever. Follow the latest updates:",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061180404848193537,
"tweet_text": "RT @FitzHelen: How to help victims of #CaliforniaFires.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062641159607119872,
"tweet_text": "California fires: 48 dead from Camp Fire - CNN",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061720174573678592,
"tweet_text": "Information on what to do if you come across an injured wild animal due to the fires. Malibus California Wildlife Center is currently evacuated and cannot accept new patients. (PDFs provided by Wildlife Emergency Services) #WoolseyFire",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1062103375301525504,
"tweet_text": "This is terrible! I wonder if 5600 troops could help battle this fire Death toll rises in California wildfire, matching deadliest",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064640410784538625,
"tweet_text": "HSUS Animal Rescue Team helping animals affected by California wildfires #humane #love #animals",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062120707356852226,
"tweet_text": "This mentally challenged whack job Young actually blames Trump for California wildfires that destroyed his home becausewait for itTrump doesn’t buy into the phony climate change rhetoric. Clown is a special type of stupid.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067365430942199811,
"tweet_text": "Northern California #WILDFIRE Death Toll Rises To 88; 203 People Still Missing #GlobalWarming #climatechange",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064652029832900615,
"tweet_text": "RT @RodStryker: Excellent thread exposing the damage caused in this wildfire much cant be explained to be caused by fire.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064303459430612993,
"tweet_text": "Relief for the California Wildfires : Charity Navigator",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064814231847981056,
"tweet_text": "Wyoming firefighter crews battle #wildfires in California, hoping to pay it forward. When we have fires in our area, we hope people come to our aid, so in times of need we try to reciprocate when we can,” says Worland Fire Chief Chris Kocher. READ ON:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062232918238609409,
"tweet_text": "News Daily: Brexit talks in endgame and California fires death toll rises : November 13, 2018 at 06:19AM via mikejulietbravo",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062406626529943552,
"tweet_text": "California Fire Death Toll Now at 44 With Discovery of 13 More Bodies by JOSE A. DEL REAL and JACK NICAS via NYT",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061279917252337666,
"tweet_text": "RT @AP: BREAKING: Death toll hits six in raging Northern California wildfire.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061819354310881280,
"tweet_text": "The Camp Fire death toll has now risen to 29, the fire is now equal to Californias deadliest and is the most destructive wildfire of the last 85 years.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064108361917104128,
"tweet_text": "Thanks again to everyone who made a donation to help with the Camp Fire recovery. The shelter was very appreciative, as are we. Once again proof that #FantasyFootballTwitter is the best. ὄFὄFὄF",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065014293064642560,
"tweet_text": "There is still so much work to be done! 50% of ALL subscriptions to @SportsAlDente will be donated to the #RedCross to aid in WildFire relief. Let’s help rebuild our community!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064518717952925697,
"tweet_text": "Heres someone @AdamSchiff & the House should investigate on DAY ONE Rep. Devin Nunes voted against almost every sane climate change and environment protection bill proposed, .. Rep. Devin Nunes Blames Democrats For Deadly California Wildfires",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061135633970683904,
"tweet_text": "Free help for North Bay wildfire anxiety revived by smoke from Californias Camp Fire - North Bay Business Journal",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065259946973921283,
"tweet_text": "Lies About California Fires, Foreign Influence In Midterms, Nancy Pelosi . #fakenews",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064131892784582657,
"tweet_text": "God bless all the precious animals who died horrifically in these horrible California fires. It’s hard to even comprehend the enormity of wildlife lost. I pray their souls left their bodies before feeling any pain.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061149286878990336,
"tweet_text": "@LizCrokin These fires in our beautiful state of California are NOT natural. PERIOD.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064542946442264576,
"tweet_text": "Power company under pressure to explain actions before California wildfire CBS/AP November 19, 2018, 9:29 AM Some victims of Californias worst-ever",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1066195700713693185,
"tweet_text": "New post (What makes a California wildfire the worst? Deaths and size) has been published on Daily top pop -",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064270347464310785,
"tweet_text": "@BrandonRittiman @ABC10 So sad the loss of life and things. I wish every home and business had their own water sprinkling system installed on the outside of their homes and yards. Maybe that would of slow down the devastation of fires in California",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061710168281489408,
"tweet_text": "Several narrow escapes in terrible losses in North California fires.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1062104823515045889,
"tweet_text": "ὢ4 just help the fuckin people",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061324616004702209,
"tweet_text": "Raging wildfires driven by powerful winds are posing a new threat to the California city where a Marine combat veteran shot and killed 12 people at a country music bar.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062858987446648832,
"tweet_text": "As wildfires continue to affect areas of California, airlines are offering wavers to travelers whose plans are affected. #Wildfires #California",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061720115169783808,
"tweet_text": "@realDonaldTrump 25 dead, 100+ missing as wildfires burn both ends of #California. Meanwhile, you & the majority of GOP are doing ὄFἿC everything ὄFἿC you ὄFἿC can to reverse all regulations put in place to address #ClimateChange.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061213214178983937,
"tweet_text": "The science is basic math: CA has about 4 times the population its water supply can support. And also places massive restrictions on controlled burnings.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1062835087421640705,
"tweet_text": "BREAKING NEWS CALIFORNIA.. DEATH TOLL FROM CALIFORNIA WILDFIRES IS NOW AT 51. THERE ARE SOME WHO EXPECT IT TO REACH OVER 100",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064715356412026886,
"tweet_text": "RT @FOX2now: St. Louis woman on mission to drive donated items to California for wildfire victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061336170452344832,
"tweet_text": "8 #RedCross shelters now open in Ventura & LA Counties",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064673216118104069,
"tweet_text": "At least 77 people are dead, and nearly 1,000 people are still unaccounted for in California’s deadliest and most destructive wildfire. Watch our full report on #VICENewsTonight at 7:30PM EDT on @HBO.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064949453663207424,
"tweet_text": "RT @ABC7News: Sheriff says wildfire death toll has risen to 79",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066508972650311682,
"tweet_text": "The area of documented destruction in the #CampFire zone widens. Almost 14,000 homes have been reported destroyed.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061178470078787584,
"tweet_text": "If any females/families are affected by the fires in California&can not afford clothes, I have clothes from xs to large. Pants 0-5 Girl clothes 12-24m. I am willing to send out for free! ὤFἿB Just DM me. I have other friends who want to do the same. #CaliforniaFires",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061336027007135744,
"tweet_text": "This is the worst fire in California’s history; so far 75,000 people evacuated, 6,500 homes & 200 businesses destroyed, 9 American lives lost. And this is the victim-blaming tweet Trump sends out. Our president is a cancerous stain on the nation.",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064018856212078592,
"tweet_text": "Camp Fire Death Toll Jumps To 71 People, Over 1,000 Unaccounted For: via @YouTube",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065763824660344833,
"tweet_text": "I liked a @YouTube video California Fires: Directed Energy Weapons? Smart Meters?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061791906680647680,
"tweet_text": "The Town of Paradise has released a list of all the structures they have confirmed destroyed since the Camp Fire raged through their town. READ MORE>>",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1062674510669856770,
"tweet_text": "#Breaking : Butte County Sheriff - Kory Honea - has just announced that the death toll in the #CampFire is now 48. The remains of 6 people from #Paradise were found in burned homes. #wildfires #california #ctvnews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1067123805611536385,
"tweet_text": "@AlexisS40219294 As of Sunday night, more than 890 people remain displaced and are sheltering at 11 Red Cross and independent community shelters in northern CA. Working with partners, we’ve served more than 84,600 meals, snacks and distributed more than 17,400 relief items",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1063081214414909445,
"tweet_text": "The fire is a clear case of rational immigration. I am sure the poor from the south do not move to the high rent area but they drive the others to purchase houses in the areas that probably should be better managed. I am just not a fan of #california but I once loved it.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061271098715713536,
"tweet_text": "Very low #humidity, dry vegetation & strong #winds will bring a prolonged period of dangerous #fire weather conditions to parts of Calif. where several large #wildfires are ongoing. Extreme fire weather is forecast in southern #California on Sunday",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061528524886962178,
"tweet_text": "Pacific Gas & Electric submitted a report to the CA Public Utilities Commission abt an outage at a 115-kilovolt line in Butte County at 6.15am that day, site was near the Camp Fire later observed damage to a transmission tower #CampFire #CampFireJamesWoods",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1063956338869329920,
"tweet_text": "Grateful to hear from Queen Elizabeth on the #CaliforniaFires. People in Anglican churches around the world will be praying for us in #NorthernCalifornia as the death toll continues to rise. I keep getting more bad news about friends in the #CentralValley!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061358387022184448,
"tweet_text": "RT @JimGaffigan: Thinking about everyone out in California dealing with the fires. So brutal. Stay safe.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1064608903462191104,
"tweet_text": "Im raising money for Camp fire. Click to Donate: via @gofundme",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064531426928926722,
"tweet_text": "It is truly unfathomable that food is valued OVER life. But the biggest twist is that not only are the migrant workers afraid to report this kind of treatment (spoiler: they cant) but also, they cannot afford to lose their jobs. #NYUFA18",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063424288743743488,
"tweet_text": "RT @WJBF: Wildfire death toll continues to rise after a California town of 27,000 goes into flames",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061359658387025920,
"tweet_text": "@Nutnfancy I dont understand why California fires are so bad. Its like a regular occurrence. We have fires here in Texas when the fields get very dry during droughts but they get put out relatively quickly by controlled burns and never really allowed to get out of control.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064246691203858432,
"tweet_text": "It seems cruelly ironic that this town that was ravaged by fires is called Paradise But it is so painful to watch Trump call it Pleasure” twice And once again the world is watching.and mocking him.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065606969556385792,
"tweet_text": "#Packers’ Aaron Rodgers donates $1 million to wildfire relief efforts near where he grew up in California, per @jasonjwilde. via @madisondotcom",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062046177670189057,
"tweet_text": "How To Assist The Victims Of California Wildfires",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061372930129649664,
"tweet_text": "At least 9 dead in California wildfires as tens of thousands flee homes. Well have full coverage tonight on @NBCNightlyNews from @KathyParkNBC and @PattersonNBC.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064448322935693312,
"tweet_text": "RT @DavidJHarrisJr: There’s till over 1000 people missing.. please pray. And support if you can.",
"class_label": "missing_or_found_people"
},
{
"tweet_id": 1062450339750780933,
"tweet_text": "My heart sinks as the death toll from the California wildfires continues to grow and homes continue to burn. To our friends on the West Coast, we are thinking of you and the federal government must be fully prepared to provide the relief these disaster survivors deserve.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063274314957500416,
"tweet_text": "BREAKING: 631 missing, 63 dead in California wildfires, per Butte County official",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061193788939395074,
"tweet_text": "ὒ5BombShells21ὒ5 California wildfires rage, north and south, killing at least nine and putting tens of thousands at risk Please join me a moment of silence, thoughts & prayers for the lost lives & people tragically affected by the huge fires in CA. Stay safe everyone.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062848858089127936,
"tweet_text": "Friends and loved ones impacted by the fires in #California! If you are a #student or a #studentloan borrower who has been impacted by a federally declared natural disaster @usedgov may help. Learn more here:",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064777557495689216,
"tweet_text": "@LionelMedia @KevBoat44 Odd is MSM calling these forest and wildfires. Reality is these are MORE PROPERLY TERMED CALIFORNIA ELECTRICAL FIRES",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064621242542669827,
"tweet_text": "RT @StephenLimbaugh: Not enough POCs died/lost homes a la Puerto Rico. That makes it more difficult to blame it on Trump.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064295351337852928,
"tweet_text": "RT @WeatherNation: UPDATE: Death toll in California at 79 from fires, 12,000+ structures destroyed: #CAwx",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061229542696738822,
"tweet_text": "PHOTOS: More than 150,000 flee deadly wildfires in California",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1064807279990464512,
"tweet_text": "Thank you but I believe those numbers refer mostly to the #Campfire here in NorCal. We have much sympathy for those affected in the #WoolseyFire as well. #CaliforniaStrong ❤️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1063655848554229760,
"tweet_text": "Not only do the people of California have this to contend with we have to worry about Trump bring his ass here with his bulshit NBC News: More than 1,000 unaccounted for in Northern California wildfires death toll grows to 71. via @GoogleNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063533076725284864,
"tweet_text": "RT @TheRainbowist: #LadyGaga delivers pizza, gift cards to #CaliforniaFire evacuation center",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1063006240643735553,
"tweet_text": "toll rises in California’s worst ever wildfire outbreakThe Camp fire in northern California has killed 56 people,",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066022367204425730,
"tweet_text": "RT @globalnews: The wet weather in California is also expected to complicate efforts to locate victims from the wildfire.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1065578204956639232,
"tweet_text": "#Science Rains Hit Northern California as Wildfire Death Toll Rises - OZY #USA",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061142392265355264,
"tweet_text": "To everyone affected by the fires in California, you are in my prayers. Please use the hashtags #SoCalFiresJamesWoods and #CampFireJamesWoods, #WoolseyFire, #CampFire. Mr. Woods has turned his Twitter feed into a clearing house for info.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062081592313724929,
"tweet_text": "Put them to use in California helping firefighters to put out the fires. I’m sure the $200 million there could be a big help to the people that need it",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065248722156703744,
"tweet_text": "@NY_Patrioteer We should all focus on all those poor souls that lost everything in the California Wild Firesὄ9Please donate funds to them so they can rebuild their lives",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064713857036414976,
"tweet_text": "NEW: Flash Flood Watch for northern California from Wednesday-Friday. Mudslides possible, particularly in wildfire burn scar areas: #CAwx",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1062387754720325632,
"tweet_text": "We are truly desperate by the impact the fires have had this year. Our hearts go out to all of those who have lost their homes or have been displaced. Anything can help.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1061443216610754562,
"tweet_text": "@EWErickson May not be good timing, but I can tell you I remember when we managed the forests and undergrowth in California. Weve always had the Santa Ana winds and the winds always fan fires, as a result we used to have fire roads graded in, brush cleared far away from homes, 1/2",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064389975234494469,
"tweet_text": "OPINION: While wildfires are nothing new for California, there must be a message in the smoke signals.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1063122664036941826,
"tweet_text": "RT @joelpollak: Jerry Brown signed $1 billion in wildfire prevention—and none of it applies to the fires this year",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1065269024370630657,
"tweet_text": "I root for the @ChicagoBears, but this is a good cause to support @packers quarterback @AaronRodgers12 and his effort to help the victims of the wildfires in California. #Retweet4Good",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062866030240899072,
"tweet_text": "Lady Gaga delivers pizza to evacuation center amid California wildfires",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1065383372036423681,
"tweet_text": "Red Cross workers from Clarksville spend their holiday helping California fire victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064203983517040642,
"tweet_text": "Trump believes that not raking leaves is a bigger cause of the California wild fires than climate change. Thats like saying the cause of a Tsunami was not from an earthquake, but rather the bird that dove into the ocean after a fish. Stable Genius!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064367423522988033,
"tweet_text": "President Donald Trump doubled-down on his call for better forest management while surveying wildfire damage in northern California with Gov. Jerry Brown and other officials.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061788685727715328,
"tweet_text": "With 149,000 Californians Evacuated, Gov. Brown Tells the State to Pull Together as Fires Continue Burning – KTLA",
"class_label": "displaced_people_and_evacuations"
},
{
"tweet_id": 1062637073704747008,
"tweet_text": "Death toll rises to 42 in Camp Fire, making it California’s deadliest blaze. The thing about Paradise is that people expected to live out their lives there. The residents who burned to death just imagined those lives would last longer. #TrumpResign",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061529129164648448,
"tweet_text": "Death toll in Northern California wildfire rises to 23, authorities say via FOX NEWS",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062122257810636801,
"tweet_text": "California Fires: Updates, maps, coverage of Camp, Woolsey, other CA wildfires 2018",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063793032447676416,
"tweet_text": "Part two of our hopefully ongoing podcast series of #CampFire evacuation stories. Thanks to @AlexThomasGrant @OSimpson15 And @rtovarg13 of @theorion_news",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064120864235491328,
"tweet_text": "RT @cnnbrk: Death toll from Californias Camp Fire rises to 76 as searchers find five more remains",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1065306974508802048,
"tweet_text": "To Do List: 1. Tweet using #retweet4good to donate to California fire victims 2. Download Makin Bacon () to donate $28.20 to @alzfdn #AFA30daysofteal #AFALightTheWorldInTeal #alzheimersdisease #alzheimersawarenessmonth #Alzheimers #supernatural",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064884644129034241,
"tweet_text": "Fake Christian GOP Leader Calls Wildfires ‘God’s Punishment To Liberal California’",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065268740525355009,
"tweet_text": "Dont just like thislisten to the msg and follow the instructions on the retweet to help out California fire victims! #retweet4good",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1061338502628102146,
"tweet_text": "RT @sahluwal: At least 9 people are dead.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1066358646232223746,
"tweet_text": "@RepAdamSchiff How many thousands of years would it take coal companies to unleash as much pollution into our air compared to the California fires. Those fires happened due to neglect from you. You are guilty. Just think of all the poor children that you are responsible for killing their lungs.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061235168554377216,
"tweet_text": "@senatemajldr @VP @ChuckGrassley @OrrinHatch @LindseyGrahamSC @LamarAlexander @SenatorBurr @SenatorCollins READ THIS subhuman tweet from YOUR GOP POTUS to the CA survivors of 3 worst fires in US history & 35 dead. Take responsibility & deal w this unacceptable unAmerican conduct.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062851135159992320,
"tweet_text": "• Guy Fieri fed emergency workers battling the Camp Fire • Lady Gaga visited displaced people at a Red Cross shelter • Miley Cyrus and Liam Hemsworth donated $500,000 for emergency relief And thats just a few.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062606875118702592,
"tweet_text": "#Business #Insider Hello! Heres whats happening on Wednesday. 1. The death toll from Californias fires has risen to 50, with thousands of homes destroyed in Malibu and Northern California. The Camp Fire in northern Read more:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064075589059932160,
"tweet_text": "MASSIVE THANKS to all the fire fighters, first responders, law enforcement, and other local utilities putting their lives on the line to keep California safe. We love you and appreciate your bravery and sacrifice. We really do. THANK YOU!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1065688359950082053,
"tweet_text": "After 7 days of helping provide assistance in battling the deadly fires in California, Baytown fire crews returned home. @KPRC2 at 5",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1064303350190100480,
"tweet_text": "@elizabethforma Trump blame Ca and Offer no Help with the Fire in California Impeach nut House of Trump has Trashy Shit and number ass kicked by Americans.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1064892364744007680,
"tweet_text": "Changing Lanes band coming to Wasatch Blvd. on Wednesday to help ring in local California fire relief fundraising -",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061285455193227264,
"tweet_text": "@realDonaldTrump I was born in California and went through the Bel Aire fire in the 60s. Out of all his lies, this one gets under my skin in a real personal way. Thousands of people lost their homes in the U.S. this year due to climate change and all he can do is bitch and blame. #ClimateChange",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061702319924858880,
"tweet_text": "Seen a guy, about 40 years old, on the news from Paradise California. He was crying. Said the fire destroyed his house and his business. I really felt bad for him, probably no insurance. I mean, life is tough enough without Mother Nature knocking you down. I hope he recovers.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1064921523188723712,
"tweet_text": "If you are stocking up on beer for your #Thanksgiving meal, (& why arent you) consider these brews that benefit the #campfire victims. @SierraNevada Hundreds of breweries volunteer to brew Camp Fire benefit beer with Sierra Nevada via @SFGate",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063646548775616514,
"tweet_text": "Eight more bodies bring California wildfire death toll to 71, with 1,000+ people missing",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063130262379196416,
"tweet_text": "All of our branches will remain open to serve members. If you have been affected by the Camp Fire in Butte County and need #assistance with your accounts, please contact us at 916-569-5400 or toll free at 800-962-0990. #ButteCounty #CampFire",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1063065180509155328,
"tweet_text": "The death toll climbed to 48 in the #CampFire, the deadliest wildfire in California history, officials said Tuesday. Six people were found dead since Monday evening, Butte County Sheriff Kory Honea said. All of the victims were found in homes in #Paradise",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1061385773654564865,
"tweet_text": "@uscpsycho What if there is another way to fight these fires Who will help? Sad and Frustrated By More Destructive Wildfires In California",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1067184240016662528,
"tweet_text": "@Alyssa_Milano I would be MORE then HAPPY to help the people in California who have NOTHING, after the fires. I would be MORE then HAPPY to volunteer to help any person who is homeless living on the street. And I have.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061350936172552192,
"tweet_text": "Our hearts go out to those affected by the fires in Malibu and the rest of Southern California. Praying for The Salvation Camp Crags and Gilmore sites where we have been privileged to host Camp Mars.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1063173269027643392,
"tweet_text": "this conspiracy theory on the california fires hm :o",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061177790815330304,
"tweet_text": "RT @iamkeeferz: Just.wow. The California fires from the PCH.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061329320180801536,
"tweet_text": "Most of the wildfires are started by illegal alien arsonists! One of the facts that the media loves to sweep under the rug",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1061185492522229760,
"tweet_text": "Trying to decide what worst here -- the misinformation re bad forest management causing these fires? the lack of sensitivity while Californians lose their homes & lives? the unkindness? the lack of self control? the lack of caring? the lack of accuracy? the unjustified threat?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1061737617983787008,
"tweet_text": "A drive by video of some of the damage done by the Camp Fire",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1061329045680504832,
"tweet_text": "No words ὡE Sending prayers to those affected by the recent wildfires in California ὤF #Repost @sfchronicle with get_repost ・・・ Strong winds caused the deadly Camp Fire in Butte County to",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1062078608779304960,
"tweet_text": "Extreme fire danger: Stiff winds make fighting California fires a tough task",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1063174038455955457,
"tweet_text": "REALLY? MORE OF THE SAME?? ὢ1@JerryBrownGov TAKING HEAT BULLSHITὒ5HE HAS A ROOF, DO YOU? ὒ5ὢ1CALIFORNIANS DESTROYED & DEFRAUDED BY DEMOCRATIC AGENDA IT CHOOSES ILLEGALS OVER ITS LEGAL CITIZENS!ὒ5 PENSIONS & FIRE SAFETY UNDER FUNDED! RE-VOTE MID-TERM ELECTION DEMAND IT NOWὢ1",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1064095150304051201,
"tweet_text": "KHTK/Sacramentos Carmichael Dave Spearheads Do One Thing Challenge Relief Effort For Camp Fire Victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1061450026302496768,
"tweet_text": "I’m terribly heartbroken for the folks in California who have been killed or otherwise have had their life shattered by the wildfires. Living the Cali Dream one day, then devastated the next. This broken record must be stopped somehow ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1063123360064786432,
"tweet_text": "California’s deadliest wildfire is also a massive air quality problem. Further proof, if we needed it, that #climatechange affects us all. @MichaelEMann",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063270482206691329,
"tweet_text": "RT @NahBabyNah: THEY NEED TO DO A BETTER JOB OF FOREST MANAGEMENT Death toll grows to 63 in Northern Californias Camp Fire.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1071031339976019968,
"tweet_text": "Flooding and snow as Storm Diego hits California: The state is still recovering from devastating wildfire which killed dozens",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1063210069179932673,
"tweet_text": "As wildfires rage across California and the death toll rises, hundreds of inmates in California prisons are risking their lives to be paid just $1 an hour to help fight the flames.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1063078944268664832,
"tweet_text": "Death Toll Rises To 56 In California Camp Fire, Deadliest In State History",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1062612461994631168,
"tweet_text": "Drone footage captures the scale of devastation in Paradise, California, where large swaths of land and many homes have been reduced to ash by the deadliest wildfire in California history.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1066034384749309952,
"tweet_text": "@GilCisnerosCA Please consider supporting @NancyPelosi in the House as Speaker? At a time when Trump threatens to cut federal wildfire relief to California, we need to pull together to defeat him.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1067099052200861697,
"tweet_text": "Guy Fieri teamed with José Andréss World Central Kitchen to provide Thanksgiving meals for 15,000 people displaced by Californias devastating Camp Fire",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062367936340475904,
"tweet_text": "Death toll in California wildfires climbs to 44 - NPRὪ8HORRENDOUS death toll now 44ὣ3‼️",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064442973633634304,
"tweet_text": "Camp Fire death toll increases to 77; Survivors living in tents being moved to safer shelter",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1064479330796011520,
"tweet_text": "2018: trump not impeached. r kelly not in jail. bill cosby attacked by wet hot dog bun as he trips down a flight of stairs. kanye. gun probs. good ppl die. elon musk. supreme court rapist. elections. california fires. spongebob memes. fortnite. this is, the year of depression.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1065156034744983553,
"tweet_text": "@RepJoeKennedy We are headed home from helping the displaced from the fire. Many displaced people. Approximately 5000 firemen working in the area. If you want to help go to @RedCross were you can make donations. Also other small centers online where you can help. MANY THANKS! California strong!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1062721343295172610,
"tweet_text": "At least 48 people have now perished in the California fires, with many more feared dead. So many have lost their homes and businesses. If you’re looking for ways to help, here are some options.",
"class_label": "injured_or_dead_people"
}
] |