dainis-boumber commited on
Commit
cd17ca5
1 Parent(s): 141fdd2

create dataset

Browse files
.gitattributes CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ fake_news/train.jsonl filter=lfs diff=lfs merge=lfs -text
57
+ job_scams/train.jsonl filter=lfs diff=lfs merge=lfs -text
58
+ phishing/train.jsonl filter=lfs diff=lfs merge=lfs -text
LICENSE.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ Copyright 2023 University of Houston
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
README.md CHANGED
@@ -1,3 +1,348 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ configs:
3
+ - config_name: fake_news
4
+ data_files:
5
+ - split: train
6
+ path: "fake_news/train.jsonl"
7
+ - split: test
8
+ path: "fake_news/test.jsonl"
9
+ - split: validation
10
+ path: "fake_news/validation.jsonl"
11
+ - config_name: job_scams
12
+ data_files:
13
+ - split: train
14
+ path: "job_scams/train.jsonl"
15
+ - split: test
16
+ path: "job_scams/test.jsonl"
17
+ - split: validation
18
+ path: "job_scams/validation.jsonl"
19
+ - config_name: phishing
20
+ data_files:
21
+ - split: train
22
+ path: "phishing/train.jsonl"
23
+ - split: test
24
+ path: "phishing/test.jsonl"
25
+ - split: validation
26
+ path: "phishing/validation.jsonl"
27
+ - config_name: political_statements
28
+ data_files:
29
+ - split: train
30
+ path: "political_statements/train.jsonl"
31
+ - split: test
32
+ path: "political_statements/test.jsonl"
33
+ - split: validation
34
+ path: "political_statements/validation.jsonl"
35
+ - config_name: product_reviews
36
+ data_files:
37
+ - split: train
38
+ path: "product_reviews/train.jsonl"
39
+ - split: test
40
+ path: "product_reviews/test.jsonl"
41
+ - split: validation
42
+ path: "product_reviews/validation.jsonl"
43
+ - config_name: sms
44
+ data_files:
45
+ - split: train
46
+ path: "sms/train.jsonl"
47
+ - split: test
48
+ path: "sms/test.jsonl"
49
+ - split: validation
50
+ path: "sms/validation.jsonl"
51
+ - config_name: twitter_rumours
52
+ data_files:
53
+ - split: train
54
+ path: "twitter_rumours/train.jsonl"
55
+ - split: test
56
+ path: "twitter_rumours/test.jsonl"
57
+ - split: validation
58
+ path: "twitter_rumours/validation.jsonl"
59
  ---
60
+
61
+ # GDDs-2.0
62
+
63
+ The Generalized Deception Dataset version 2.0 is a labeled corpus containing over 95000 samples of deceptive and truthful texts from a number of independent domains and tasks.
64
+
65
+ ## Authors
66
+
67
+ ReDAS Lab, University of Houston, 2023. See https://www2.cs.uh.edu/~rmverma/ for contact information.
68
+
69
+ ## Contents
70
+
71
+ Each task is (or has been converted to) a binary classification problem.
72
+
73
+ Each subdirectory/config contains the domain/individual dataset.
74
+ `train.jsonl`, `test.jsonl`, and `valid.jsonl` contain train, test, and validation sets, respectively.
75
+
76
+ The splits are train=80%, test=10%, valid=10%
77
+ The sampling process was random with seed=42, and stratified with respect to `y` (label) for each domain.
78
+
79
+ Each `jsonl` file has two fields (columns): `text` and `label`
80
+
81
+ `label` answers the question whether text is deceptive: `1` means yes, it is deceptive, `0` means no, the text is not deceptive (it is truthful).
82
+
83
+ `text` is guaranteed to be valid unicode, less than 1 million characters, and contains no empty entries or non-values.
84
+
85
+ Each dataset's directory contains a `README.md` file with additional details about it: sources, cleaning and preprocessing applied, and other information.
86
+
87
+ The contents of these files are also appeneded to the end of this document.
88
+
89
+ ## List of Domains/Datasets
90
+
91
+ 1) Phishing (Email)
92
+
93
+ 2) Fake News (News Articles)
94
+
95
+ 3) Political Statements (Claims and statements by politicians and other entities, made from LIAR)
96
+
97
+ 4) Product Reviews (Amazon product reviews)
98
+
99
+ 5) Job Scams (Job postings)
100
+
101
+ 6) SMS (Phishing attacks via sms) (combination of SMS Spam from UCI repository and SMS Phishing datasets)
102
+
103
+ 7) Twitter Rumours (Collection of rumours from PHEME dataset, covers multiple topics)
104
+
105
+ ## Changes and Additions
106
+
107
+ This dataset is a successor of [the GDD dataset](https://zenodo.org/record/6512468).
108
+
109
+ Noteable changes from GDD are:
110
+
111
+ 1) Addition of SMS and Twitter Rumours datasets, making it 7 deception datasets from different domains in total
112
+
113
+ 2) Re-labeling of Political Statements dataset using a scheme that better fits with prior published work that used it and is stricter in terms of non-deceptive statement criteria of acceptance (see the README file specific to the dataset within its directory)
114
+
115
+ 3) Job Scams datasets' labeles were previously inverted, with ~13500 labeled as deceptive (is_deceptive=True) and ~600 as non-deceptive. This could lead to potential issues with using metrics such as f1-score, which for binary classification is computed for the class considered to be positive. This issue has been addressed and the deceptive texts are labeled as 1 (e.g. positive or True) while non-deceptive as 0 (e.g. negative or False)
116
+
117
+ 4) All datasets have been processed using Cleanlab, with problematic samples maually examined and issues addressed if needed. See the details in each of the individual datasets README files.
118
+
119
+ 5) All datasets now come in 2 formats: the entirety of the data in a single jsonl file located in the `data/` subdirectory of each dataset, and a standard train-test-valid stratified split of 80-10-10, in 3 separate jsonl files.
120
+
121
+ 6) All datasets have two fields: "text" (string) and "label" (integer, 0 or 1 - 0 indicates that the text is non-deceptive, 1 means it is deceptive)
122
+
123
+ 7) '\n' has been normalized to ' ' for all datasets as it causes issues with BERT's tokenizer in some cases (and to be in line with general whitespace normalization). Broken unicode has been fixed. Whitespace, quotations, and bullet points were normalized. Text is limited to 1,000,000 characters in length and guaranteed to be non-empty. Duplicates within the the same dataset (even in text only) were dropped, so were empty and None values.
124
+
125
+ ## Statistics
126
+
127
+ The entire dataset contains 95854 samples, 37282 are deceptive and 58572 non-deceptive.
128
+
129
+ **The split of data within the individual datasets/domains:**
130
+
131
+ fake_news total: 20456 deceptive: 8832 non-deceptive: 11624
132
+
133
+ job_scams total: 14295 deceptive: 599 non-deceptive: 13696
134
+
135
+ phishing total: 15272 deceptive: 6074 non-deceptive: 9198
136
+
137
+ political_statements total: 12497 deceptive: 8042 non-deceptive: 4455
138
+
139
+ product_reviews total: 20971 deceptive: 10492 non-deceptive: 10479
140
+
141
+ sms total: 6574 deceptive: 1274 non-deceptive: 5300
142
+
143
+ twitter_rumours total: 5789 deceptive: 1969 non-deceptive: 3820
144
+
145
+
146
+ ## License
147
+
148
+ This dataset is published under the MIT license and can be used and modified by anyone free of charge. See LICENSE file for details.
149
+
150
+ ## Citing
151
+
152
+ If you found this dataset useful in your research, please consider citing it as:
153
+
154
+ TODO: ADD our paper reference
155
+
156
+ Original GDD paper:
157
+
158
+ @inproceedings{10.1145/3508398.3519358,
159
+ author = {Zeng, Victor and Liu, Xuting and Verma, Rakesh M.},
160
+ title = {Does Deception Leave a Content Independent Stylistic Trace?},
161
+ year = {2022},
162
+ isbn = {9781450392204},
163
+ publisher = {Association for Computing Machinery},
164
+ address = {New York, NY, USA},
165
+ url = {https://doi.org/10.1145/3508398.3519358},
166
+ doi = {10.1145/3508398.3519358},
167
+ abstract = {A recent survey claims that there are em no general linguistic cues for deception. Since Internet societies are plagued with deceptive attacks such as phishing and fake news, this claim means that we must build individual datasets and detectors for each kind of attack. It also implies that when a new scam (e.g., Covid) arrives, we must start the whole process of data collection, annotation, and model building from scratch. In this paper, we put this claim to the test by building a quality domain-independent deception dataset and investigating whether a model can perform well on more than one form of deception.},
168
+ booktitle = {Proceedings of the Twelfth ACM Conference on Data and Application Security and Privacy},
169
+ pages = {349–351},
170
+ numpages = {3},
171
+ keywords = {domain-independent deception detection, dataset quality/cleaning},
172
+ location = {Baltimore, MD, USA},
173
+ series = {CODASPY '22}
174
+ }
175
+
176
+
177
+ ## APPENDIX: Dataset and Domain Details
178
+
179
+ This section describes each domain/dataset in greater detail.
180
+
181
+ ### Fake News
182
+
183
+ We post-process and split Fake News dataset to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
184
+
185
+ #### Cleaning
186
+
187
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
188
+
189
+ #### Preprocessing
190
+
191
+ Whitespace, quotes, bulletpoints, unicode is normalized.
192
+
193
+ #### Data
194
+
195
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
196
+
197
+ There are 20456 samples in the dataset, contained in `phishing.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 16364 samples, the validation and the test sets have 2064 and 2064 samles, respectively.
198
+
199
+ ### Job Scams
200
+
201
+ We post-process and split Job Scams dataset to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
202
+
203
+ #### Cleaning
204
+
205
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
206
+
207
+ #### Preprocessing
208
+
209
+ Whitespace, quotes, bulletpoints, unicode is normalized.
210
+
211
+ #### Data
212
+
213
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
214
+
215
+ There are 14295 samples in the dataset, contained in `job_scams.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 11436 samples, the validation and the test sets have 1429 and 1430 samles, respectively.
216
+
217
+ ### Phishing
218
+
219
+ This dataset consists of various phishing attacks as well as benign emails collected from real users.
220
+
221
+ #### Cleaning
222
+
223
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
224
+
225
+ #### Preprocessing
226
+
227
+ Whitespace, quotes, bulletpoints, unicode is normalized.
228
+
229
+ #### Data
230
+
231
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
232
+
233
+ There are 15272 samples in the dataset, contained in `phishing.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 12217 samples, the validation and the test sets have 1527 and 1528 samles, respectively.
234
+
235
+ ### Political Statements
236
+
237
+ Political Statements dataset was created from the LIAR corpus.
238
+
239
+ #### Labeling
240
+
241
+ The primary difference is the change in the re-labeling scheme when converting the task from multiclass to binary.
242
+
243
+ #### Old scheme
244
+
245
+ We use the claim field as the text and map labels “pants-fire,” “false,”
246
+ “barely-true,” to deceptive and “half-true,” “mostly-true,” and “true”
247
+ to non-deceptive, resulting in 5,669 deceptive and 7,167 truthful
248
+ statements.
249
+
250
+ #### New scheme
251
+
252
+ Following
253
+
254
+ *Upadhayay, B., Behzadan, V.: "Sentimental liar: Extended corpus and deep learning models for fake claim classification" (2020)*
255
+
256
+ and
257
+
258
+ *Shahriar, Sadat, Arjun Mukherjee, and Omprakash Gnawali. "Deception Detection with Feature-Augmentation by Soft Domain Transfer." International Conference on Social Informatics. Cham: Springer International Publishing, 2022.*
259
+
260
+ we map the labels map labels “pants-fire,” “false,”
261
+ “barely-true,” **and “half-true,”** to deceptive; the labels "mostly-true" and "true" are mapped to non-deceptive. The statements that are only half-true are now considered to be deceptive, making the criterion for statement being non-deceptive stricter -- now 2 out of 6 labels map to non-deceptive and 4 map to deceptive.
262
+
263
+ #### Cleaning
264
+
265
+ The dataset has been cleaned using cleanlab with visual inspection of problems found. Partial sentences, such as "On Iran nuclear deal", "On inflation", were removed. Text with large number of errors induced by a parser were also removed. Statements in language other than English (namely, Spanish) were also removed. Sequences with unicode errors, containing less than one characters or over 1 million characters were removed.
266
+
267
+ #### Preprocessing
268
+
269
+ Whitespace, quotes, bulletpoints, unicode is normalized.
270
+
271
+ #### Data
272
+
273
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
274
+
275
+ There are 12497 samples in the dataset, contained in `political_statements.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 9997 samples, the validation and the test sets have 1250 samles each in them.
276
+
277
+ ### Product Reviews
278
+
279
+ We post-process and split Product Reviews dataset to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
280
+
281
+ #### Cleaning
282
+
283
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
284
+
285
+ #### Preprocessing
286
+
287
+ Whitespace, quotes, bulletpoints, unicode is normalized.
288
+
289
+ #### Data
290
+
291
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
292
+
293
+ There are 20971 samples in the dataset, contained in `product_reviews.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 16776 samples, the validation and the test sets have 2097 and 2098 samles, respectively.
294
+
295
+ ### SMS
296
+
297
+ This dataset was created from the SMS Spam Collection and SMS Phishing Dataset for Machine Learning and Pattern Recognition, which contained 5,574 and 5,971 real English SMS messages, respectively. As these two datasets overlap, after de-duplication, the final dataset is made up of 6574 texts released by a private UK-based wireless operator; 1274 of them are deceptive, and the remaining 5300 are not.
298
+
299
+ #### Cleaning
300
+
301
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
302
+
303
+ #### Preprocessing
304
+
305
+ Whitespace, quotes, bulletpoints, unicode is normalized.
306
+
307
+ #### Data
308
+
309
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
310
+
311
+ There are 6574 samples in the dataset, contained in `sms.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 5259 samples, the validation and the test sets have 657 and 658 samles, respectively.
312
+
313
+ ### Rumors dataset
314
+
315
+ This deception dataset was created using PHEME dataset from
316
+
317
+ https://figshare.com/articles/dataset/PHEME_dataset_of_rumours_and_non-rumours/4010619/1
318
+
319
+ was used in creation of this dataset. We took source tweets only, and ignored replies to them. We used source tweet's label as being a rumour or non-rumour to label it as deceptive or non-deceptive.
320
+
321
+ #### Cleaning
322
+
323
+ The dataset has been cleaned using cleanlab with visual inspection of problems found. No issues were identified. Duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were removed.
324
+
325
+ #### Preprocessing
326
+
327
+ Whitespace, quotes, bulletpoints, unicode is normalized.
328
+
329
+ #### Data
330
+
331
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
332
+
333
+ There are 5789 samples in the dataset, contained in `tweeter_rumours.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 4631 samples, the validation and the test sets have 579 samles each.
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
fake_news/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Fake News
2
+
3
+ We post-process and split Fake News dataset to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
4
+
5
+ ## Cleaning
6
+
7
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
8
+
9
+ ## Preprocessing
10
+
11
+ Whitespace, quotes, bulletpoints, unicode is normalized.
12
+
13
+ ## Data
14
+
15
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
16
+
17
+ There are 20456 samples in the dataset, contained in `phishing.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 16364 samples, the validation and the test sets have 2064 and 2064 samles, respectively.
18
+
fake_news/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
fake_news/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef81405f87a2fdadfc13adc04e12e39b0ed9cec5884c86c92943c315024a92b0
3
+ size 55807132
fake_news/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
job_scams/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Job Scams
2
+
3
+ We post-process and split Job Scams dataset to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
4
+
5
+ ## Cleaning
6
+
7
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
8
+
9
+ ## Preprocessing
10
+
11
+ Whitespace, quotes, bulletpoints, unicode is normalized.
12
+
13
+ ## Data
14
+
15
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
16
+
17
+ There are 14295 samples in the dataset, contained in `job_scams.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 11436 samples, the validation and the test sets have 1429 and 1430 samles, respectively.
18
+
job_scams/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
job_scams/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed64c355d9a571e675804e0d83b9b27d29b475fd4b6b9c96f20a0874db3b322c
3
+ size 14557241
job_scams/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
phishing/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Phishing
2
+
3
+ We post-process and split Job Scames, Phishing, Fake News, Product Reviews, and SMS datasets to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
4
+
5
+ ## Cleaning
6
+
7
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
8
+
9
+ ## Preprocessing
10
+
11
+ Whitespace, quotes, bulletpoints, unicode is normalized.
12
+
13
+ ## Data
14
+
15
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
16
+
17
+ There are 15272 samples in the dataset, contained in `phishing.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 12217 samples, the validation and the test sets have 1527 and 1528 samles, respectively.
18
+
phishing/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
phishing/train.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3d65b3fbf2178640a6e0e756349da95f3f10bddf3fac2f205bb3e1aecb9aaf7
3
+ size 28333956
phishing/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
political_statements/README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LIAR to Political Statements 2.0
2
+
3
+ This notebook contains the code for alternative conversion(s) of the LIAR dataset to the Political Statements dattaset.
4
+
5
+ ## Labeling
6
+
7
+ The primary difference is the change in the re-labeling scheme when converting the task from multiclass to binary.
8
+
9
+ ### Old scheme
10
+
11
+ We use the claim field as the text and map labels “pants-fire,” “false,”
12
+ “barely-true,” to deceptive and “half-true,” “mostly-true,” and “true”
13
+ to non-deceptive, resulting in 5,669 deceptive and 7,167 truthful
14
+ statements.
15
+
16
+ ### New scheme
17
+
18
+ Following
19
+
20
+ *Upadhayay, B., Behzadan, V.: "Sentimental liar: Extended corpus and deep learning models for fake claim classification" (2020)*
21
+
22
+ and
23
+
24
+ *Shahriar, Sadat, Arjun Mukherjee, and Omprakash Gnawali. "Deception Detection with Feature-Augmentation by Soft Domain Transfer." International Conference on Social Informatics. Cham: Springer International Publishing, 2022.*
25
+
26
+ we map the labels map labels “pants-fire,” “false,”
27
+ “barely-true,” **and “half-true,”** to deceptive; the labels "mostly-true" and "true" are mapped to non-deceptive. The statements that are only half-true are now considered to be deceptive, making the criterion for statement being non-deceptive stricter -- now 2 out of 6 labels map to non-deceptive and 4 map to deceptive.
28
+
29
+ ## Cleaning
30
+
31
+ The dataset has been cleaned using cleanlab with visual inspection of problems found. Partial sentences, such as "On Iran nuclear deal", "On inflation", were removed. Text with large number of errors induced by a parser were also removed. Statements in language other than English (namely, Spanish) were also removed. Sequences with unicode errors, containing less than one characters or over 1 million characters were removed.
32
+
33
+ ## Preprocessing
34
+
35
+ Whitespace, quotes, bulletpoints, unicode is normalized.
36
+
37
+ ## Data
38
+
39
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
40
+
41
+ There are 12497 samples in the dataset, contained in `political_statements.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 9997 samples, the validation and the test sets have 1250 samles each in them.
42
+
political_statements/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
political_statements/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
political_statements/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
product_reviews/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Product Reviews
2
+
3
+ We post-process and split Product Reviews dataset to ensure uniformity with Political Statements 2.0 and Twitter Rumours as they all go into form GDDS-2.0
4
+
5
+ ## Cleaning
6
+
7
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
8
+
9
+ ## Preprocessing
10
+
11
+ Whitespace, quotes, bulletpoints, unicode is normalized.
12
+
13
+ ## Data
14
+
15
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
16
+
17
+ There are 20971 samples in the dataset, contained in `product_reviews.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 16776 samples, the validation and the test sets have 2097 and 2098 samles, respectively.
18
+
product_reviews/test.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
product_reviews/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
product_reviews/validation.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
sms/README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SMS
2
+
3
+ This dataset was created from the SMS Spam Collection and SMS Phishing Dataset for Machine Learning and Pattern Recognition, which contained 5,574 and 5,971 real English SMS messages, respectively. As these two datasets overlap, after de-duplication, the final dataset is made up of 6574 texts released by a private UK-based wireless operator; 1274 of them are deceptive, and the remaining 5300 are not.
4
+
5
+ ## Cleaning
6
+
7
+ Each dataset has been cleaned using Cleanlab. Non-english entries, erroneous (parser error) entries, empty entries, duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were all removed.
8
+
9
+ ## Preprocessing
10
+
11
+ Whitespace, quotes, bulletpoints, unicode is normalized.
12
+
13
+ ## Data
14
+
15
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
16
+
17
+ There are 6574 samples in the dataset, contained in `sms.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 5259 samples, the validation and the test sets have 657 and 658 samles, respectively.
18
+
sms/test.jsonl ADDED
@@ -0,0 +1,658 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text":"And how's your husband.","label":0}
2
+ {"text":"Even if he my friend he is a priest call him now","label":0}
3
+ {"text":"She just broke down a list of reasons why nobody's in town and I can't tell if she's being sarcastic or just faggy","label":0}
4
+ {"text":"Gam gone after outstanding innings.","label":0}
5
+ {"text":"Prakesh is there know.","label":0}
6
+ {"text":"Are you this much buzy","label":0}
7
+ {"text":"So check your errors and if you had difficulties, do correction.","label":0}
8
+ {"text":"As a registered optin subscriber ur draw 4 \ufffd100 gift voucher will be entered on receipt of a correct ans to 80062 Whats No1 in the BBC charts","label":1}
9
+ {"text":"I'm coming back on Thursday. Yay. Is it gonna be ok to get the money. Cheers. Oh yeah and how are you. Everything alright. Hows school. Or do you call it work now","label":0}
10
+ {"text":"Now thats going to ruin your thesis!","label":0}
11
+ {"text":"I'm at home. Please call","label":0}
12
+ {"text":"Courtsy reminder: payment on your NAB Visa Card is now overdue. Please refer to your statement for payment options or call 1300 2569 28 Thank you","label":1}
13
+ {"text":"Back 2 work 2morro half term over! Can U C me 2nite 4 some sexy passion B4 I have 2 go back? Chat NOW 09099726481 Luv DENA Calls \ufffd1\/minMobsmoreLKPOBOX177HP51FL","label":1}
14
+ {"text":"URGENT! We are trying to contact you. Last weekends draw shows that you have won a \u00a3900 prize GUARANTEED. Call 09061701851. Claim code K61. Valid 12hours only","label":1}
15
+ {"text":"Thank you. And by the way, I just lost.","label":0}
16
+ {"text":"I had askd u a question some hours before. Waiting for ur reply","label":0}
17
+ {"text":"What your plan for pongal?","label":0}
18
+ {"text":"You have won a Nokia 7250i. This is what you get when you win our FREE auction. To take part send Nokia to 86021 now.","label":1}
19
+ {"text":"Thanks love. But am i doing torch or bold.","label":0}
20
+ {"text":"U wake up already? Thanx 4 e tau sar piah it's quite nice.","label":0}
21
+ {"text":"Babe, I'm back ... Come back to me ...","label":0}
22
+ {"text":"Yo, I'm at my parents' gettin cash. Good news: we picked up a downstem","label":0}
23
+ {"text":"Call him and say you not coming today ok and tell them not to fool me like this ok","label":0}
24
+ {"text":"Do you know why god created gap between your fingers..? So that, One who is made for you comes & fills those gaps by holding your hand with LOVE..!","label":0}
25
+ {"text":"Yup. Izzit still raining heavily cos i'm in e mrt i can't c outside.","label":0}
26
+ {"text":"I dont want to hear philosophy. Just say what happen","label":0}
27
+ {"text":"You dont know you jabo me abi.","label":0}
28
+ {"text":"Do you want a new video handset? 750 anytime any network mins? Half Price Line Rental? Camcorder? Reply or call 08000930705 for delivery tomorrow","label":1}
29
+ {"text":"! Had your mobile 11mths+? You are entitled to update to the latest colour camera mobile for Free! Call The Mobile Update Co FREE on 08002986906","label":1}
30
+ {"text":"Speaking of does he have any cash yet?","label":0}
31
+ {"text":"Remember on that day..","label":0}
32
+ {"text":"Okie\ufffdwonderful!!","label":0}
33
+ {"text":"Please don't text me anymore. I have nothing else to say.","label":0}
34
+ {"text":"My darling sister. How are you doing. When's school resuming. Is there a minimum wait period before you reapply? Do take care","label":0}
35
+ {"text":"Waiting for your call.","label":0}
36
+ {"text":"Yeah we do totes. When u wanna?","label":0}
37
+ {"text":"Yes.. now only saw your message..","label":0}
38
+ {"text":"Pvt Finance arranged on cheque basics 4 Business Peoples, Traders, Stockists, Industries & corporate comp, P.M turn over 20L. Cnt-9840139557","label":1}
39
+ {"text":"(No promises on when though, haven't even gotten dinner yet)","label":0}
40
+ {"text":"I want to show you the world, princess :) how about europe?","label":0}
41
+ {"text":"Were gonna go get some tacos","label":0}
42
+ {"text":"Hows the street where the end of library walk is?","label":0}
43
+ {"text":"Ok i found dis pierre cardin one which looks normal costs 20 its on sale.","label":0}
44
+ {"text":"I am in tirupur. call you da.","label":0}
45
+ {"text":"It's \u0329 only $140 ard...\ufffd\ufffd rest all ard $180 at least...Which is \u0329 price 4 \u0329 2 bedrm ($900)","label":0}
46
+ {"text":"Hey there! Glad u r better now. I hear u treated urself to a digi cam, is it good? We r off at 9pm. Have a fab new year, c u in coupla wks!","label":0}
47
+ {"text":"Go until jurong point, crazy.. Available only in bugis n great world la e buffet... Cine there got amore wat...","label":0}
48
+ {"text":"I love your ass! Do you enjoy doggy style? :)","label":0}
49
+ {"text":"K... Must book a not huh? so going for yoga basic on sunday?","label":0}
50
+ {"text":"Will be office around 4 pm. Now i am going hospital.","label":0}
51
+ {"text":"Thanks 4 your continued support Your question this week will enter u in2 our draw 4 \ufffd100 cash. Name the NEW US President? txt ans to 80082","label":1}
52
+ {"text":"Hi, Mobile no. <#> has added you in their contact list on www.fullonsms.com It s a great place to send free sms to people For more visit fullonsms.com","label":0}
53
+ {"text":"I dont thnk its a wrong calling between us","label":0}
54
+ {"text":"You are gorgeous! keep those pix cumming :) thank you!","label":0}
55
+ {"text":"No, its true..k,Do u knw dis no. <#> ?","label":0}
56
+ {"text":"Ranjith cal drpd","label":0}
57
+ {"text":"Your free ringtone is waiting to be collected. Simply text the password \\MIX\\\" to 85069 to verify. Get Usher and Britney. FML","label":1}
58
+ {"text":"Wat time \ufffd_ wan today?","label":0}
59
+ {"text":"Please protect yourself from e-threats. YES bank never asks for sensitive information like Passwords,ATM\/SMS PIN thru email. Never share your password with anybody.","label":0}
60
+ {"text":"Hey what how about your project. Started aha da.","label":0}
61
+ {"text":"A \ufffd400 XMAS REWARD IS WAITING FOR YOU! Our computer has randomly picked you from our loyal mobile customers to receive a \ufffd400 reward. Just call 09066380611","label":1}
62
+ {"text":"Oooh bed ridden ey? What are YOU thinking of?","label":0}
63
+ {"text":"House-Maid is the murderer, coz the man was murdered on <#> th January.. As public holiday all govt.instituitions are closed,including post office..understand?","label":0}
64
+ {"text":"I will be outside office take all from there","label":0}
65
+ {"text":"\u00dc collecting ur laptop then going to configure da settings izzit?","label":0}
66
+ {"text":"Networking technical support associate.","label":0}
67
+ {"text":"Erm \u2026 ill pick you up at about 6.45pm. That'll give enough time to get there, park and that.","label":0}
68
+ {"text":"I'm in inside office..still filling forms.don know when they leave me.","label":0}
69
+ {"text":"Do you want 750 anytime any networt NEW video phone for only five pounds per week call 08000776320 now or reply for delivery Tomorrow","label":1}
70
+ {"text":"Same. Wana plan a trip sometme then","label":0}
71
+ {"text":"U are subscribed to the best Mobile Content Service in the UK for \ufffd3 per 10 days until you send STOP to 82324. Helpline 08706091795","label":1}
72
+ {"text":"Shall i come to get pickle","label":0}
73
+ {"text":"Yeah hopefully, if tyler can't do it I could maybe ask around a bit","label":0}
74
+ {"text":"Shopping lor. Them raining mah hard 2 leave orchard.","label":0}
75
+ {"text":"<DECIMAL> m but its not a common car here so its better to buy from china or asia. Or if i find it less expensive. I.ll holla","label":0}
76
+ {"text":"Have a good trip. Watch out for . Remember when you get back we must decide about easter.","label":0}
77
+ {"text":"Do u still have plumbers tape and a wrench we could borrow?","label":0}
78
+ {"text":"Im done. Just studyn in library","label":0}
79
+ {"text":"Rose for red,red for blood,blood for heart,heart for u. But u for me....","label":0}
80
+ {"text":"Free 1st week entry 2 TEXTPOD 4 a chance 2 win 40GB iPod or \u00a3250 cash every wk. Txt VPOD to 81303 Ts&Cs www.textpod.net custcare 08712405020.","label":1}
81
+ {"text":"You want to go?","label":0}
82
+ {"text":"Sad story of a Man - Last week was my b'day. My Wife did'nt wish me. My Parents forgot n so did my Kids . I went to work. Even my Colleagues did not wish. As I entered my cabin my PA said, '' Happy B'day Boss !!''. I felt special.","label":0}
83
+ {"text":"So is there anything specific I should be doing with regards to jaklin or what because idk what the fuck","label":0}
84
+ {"text":"WINNER! As a valued network customer you hvae been selected to receive a \u00a3900 reward! To collect call 09061701444. Valid 24 hours only. ACL03530150PM","label":1}
85
+ {"text":"Sorry im getting up now, feel really bad- totally rejected that kinda me thing.","label":0}
86
+ {"text":"She is annoying... I hate when she does this...She turns what should be a fun trip into an annoying day of what she wants","label":0}
87
+ {"text":"How are you babes. Hope your doing ok. I had a shit nights sleep. I fell asleep at 5.I'm knackered and i'm dreading work tonight. What are thou upto tonight. X","label":0}
88
+ {"text":"I'm awake oh. What's up.","label":0}
89
+ {"text":"Should I have picked up a receipt or something earlier","label":0}
90
+ {"text":"Thanks again for your reply today. When is ur visa coming in. And r u still buying the gucci and bags. My sister things are not easy, uncle john also has his own bills so i really need to think about how to make my own money. Later sha.","label":0}
91
+ {"text":"\u00dc still got lessons? \u00dc in sch?","label":0}
92
+ {"text":"And also I've sorta blown him off a couple times recently so id rather not text him out of the blue looking for weed","label":0}
93
+ {"text":"Ard 530 lor. I ok then message \ufffd_ lor.","label":0}
94
+ {"text":"Nan sonathaya soladha. Why boss?","label":0}
95
+ {"text":"Hhahhaahahah rofl wtf nig was leonardo in your room or something","label":0}
96
+ {"text":"Thats a bit weird, even ?- where is the do supposed to be happening? But good idea, sure they will be in pub!","label":0}
97
+ {"text":"We can go 4 e normal pilates after our intro...","label":0}
98
+ {"text":"Shop till u Drop, IS IT YOU, either 10K, 5K, \u00a3500 Cash or \u00a3100 Travel voucher, Call now, 09064011000.","label":1}
99
+ {"text":"I have to take exam with in march 3","label":0}
100
+ {"text":"Call to the number which is available in appointment. And ask to connect the call to waheed fathima.","label":0}
101
+ {"text":"None of that's happening til you get here though","label":0}
102
+ {"text":"somewhere out there beneath the pale moon light someone is thinking of u some where out there where dreams come true\ufffd","label":0}
103
+ {"text":"Moby Pub Quiz.Win a \u00a3100 High Street prize if u know who the new Duchess of Cornwall will be? Txt her first name to 82277.unsub STOP \u00a31.50 008704050406 SP Arrow","label":1}
104
+ {"text":"Yup it's at paragon... I havent decided whether 2 cut yet... Hee...","label":0}
105
+ {"text":"They don't put that stuff on the roads to keep it from getting slippery over there?","label":0}
106
+ {"text":"She's borderline but yeah whatever.","label":0}
107
+ {"text":"These won't do. Have to move on to morphine","label":0}
108
+ {"text":"U've Bin Awarded \u00a350 to Play 4 Instant Cash. Call 08715203028 To Claim. EVERY 9th Player Wins Min \u00a350-\u00a3500. OptOut 08718727870","label":1}
109
+ {"text":"Please call our customer service representative on 7679046492 between 10am-9pm as you have W0N a guaranteed cash prize of Rs.7,00,000. FL1PKART TEAM","label":1}
110
+ {"text":"Huh y lei...","label":0}
111
+ {"text":"HOT LIVE FANTASIES call now 08707509020 Just 20p per min NTT Ltd, PO Box 1327 Croydon CR9 5WB 0870..k","label":1}
112
+ {"text":"Unni thank you dear for the recharge..Rakhesh","label":0}
113
+ {"text":"Really... I tot ur paper ended long ago... But wat u copied jus now got use? U happy lar... I still haf 2 study :-(","label":0}
114
+ {"text":"Guai... \ufffd\ufffd shd haf seen him when he's naughty... \ufffd\ufffd so free today? Can go jogging...","label":0}
115
+ {"text":"Aight sorry I take ten years to shower. What's the plan?","label":0}
116
+ {"text":"And you! Will expect you whenever you text! Hope all goes well tomo","label":0}
117
+ {"text":"That's my honeymoon outfit. :)","label":0}
118
+ {"text":"Huh so early.. Then \ufffd_ having dinner outside izzit?","label":0}
119
+ {"text":"Congratulations, Your entry into our contest last month made you a WINNER! Goto http:\/\/www.apple.com.text.won.com\ufffdto claim your prize! You have 24 hours to claim","label":1}
120
+ {"text":"Do \u00fc all wan 2 meet up n combine all the parts? How's da rest of da project going?","label":0}
121
+ {"text":"UR awarded a City Break and could WIN a \ufffd200 Summer Shopping spree every WK. Txt STORE to 88039.SkilGme.TsCs087147403231Winawk!Age16+\ufffd1.50perWKsub","label":1}
122
+ {"text":"Company is very good.environment is terrific. All Good..","label":0}
123
+ {"text":"What FLOWER does DOT compare herself to? D= VIOLET E= TULIP F= LILY txt D E or F to 84025 NOW 4 chance 2 WIN \u00a3100 Cash","label":1}
124
+ {"text":"How do you plan to manage that","label":0}
125
+ {"text":"\ufffd\ufffd go home liao? Ask dad to pick me up at 6...","label":0}
126
+ {"text":"Don't worry though, I understand how important it is that I be put in my place with a poorly thought out punishment in the face of the worst thing that has ever happened to me. Brb gonna go kill myself","label":0}
127
+ {"text":"Nvm... I'm going to wear my sport shoes anyway... I'm going to be late leh.","label":0}
128
+ {"text":"Abeg, make profit. But its a start. Are you using it to get sponsors for the next event?","label":0}
129
+ {"text":"I call you later, don't have network. If urgnt, sms me.","label":0}
130
+ {"text":"meet you in corporation st outside gap \ufffd\ufffd_ you can see how my mind is working!","label":0}
131
+ {"text":"Omg if its not one thing its another. My cat has worms :\/ when does this bad day end?","label":0}
132
+ {"text":"Frnd s not juz a word.....not merely a relationship.....its a silent promise which says ... \" I will be with YOU \" Wherevr.. Whenevr.. Forevr... Gudnyt dear..","label":0}
133
+ {"text":"Oh...i asked for fun. Haha...take care. \ufffd_","label":0}
134
+ {"text":"YOUR CHANCE TO BE ON A REALITY FANTASY SHOW call now = 08707509020 Just 20p per min NTT Ltd, PO Box 1327 Croydon CR9 5WB 0870 is a national = rate call.","label":1}
135
+ {"text":"FREE MSG:We billed your mobile number by mistake from shortcode 83332.Please call 08081263000 to have charges refunded.This call will be free from a BT landline","label":1}
136
+ {"text":"Hello. They are going to the village pub at 8 so either come here or there accordingly. Ok?","label":0}
137
+ {"text":"He will, you guys close?","label":0}
138
+ {"text":"Mmmmm ... I loved waking to your words this morning ! I miss you too, my Love. I hope your day goes well and you are happy. I wait for us to be together again","label":0}
139
+ {"text":"It shall be fine. I have avalarr now. Will hollalater","label":0}
140
+ {"text":"Our Prasanth ettans mother passed away last night. Just pray for her soul\ufffd","label":0}
141
+ {"text":"Nvm take ur time.","label":0}
142
+ {"text":"Nothin comes to my mind. \u00dc help me buy hanger lor. Ur laptop not heavy?","label":0}
143
+ {"text":"Yes.i'm in office da:)","label":0}
144
+ {"text":"Tell you what, if you make a little spreadsheet and track whose idea it was to smoke to determine who \"smokes too much\" for the entire month of february, I'll come up","label":0}
145
+ {"text":"Congrats! Nokia 3650 video camera phone is your Call 09066382422 Calls cost 150ppm Ave call 3mins vary from mobiles 16+ Close 300603 post BCM4284 Ldn WC1N3XX","label":1}
146
+ {"text":"Shop till u Drop, IS IT YOU, either 10K, 5K, \ufffd500 Cash or \ufffd100 Travel voucher, Call now, 09064011000. NTT PO Box CR01327BT fixedline Cost 150ppm mobile vary","label":1}
147
+ {"text":"The bus leaves at <#>","label":0}
148
+ {"text":"Yeah there's barely enough room for the two of us, x has too many shoes. Sorry man, see you later","label":0}
149
+ {"text":"Congrats 2 mobile 3G Videophones R yours. call 09063458120 now! videochat wid ur mates, play java games, Dload polypH music, noline rentl.","label":1}
150
+ {"text":"Congratulations! Thanks to a good friend U have WON the \ufffd2,000 Xmas prize. 2 claim is easy, just call 08718726978 NOW! Only 10p per minute. BT-national-rate","label":1}
151
+ {"text":"Ur TONEXS subscription has been renewed and you have been charged \u00a34.50. You can choose 10 more polys this month. www.clubzed.co.uk *BILLING MSG*","label":1}
152
+ {"text":"Once a fishrman woke early in d mrng. It was very dark. He waited a while & found a sack ful of stones. He strtd throwin thm in2 d sea 2 pass time. Atlast he had jus 1stone, sun rose up & he found out tht those r nt stones, those were diamonds. Moral:\\Dont wake up early in d mrng'' GOOD night\"","label":0}
153
+ {"text":"Howz that persons story..have u heard that?","label":0}
154
+ {"text":"will you like to be spoiled? :)","label":0}
155
+ {"text":"U don't remember that old commercial?","label":0}
156
+ {"text":"Mila, age23, blonde, new in UK. I look sex with UK guys. if u like fun with me. Text MTALK to 69866.18call 08718728876","label":1}
157
+ {"text":"I absolutely LOVE South Park! I only recently started watching the office.","label":0}
158
+ {"text":"FREE RING TONE just text \"POLYS\" to 87131. Then every week get a new tone. 0870737910216yrs only \u00a31.50\/wk.","label":1}
159
+ {"text":"Got meh... When?","label":0}
160
+ {"text":"Ladies first and genus second k .","label":0}
161
+ {"text":"The LAY MAN! Just to let you know you are missed and thought off. Do have a great day. And if you can send me bimbo and ugo's numbers, ill appreciate. Safe","label":0}
162
+ {"text":"08714712388 between 10am-7pm Cost 10p","label":1}
163
+ {"text":"You are a winner you have been specially selected to receive \u00a31000 cash or a \u00a32000 award. Speak to a live operator to claim call 087123002209am-7pm. Cost 10p","label":1}
164
+ {"text":"You also didnt get na hi hi hi hi hi","label":0}
165
+ {"text":"Hey do you want anything to buy:)","label":0}
166
+ {"text":"Do you mind if I ask what happened? You dont have to say if it is uncomfortable.","label":0}
167
+ {"text":"Lol I was gonna last month. I cashed some in but I left <#> just in case. I was collecting more during the week cause they announced it on the blog.","label":0}
168
+ {"text":"Yes watching footie but worried we're going to blow it - Phil Neville?","label":0}
169
+ {"text":"Then she buying today? \u00dc no need to c meh...","label":0}
170
+ {"text":"Not much, just some textin'. How bout you?","label":0}
171
+ {"text":"I had askd u a question some hours before. Its answer","label":0}
172
+ {"text":"Its going good...no problem..but still need little experience to understand american customer voice...","label":0}
173
+ {"text":"Hello boytoy ! Geeee ... I'm missing you today. I like to send you a tm and remind you I'm thinking of you ... And you are loved ... *loving kiss*","label":0}
174
+ {"text":"I'm gonna be home soon and i don't want to talk about this stuff anymore tonight, k? Ileave this topic for now.","label":0}
175
+ {"text":"Do well :)all will for little time. Thing of good times ahead:","label":0}
176
+ {"text":"Cos i was out shopping wif darren jus now n i called him 2 ask wat present he wan lor. Then he started guessing who i was wif n he finally guessed darren lor.","label":0}
177
+ {"text":"PRIVATE! Your 2003 Account Statement for 07808 XXXXXX shows 800 un-redeemed S. I. M. points. Call 08719899217 Identifier Code: 41685 Expires 07\/11\/04","label":1}
178
+ {"text":"Do you want a New Nokia 3510i Colour Phone Delivered Tomorrow? With 100 FREE text + FREE camcorder Reply or Call 08000930705","label":1}
179
+ {"text":"Refused a loan? Secured or Unsecured? Can't get credit? Call free now 0800 195 6669 or text back 'help' & we will!","label":1}
180
+ {"text":"All boys made fun of me today. Ok i have no problem. I just sent one message just for fun","label":0}
181
+ {"text":"Get the official ENGLAND poly ringtone or colour flag on yer mobile for tonights game! Text TONE or FLAG to 84199. Optout txt ENG STOP Box39822 W111WX \u00a31.50","label":1}
182
+ {"text":"Dorothy@kiefer.com (Bank of Granite issues Strong-Buy) EXPLOSIVE PICK FOR OUR MEMBERS *****UP OVER 300% *********** Nasdaq Symbol CDGT That is a $5.00 per..","label":1}
183
+ {"text":"Aiyah sorry lor... I watch tv watch until i forgot 2 check my phone.","label":0}
184
+ {"text":"Just sent you an email \ufffd\ufffd\ufffd to an address with incomm in it, is that right?","label":0}
185
+ {"text":"Hey! do u fancy meetin me at 4 at cha \u2013 hav a lil beverage on me. if not txt or ring me and we can meet up l8r. quite tired got in at 3 v.pist ;) love Pete x x x","label":0}
186
+ {"text":"Be sure to check your yahoo email. We sent photos yesterday","label":0}
187
+ {"text":"Aight yo, dats straight dogg","label":0}
188
+ {"text":"sorry brah, just finished the last of my exams, what up","label":0}
189
+ {"text":"Thanks honey but still haven't heard anything I will leave it a bit longer so not 2 crowd him and will try later - great advice thanks hope cardiff is still there!","label":0}
190
+ {"text":"We walked from my moms. Right on stagwood pass right on winterstone left on victors hill. Address is <#>","label":0}
191
+ {"text":"And stop wondering \"wow is she ever going to stop tm'ing me ?!\" because I will tm you whenever I want because you are MINE ... *laughs*","label":0}
192
+ {"text":"Mmm thats better now i got a roast down me! i'd b better if i had a few drinks down me 2! Good indian?","label":0}
193
+ {"text":"SMS AUCTION - A BRAND NEW Nokia 7250 is up 4 auction today! Auction is FREE 2 join & take part! Txt NOKIA to 86021 now! HG\/Suite342\/2Lands Row\/W1J6HL","label":1}
194
+ {"text":"Had your mobile 11mths ? Update for FREE to Oranges latest colour camera mobiles & unlimited weekend calls. Call Mobile Upd8 on freefone 08000839402 or 2StopTx","label":1}
195
+ {"text":"\ufffd\ufffd eatin later but i'm eatin wif my frens now lei... \ufffd\ufffd going home first?","label":0}
196
+ {"text":"Hmmm ... I thought we said 2 hours slave, not 3 ... You are late ... How should I punish you ?","label":0}
197
+ {"text":"i see. When we finish we have loads of loans to pay","label":0}
198
+ {"text":"Guess he wants alone time. We could just show up and watch when they do..","label":0}
199
+ {"text":"Wait, do you know if wesleys in town? I bet she does hella drugs!","label":0}
200
+ {"text":"Babe ? I lost you ... Will you try rebooting ?","label":0}
201
+ {"text":"Hey Boys. Want hot XXX pics sent direct 2 ur phone? Txt PORN to 69855, 24Hrs free and then just 50p per day. To stop text STOPBCM SF WC1N3XX","label":1}
202
+ {"text":"Dear Sir,Salam Alaikkum.Pride and Pleasure meeting you today at the Tea Shop.We are pleased to send you our contact number at Qatar.Rakhesh an Indian.Pls save our Number.Respectful Regards.","label":0}
203
+ {"text":"Hey r \u00fc still online? I've finished the formatting...","label":0}
204
+ {"text":"There is os called ubandu which will run without installing in hard disk...you can use that os to copy the important files in system and give it to repair shop..","label":0}
205
+ {"text":"Sorry, I don\ufffdt knw","label":0}
206
+ {"text":"Hello..Wake up.Sweet morning welcomes You. Enjoy This Day with full of joy.","label":0}
207
+ {"text":"Camera - You are awarded a SiPix Digital Camera! call 09061221066 fromm landline. Delivery within 28 days.","label":1}
208
+ {"text":"And miss vday the parachute and double coins??? U must not know me very well...","label":0}
209
+ {"text":"I sent you <#> bucks","label":0}
210
+ {"text":"MY NO. IN LUTON 0125698789 RING ME IF UR AROUND! H*","label":0}
211
+ {"text":"Hello baby, did you get back to your mom's ? Are you setting up the computer now ? Filling your belly ? How goes it loverboy ? I miss you already ... *sighs*","label":0}
212
+ {"text":"Sounds like you have many talents! would you like to go on a dinner date next week?","label":0}
213
+ {"text":"I'll see if I can swing by in a bit, got some things to take care of here firsg","label":0}
214
+ {"text":"Hope you are having a good week. Just checking in","label":0}
215
+ {"text":"Aiyah ok wat as long as got improve can already wat...","label":0}
216
+ {"text":"It'll be tough, but I'll do what I have to","label":0}
217
+ {"text":"Dude ive been seeing a lotta corvettes lately","label":0}
218
+ {"text":"What is important is that you prevent dehydration by giving her enough fluids","label":0}
219
+ {"text":"Ya but it cant display internal subs so i gotta extract them","label":0}
220
+ {"text":"Hey so this sat are we going for the intro pilates only? Or the kickboxing too?","label":0}
221
+ {"text":"Thanks for your ringtone order, reference number X49.Your mobile will be charged 4.50. Should your tone not arrive please call customer services 09065989182","label":1}
222
+ {"text":"Urgent! Please call 09061213237 from a landline. \ufffd5000 cash or a 4* holiday await collection. T &Cs SAE PO Box 177 M227XY. 16+","label":1}
223
+ {"text":"Have you laid your airtel line to rest?","label":0}
224
+ {"text":"Except theres a chick with huge boobs.","label":0}
225
+ {"text":"Yes we are chatting too.","label":0}
226
+ {"text":"Hmm ok, i'll stay for like an hour cos my eye is really sore!","label":0}
227
+ {"text":"Your account has been refilled successfully by INR <DECIMAL> . Your KeralaCircle prepaid account balance is Rs <DECIMAL> . Your Transaction ID is KR <#> .","label":0}
228
+ {"text":"As in i want custom officer discount oh.","label":0}
229
+ {"text":"Buy Space Invaders 4 a chance 2 win orig Arcade Game console. Press 0 for Games Arcade See o2.co.uk\/games 4 Terms + settings.","label":1}
230
+ {"text":"awesome, how do I deal with the gate? Charles told me last night but, uh, yeah","label":0}
231
+ {"text":"Finally it has happened..! Aftr decades..! BEER is now cheaper than PETROL! The goverment expects us to \"DRINK\". . . But don't \"DRIVE \"","label":0}
232
+ {"text":"I'm in a meeting, call me later at evening","label":0}
233
+ {"text":"Where at were hungry too","label":0}
234
+ {"text":"Dear Voucher Holder, To claim this weeks offer, at you PC please go to http:\/\/www.e-tlp.co.uk\/expressoffer Ts&Cs apply. To stop texts, txt STOP to 80062","label":1}
235
+ {"text":"Black shirt n blue jeans... I thk i c \u00fc...","label":0}
236
+ {"text":"44 7732584351, Do you want a New Nokia 3510i colour phone DeliveredTomorrow? With 300 free minutes to any mobile + 100 free texts + Free Camcorder reply or call 08000930705.","label":1}
237
+ {"text":"Hey! There's veggie pizza... :\/","label":0}
238
+ {"text":"Win the newest \"Harry Potter and the Order of the Phoenix . reply HARRY, answer 5 questions - chance to be the first among readers!","label":1}
239
+ {"text":"What time you think you'll have it? Need to know when I should be near campus","label":0}
240
+ {"text":"\ufffd\ufffd still got lessons? \ufffd\ufffd in sch?","label":0}
241
+ {"text":"Do u knw dis no. <#> ?","label":0}
242
+ {"text":"This is the 2nd time we have tried to contact u. U have won the \u00a31450 prize to claim just call 09053750005 b4 310303. T&Cs\/stop SMS 08718725756. 140ppm","label":1}
243
+ {"text":"I was slept that time.you there?","label":0}
244
+ {"text":"\\What are youdoing later? Sar xxx\\\"\"","label":0}
245
+ {"text":"Probably not, still going over some stuff here","label":0}
246
+ {"text":"1000's flirting NOW! Txt GIRL or BLOKE & ur NAME & AGE, eg GIRL ZOE 18 to 8007 to join and get chatting!","label":1}
247
+ {"text":"URGENT! We are trying to contact U. Todays draw shows that you have won a \u00a3800 prize GUARANTEED. Call 09050003092 from land line. Claim C52. Valid 12hrs only","label":1}
248
+ {"text":"Dear Customer your pyatm wallet Has been booked and hold Your amount please complete your kyc contact customer care 6299257179","label":1}
249
+ {"text":"Dear customer, Due to BVN system upgrade, your ATM CARD has been de-activated by CBN. To re-activate call customer care 08167340838 for help.","label":1}
250
+ {"text":"Where is that one day training:-)","label":0}
251
+ {"text":"* Am on a train back from northampton so i'm afraid not!","label":0}
252
+ {"text":"Ya they are well and fine., BBD(pooja) full pimples..even she become quite black..and ur rite here its too cold, wearing sweatter..","label":0}
253
+ {"text":"I got lousy sleep. I kept waking up every 2 hours to see if my cat wanted to come in. I worry about him when its cold :(","label":0}
254
+ {"text":"soon you will have the real thing princess! Do i make you wet? :)","label":0}
255
+ {"text":"okmail: Dear Dave this is your final notice to collect your 4* Tenerife Holiday or #5000 CASH award! Call 09061743806 from landline. TCs SAE Box326 CW25WX 150ppm","label":1}
256
+ {"text":"R u over scratching it?","label":0}
257
+ {"text":"You are being contacted by our Dating Service by someone you know! To find out who it is, call from your mobile or landline 09064017305 PoBox75LDNS7","label":1}
258
+ {"text":"I want to see your pretty pussy...","label":0}
259
+ {"text":"Hey gals.. Anyone of u going down to e driving centre tmr?","label":0}
260
+ {"text":"What's ur pin?","label":0}
261
+ {"text":"Are you this much buzy AS YOU SHOW","label":0}
262
+ {"text":"Hi baby ive just got back from work and i was wanting to see u allday! I hope i didnt piss u off on the phone today. If u are up give me a call xxx","label":0}
263
+ {"text":"Wat makes some people dearer is not just bcoz of the happiness dat u feel when u meet them but bcoz of the pain u feel when u miss dem!!!","label":0}
264
+ {"text":"So many people seems to be special at first sight, But only very few will remain special to you till your last sight.. Maintain them till life ends.. take cr da","label":0}
265
+ {"text":"'Wnevr i wana fal in luv vth my books, My bed fals in luv vth me..!'' . Yen madodu, nav pretsorginta, nammanna pretsovru important alwa....!!:) Gud eveB-).","label":0}
266
+ {"text":"what are your new years plans?","label":0}
267
+ {"text":"That seems unnecessarily affectionate","label":0}
268
+ {"text":"Dunno dat's wat he told me. Ok lor...","label":0}
269
+ {"text":"Have you heard about that job? I'm going to that wildlife talk again tonight if u want2come. Its that2worzels and a wizzle or whatever it is?!","label":0}
270
+ {"text":"Dont know you bring some food","label":0}
271
+ {"text":"DO U WANT 2 MEET UP 2MORRO","label":0}
272
+ {"text":"2 celebrate my b'day, y else?","label":0}
273
+ {"text":"Should I head straight there or what","label":0}
274
+ {"text":"Sday only joined.so training we started today:)","label":0}
275
+ {"text":"Dont kick coco when he's down","label":0}
276
+ {"text":"Sorry, I'll call later\ufffdbuzy in some work..","label":0}
277
+ {"text":"(You didn't hear it from me)","label":0}
278
+ {"text":"Honey ? Sweetheart ? Darling ? Sexy buns ? Sugar plum ? Loverboy ? I miss you, boytoy ...Did you go to the gym too ?","label":0}
279
+ {"text":"HI DARLIN ITS KATE ARE U UP FOR DOIN SOMETHIN TONIGHT? IM GOING TO A PUB CALLED THE SWAN OR SOMETHING WITH MY PARENTS FOR ONE DRINK SO PHONE ME IF U CAN","label":0}
280
+ {"text":"HOT LIVE FANTASIES call now 08707500020 Just 20p per min NTT Ltd, PO Box 1327","label":1}
281
+ {"text":"Sunshine Hols. To claim ur med holiday send a stamped self address envelope to Drinks on Us UK, PO Box 113, Bray, Wicklow, Eire. Quiz Starts Saturday!","label":1}
282
+ {"text":"Send a logo 2 ur lover - 2 names joined by a heart. Txt LOVE NAME1 NAME2 MOBNO eg LOVE ADAM EVE 07123456789 to 87077","label":1}
283
+ {"text":"You have to pls make a note of all she.s exposed to. Also find out from her school if anyone else was vomiting. Is there a dog or cat in the house? Let me know later.","label":0}
284
+ {"text":"Sun ah... Thk mayb can if dun have anythin on... Thk have to book e lesson... E pilates is at orchard mrt u noe hor...","label":0}
285
+ {"text":"Great escape. I fancy the bridge but needs her lager. See you tomo","label":0}
286
+ {"text":"Yo guess what I just dropped","label":0}
287
+ {"text":"Thanks for understanding. I've been trying to tell sura that.","label":0}
288
+ {"text":"jay says he'll put in <#>","label":0}
289
+ {"text":"Nope thats fine. I might have a nap tho!","label":0}
290
+ {"text":"I dont know ask to my brother. Nothing problem some thing that. Just i told .","label":0}
291
+ {"text":"YOU 07801543489 are guaranteed the latests Nokia Phone, a 40GB iPod MP3 player or a \u00a3500 prize! Txt word:COLLECT to No:83355! TC-LLC NY-USA 150p\/Mt msgrcvd18+","label":1}
292
+ {"text":"We are hoping to get away by 7, from Langport. You still up for town tonight?","label":0}
293
+ {"text":"Fyi I'm taking a quick shower, be at epsilon in like <#> min","label":0}
294
+ {"text":"Done it but internet connection v slow and can't send it. Will try again later or first thing tomo.","label":0}
295
+ {"text":"As in different styles?","label":0}
296
+ {"text":"THAT\ufffd\ufffdS ALRITE GIRL, U KNOW GAIL IS NEVA WRONG!!TAKE CARE SWEET AND DON\ufffd\ufffdT WORRY.C U L8TR HUN!LOVE Yaxxx","label":0}
297
+ {"text":"\u00dc dun need to pick ur gf?","label":0}
298
+ {"text":"Tomarrow final hearing on my laptop case so i cant.","label":0}
299
+ {"text":"Yeah, that's fine! It's \ufffd6 to get in, is that ok?","label":0}
300
+ {"text":"Alrite jod hows the revision goin? Keris bin doin a smidgin. N e way u wanna cum over after college?xx","label":0}
301
+ {"text":"K..give back my thanks.","label":0}
302
+ {"text":"Sorry, I'll call later\ufffdhope u understand..","label":0}
303
+ {"text":"Yo, you around? Just got my car back","label":0}
304
+ {"text":"Navratra Special Launching 9th oct. CHD presnts Phase-3 of Avenue71, Shona Road, Gurgaon *@Rs.4150\/- Lease Rs.400\/- as Inaugural discount Sms ICD to 54999","label":1}
305
+ {"text":"You are guaranteed the latest Nokia Phone, a 40GB iPod MP3 player or a \u00a31000 prize! Txt word: COLLECT to No: 83355!","label":1}
306
+ {"text":"Lol, oh you got a friend for the dog ?","label":0}
307
+ {"text":"Good FRIENDS CaRE for each Other.. CLoSE Friends UNDERSTaND each Other... and TRUE Friends STaY forever beyond words, beyond time. Gud ni8","label":0}
308
+ {"text":"Nothin comes to my mind. \ufffd\ufffd help me buy hanger lor. Ur laptop not heavy?","label":0}
309
+ {"text":"I want to lick your pussy now...","label":0}
310
+ {"text":"I'm wif him now buying tix lar...","label":0}
311
+ {"text":"Yeah, we got one lined up for us","label":0}
312
+ {"text":"WIN a year supply of CDs 4 a store of ur choice worth \u00a3500 & enter our \u00a3100 Weekly draw txt MUSIC to 87066 Ts&Cs www.Ldew.com","label":1}
313
+ {"text":"Double mins and txts 4 6monthsAvailable on Sony, Nokia Motorola phones. Call MobileUpd8 on 08000839403 or call2optout\/N9DX","label":1}
314
+ {"text":"Hope you are not scared!","label":0}
315
+ {"text":"It will stop on itself. I however suggest she stays with someone that will be able to give ors for every stool.","label":0}
316
+ {"text":"I hate when she does this. She turns what should be a fun shopping trip into an annoying day of how everything would look in her house.","label":0}
317
+ {"text":"Ya ok, vikky vl c witin <#> mins and il reply u..","label":0}
318
+ {"text":"I had been hoping i would not have to send you this message. My rent is due and i dont have enough for it. My reserves are completely gone. Its a loan i need and was hoping you could her. The balance is <#> . Is there a way i could get that from you, till mid march when i hope to pay back.","label":0}
319
+ {"text":"OH YEAH,AND HAV A GREAT TIME IN NEWQUAY-SEND ME A POSTCARD !1 LOOK AFTER ALL THE GIRLS WHILE IM GONE(U KNOW THE 1IM TALKIN BOUT!)xx","label":0}
320
+ {"text":"Or i go home first lar \ufffd_ wait 4 me lor.. I put down my stuff first..","label":0}
321
+ {"text":"Ok\ufffdtalk to me later\ufffd","label":0}
322
+ {"text":"Loan for any purpose \u00a3500 - \u00a375,000. Homeowners + Tenants welcome. Have you been previously refused? We can still help. Call Free 0800 1956669","label":1}
323
+ {"text":"He's in lag. That's just the sad part but we keep in touch thanks to skype","label":0}
324
+ {"text":"Wen ur lovable bcums angry wid u, dnt take it seriously.. Coz being angry is d most childish n true way of showing deep affection, care n luv!..","label":0}
325
+ {"text":"FreeMsg Hey U, i just got 1 of these video\/pic fones, reply WILD to this txt & ill send U my pics, hurry up Im so bored at work xxx (18 150p\/rcvd STOP2stop)","label":1}
326
+ {"text":"I went to project centre","label":0}
327
+ {"text":"Good Morning my Dear Shijutta........... Have a great & successful day.","label":0}
328
+ {"text":"Maybe i could get book out tomo then return it immediately ..? Or something.","label":0}
329
+ {"text":"I need you to be in my strong arms...","label":0}
330
+ {"text":"As I entered my cabin my PA said, '' Happy B'day Boss !!''.","label":0}
331
+ {"text":"And do you have any one that can teach me how to ship cars.","label":0}
332
+ {"text":"Please CALL 08712402779 immediately as there is an urgent message waiting for you","label":1}
333
+ {"text":"Went to pay rent. So i had to go to the bank to authorise the payment.","label":0}
334
+ {"text":"K I'll call you when I'm close","label":0}
335
+ {"text":"Dear Matthew please call 09063440451 from a landline, your complimentary 4*Lux Tenerife holiday or \u00a31000 CASH await collection. ppm150 SAE T&Cs Box334 SK38XH.","label":1}
336
+ {"text":"Join the UK's horniest Dogging service and u can have sex 2nite!. Just sign up and follow the instructions. Txt ENTRY to 69888 now! Nyt.EC2A.3LP.msg@150p","label":1}
337
+ {"text":"Asking do u knw them or nt? May be ur frnds or classmates?","label":0}
338
+ {"text":"Guess what! Somebody you know secretly fancies you! Wanna find out who it is? Give us a call on 09065394973 from Landline DATEBox1282EssexCM61XN 150p\/min 18","label":1}
339
+ {"text":"Your credits have been topped up for http:\/\/www.bubbletext.com Your renewal Pin is tgxxrz","label":1}
340
+ {"text":"Should i buy him a blackberry bold 2 or torch. Should i buy him new or used. Let me know. Plus are you saying i should buy the <#> g wifi ipad. And what are you saying about the about the <#> g?","label":0}
341
+ {"text":"Dear, will call Tmorrow.pls accomodate.","label":0}
342
+ {"text":"I wnt to buy a BMW car urgently..its vry urgent.but hv a shortage of <#> Lacs.there is no source to arng dis amt. <#> lacs..thats my prob","label":0}
343
+ {"text":"Ok\ufffdthat\ufffds fine","label":0}
344
+ {"text":"Bugis oso near wat...","label":0}
345
+ {"text":"Update_Now - 12Mths Half Price Orange line rental: 400mins...Call MobileUpd8 on 08000839402 or call2optout=J5Q","label":1}
346
+ {"text":"Noida Commercial Wave Sec-18 Silver @ 11500\/- PSF Gold @ 12500\/- PSF, Logix Sec-124 @ 8200\/- PSF For Best Deal Call 9711131802 \/3","label":1}
347
+ {"text":"FREE entry into our \ufffd250 weekly competition just text the word WIN to 80086 NOW. 18 T&C www.txttowin.co.uk","label":1}
348
+ {"text":"You are mistaken\ufffd.The fact that you felt like i would do it to hurt you shows you really don't know me at all.","label":0}
349
+ {"text":"Spending new years with my brother and his family. Lets plan to meet next week. Are you ready to be spoiled? :)","label":0}
350
+ {"text":"We have new local dates in your area - Lots of new people registered in YOUR AREA. Reply DATE to start now! 18 only www.flirtparty.us REPLYS150","label":1}
351
+ {"text":"Hey check it da. I have listed da.","label":0}
352
+ {"text":"So is there anything specific I should be doing with regards to jaklin or what because idk","label":0}
353
+ {"text":"I\ufffd\ufffdm cool ta luv but v.tired 2 cause i have been doin loads of planning all wk, we have got our social services inspection at the nursery! Take care & spk sn x.","label":0}
354
+ {"text":"Did either of you have any idea's? Do you know of anyplaces doing something?","label":0}
355
+ {"text":"It's ok, at least armand's still around","label":0}
356
+ {"text":"I'm in town now so i'll jus take mrt down later.","label":0}
357
+ {"text":"No * am working on the ringing u thing but have whole houseful of screaming brats so * am pulling my hair out! Loving u","label":0}
358
+ {"text":"Im on gloucesterroad what are uup to later?","label":0}
359
+ {"text":"Ok i msg u b4 i leave my house.","label":0}
360
+ {"text":"Alright took the morphine. Back in yo.","label":0}
361
+ {"text":"Sure thing big man. i have hockey elections at 6, shouldn't go on longer than an hour though","label":0}
362
+ {"text":"How long does it take to get it.","label":0}
363
+ {"text":"Todays Vodafone numbers ending 7148 are selected to receive a Rs.2,00,000 award. If you have a match please call 7679046492 quoting claim code 7834 standard rates apply","label":1}
364
+ {"text":"One of best dialogue in cute reltnship..!! \"Wen i Die, Dont Come Near My Body..!! Bcoz My Hands May Not Come 2 Wipe Ur Tears Off That Time..!Gud ni8","label":0}
365
+ {"text":"Crazy ar he's married. \ufffd\ufffd like gd looking guys not me. My frens like say he's korean leona's fave but i dun thk he is. Aft some thinking mayb most prob i'll go.","label":0}
366
+ {"text":"Aight ill get on fb in a couple minutes","label":0}
367
+ {"text":"Loa!! Homeowners + Tenants welcome. Have you been previously refused? We can still help. Call Free 0800 1956669 or text back 'help'","label":1}
368
+ {"text":"Huh means computational science... Y they like dat one push here n there...","label":0}
369
+ {"text":"Wen ur lovable bcums angry wid u, dnt take it seriously.. Coz being angry is d most childish n true way of showing deep affection...Have nice day da.","label":0}
370
+ {"text":"House-Maid is the murderer, coz the man was murdered on <#> th January.. As public holiday all govt.instituitions are closed,including post office..","label":0}
371
+ {"text":"That's the way you should stay oh.","label":0}
372
+ {"text":"Eh sorry leh... I din c ur msg. Not sad already lar. Me watching tv now. U still in office?","label":0}
373
+ {"text":"Am I the only one who doesn't stalk profiles?","label":0}
374
+ {"text":"Yup i thk they r e teacher said that will make my face look longer. Darren ask me not 2 cut too short.","label":0}
375
+ {"text":"Em, its olowoyey@ usc.edu have a great time in argentina. Not sad about secretary, everything is a blessing","label":0}
376
+ {"text":"Hey i've booked the 2 lessons on sun liao...","label":0}
377
+ {"text":"No, I decided that only people who care about stuff vote and caring about stuff is for losers","label":0}
378
+ {"text":"Jay's getting really impatient and belligerent","label":0}
379
+ {"text":"What time is ur flight tmr?","label":0}
380
+ {"text":"Yes but i dont care! I need you bad, princess!","label":0}
381
+ {"text":"Jus finish my lunch on my way home lor... I tot u dun wan 2 stay in sch today...","label":0}
382
+ {"text":"Sorry sent blank msg again. Yup but trying 2 do some serious studying now.","label":0}
383
+ {"text":"Ok. Fine\ufffd","label":0}
384
+ {"text":"Can \ufffd_ send me a copy of da report?","label":0}
385
+ {"text":"Ok pa. Nothing problem:-)","label":0}
386
+ {"text":"\ufffd\ufffd bot notes oredi... Cos i juz rem i got...","label":0}
387
+ {"text":"Talk to g and x about that","label":0}
388
+ {"text":"I fetch yun or u fetch?","label":0}
389
+ {"text":"I am sorry...I am not having her number sir","label":0}
390
+ {"text":"Sorry about that this is my mates phone and i didnt write it love Kate","label":0}
391
+ {"text":"Cool breeze... Bright sun... Fresh flower... Twittering birds... All these waiting to wish u: \"GOODMORNING & HAVE A NICE DAY\" :)","label":0}
392
+ {"text":"Send me your id and password","label":0}
393
+ {"text":"It's \u00e9 only $140 ard...\u00c9 rest all ard $180 at least...Which is \u00e9 price 4 \u00e9 2 bedrm ($900)","label":0}
394
+ {"text":"No..its ful of song lyrics..","label":0}
395
+ {"text":"K..k.:)congratulation ..","label":0}
396
+ {"text":"I'm at home. Meet u here\ufffd","label":0}
397
+ {"text":"You have been specially selected to receive a 2000 pound award! Call 08712402050 BEFORE the lines close. Cost 10ppm. 16+. T&Cs apply. AG Promo","label":1}
398
+ {"text":"As a valued customer, I am pleased to advise you that following recent review of your Mobile No. you are awarded with a Rs.7,00,000 Bonus Prize, call 7679046492","label":1}
399
+ {"text":"449050000301 You have won a \u00a32,000 price! To claim, call 09050000301.","label":1}
400
+ {"text":"Now u sound like manky scouse boy steve,like! I is travelling on da bus home.wot has u inmind 4 recreation dis eve?","label":0}
401
+ {"text":"at Customer place i will call you later","label":0}
402
+ {"text":"They r giving a second chance to rahul dengra.","label":0}
403
+ {"text":"Hi, my love! How goes that day? Fuck, this morning I woke and dropped my cell on the way down the stairs but it seems alright ... *phews* I miss you !","label":0}
404
+ {"text":"Then get some cash together and I'll text jason","label":0}
405
+ {"text":"What part of \\don't initiate\\\" don't you understand\"","label":0}
406
+ {"text":"Will \u00fc b going to esplanade fr home?","label":0}
407
+ {"text":"Got but got 2 colours lor. One colour is quite light n e other is darker lor. Actually i'm done she's styling my hair now.","label":0}
408
+ {"text":"I wait 4 \ufffd_ inside da car park...","label":0}
409
+ {"text":"JUSWOKE UP IN A BED ON A BOATIN THE DOCKS. SLEPT WID 25 YEAR OLD. SPINOUT! GIV U DA GOSSIP L8R. XXX","label":0}
410
+ {"text":"I was up all night too worrying about this appt. It's a shame we missed a girls night out with quizzes popcorn and you doing my hair.","label":0}
411
+ {"text":"Sex up ur mobile with a FREE sexy pic of Jordan! Just text BABE to 88600. Then every wk get a sexy celeb! PocketBabe.co.uk 4 more pics. 16 \ufffd3\/wk 087016248","label":1}
412
+ {"text":"Where are you lover ? I need you ...","label":0}
413
+ {"text":"URGENT! We are trying to contact U. Todays draw shows that you have won a \u00a32000 prize GUARANTEED. Call 09066358361 from land line. Claim Y87. Valid 12hrs only","label":1}
414
+ {"text":"Yar lor... Keep raining non stop... Or u wan 2 go elsewhere?","label":0}
415
+ {"text":"If i let you do this, i want you in the house by 8am.","label":0}
416
+ {"text":"I'm okay. Chasing the dream. What's good. What are you doing next.","label":0}
417
+ {"text":"Carlos is down but I have to pick it up from him, so I'll swing by usf in a little bit","label":0}
418
+ {"text":"Nothing spl..wat abt u and whr ru?","label":0}
419
+ {"text":"We have sent JD for Customer Service cum Accounts Executive to ur mail id, For details contact us","label":0}
420
+ {"text":"I guess you could be as good an excuse as any, lol.","label":0}
421
+ {"text":"Msg me when rajini comes.","label":0}
422
+ {"text":"I wud never mind if u dont miss me or if u dont need me.. But u wil really hurt me wen u need me & u dont tell me......... Take care:-)","label":0}
423
+ {"text":"K come to nordstrom when you're done","label":0}
424
+ {"text":"URGENT! Your Mobile No was awarded a \u00a32,000 Bonus Caller Prize on 1\/08\/03! This is our 2nd attempt to contact YOU! Call 0871-4719-523 BOX95QU BT National Rate","label":1}
425
+ {"text":"Boo I'm on my way to my moms. She's making tortilla soup. Yummmm","label":0}
426
+ {"text":"K still are you loving me.","label":0}
427
+ {"text":"Great comedy..cant stop laughing da:)","label":0}
428
+ {"text":"URGENT This is our 2nd attempt to contact U. Your \ufffd900 prize from YESTERDAY is still awaiting collection. To claim CALL NOW 09061702893","label":1}
429
+ {"text":"FREE camera phones with linerental from 4.49\/month with 750 cross ntwk mins. 1\/2 price txt bundle deals also avble. Call 08001950382 or call2optout\/J MF","label":1}
430
+ {"text":"Arngd marriage is while u r walkin unfortuntly a snake bites u. bt love marriage is dancing in frnt of d snake & sayin Bite me, bite me.","label":0}
431
+ {"text":"I wanna watch that movie","label":0}
432
+ {"text":"Argh why there is nobody in town ;_;","label":0}
433
+ {"text":"FreeMsg: Fancy a flirt? Reply DATE now & join the UKs fastest growing mobile dating service. Msgs rcvd just 25p to optout txt stop to 83021. Reply DATE now!","label":1}
434
+ {"text":"Ur balance is now \u00a3500. Ur next question is: Who sang 'Uptown Girl' in the 80's ? 2 answer txt ur ANSWER to 83600. Good luck!","label":1}
435
+ {"text":"Dear Matthew please call 09063440451 from a landline, your complimentary 4*Lux Tenerife holiday or \ufffd1000 CASH await collection. ppm150 SAE T&Cs Box334 SK38XH.","label":1}
436
+ {"text":"Ta-Daaaaa! I am home babe, are you still up ?","label":0}
437
+ {"text":"She is annoying... She turns what should be a fun trip into an annoying day of what she wants","label":0}
438
+ {"text":"Me too! Have a lovely night xxx","label":0}
439
+ {"text":"Best msg: It's hard to be with a person, when u know that one more step foward will make u fall in love.. & One step back can ruin ur friendship.. good night:-) ...","label":0}
440
+ {"text":"Ay wana meet on sat?\ufffd_ wkg on sat?","label":0}
441
+ {"text":"Wait . I will msg after <#> min.","label":0}
442
+ {"text":"Ok..","label":0}
443
+ {"text":"Aiyo cos i sms \ufffd_ then \ufffd_ neva reply so i wait 4 \ufffd_ to reply lar. I tot \ufffd_ havent finish ur lab wat.","label":0}
444
+ {"text":"Moby Pub Quiz.Win a \u00a3100 High Street prize if u know who the new Duchess of Cornwall will be? Txt her first name to 82277.unsub STOP \u00a31.50 008704050406 SP","label":1}
445
+ {"text":"Short But Cute: \"Be a good person, but dont try to prove it..\"","label":0}
446
+ {"text":"Going to join tomorrow.","label":0}
447
+ {"text":"We are both fine. Thanks","label":0}
448
+ {"text":"Bored of speed dating? Try SPEEDCHAT, txt SPEEDCHAT to 80155, if you don't like em txt SWAP and get a new chatter! Chat80155 POBox36504W45WQ 150p\/msg rcd 16","label":1}
449
+ {"text":"Probably, want to pick up more?","label":0}
450
+ {"text":"Your account has been credited with 500 FREE Text Messages. To activate call 08718738034","label":1}
451
+ {"text":"Well imma definitely need to restock before thanksgiving, I'll let you know when I'm out","label":0}
452
+ {"text":"You are right though. I can't give you the space you want and need. This is really starting to become an issue. I was going to suggest setting a definite move out--if i'm still there-- after greece. But maybe you are ready and should do it now.","label":0}
453
+ {"text":"K:)k..its good:)when are you going?","label":0}
454
+ {"text":"Sorry me going home first... Daddy come fetch \u00fc later...","label":0}
455
+ {"text":"Dunno y u ask me.","label":0}
456
+ {"text":"Dear umma she called me now :-)","label":0}
457
+ {"text":"For ur chance to win a \ufffd250 cash every wk TXT: ACTION to 80608. T's&C's www.movietrivia.tv custcare 08712405022, 1x150p\/wk","label":1}
458
+ {"text":"Sorry da..today i wont come to play..i have driving clas..","label":0}
459
+ {"text":"4 tacos + 1 rajas burrito, right?","label":0}
460
+ {"text":"I am not sure about night menu. . . I know only about noon menu","label":0}
461
+ {"text":"I shall book chez jules for half eight, if that's ok with you?","label":0}
462
+ {"text":"Yo, you at jp and hungry like a mofo?","label":0}
463
+ {"text":"Erm. I thought the contract ran out the4th of october.","label":0}
464
+ {"text":"We regret to inform you that your NAB card is now locked. To unlock please update security details at http:\/\/www.nabmobile","label":1}
465
+ {"text":"Ill call u 2mrw at ninish, with my address that icky American freek wont stop callin me 2 bad Jen k eh?","label":0}
466
+ {"text":"Okay... We wait ah","label":0}
467
+ {"text":"You were supposed to wake ME up >:(","label":0}
468
+ {"text":"Kind of. Just missed train cos of asthma attack, nxt one in half hr so driving in. not sure where to park.","label":0}
469
+ {"text":"Congratulations YOU'VE Won. You're a Winner in our August \u00a31000 Prize Draw. Call 09066660100 NOW. Prize Code 2309.","label":1}
470
+ {"text":"What you did in leave.","label":0}
471
+ {"text":"My friends use to call the same.","label":0}
472
+ {"text":"Perhaps * is much easy give your account identification, so i will tomorrow at UNI","label":0}
473
+ {"text":"So what u doing today?","label":0}
474
+ {"text":"Hurry up, I've been weed-deficient for like three days","label":0}
475
+ {"text":"What year. And how many miles.","label":0}
476
+ {"text":"Your opinion about me? 1. Over 2. Jada 3. Kusruthi 4. Lovable 5. Silent 6. Spl character 7. Not matured 8. Stylish 9. Simple Pls reply..","label":0}
477
+ {"text":"I told your number to gautham..","label":0}
478
+ {"text":"Why didn't u call on your lunch?","label":0}
479
+ {"text":"I just lov this line: \"Hurt me with the truth, I don't mind,i wil tolerat.bcs ur my someone..... But, Never comfort me with a lie\" gud ni8 and sweet dreams","label":0}
480
+ {"text":"Lol where do u come up with these ideas?","label":0}
481
+ {"text":"You getting back any time soon?","label":0}
482
+ {"text":"SYMPTOMS when U are in love: \"1.U like listening songs 2.U get stopped where u see the name of your beloved 3.U won't get angry when your","label":0}
483
+ {"text":"You stayin out of trouble stranger!!saw Dave the other day he's sorted now!still with me bloke when u gona get a girl MR!ur mum still Thinks we will get 2GETHA!","label":0}
484
+ {"text":"am up to my eyes in philosophy","label":0}
485
+ {"text":"Not from this campus. Are you in the library?","label":0}
486
+ {"text":"\\Thinking of u ;) x\\\"\"","label":0}
487
+ {"text":"Up to \ufffd_... \ufffd\ufffd wan come then come lor... But i din c any stripes skirt...","label":0}
488
+ {"text":"i want to grasp your pretty booty :)","label":0}
489
+ {"text":"Its posible dnt live in <#> century cm frwd n thnk different","label":0}
490
+ {"text":"Yar i wanted 2 scold u yest but late already... I where got zhong se qing you? If u ask me b4 he ask me then i'll go out w u all lor. N u still can act so real.","label":0}
491
+ {"text":"Tomorrow i am not going to theatre. . . So i can come wherever u call me. . . Tell me where and when to come tomorrow","label":0}
492
+ {"text":"Congrats 2 mobile 3G Videophones R yours. call 09063458130 now! videochat wid ur mates, play java games, Dload polypH music, noline rentl. bx420. ip4. 5we. 150p","label":1}
493
+ {"text":"URGENT! We are trying to contact U. Todays draw shows that you have won a \u00a3800 prize GUARANTEED. Call 09050001295 from land line. Claim A21. Valid 12hrs only","label":1}
494
+ {"text":"UpgrdCentre Orange customer, you may now claim your FREE CAMERA PHONE upgrade for your loyalty. Call now on 0207 153 9153. Offer ends 26th July. T&C's apply. Opt-out available","label":1}
495
+ {"text":"Where wuld I be without my baby? The thought alone mite break me and I don\ufffd\ufffdt wanna go crazy but everyboy needs his lady xxxxxxxx","label":0}
496
+ {"text":"Whatever, juliana. Do whatever you want.","label":0}
497
+ {"text":"Usually the body takes care of it buy making sure it doesnt progress. Can we pls continue this talk on saturday.","label":0}
498
+ {"text":"Hi :)finally i completed the course:)","label":0}
499
+ {"text":"Many times we lose our best ones bcoz we are","label":0}
500
+ {"text":"Goodmorning today i am late for 15 min.","label":0}
501
+ {"text":"Ever thought about living a good life with a perfect partner? Just txt back NAME and AGE to join the mobile community. (100p\/SMS)","label":1}
502
+ {"text":"I'm at bruce & fowler now but I'm in my mom's car so I can't park (long story)","label":0}
503
+ {"text":"You call him and tell now infront of them. Call him now.","label":0}
504
+ {"text":"Dont give a monkeys wot they think and i certainly don't mind. Any friend of mine&all that! Just don't sleep wiv , that wud be annoyin!","label":0}
505
+ {"text":"You available now? I'm like right around hillsborough & <#> th","label":0}
506
+ {"text":"I'm really not up to it still tonight babe","label":0}
507
+ {"text":"No need to buy lunch for me.. I eat maggi mee..","label":0}
508
+ {"text":"She said,'' do u mind if I go into the bedroom for a minute ? '' ''OK'', I sed in a sexy mood.","label":0}
509
+ {"text":"Ok..tell me\ufffd","label":0}
510
+ {"text":"Hiya do u like the hlday pics looked horrible in them so took mo out! Hows the camp Amrca thing? Speak soon Serena:)","label":0}
511
+ {"text":"I.ll always be there, even if its just in spirit. I.ll get a bb soon. Just trying to be sure i need it.","label":0}
512
+ {"text":"Al he does is moan at me if n e thin goes wrong its my fault&al de arguments r my fault&fed up of him of himso y bother? Hav 2go, thanx.xx","label":0}
513
+ {"text":"WIN a \u00a3200 Shopping spree every WEEK Starting NOW. 2 play text STORE to 88039. SkilGme. TsCs08714740323 1Winawk! age16 \u00a31.50perweeksub.","label":1}
514
+ {"text":"Final Chance! Claim ur \u00a3150 worth of discount vouchers today! Text YES to 85023 now! SavaMob, member offers mobile! T Cs SavaMob POBOX84, M263UZ. \u00a33.00 Subs 16","label":1}
515
+ {"text":"Nationwide has noticed your debit card was recently used on 29-11-2016 15:04:43, at APPLE ONLINE STORE for 1267.00 GBP If not you please urgently call fraud prevention on 03303800231 or Int +443303800231. Do not reply by SMS http:\/\/www.Nationwide.co.uk","label":1}
516
+ {"text":"R U &SAM P IN EACHOTHER. IF WE MEET WE CAN GO 2 MY HOUSE","label":0}
517
+ {"text":"You are being contacted by our dating service by someone you know! To find out who it is, call from a land line 09050000928. PoBox45W2TG150P","label":1}
518
+ {"text":"\u00dc only send me the contents page...","label":0}
519
+ {"text":"And now electricity just went out fml.","label":0}
520
+ {"text":"We have identified some unusual activity on your Online Banking. Log in via the secure link http:\/95.141.32.7:81\/default.aspx\ufffdto avoid account suspension.","label":1}
521
+ {"text":"Anything lor but toa payoh got place 2 walk meh...","label":0}
522
+ {"text":"Then any special there?","label":0}
523
+ {"text":"I wish! I don't think its gonna snow that much. But it will be more than those flurries we usually get that melt before they hit the ground. Eek! We haven't had snow since <#> before I was even born!","label":0}
524
+ {"text":"He says he'll give me a call when his friend's got the money but that he's definitely buying before the end of the week","label":0}
525
+ {"text":"Call from 08702490080 - tells u 2 call 09066358152 to claim \u00a35000 prize. U have 2 enter all ur mobile & personal details @ the prompts. Careful!","label":1}
526
+ {"text":"Yar lor he wan 2 go c horse racing today mah, so eat earlier lor. I ate chicken rice. U?","label":0}
527
+ {"text":"If you're thinking of lifting me one then no.","label":0}
528
+ {"text":"RECPT 1\/3. You have ordered a Ringtone. Your order is being processed...","label":1}
529
+ {"text":"What makes you most happy?","label":0}
530
+ {"text":"Omg how did u know what I ate?","label":0}
531
+ {"text":"Hello lover! How goes that new job? Are you there now? Are you happy? Do you think of me? I wake, my slave and send you a teasing kiss from across the sea","label":0}
532
+ {"text":"I meant as an apology from me for texting you to get me drugs at <#> at night","label":0}
533
+ {"text":"Carlos is taking his sweet time as usual so let me know when you and patty are done\/want to smoke and I'll tell him to haul ass","label":0}
534
+ {"text":"Sac will score big hundred.he is set batsman:-)","label":0}
535
+ {"text":"URGENT! We are trying to contact U. Todays draw shows that you have won a \ufffd800 prize GUARANTEED. Call 09050001808 from land line. Claim M95. Valid12hrs only","label":1}
536
+ {"text":"TheMob>Hit the link to get a premium Pink Panther game, the new no. 1 from Sugababes, a crazy Zebra animation or a badass Hoody wallpaper-all 4 FREE!","label":1}
537
+ {"text":"I don't know u and u don't know me. Send CHAT to 86688 now and let's find each other! Only 150p\/Msg rcvd. HG\/Suite342\/2Lands\/Row\/W1J6HL LDN. 18 years or over.","label":1}
538
+ {"text":"Want explicit SEX in 30 secs? Ring 02073162414 now! Costs 20p\/min Gsex POBOX 2667 WC1N 3XX","label":1}
539
+ {"text":"Your dad is back in ph?","label":0}
540
+ {"text":"Hows that watch resizing","label":0}
541
+ {"text":"Spook up your mob with a Halloween collection of a logo & pic message plus a free eerie tone, txt CARD SPOOK to 8007 zed 08701417012150p per logo\/pic","label":1}
542
+ {"text":"This is my number by vivek..","label":0}
543
+ {"text":"Then ur physics get a-?","label":0}
544
+ {"text":"\\NONE!NOWHERE IKNO DOESDISCOUNT!SHITINNIT\\\"\"","label":0}
545
+ {"text":"Haven't left yet so probably gonna be here til dinner","label":0}
546
+ {"text":"Hurry home u big butt. Hang up on your last caller if u have to. Food is done and I'm starving. Don't ask what I cooked.","label":0}
547
+ {"text":"Someone U know has asked our dating service 2 contact you! Cant Guess who? CALL 09058091854 NOW all will be revealed. PO BOX385 M6 6WU","label":1}
548
+ {"text":"My planning usually stops at \"find hella weed, smoke hella weed\"","label":0}
549
+ {"text":"Hi I'm sue. I am 20 years old and work as a lapdancer. I love sex. Text me live - I'm i my bedroom now. text SUE to 89555. By TextOperator G2 1DA 150ppmsg 18+","label":1}
550
+ {"text":"Congrats! 1 year special cinema pass for 2 is yours. call 09061209465 now! C Suprman V, Matrix3, StarWars3, etc all 4 FREE!","label":1}
551
+ {"text":"Sorry, I'll call later..busy right now...","label":0}
552
+ {"text":"Awesome, I remember the last time we got somebody high for the first time with diesel :V","label":0}
553
+ {"text":"\u00dc dun wan to watch infernal affair?","label":0}
554
+ {"text":"I just made some payments so dont have that much. Sorry. Would you want it fedex or the other way.","label":0}
555
+ {"text":"Can a not?","label":0}
556
+ {"text":"Really do hope the work doesnt get stressful. Have a gr8 day.","label":0}
557
+ {"text":"The beauty of life is in next second.. which hides thousands of secrets. I wish every second will be wonderful in ur life...!! gud n8","label":0}
558
+ {"text":"Dip's cell dead. So i m coming with him. U better respond else we shall come back.","label":0}
559
+ {"text":"Two fundamentals of cool life: \"Walk, like you are the KING\"...! OR \"Walk like you Dont care,whoever is the KING\"!... Gud nyt","label":0}
560
+ {"text":"U should have made an appointment","label":0}
561
+ {"text":"Sorry, wanted to go somewhere..","label":0}
562
+ {"text":"Hello, yeah i've just got out of the bath and need to do my hair so i'll come up when i'm done, yeah?","label":0}
563
+ {"text":"\\OH FUCK. JUSWOKE UP IN A BED ON A BOATIN THE DOCKS. SLEPT WID 25 YEAR OLD. SPINOUT! GIV U DA GOSSIP L8R. XXX\\\"\"","label":0}
564
+ {"text":"Whenevr ur sad, Whenevr ur gray, Remembr im here 2 listn 2 watevr u wanna say, Jus walk wid me a little while,& I promise I'll bring back ur smile.:-)","label":0}
565
+ {"text":"Dare i ask... Any luck with sorting out the car?","label":0}
566
+ {"text":"2 celebrate my b\ufffd\ufffdday, y else?","label":0}
567
+ {"text":"I know where the <#> is, I'll be there around 5","label":0}
568
+ {"text":"Glad to see your reply.","label":0}
569
+ {"text":"No my blankets are sufficient, thx","label":0}
570
+ {"text":"SURBHIi..where are you dear..","label":0}
571
+ {"text":"What to think no one saying clearly. Ok leave no need to ask her. I will go if she come or not","label":0}
572
+ {"text":"A \u00a3400 XMAS REWARD IS WAITING FOR YOU! Our computer has randomly picked you from our loyal mobile customers to receive a \u00a3400 reward. Just call 09066380611","label":1}
573
+ {"text":"I've sent \ufffd_ my part..","label":0}
574
+ {"text":"Welcome to UK-mobile-date this msg is FREE giving you free calling to 08719839835. Future mgs billed at 150p daily. To cancel send \"go stop\" to 89123","label":1}
575
+ {"text":"K...k:)why cant you come here and search job:)","label":0}
576
+ {"text":"R \ufffd_ going 4 today's meeting?","label":0}
577
+ {"text":"Ok . . now i am in bus. . If i come soon i will come otherwise tomorrow for sure..","label":0}
578
+ {"text":"Did u turn on the heater? The heater was on and set to <#> degrees.","label":0}
579
+ {"text":"\\HI BABE UAWAKE?FEELLIKW SHIT.JUSTFOUND OUT VIA ALETTER THATMUM GOTMARRIED 4thNOV.BEHIND OURBACKS \ufffd\ufffd FUCKINNICE!SELFISH","label":0}
580
+ {"text":"Thanks for your subscription to Ringtone UK your mobile will be charged \ufffd5\/month Please confirm by replying YES or NO. If you reply NO you will not be charged","label":1}
581
+ {"text":"I wait 4 \u00fc inside da car park...","label":0}
582
+ {"text":"Lol great now im getting hungry.","label":0}
583
+ {"text":"A transaction of AUD 590.3 was made with your bank account on 08\/02\/17 11:17:37 if unauthorised follow this link http:\/\/gommbanklogin:netbank.com","label":1}
584
+ {"text":"They said if its gonna snow, it will start around 8 or 9 pm tonite! They are predicting an inch of accumulation.","label":0}
585
+ {"text":"Hi here. have birth at on the to at 8lb 7oz. Mother and baby doing brilliantly.","label":0}
586
+ {"text":"Okey dokey, i\ufffd\ufffd\ufffdll be over in a bit just sorting some stuff out.","label":0}
587
+ {"text":"Todays Vodafone numbers ending with 4882 are selected to a receive a \u00a3350 award. If your number matches call 09064019014 to receive your \u00a3350 award.","label":1}
588
+ {"text":"Sir Goodmorning, Once free call me.","label":0}
589
+ {"text":"SMS SERVICES. for your inclusive text credits, pls goto www.comuk.net login= 3qxj9 unsubscribe with STOP, no extra charge. help 08702840625.COMUK. 220-CM2 9AE","label":1}
590
+ {"text":"Hows the champ just leaving glasgow!","label":0}
591
+ {"text":"I'll leave around four, ok?","label":0}
592
+ {"text":"Ya, told..she was asking wats matter?","label":0}
593
+ {"text":"Ha ha cool cool chikku chikku:-):-DB-)","label":0}
594
+ {"text":"oor Step Service for Passport Assistance\/PAN Card\/Income Tax Return\/VAT Return\/Service Tax Return Contact M\/s ONS 9650669988 Jwala Heri Mkt Paschim Viha","label":1}
595
+ {"text":"S but mostly not like that.","label":0}
596
+ {"text":"All these nice new shirts and the only thing I can wear them to is nudist themed ;_; you in mu?","label":0}
597
+ {"text":"No dice, art class 6 thru 9 :( thanks though. Any idea what time I should come tomorrow?","label":0}
598
+ {"text":"Yes. They replied my mail. I'm going to the management office later. Plus will in to bank later also.or on wednesday.","label":0}
599
+ {"text":"Just re read it and I have no shame but tell me how he takes it and if he runs I will blame u 4 ever!! Not really 4 ever just a long time","label":0}
600
+ {"text":"LOL .. *grins* .. I'm not babe, but thanks for thinking of me!","label":0}
601
+ {"text":"Lmao. Take a pic and send it to me.","label":0}
602
+ {"text":"I'm not coming home 4 dinner.","label":0}
603
+ {"text":"Lol yes. But it will add some spice to your day.","label":0}
604
+ {"text":"You do your studies alone without anyones help. If you cant no need to study.","label":0}
605
+ {"text":"Dear where you will be when i reach there","label":0}
606
+ {"text":"I'm sorry. I've joined the league of people that dont keep in touch. You mean a great deal to me. You have been a friend at all times even at great personal cost. Do have a great week.|","label":0}
607
+ {"text":"Last week was my b'day. My Wife did'nt wish me. My Parents forgot n so did my Kids . I went to work. Even my Colleagues did not wish.","label":0}
608
+ {"text":"Good day to You too.Pray for me.Remove the teeth as its painful maintaining other stuff.","label":0}
609
+ {"text":"Ever green quote ever told by Jerry in cartoon \"A Person Who Irritates u Always Is the one Who Loves u Vry Much But Fails to Express It...!..!! :-) :-) gud nyt","label":0}
610
+ {"text":"That's fine, have him give me a call if he knows what he wants or has any questions","label":0}
611
+ {"text":"R u in this continent?","label":0}
612
+ {"text":"Dhoni have luck to win some big title.so we will win:)","label":0}
613
+ {"text":"It's ok i noe u're busy but i'm really too bored so i msg u. I oso dunno wat colour she choose 4 me one.","label":0}
614
+ {"text":"No prob. I will send to your email.","label":0}
615
+ {"text":"That's very rude, you on campus?","label":0}
616
+ {"text":"Goin to workout lor... Muz lose e fats...","label":0}
617
+ {"text":"I have gone into get info bt dont know what to do","label":0}
618
+ {"text":"CLAIRE here am havin borin time & am now alone U wanna cum over 2nite? Chat now 09099725823 hope 2 C U Luv CLAIRE xx Calls\u00a31\/minmoremobsEMSPOBox45PO139WA","label":1}
619
+ {"text":"idc get over here, you are not weaseling your way out of this shit twice in a row","label":0}
620
+ {"text":"Dear :-\/ why you mood off. I cant drive so i brother to drive","label":0}
621
+ {"text":"Dear PAYTM customer your Paytm KYC has expired. Contact customer care No-8927307655 immediately. your account will Block within 24 hr. Thank you PAYTM TEAM.","label":1}
622
+ {"text":"Hey i will be late... i'm at amk. Need to drink tea or coffee","label":0}
623
+ {"text":"Oops sorry. Just to check that you don't mind picking me up tomo at half eight from station. Would that be ok?","label":0}
624
+ {"text":"Hey. For me there is no leave on friday. Wait i will ask my superior and tell you..","label":0}
625
+ {"text":"In which place i can get rooms cheap:-)","label":0}
626
+ {"text":"I want to go to perumbavoor","label":0}
627
+ {"text":"Ugh just got outta class","label":0}
628
+ {"text":"I sent your maga that money yesterday oh.","label":0}
629
+ {"text":"Its worse if if uses half way then stops. Its better for him to complete it.","label":0}
630
+ {"text":"I noe la... U wana pei bf oso rite... K lor, other days den...","label":0}
631
+ {"text":"Well that must be a pain to catch","label":0}
632
+ {"text":"My computer just fried the only essential part we don't keep spares of because my idiot roommates looovvve leaving the thing running on full <#> \/7","label":0}
633
+ {"text":"What Today-sunday..sunday is holiday..so no work..","label":0}
634
+ {"text":"Oh! Shit, I thought that was your trip! Loooooool ... That just makes SO much more sense now ... *grins* and the sofa reference was ... The \"sleep on a couch\" link you sent me ... Wasn't that how you went on your trip ? Oh ... And didn't your babe go with you for that celebration with your rents?","label":0}
635
+ {"text":"Rajni....pls do me a favour. Pls convey my Birthday wishes to Nitya.","label":0}
636
+ {"text":"Kallis is ready for bat in 2nd innings","label":0}
637
+ {"text":"We will meet soon princess! Ttyl!","label":0}
638
+ {"text":"You have an important customer service announcement. Call FREEPHONE 0800 542 0825 now!","label":1}
639
+ {"text":"Hi darlin im on helens fone im gonna b up the princes 2 nite please come up tb love Kate","label":0}
640
+ {"text":"Oh:)as usual vijay film or its different?","label":0}
641
+ {"text":"You have been selected to stay in 1 of 250 top British hotels - FOR NOTHING! Holiday Worth \u00a3350! To Claim, Call London 02072069400. Bx 526, SW73SS","label":1}
642
+ {"text":"For 4 a chance 2 win 40GB iPod or \u00a3250 cash every wk. Txt POD to 84128 Ts&Cs www.textpod.net custcare 08712405020.","label":1}
643
+ {"text":"Finish liao... U?","label":0}
644
+ {"text":"is your hamster dead? Hey so tmr i meet you at 1pm orchard mrt?","label":0}
645
+ {"text":"You always make things bigger than they are","label":0}
646
+ {"text":"I dun believe u. I thk u told him.","label":0}
647
+ {"text":"Ok no prob...","label":0}
648
+ {"text":"U should make a fb list","label":0}
649
+ {"text":"Ok that's great thanx a lot.","label":0}
650
+ {"text":"WIN a year supply of CDs 4 a store of ur choice worth \ufffd500 & enter our \ufffd100 Weekly draw txt MUSIC to 87066 Ts&Cs www.Ldew.com.subs16+1win150ppmx3","label":1}
651
+ {"text":"Me fine..absolutly fine","label":0}
652
+ {"text":"Haven't seen my facebook, huh? Lol!","label":0}
653
+ {"text":"Normally i use to drink more water daily:)","label":0}
654
+ {"text":"Every day i use to sleep after <#> so only.","label":0}
655
+ {"text":"Dad went out oredi...","label":0}
656
+ {"text":"Ok... I din get ur msg...","label":0}
657
+ {"text":"URGENT! Your Mobile number has been awarded with a INR.2,00,000 prize GUARANTEED. Call 7044518857 from land line. Claim 3030. Valid 12hrs only","label":1}
658
+ {"text":"Oh my god! I've found your number again! I'm so glad, text me back xafter this msgs cst std ntwk chg \u00a31.50","label":1}
sms/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
sms/validation.jsonl ADDED
@@ -0,0 +1,657 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text":"So are you guys asking that i get that slippers again or its gone with last year","label":0}
2
+ {"text":"Don't look back at the building because you have no coat and i don't want you to get more sick. Just hurry home and wear a coat to the gym!!!","label":0}
3
+ {"text":"That\ufffd\ufffd\ufffds the thing with apes, u can fight to the death to keep something, but the minute they have it when u let go, thats it!","label":0}
4
+ {"text":"Ur TONEXS subscription has been renewed and you have been charged \ufffd4.50. You can choose 10 more polys this month. www.clubzed.co.uk *BILLING MSG*","label":1}
5
+ {"text":"Then u go back urself lor...","label":0}
6
+ {"text":"Free Msg: get Gnarls Barkleys \"Crazy\" ringtone TOTALLY FREE just reply GO to this message right now!","label":1}
7
+ {"text":"Sorry I missed your call let's talk when you have the time. I'm on 07090201529","label":1}
8
+ {"text":"Did u find a sitter for kaitlyn? I was sick and slept all day yesterday.","label":0}
9
+ {"text":"Good Morning plz call me sir..I have an urgent work..","label":0}
10
+ {"text":"SO IS TH GOWER MATE WHICH IS WHERE I AM!?! HOW R U MAN? ALL IS GOOD IN WALES ILL B BACK 'MORROW. C U THIS WK? WHO WAS THE MSG 4? \u2013 RANDOM!","label":0}
11
+ {"text":"You got job in wipro:)you will get every thing in life in 2 or 3 years.","label":0}
12
+ {"text":"And that is the problem. You walk around in \\julianaland\\\" oblivious to what is going on around you. I say the same things constantly and they go in one ear and out the other while you go off doing whatever you want to do. It's not that you don't know why I'm upset--it's that you don't listen when i tell you WHAT is going to upset me. Then you want to be surprised when I'm mad.\"","label":0}
13
+ {"text":"No dear i do have free messages without any recharge. Hi hi hi","label":0}
14
+ {"text":"Annoying isn't it.","label":0}
15
+ {"text":"Dude we should go sup again","label":0}
16
+ {"text":"Thanx a lot 4 ur help!","label":0}
17
+ {"text":"Please give it 2 or i will pick it up on Tuesday evening about 8 if that is ok.","label":0}
18
+ {"text":"I'm fine. Hope you are good. Do take care.","label":0}
19
+ {"text":"Sorry, I'll call later in meeting any thing related to trade please call Arul. <#>","label":0}
20
+ {"text":"Hello. We need some posh birds and chaps to user trial prods for champneys. Can i put you down? I need your address and dob asap. Ta r","label":1}
21
+ {"text":"Hi its in durban are you still on this number","label":0}
22
+ {"text":"No. 1 Nokia Tone 4 ur mob every week! Just txt NOK to 87021. 1st Tone FREE ! so get txtin now and tell ur friends. 150p\/tone. 16 reply HL 4info","label":1}
23
+ {"text":"Its not that time of the month nor mid of the time?","label":0}
24
+ {"text":"Didn't try, g and I decided not to head out","label":0}
25
+ {"text":"Jane babes not goin 2 wrk, feel ill after lst nite. Foned in already cover 4 me chuck.:-)","label":0}
26
+ {"text":"K da:)how many page you want?","label":0}
27
+ {"text":"Dunno lei... I might b eatin wif my frens... If \ufffd_ wan to eat then i wait 4 \ufffd_ lar","label":0}
28
+ {"text":"Latest News! Police station toilet stolen, cops have nothing to go on!","label":1}
29
+ {"text":"\\Life is nothing wen v get everything\\\". But \\\"life is everything wen v miss something \\\". Real value of people wil be realized only in their absence.... gud mrng\"","label":0}
30
+ {"text":"From here after The performance award is calculated every two month.not for current one month period..","label":0}
31
+ {"text":"Water logging in desert. Geoenvironmental implications.","label":0}
32
+ {"text":"Freemsg: 1-month unlimited free calls! Activate SmartCall Txt: CALL to No: 68866. Subscriptn3gbp\/wk unlimited calls Help: 08448714184 Stop?txt stop landlineonly","label":1}
33
+ {"text":"Shant disturb u anymore... Jia you...","label":0}
34
+ {"text":"Er yep sure. Props?","label":0}
35
+ {"text":"Be happy there. I will come after noon","label":0}
36
+ {"text":"I'm home.","label":0}
37
+ {"text":"Just got some gas money, any chance you and the gang want to go on a grand nature adventure?","label":0}
38
+ {"text":"You are guaranteed the latest Nokia Phone, a 40GB iPod MP3 player or a \ufffd500 prize! Txt word: COLLECT to No: 83355! IBHltd LdnW15H 150p\/Mtmsgrcvd18","label":1}
39
+ {"text":"Hey you still want to go for yogasana? Coz if we end at cine then can go bathe and hav the steam bath","label":0}
40
+ {"text":"Beerage?","label":0}
41
+ {"text":"Nope... Juz off from work...","label":0}
42
+ {"text":"0A$NETWORKS allow companies to bill for SMS, so they are responsible for their \\suppliers\\\"","label":1}
43
+ {"text":"Thanx but my birthday is over already.","label":0}
44
+ {"text":"Fantasy Football is back on your TV. Go to Sky Gamestar on Sky Active and play \u00a3250k Dream Team. register now!SKY OPT OUT to 88088","label":1}
45
+ {"text":"Just finished eating. Got u a plate. NOT leftovers this time.","label":0}
46
+ {"text":"Alright, we're all set here, text the man","label":0}
47
+ {"text":"Sorry i've not gone to that place. I.ll do so tomorrow. Really sorry.","label":0}
48
+ {"text":"Ummma.will call after check in.our life will begin from qatar so pls pray very hard.","label":0}
49
+ {"text":"Can't. I feel nauseous. I'm so pissed. I didn't eat any sweets all week cause today I was planning to pig out. I was dieting all week. And now I'm not hungry :\/","label":0}
50
+ {"text":"YOU VE WON! Your 4* Costa Del Sol Holiday or \ufffd5000 await collection. Call 09050090044 Now toClaim. SAE, TC s, POBox334, Stockport, SK38xh, Cost\ufffd1.50\/pm, Max10mins","label":1}
51
+ {"text":"Free entry in 2 a weekly comp for a chance to win an ipod. Txt POD to 80182 to get entry (std txt rate) T&C's apply 08452810073 for details 18+","label":1}
52
+ {"text":"Hiya. How was last night? I've been naughty and bought myself clothes and very little ... Ready for more shopping tho! What kind of time do you wanna meet?","label":0}
53
+ {"text":"Nite nite pocay wocay luv u more than n e thing 4eva I promise ring u 2morrowxxxx","label":0}
54
+ {"text":"Oh god i am happy to see your message after 3 days","label":0}
55
+ {"text":"You could have seen me..i did't recognise you Face.:)","label":0}
56
+ {"text":"Si.como no?!listened2the plaid album-quite gd&the new air1 which is hilarious-also bought\"braindance\"a comp.ofstuff on aphex's ;abel,u hav2hear it!c u sn xxxx","label":0}
57
+ {"text":"I havent add \ufffd_ yet right..","label":0}
58
+ {"text":"Congrats! 1 year special cinema pass for 2 is yours. call 09061209466 now! C Suprman V, Matrix3, StarWars3, etc all 4 FREE! bx420-ip4-5we. 150pm.","label":1}
59
+ {"text":"I want to send something that can sell fast. <#> k is not easy money.","label":0}
60
+ {"text":"What's the significance?","label":0}
61
+ {"text":"Did u see what I posted on your Facebook?","label":0}
62
+ {"text":"Gudnite....tc\ufffdsweet dreams..","label":0}
63
+ {"text":"U have a secret admirer. REVEAL who thinks U R So special. Call 09065174042. To opt out Reply REVEAL STOP. 1.50 per msg recd. Cust care 07821230901","label":1}
64
+ {"text":"I promise to take good care of you, princess. I have to run now. Please send pics when you get a chance. Ttyl!","label":0}
65
+ {"text":"YES! The only place in town to meet exciting adult singles is now in the UK. Txt CHAT to 86688 now! 150p\/Msg.","label":1}
66
+ {"text":"Aight, I'll text you when I'm back","label":0}
67
+ {"text":"Don't Think About \\What u Have Got\\\" Think About \\\"How to Use It That You Have Got\\\" gooD ni8\"","label":0}
68
+ {"text":"Long beach lor. Expected... U having dinner now?","label":0}
69
+ {"text":"Are u coming to the funeral home","label":0}
70
+ {"text":"A link to your picture has been sent. You can also use http:\/\/alto18.co.uk\/wave\/wave.asp?o=44345","label":1}
71
+ {"text":"XMAS Prize draws! We are trying to contact U. Todays draw shows that you have won a \ufffd2000 prize GUARANTEED. Call 09058094565 from land line. Valid 12hrs only","label":1}
72
+ {"text":"I cant pick the phone right now. Call u back later","label":0}
73
+ {"text":"I want to tell you how bad I feel that basically the only times I text you lately are when I need drugs","label":0}
74
+ {"text":"Need to clear doubts before exams? Experienced tutors help is just a click away- Free helpdesk round the clock. Just logon to eAgetutor.com or call 011-46592191","label":1}
75
+ {"text":"Today am going to college so am not able to atten the class.","label":0}
76
+ {"text":"Sorry. || mail? ||","label":0}
77
+ {"text":"Ok i will message u before i leave my house.","label":0}
78
+ {"text":"WHO ARE YOU SEEING?","label":0}
79
+ {"text":"Ur balance is now \ufffd600. Next question: Complete the landmark, Big, A. Bob, B. Barry or C. Ben ?. Text A, B or C to 83738. Good luck!","label":1}
80
+ {"text":"Dear V0DAF0NE Customer,You are a 5,00,000 winner of Guaranteed Caller Prize, this is our Final attempt to contact you! To Claim Call 8927307655 Now!","label":1}
81
+ {"text":"Sorry, got a late start, we're on the way","label":0}
82
+ {"text":"\\CHEERS FOR CALLIN BABE.SOZI CULDNT TALKBUT I WANNATELL U DETAILS LATER WENWECAN CHAT PROPERLY X\\\"\"","label":0}
83
+ {"text":"Ok. Very good. Its all about making that money.","label":0}
84
+ {"text":"* Was really good to see you the other day dudette, been missing you!","label":0}
85
+ {"text":"I'm not. She lip synced with shangela.","label":0}
86
+ {"text":"Ok. There may be a free gym about.","label":0}
87
+ {"text":"You still around? Looking to pick up later","label":0}
88
+ {"text":"Sexy Singles are waiting for you! Text your AGE followed by your GENDER as wither M or F E.G.23F. For gay men text your AGE followed by a G. e.g.23G.","label":1}
89
+ {"text":"Serious? What like proper tongued her","label":0}
90
+ {"text":"You give us back my id proof and <#> rs. We wont allow you to work. We will come to your home within days","label":0}
91
+ {"text":"Fighting with some1 who is close to u is dificult if u lose - u lose if u win - u still lose.","label":0}
92
+ {"text":"Also sir, i sent you an email about how to log into the usc payment portal. I.ll send you another message that should explain how things are back home. Have a great weekend.","label":0}
93
+ {"text":"Beautiful truth : Expression of the face could Be seen by everyone... But the depression of heart Could be understood only By the Loved ones.. Gud Ni8;-)","label":0}
94
+ {"text":"Machan you go to gym tomorrow, i wil come late goodnight.","label":0}
95
+ {"text":"Oi. Ami parchi na re. Kicchu kaaj korte iccha korche na. Phone ta tul na. Plz. Plz.","label":0}
96
+ {"text":"5 Free Top Polyphonic Tones call 087018728737, National Rate. Get a toppoly tune sent every week, just text SUBPOLY to 81618, \ufffd3 per pole. UnSub 08718727870.","label":1}
97
+ {"text":"I had askd u a question some hours before. Answer it first","label":0}
98
+ {"text":"Hello, my boytoy! I made it home and my constant thought is of you, my love. I hope your having a nice visit but I can't wait till you come home to me ...*kiss*","label":0}
99
+ {"text":"No problem. How are you doing?","label":0}
100
+ {"text":"Hi darlin i cantdo anythingtomorrow as myparents aretaking me outfor a meal. when are u free? Katexxx","label":0}
101
+ {"text":"Also remember the beads don't come off. Ever.","label":0}
102
+ {"text":"ATM BLOCK:Dear customer, Due to our system upgrade your ATM card has just been BL0CKED. To Re-Activate call customer care for help 7908807538 now.","label":1}
103
+ {"text":"Oh thats late! Well have a good night and i will give u a call tomorrow. Iam now going to go to sleep night night","label":0}
104
+ {"text":"When u love someone Dont make them to love u as much as u do. But Love them so much that they dont want to be loved by anyone except you... Gud nit.","label":0}
105
+ {"text":"Free Msg: Ringtone!From: http:\/\/tms. widelive.com\/index. wml?id=1b6a5ecef91ff9*37819&first=true18:0430-JUL-05","label":1}
106
+ {"text":"Love it! Daddy will make you scream with pleasure! I am going to slap your ass with my dick!","label":0}
107
+ {"text":"That sucks. I'll go over so u can do my hair. You'll do it free right?","label":0}
108
+ {"text":"Ryder unsold.now gibbs.","label":0}
109
+ {"text":"IM GONNA MISS U SO MUCH","label":0}
110
+ {"text":"Oh, yes, I've just been a little under the weather so i've kind of been coccooning at home","label":0}
111
+ {"text":"Lmao ok I wont be needing u to do my hair anymore.","label":0}
112
+ {"text":"Dnt worry...use ice pieces in a cloth pack.also take 2 tablets.","label":0}
113
+ {"text":"Back 2 work 2morro half term over! Can U C me 2nite 4 some sexy passion B4 I have 2 go back? Chat NOW 09099726481 Luv DENA Calls \u00a31\/minMobsmoreLKPOBOX177HP51FL","label":1}
114
+ {"text":"Faith makes things possible,Hope makes things work,Love makes things beautiful,May you have all three this Christmas!Merry Christmas!","label":0}
115
+ {"text":"Compliments to you. Was away from the system. How your side.","label":0}
116
+ {"text":"Text BANNEDUK to 89555 to see! cost 150p textoperator g696ga 18+ XXX","label":1}
117
+ {"text":"Lemme know when I can swing by and pick up, I'm free basically any time after 1 all this semester","label":0}
118
+ {"text":"Hey what happen de. Are you alright.","label":0}
119
+ {"text":"subscribe to weekly ringtone-get 1st week free-send SUBPOLY to 81618-?3 per week-stop sms-08718727870","label":1}
120
+ {"text":"And of course you should make a stink!","label":0}
121
+ {"text":"I'll let you know when it kicks in","label":0}
122
+ {"text":"What are youdoing later? Sar xxx","label":0}
123
+ {"text":"You are a \u00a31000 winner or Guaranteed Caller Prize, this is our Final attempt to contact you! To Claim Call 09071517866 Now! 150ppmPOBox10183BhamB64XE","label":1}
124
+ {"text":"Thanks for your ringtone order, ref number K718. Your mobile will be charged \u00a34.50. Should your tone not arrive please call customer services on 09065069120","label":1}
125
+ {"text":"For The First Time In The History 'Need' 'Comfort' And 'Luxury' Are Sold At Same Price In India..!! Onion-Rs. <#> Petrol-Rs. <#> Beer-Rs. <#> SHESIL <#>","label":0}
126
+ {"text":"I to am looking forward to all the sex cuddling.. Only two more sleeps","label":0}
127
+ {"text":"Dear customer,Your Apple 1D is due to expire today Prevent this by confiming your Apple ID at ataligaid daal.au","label":1}
128
+ {"text":"So when you gonna get rimac access","label":0}
129
+ {"text":"I like dis sweater fr mango but no more my size already so irritating.","label":0}
130
+ {"text":"You said to me before i went back to bed that you can't sleep for anything.","label":0}
131
+ {"text":"I'm vivek:)i got call from your number.","label":0}
132
+ {"text":"3. You have received your mobile content. Enjoy","label":1}
133
+ {"text":"I dunno lei... Like dun haf...","label":0}
134
+ {"text":"At home by the way","label":0}
135
+ {"text":"LookAtMe!: Thanks for your purchase of a video clip from LookAtMe!, you've been charged 35p. Think you can do better? Why not send a video in a MMSto 32323.","label":1}
136
+ {"text":"UR awarded a City Break and could WIN a \u00a3200 Summer Shopping spree every WK. Txt STORE to 88039 . SkilGme. TsCs087147403233","label":1}
137
+ {"text":"Well done ENGLAND! Get the official poly ringtone or colour flag on yer mobile! text TONE or FLAG to 84199 NOW! Opt-out txt ENG STOP. Box39822 W111WX \ufffd1.50","label":1}
138
+ {"text":"I dont know oh. Hopefully this month.","label":0}
139
+ {"text":"Have a lovely night and when you wake up to see this message, i hope you smile knowing all is as should be. Have a great morning","label":0}
140
+ {"text":"V-aluable. A-ffectionate. L-oveable. E-ternal. N-oble. T-ruthful. I-ntimate. N-atural. E-namous. Happy \\VALENTINES DAY\\\" in advance\"","label":0}
141
+ {"text":"Lol I would but my mom would have a fit and tell the whole family how crazy and terrible I am","label":0}
142
+ {"text":"Hey... are you going to quit soon? Xuhui and i working till end of the month","label":0}
143
+ {"text":"O we cant see if we can join denis and mina? Or does denis want alone time","label":0}
144
+ {"text":"Lol ok your forgiven :)","label":0}
145
+ {"text":"Cos daddy arranging time c wat time fetch \u00fc mah...","label":0}
146
+ {"text":"Ok but tell me half an hr b4 u come i need 2 prepare.","label":0}
147
+ {"text":"Where are the garage keys? They aren't on the bookshelf","label":0}
148
+ {"text":"No plm i will come da. On the way.","label":0}
149
+ {"text":"So gd got free ice cream... I oso wan...","label":0}
150
+ {"text":"Anytime...","label":0}
151
+ {"text":"Fighting with the world is easy, YOU either win or lose BUTt fightng with someONE who is close to u is dificult BECAUSE if u lose, u lose AND if u win, u still lose.","label":0}
152
+ {"text":"No da:)he is stupid da..always sending like this:)don believe any of those message.pandy is a mental:)","label":0}
153
+ {"text":"No..but heard abt tat..","label":0}
154
+ {"text":"I wasn't well babe, i have swollen glands at my throat ... What did you end up doing ?","label":0}
155
+ {"text":"Or \u00fc go buy wif him then i meet \u00fc later can?","label":0}
156
+ {"text":"Dear 0776xxxxxxx U've been invited to XCHAT. This is our final attempt to contact u! Txt CHAT to 86688 150p\/MsgrcvdHG\/Suite342\/2Lands\/Row\/W1J6HL LDN 18yrs","label":1}
157
+ {"text":"Pass dis to all ur contacts n see wat u get! Red;i'm in luv wid u. Blue;u put a smile on my face. Purple;u r realy hot. Pink;u r so swt. Orange;i thnk i lyk u. Green;i realy wana go out wid u. Yelow;i wnt u bck. Black;i'm jealous of u. Brown;i miss you Nw plz giv me one color","label":0}
158
+ {"text":"i am going to bed now prin","label":0}
159
+ {"text":"As a valued customer, I am pleased to advise you that following recent review of your Mob No. you are awarded with a \u00a32000 Bonus Prize, call 09066364529","label":1}
160
+ {"text":"do u think that any girl will propose u today by seing ur bloody funky face..........................","label":0}
161
+ {"text":"We'll you pay over like <#> yrs so its not too difficult","label":0}
162
+ {"text":"Mine here like all fr china then so noisy.","label":0}
163
+ {"text":"Oh ok\ufffdI'm watching here:) I know what to do","label":0}
164
+ {"text":"Alright, see you in a bit","label":0}
165
+ {"text":"Noice. Text me when you're here","label":0}
166
+ {"text":"Oops I did have it, <#> ?","label":0}
167
+ {"text":"Warner Village 83118 C Colin Farrell in SWAT this wkend @Warner Village & get 1 free med. Popcorn!Just show msg+ticket@kiosk.Valid 4-7\/12. C t&c @kiosk. Reply SONY 4 mre film offers","label":1}
168
+ {"text":"Kind of. Took it to garage. Centre part of exhaust needs replacing. Part ordered n taking it to be fixed tomo morning.","label":0}
169
+ {"text":"Where u been hiding stranger?","label":0}
170
+ {"text":"Do you still have the grinder?","label":0}
171
+ {"text":"Yeah that's what I thought, lemme know if anything's goin on later","label":0}
172
+ {"text":"Do you want bold 2 or bb torch","label":0}
173
+ {"text":"Joy's father is John. Then John is the NAME of Joy's father. Sweta","label":0}
174
+ {"text":"Ok good then i later come find \ufffd_... C lucky i told \ufffd_ to go earlier... Later pple take finish \ufffd_ no more again...","label":0}
175
+ {"text":"Good Luck! Draw takes place 28th Feb 06. Good Luck! For removal send STOP to 87239 customer services 08708034412","label":1}
176
+ {"text":"Try neva mate!!","label":0}
177
+ {"text":"Thanks. It was only from tescos but quite nice. All gone now. Speak soon","label":0}
178
+ {"text":"Aight text me when you're back at mu and I'll swing by, need somebody to get the door for me","label":0}
179
+ {"text":"WIN URGENT! Your mobile number has been awarded with a \u00a32000 prize GUARANTEED call 09061790121 from land line. claim 3030 valid 12hrs only 150ppm","label":1}
180
+ {"text":"Wanna get laid 2nite? Want real Dogging locations sent direct to ur mobile? Join the UK's largest Dogging Network. Txt PARK to 69696 now! Nyt. ec2a. 3lp \u00a31.50\/msg","label":1}
181
+ {"text":"HOW ARE U? I HAVE MISSED U! I HAVENT BEEN UP 2 MUCH A BIT BORED WITH THE HOLIDAY WANT 2 GO BAK 2 COLLEGE! SAD ISNT IT?xx","label":0}
182
+ {"text":"When you are big..| God will bring success.","label":0}
183
+ {"text":"Ill be at yours in about 3 mins but look out for me","label":0}
184
+ {"text":"There r many model..sony ericson also der.. <#> ..it luks good bt i forgot modl no","label":0}
185
+ {"text":"Come aftr <DECIMAL> ..now i m cleaning the house","label":0}
186
+ {"text":"Dude while were makin those weirdy brownies my sister made awesome cookies. I took pics.","label":0}
187
+ {"text":"HEY BABE! FAR 2 SPUN-OUT 2 SPK AT DA MO... DEAD 2 DA WRLD. BEEN SLEEPING ON DA SOFA ALL DAY, HAD A COOL NYTHO, TX 4 FONIN HON, CALL 2MWEN IM BK FRMCLOUD 9! J X","label":0}
188
+ {"text":"K..i deleted my contact that why?","label":0}
189
+ {"text":"Please Stay At Home. To encourage the notion of staying at home. All tax-paying citizens are entitled to \ufffd305.96 or more emergency refund. smsg.io\/fCVbD","label":1}
190
+ {"text":"Just now saw your message.it k da:)","label":0}
191
+ {"text":"Ok lor \u00fc reaching then message me.","label":0}
192
+ {"text":"I just lov this line: \\Hurt me with the truth","label":0}
193
+ {"text":"Free entry to the gr8prizes wkly comp 4 a chance to win the latest Nokia 8800, PSP or \ufffd250 cash every wk.TXT GREAT to 80878 http\/\/www.gr8prizes.com 08715705022","label":1}
194
+ {"text":"Sorry, I guess whenever I can get a hold of my connections, maybe an hour or two? I'll text you","label":0}
195
+ {"text":"Early bird! Any purchases yet?","label":0}
196
+ {"text":"Thats cool princess!","label":0}
197
+ {"text":"I jokin oni lar.. \ufffd\ufffd busy then i wun disturb \ufffd_.","label":0}
198
+ {"text":"We have pizza if u want","label":0}
199
+ {"text":"Sorry, I'll call later at night","label":0}
200
+ {"text":"I'm meeting Darren...","label":0}
201
+ {"text":"Rofl betta invest in some anti aging products","label":0}
202
+ {"text":"As per your request 'Melle Melle (Nurungu Vettam)' has been set as your callertune for all Callers. Press *9 to copy your friends Callertune","label":0}
203
+ {"text":"Honestly i've just made a lovely cup of tea and promptly dropped my keys in it and then burnt my fingers getting them out!","label":0}
204
+ {"text":"Can you do online transaction?","label":0}
205
+ {"text":"Probably a couple hours tops","label":0}
206
+ {"text":"When\/where do I pick you up","label":0}
207
+ {"text":"K. I will sent it again\ufffd.sorry for the mistake\ufffd","label":0}
208
+ {"text":"You have got tallent but you are wasting.","label":0}
209
+ {"text":"Ha! I wouldn't say that I just didn't read anything into way u seemed. I don't like 2 be judgemental....i save that for fridays in the pub!","label":0}
210
+ {"text":"Cant believe i said so many things to you this morning when all i really wanted to say was good morning, i love you! Have a beautiful morning. See you in the library later.","label":0}
211
+ {"text":"University of southern california.","label":0}
212
+ {"text":"SMS AUCTION - A BRAND NEW Nokia 7250 is up 4 auction today! Auction is FREE 2 join & take part! Txt NOKIA to 86021 now!","label":1}
213
+ {"text":"What is the plural of the noun research?","label":0}
214
+ {"text":"Sorry i now then c ur msg... Yar lor so poor thing... But only 4 one night... Tmr u'll have a brand new room 2 sleep in...","label":0}
215
+ {"text":"R u here yet? I'm wearing blue shirt n black pants.","label":0}
216
+ {"text":"Lol! Nah wasn't too bad thanks. Its good to b home but its been quite a reality check. Hows ur day been? Did u do anything with website?","label":0}
217
+ {"text":"Sir, Waiting for your mail.","label":0}
218
+ {"text":"Wanna get laid 2nite? Want real Dogging locations sent direct to ur mobile? Join the UK's largest Dogging Network. Txt PARK to 69696 now! Nyt. ec2a. 3lp \ufffd1.50\/msg","label":1}
219
+ {"text":"You have won ?1,000 cash or a ?2,000 prize! To claim, call09050000327","label":1}
220
+ {"text":"YOUR MOBILE NUMBER HAS WON 3.6 CRORE FROM SAMSUNG UK AWARD TO RECEIVE YOUR PRIZE,SEND UR NAME, MOBILE,N0,ADDRES, AGE,SEX, OCCUP TO\ufffdsamsungzoneuk@outlook.com","label":1}
221
+ {"text":"Good morning pookie pie! Lol hope I didn't wake u up","label":0}
222
+ {"text":"Well, I was about to give up cos they all said no they didn\ufffd\ufffd\ufffdt do one nighters. I persevered and found one but it is very cheap so i apologise in advance. It is just somewhere to sleep isnt it?","label":0}
223
+ {"text":"Got it. Seventeen pounds for seven hundred ml \ufffd\ufffd\ufffd hope ok.","label":0}
224
+ {"text":"Just normal only here :)","label":0}
225
+ {"text":"Thnx dude. u guys out 2nite?","label":0}
226
+ {"text":"I thk u dun haf 2 hint in e forum already lor... Cos i told ron n darren is going 2 tell shuhui.","label":0}
227
+ {"text":"That's the thing with apes, u can fight to the death to keep something, but the minute they have it when u let go, thats it!","label":0}
228
+ {"text":"Your daily text from me \ufffd\ufffd\ufffd a favour this time","label":0}
229
+ {"text":"Mind blastin.. No more Tsunamis will occur from now on.. Rajnikant stopped swimming in Indian Ocean..:-D","label":0}
230
+ {"text":"\\Hi darlin did youPhone me? Im atHome if youwanna chat.\\\"\"","label":0}
231
+ {"text":"500 free text msgs. Just text ok to 80488 a or call 08718738034 nd we'll credit your account","label":1}
232
+ {"text":"Hi good mornin.. Thanku wish u d same..","label":0}
233
+ {"text":"True. It is passable. And if you get a high score and apply for phd, you get 5years of salary. So it makes life easier.","label":0}
234
+ {"text":"Hi. Happy New Year. I dont mean to intrude but can you pls let me know how much tuition you paid last semester and how much this semester is. Thanks","label":0}
235
+ {"text":"Ok... C ya...","label":0}
236
+ {"text":"Yup... From what i remb... I think should be can book...","label":0}
237
+ {"text":"Anything lor is she coming?","label":0}
238
+ {"text":"It\ufffd\ufffd\ufffds reassuring, in this crazy world.","label":0}
239
+ {"text":"What's up. Do you want me to come online?","label":0}
240
+ {"text":"Your Number has won 365,000 pounds and two mobile phones in the ongoing COCACOLA\/UK PROMO. Contact MR. Billy: cocacolaclaimsoffice@yahoo.com +447014233755","label":1}
241
+ {"text":"Purity of friendship between two is not about smiling after reading the forwarded message..Its about smiling just by seeing the name. Good morning","label":0}
242
+ {"text":"So you think i should actually talk to him? Not call his boss in the morning? I went to this place last year and he told me where i could go and get my car fixed cheaper. He kept telling me today how much he hoped i would come back in, how he always regretted not getting my number, etc.","label":0}
243
+ {"text":"Dear we got <#> dollars hi hi","label":0}
244
+ {"text":"Ok... The theory test? when are \ufffd_ going to book? I think it's on 21 may. Coz thought wanna go out with jiayin. But she isnt free","label":0}
245
+ {"text":"Most of the tiime when i don't let you hug me it's so i don't break into tears.","label":0}
246
+ {"text":"Boooo you always work. Just quit.","label":0}
247
+ {"text":"Do you like Italian food?","label":0}
248
+ {"text":"I've been barred from all B and Q stores for life!?This twat in orange dungerees came up to me and asked if I wanted decking? So I got the first punch in!!","label":0}
249
+ {"text":"No I'm good for the movie, is it ok if I leave in an hourish?","label":0}
250
+ {"text":"Thats cool. Where should i cum? On you or in you? :)","label":0}
251
+ {"text":"As a valued customer, I am pleased to advise you that following recent review of your Mob No. you are awarded with a \ufffd1500 Bonus Prize, call 09066364589","label":1}
252
+ {"text":"Say this slowly.? GOD,I LOVE YOU & I NEED YOU,CLEAN MY HEART WITH YOUR BLOOD.Send this to Ten special people & u c miracle tomorrow, do it,pls,pls do it...","label":0}
253
+ {"text":"Aiyar sorry lor forgot 2 tell u...","label":0}
254
+ {"text":"I keep ten rs in my shelf to purchase a ball..","label":0}
255
+ {"text":"I ain't answerin no phone at what is actually a pretty reasonable hour but I'm sleepy","label":0}
256
+ {"text":"The message sent is askin for <#> dollars. Shoul i pay <#> or <#> ?","label":0}
257
+ {"text":"Oh... Lk tt den we take e one tt ends at cine lor... Dun wan yogasana oso can...","label":0}
258
+ {"text":"K.k:)i'm going to tirunelvali this week to see my uncle ..i already spend the amount by taking dress .so only i want money.i will give it on feb 1","label":0}
259
+ {"text":"Please leave this topic..sorry for telling that..","label":0}
260
+ {"text":"I'm coming home 4 dinner.","label":0}
261
+ {"text":"WINNER!! As a valued network customer you have been selected to receivea \u00a3900 prize reward! To claim call 09061701461. Claim code KL341. Valid 12 hours only.","label":1}
262
+ {"text":"If you can make it any time tonight or whenever you can it's cool, just text me whenever you're around","label":0}
263
+ {"text":"Thanks for your ringtone order, ref number R836. Your mobile will be charged \ufffd4.50. Should your tone not arrive please call customer services on 09065069154","label":1}
264
+ {"text":"I cant pick the phone right now. Pls send a message if anything urgent..","label":0}
265
+ {"text":"Which is weird because I know I had it at one point","label":0}
266
+ {"text":"If I get there before you after your ten billion calls and texts so help me god","label":0}
267
+ {"text":"No. 1 Nokia Tone 4 ur mob every week! Just txt NOK to 87021. 1st Tone FREE ! so get txtin now and tell ur friends.","label":1}
268
+ {"text":"Dear Voucher Holder, To claim this weeks offer, at you PC please go to http:\/\/www.e-tlp.co.uk\/rewa","label":1}
269
+ {"text":"I dont thnk its a wrong calling between us..hope u understand","label":0}
270
+ {"text":"Hi! You just spoke to MANEESHA V. We'd like to know if you were satisfied with the experience. Reply Toll Free with Yes or No.","label":0}
271
+ {"text":"On the way to office da..","label":0}
272
+ {"text":"Wellness Profile -health checkup from Thyrocare: Covers heart, thyroid, kidney, liver, diabetes & more. 63 Wellness Tests @home service with 33% Disc. : 09222201004","label":1}
273
+ {"text":"Eat at old airport road... But now 630 oredi... Got a lot of pple...","label":0}
274
+ {"text":"Yeah, in fact he just asked if we needed anything like an hour ago. When and how much?","label":0}
275
+ {"text":"Just sent it. So what type of food do you like?","label":0}
276
+ {"text":"TBS\/PERSOLVO. been chasing us since Sept for\ufffd38 definitely not paying now thanks to your information. We will ignore them. Kath. Manchester.","label":0}
277
+ {"text":"HIYA STU WOT U UP 2.IM IN SO MUCH TRUBLE AT HOME AT MOMENT EVONE HATES ME EVEN U! WOT THE HELL AV I DONE NOW? Y WONT U JUST TELL ME TEXT BCK PLEASE LUV DAN","label":0}
278
+ {"text":"Lol wtf random. Btw is that your lunch break","label":0}
279
+ {"text":"Sorry man my account's dry or I would, if you want we could trade back half or I could buy some shit with my credit card","label":0}
280
+ {"text":"Funny fact Nobody teaches volcanoes 2 erupt, tsunamis 2 arise, hurricanes 2 sway aroundn no 1 teaches hw 2 choose a wife Natural disasters just happens","label":0}
281
+ {"text":"Have you bookedthe hut? And also your time off? How are you by the way?","label":0}
282
+ {"text":"Congratulations YOU'VE Won. You're a Winner in our August \ufffd1000 Prize Draw. Call 09066660100 NOW. Prize Code 2309.","label":1}
283
+ {"text":"Aight, lemme know what's up","label":0}
284
+ {"text":"ALRITE SAM ITS NIC JUST CHECKIN THAT THIS IS UR NUMBER-SO IS IT?T.B*","label":0}
285
+ {"text":"Thanks for your message. I really appreciate your sacrifice. I'm not sure of the process of direct pay but will find out on my way back from the test tomorrow. I'm in class now. Do have a wonderful day.","label":0}
286
+ {"text":"Easy ah?sen got selected means its good..","label":0}
287
+ {"text":"Depends on quality. If you want the type i sent boye, faded glory, then about 6. If you want ralphs maybe 2","label":0}
288
+ {"text":"You have registered Sinco as Payee. Log in at icicibank.com and enter URN <#> to confirm. Beware of frauds. Do NOT share or disclose URN to anyone.","label":0}
289
+ {"text":"Then ur sis how?","label":0}
290
+ {"text":"Congrats! 1 year special cinema pass for 2 is yours. call 09061209465 now! C Suprman V, Matrix3, StarWars3, etc all 4 FREE! bx420-ip4-5we. 150pm. Dont miss out!","label":1}
291
+ {"text":"Leave it de:-). Start Prepare for next:-)..","label":0}
292
+ {"text":"<Forwarded from 21870000>Hi - this is your Mailbox Messaging SMS alert. You have 40 matches. Please call back on 09056242159 to retrieve your messages and matches cc100p\/min","label":1}
293
+ {"text":"Spoons it is then okay?","label":0}
294
+ {"text":"Hi its Kate it was lovely to see you tonight and ill phone you tomorrow. I got to sing and a guy gave me his card! xxx","label":0}
295
+ {"text":"Lol yep did that yesterday. Already got my fireplace. Now its just another icon sitting there for me.","label":0}
296
+ {"text":"1's reach home call me.","label":0}
297
+ {"text":"Wat r u doing now?","label":0}
298
+ {"text":"Aiyo cos i sms \u00fc then \u00fc neva reply so i wait 4 \u00fc to reply lar. I tot \u00fc havent finish ur lab wat.","label":0}
299
+ {"text":"Collect your VALENTINE'S weekend to PARIS inc Flight & Hotel + \ufffd200 Prize guaranteed! Text: PARIS to No: 69101. www.rtf.sphosting.com","label":1}
300
+ {"text":"So its to be poking man everyday that they teach you in canada abi! How are you. Just saying hi.","label":0}
301
+ {"text":"\u00dc thk of wat to eat tonight.","label":0}
302
+ {"text":"New car and house for my parents.:)i have only new job in hand:)","label":0}
303
+ {"text":"Yup \u00fc not comin :-(","label":0}
304
+ {"text":"83039 62735=\u00a3450 UK Break AccommodationVouchers terms & conditions apply. 2 claim you mustprovide your claim number which is 15541","label":1}
305
+ {"text":"The sign of maturity is not when we start saying big things.. But actually it is, when we start understanding small things... *HAVE A NICE EVENING* BSLVYL","label":0}
306
+ {"text":"A bloo bloo bloo I'll miss the first bowl","label":0}
307
+ {"text":"This is the 2nd time we have tried 2 contact u. U have won the 750 Pound prize. 2 claim is easy, call 08718726970 NOW! Only 10p per min. BT-national-rate","label":1}
308
+ {"text":"Bored housewives! Chat n date now! 0871750.77.11! BT-national rate 10p\/min only from landlines!","label":1}
309
+ {"text":"Check Out Choose Your Babe Videos @ sms.shsex.netUN fgkslpoPW fgkslpo","label":1}
310
+ {"text":"Good. Good job. I like entrepreneurs","label":0}
311
+ {"text":"Get ur 1st RINGTONE FREE NOW! Reply to this msg with TONE. Gr8 TOP 20 tones to your phone every week just \u00a31.50 per wk 2 opt out send STOP 08452810071 16","label":1}
312
+ {"text":"Got it. Seventeen pounds for seven hundred ml \u2013 hope ok.","label":0}
313
+ {"text":"Hey no I ad a crap nite was borin without ya 2 boggy with me u boring biatch! Thanx but u wait til nxt time il ave ya","label":0}
314
+ {"text":"Sorry chikku, my cell got some problem thts y i was nt able to reply u or msg u..","label":0}
315
+ {"text":"wow. You're right! I didn't mean to do that. I guess once i gave up on boston men and changed my search location to nyc, something changed. Cuz on my signin page it still says boston.","label":0}
316
+ {"text":"Sry da..jst nw only i came to home..","label":0}
317
+ {"text":"thesmszone.com lets you send free anonymous and masked messages..im sending this message from there..do you see the potential for abuse???","label":1}
318
+ {"text":"Shall I bring us a bottle of wine to keep us amused? Only joking! I'll bring one anyway","label":0}
319
+ {"text":"CERI U REBEL! SWEET DREAMZ ME LITTLE BUDDY!! C YA 2MORO! WHO NEEDS BLOKES","label":0}
320
+ {"text":"lAMI..where are you dear..ITS TOO TOUGH","label":0}
321
+ {"text":"Did you show him and wot did he say or could u not c him 4 dust?","label":0}
322
+ {"text":"our mobile number has won \u00a35000, to claim calls us back or ring the claims hot line on 09050005321.","label":1}
323
+ {"text":"Have you been practising your curtsey?","label":0}
324
+ {"text":"I will treasure every moment we spend together...","label":0}
325
+ {"text":"Dunno lei... I might b eatin wif my frens... If \u00fc wan to eat then i wait 4 \u00fc lar","label":0}
326
+ {"text":"We are at grandmas. Oh dear, u still ill? I felt Shit this morning but i think i am just hungover! Another night then. We leave on sat.","label":0}
327
+ {"text":"Wat time do u wan 2 meet me later?","label":0}
328
+ {"text":"There are some nice pubs near here or there is Frankie n Bennys near the warner cinema?","label":0}
329
+ {"text":"78% in mca. But not conform.","label":0}
330
+ {"text":"ATM BLOCK:Dear customer, Due to our system upgrade your ATM card has just been BL0CKED. To Re-Activate call customer care for help 6299257179 now.","label":1}
331
+ {"text":"Da my birthdate in certificate is in april but real date is today. But dont publish it. I shall give you a special treat if you keep the secret. Any way thanks for the wishes","label":0}
332
+ {"text":"S.this will increase the chance of winning.","label":0}
333
+ {"text":"Dear Customer,U've been selected to stay in F1VE STAR hotels - FOR T0DAY'S DRAW! Holiday valued at INR 5,00,000.Dial 6200992462 to claim","label":1}
334
+ {"text":"Send ur birthdate with month and year, I will tel u ur LIFE PARTNER'S name. and the method of calculation. Reply must.","label":0}
335
+ {"text":"Wishing you and your family Merry \\X\\\" mas and HAPPY NEW Year in advance..\"","label":0}
336
+ {"text":":-( that's not v romantic!","label":0}
337
+ {"text":"Hi , where are you? We're at and they're not keen to go out i kind of am but feel i shouldn't so can we go out tomo, don't mind do you?","label":0}
338
+ {"text":"I was at bugis juz now wat... But now i'm walking home oredi... \ufffd\ufffd so late then reply... I oso saw a top dat i like but din buy... Where r \ufffd_ now?","label":0}
339
+ {"text":"You call him now ok i said call him","label":0}
340
+ {"text":"How u doin baby girl ?? hope u are okay every time I call ure phone is off! I miss u get in touch","label":0}
341
+ {"text":"Dear reached railway. What happen to you","label":0}
342
+ {"text":"Still i have not checked it..","label":0}
343
+ {"text":"Yes..he is really great..bhaji told kallis best cricketer after sachin in world:).very tough to get out.","label":0}
344
+ {"text":"Fine if that's the way u feel. That's the way its gota b","label":0}
345
+ {"text":"Do you want a New Nokia 3510i colour phone DeliveredTomorrow? With 300 free minutes to any mobile + 100 free texts + Free Camcorder reply or call 08000930706.","label":1}
346
+ {"text":"How is your schedule next week? I am out of town this weekend.","label":0}
347
+ {"text":"How's it feel? Mr. Your not my real Valentine just my yo Valentine even tho u hardly play!!","label":0}
348
+ {"text":"BMO have noticed unusual activites on your online account. You are required to verify your account details.www.97bmo.tk","label":1}
349
+ {"text":"Okey dokey, i'll be over in a bit just sorting some stuff out.","label":0}
350
+ {"text":"Dear Voucher Holder, To claim this weeks offer, at you PC please go to http:\/\/www.e-tlp.co.uk\/reward. Ts&Cs apply.","label":1}
351
+ {"text":"Dear PAYTM customer your Paytm KYC has expired. Contact customer care No-7908807538 immediately. your account will Block within 24 hr. Thank you PAYTM TEAM.","label":1}
352
+ {"text":"Your opinion about me? 1. Over 2. Jada 3. Kusruthi 4. Lovable 5. Silent 6. Spl character 7. Not matured 8. Stylish 9. Simple","label":0}
353
+ {"text":"I cant pick the phone right now. Pls send a message","label":0}
354
+ {"text":"+449071512431 URGENT! This is the 2nd attempt to contact U!U have WON \ufffd1250 CALL 09071512433 b4 050703 T&CsBCM4235WC1N3XX. callcost 150ppm mobilesvary. max\ufffd7. 50","label":1}
355
+ {"text":"HEY DAS COOL... IKNOW ALL 2 WELLDA PERIL OF STUDENTFINANCIAL CRISIS!SPK 2 U L8R.","label":0}
356
+ {"text":"Call me da, i am waiting for your call.","label":0}
357
+ {"text":"ZOE IT JUST HIT ME 2 IM FUCKING SHITIN MYSELF IL DEFO TRY MY HARDEST 2 CUM 2MOROW LUV U MILLIONS LEKDOG","label":0}
358
+ {"text":"I'm doing da intro covers energy trends n pros n cons... Brief description of nuclear fusion n oso brief history of iter n jet got abt 7 n half pages..","label":0}
359
+ {"text":"Yup i've finished c \ufffd_ there...","label":0}
360
+ {"text":"No messages on her phone. I'm holding it now","label":0}
361
+ {"text":"Lets use it next week, princess :)","label":0}
362
+ {"text":"Anyway I don't think I can secure anything up here, lemme know if you want me to drive down south and chill","label":0}
363
+ {"text":"Goodmorning sleeping ga.","label":0}
364
+ {"text":"Hahaha..use your brain dear\ufffd.thats important","label":0}
365
+ {"text":"Call from 08702490080 - tells u 2 call 09066358152 to claim \ufffd5000 prize. U have 2 enter all ur mobile & personal details @ the prompts. Careful!","label":1}
366
+ {"text":"I take it the post has come then! You must have 1000s of texts now! Happy reading. My one from wiv hello caroline at the end is my favourite. Bless him","label":0}
367
+ {"text":"PRIVATE! Your 2004 Account Statement for 07742676564 shows 786 unredeemed Bonus Points. To claim call 08719180249 Identifier Code: 45239 Expires","label":1}
368
+ {"text":"I want to tel u one thing u should not mistake me k THIS IS THE MESSAGE THAT YOU SENT:)","label":0}
369
+ {"text":"I think the other two still need to get cash but we can def be ready by 9","label":0}
370
+ {"text":"I will come with karnan car. Please wait till 6pm will directly goto doctor.","label":0}
371
+ {"text":"5 nights...We nt staying at port step liao...Too ex","label":0}
372
+ {"text":"Cab is available.they pick up and drop at door steps.","label":0}
373
+ {"text":"We're on the opposite side from where we dropped you off","label":0}
374
+ {"text":"Wait that's still not all that clear, were you not sure about me being sarcastic or that that's why x doesn't want to live with us","label":0}
375
+ {"text":"You need to get up. Now.","label":0}
376
+ {"text":"Apart from the one i told you about yesterday?","label":0}
377
+ {"text":"8 at the latest, g's still there if you can scrounge up some ammo and want to give the new ak a try","label":0}
378
+ {"text":"URGENT! We are trying to contact U. Todays draw shows that you have won a \u00a32000 prize GUARANTEED. Call 09058094507 from land line. Claim 3030. Valid 12hrs only","label":1}
379
+ {"text":"Xy trying smth now. U eat already? We havent...","label":0}
380
+ {"text":"No screaming means shouting..","label":0}
381
+ {"text":"I went to ur hon lab but no one is there.","label":0}
382
+ {"text":"\\Aww you must be nearly dead!Well Jez isComing over toDo some workAnd that whillTake forever!\\\"\"","label":0}
383
+ {"text":"Are you angry with me. What happen dear","label":0}
384
+ {"text":"I tagged MY friends that you seemed to count as YOUR friends.","label":0}
385
+ {"text":"Customer service announcement. We recently tried to make a delivery to you but were unable to do so, please call 07090298926 to re-schedule. Ref:9307622","label":1}
386
+ {"text":"Yar lor... How u noe? U used dat route too?","label":0}
387
+ {"text":"You gonna ring this weekend or wot?","label":0}
388
+ {"text":"Just buy a pizza. Meat lovers or supreme. U get to pick.","label":0}
389
+ {"text":"Don't give a flying monkeys wot they think and I certainly don't mind. Any friend of mine and all that!","label":0}
390
+ {"text":"Hey. You got any mail?","label":0}
391
+ {"text":"Same to u...","label":0}
392
+ {"text":"S.i'm watching it in live..","label":0}
393
+ {"text":"Carlos'll be here in a minute if you still need to buy","label":0}
394
+ {"text":"It's \u00a36 to get in, is that ok?","label":0}
395
+ {"text":"FreeMsg Why haven't you replied to my text? I'm Randy, sexy, female and live local. Luv to hear from u. Netcollex Ltd 08700621170150p per msg reply Stop to end","label":1}
396
+ {"text":"Ron say fri leh. N he said ding tai feng cant make reservations. But he said wait lor.","label":0}
397
+ {"text":"Hi, wlcome back, did wonder if you got eaten by a lion or something, nothing much","label":0}
398
+ {"text":"Ok ill tell the company","label":0}
399
+ {"text":"I'm not sure, I was just checking out what was happening around the area","label":0}
400
+ {"text":"Goodmorning, today i am late for 2hrs. Because of back pain.","label":0}
401
+ {"text":"My supervisor find 4 me one lor i thk his students. I havent ask her yet. Tell u aft i ask her.","label":0}
402
+ {"text":"You have WON a guaranteed \ufffd1000 cash or a \ufffd2000 prize. To claim yr prize call our customer service representative on 08714712412 between 10am-7pm Cost 10p","label":1}
403
+ {"text":"Want to send me a virtual hug?... I need one","label":0}
404
+ {"text":"Usually the person is unconscious that's in children but in adults they may just behave abnormally. I.ll call you now","label":0}
405
+ {"text":"Horrible u eat macs eat until u forgot abt me already rite... U take so long 2 reply. I thk it's more toot than b4 so b prepared. Now wat shall i eat?","label":0}
406
+ {"text":"Omg I want to scream. I weighed myself and I lost more weight! Woohoo!","label":0}
407
+ {"text":"on a Tuesday night r u 4 real","label":0}
408
+ {"text":"So i could kiss and feel you next to me...","label":0}
409
+ {"text":"Just hopeing that wasn't too pissed up to remember and has gone off to his sisters or something!","label":0}
410
+ {"text":"Win a \ufffd1000 cash prize or a prize worth \ufffd5000","label":1}
411
+ {"text":"i can call in <#> min if thats ok","label":0}
412
+ {"text":"Beautiful Truth against Gravity.. Read carefully: \\Our heart feels light when someone is in it.. But it feels very heavy when someone leaves it..\\\" GOODMORNING\"","label":0}
413
+ {"text":"Pls tell nelson that the bb's are no longer comin. The money i was expecting aint coming","label":0}
414
+ {"text":"I'm in school now n i'll be in da lab doing some stuff give me a call when \ufffd_ r done.","label":0}
415
+ {"text":"Have you seen who's back at Holby?!","label":0}
416
+ {"text":"Double Mins & Double Txt & 1\/2 price Call MobileUpd8 for the very latest offers. 08000839402 or call2optout\/LF56","label":1}
417
+ {"text":"Hey next sun 1030 there's a basic yoga course... at bugis... We can go for that... Pilates intro next sat.... Tell me what time you r free","label":0}
418
+ {"text":"Hey! Congrats 2u2. id luv 2 but ive had 2 go home!","label":0}
419
+ {"text":"The world is running and i am still.maybe all are feeling the same,so be it.or i have to admit,i am mad.then where is the correction?or let me call this is life.and keep running with the world,may be u r also running.lets run.","label":0}
420
+ {"text":"Wat r u doing? Call me","label":0}
421
+ {"text":"Ok but knackered. Just came home and went to sleep! Not good at this full time work lark.","label":0}
422
+ {"text":"Hi.:)technical support.providing assistance to us customer through call and email:)","label":0}
423
+ {"text":"They can try! They can get lost, in fact. Tee hee","label":0}
424
+ {"text":"Sure! I am driving but will reach my destination soon.","label":0}
425
+ {"text":"So many people seems to be special at first sight, But only very few will remain special to you till your last sight.. Maintain them till life ends.. take Care\ufffd","label":0}
426
+ {"text":"Welcome! Please reply with your AGE and GENDER to begin. e.g 24M","label":1}
427
+ {"text":"Yes its possible but dint try. Pls dont tell to any one k","label":0}
428
+ {"text":"Hi, Mobile no. 8623458765 has added you in their contact list on www.fullonsms.com It s a great place to send free sms to people For more visit fullonsms.com","label":1}
429
+ {"text":"Yup, leaving right now, be back soon","label":0}
430
+ {"text":"Oh ho. this the first time u use these type of words..I didn\ufffdt expected this...","label":0}
431
+ {"text":"Oh... Icic... K lor, den meet other day...","label":0}
432
+ {"text":"UR awarded a City Break and could WIN a \ufffd200 Summer Shopping spree every WK. Txt STORE to 88039 . SkilGme. TsCs087147403231Winawk!Age16 \ufffd1.50perWKsub","label":1}
433
+ {"text":"If you r @ home then come down within 5 min","label":0}
434
+ {"text":"Hi neva worry bout da truth coz the truth will lead me 2 ur heart. It\ufffd\ufffds the least a unique person like u deserve. Sleep tight or morning","label":0}
435
+ {"text":"URGENT! Your Mobile number has been awarded with a \ufffd2000 Bonus Caller Prize. Call 09058095201 from land line. Valid 12hrs only","label":1}
436
+ {"text":"Hows the pain dear?y r u smiling?","label":0}
437
+ {"text":"I'm in solihull, | do you want anything?","label":0}
438
+ {"text":"Aiyar dun disturb u liao... Thk u have lots 2 do aft ur cupboard come...","label":0}
439
+ {"text":"So when do you wanna gym harri","label":0}
440
+ {"text":"my ex-wife was not able to have kids. Do you want kids one day?","label":0}
441
+ {"text":"Ok. Wonderful\ufffd","label":0}
442
+ {"text":"Shall I bring us a bottle of wine to keep us amused? Only joking! I\ufffd\ufffd\ufffdll bring one anyway","label":0}
443
+ {"text":"I know girls always safe and selfish know i got it pa. Thank you. good night.","label":0}
444
+ {"text":"No problem with the renewal. I.ll do it right away but i dont know his details.","label":0}
445
+ {"text":"Promotion Number: 8714714 - UR awarded a City Break and could WIN a \ufffd200 Summer Shopping spree every WK. Txt STORE to 88039 . SkilGme. TsCs087147403231Winawk!Age16 \ufffd1.50perWKsub","label":1}
446
+ {"text":"Not sure I have the stomach for it ...","label":0}
447
+ {"text":"And I don't plan on staying the night but I prolly won't be back til late","label":0}
448
+ {"text":"I'm home\ufffdcall me\ufffd","label":0}
449
+ {"text":"As a valued customer, I am pleased to advise you that following recent draw of your Mobile No. you are awarded with a Rs.2,00,000 Bonus Prize, call 6200992462","label":1}
450
+ {"text":"Daddy will take good care of you :)","label":0}
451
+ {"text":"Howz that persons story..have u read that?","label":0}
452
+ {"text":"I am back. Good journey! Let me know if you need any of the receipts. Shall i tell you like the pendent?","label":0}
453
+ {"text":"Happy or sad , one thing about past is- \\Its no more\\\" GOOD MORNING :-):-).\"","label":0}
454
+ {"text":"0A$NETWORKS allow companies to bill for SMS, so they are responsible for their \"suppliers\", just as a shop has to give a guarantee on what they sell. B. G.","label":1}
455
+ {"text":"Aight, call me once you're close","label":0}
456
+ {"text":"URGENT! We are trying to contact you. Last weekends draw shows that you won a \u00a31000 prize GUARANTEED. Call 09064012160. Claim Code K52. Valid 12hrs only. 150ppm","label":1}
457
+ {"text":"Well she's in for a big surprise!","label":0}
458
+ {"text":"Hi babe its me thanks for coming even though it didnt go that well!i just wanted my bed! Hope to see you soon love and kisses xxx","label":0}
459
+ {"text":"Ic. There are a lotta childporn cars then.","label":0}
460
+ {"text":"Just so that you know,yetunde hasn't sent money yet. I just sent her a text not to bother sending. So its over, you dont have to involve yourself in anything. I shouldn't have imposed anything on you in the first place so for that, i apologise.","label":0}
461
+ {"text":"Life is more strict than teacher... Bcoz Teacher teaches lesson & then conducts exam, But Life first conducts Exam & then teaches Lessons. Happy morning. . .","label":0}
462
+ {"text":"Gain the rights of a wife.dont demand it.i am trying as husband too.Lets see","label":0}
463
+ {"text":"Valentines Day Special! Win over \ufffd1000 in our quiz and take your partner on the trip of a lifetime! Send GO to 83600 now. 150p\/msg rcvd. CustCare:08718720201.","label":1}
464
+ {"text":"Doc prescribed me morphine cause the other pain meds aren't enough. Waiting for my mom to bring it. That med should kick in fast so I'm gonna try to be on later","label":0}
465
+ {"text":"Send this to ur friends and receive something about ur voice..... How is my speaking expression? 1.childish 2.naughty 3.Sentiment 4.rowdy 5.ful of attitude 6.romantic 7.shy 8.Attractive 9.funny <#> .irritating <#> .lovable. reply me..","label":0}
466
+ {"text":"I called but no one pick up e phone. I ask both of them already they said ok.","label":0}
467
+ {"text":"I've sent \u00fc my part..","label":0}
468
+ {"text":"Santa calling! Would your little ones like a call from Santa Xmas Eve? Call 09077818151 to book you time. Calls1.50ppm last 3mins 30s T&C www.santacalling.com","label":1}
469
+ {"text":"Yo come over carlos will be here soon","label":0}
470
+ {"text":"We have recalculated your vehicle tax. You are owed \ufffd48.84 due to over payment.Click the secure link http:\/\/ 103.208.86.96 to claim your refund.","label":1}
471
+ {"text":"Valentines Day Special! Win over \ufffd1000 in our quiz and take your partner on the trip of a lifetime! Send GO to 83600 now. 150p\/msg rcvd. CustCare:08718720201","label":1}
472
+ {"text":"I thought slide is enough.","label":0}
473
+ {"text":"My life Means a lot to me, Not because I love my life, But because I love the people in my life\ufffd.","label":0}
474
+ {"text":"7 wonders in My WORLD 7th You 6th Ur style 5th Ur smile 4th Ur Personality 3rd Ur Nature 2nd Ur SMS and 1st \"Ur Lovely Friendship\"... God bless U","label":0}
475
+ {"text":"K k :-):-) then watch some films.","label":0}
476
+ {"text":"As if i wasn't having enough trouble sleeping.","label":0}
477
+ {"text":"Msgs r not time pass.They silently say that I am thinking of U right now and also making U think of me at least 4 a moment. Gd nt.swt drms @Shesil","label":0}
478
+ {"text":"Re your call; You didn't see my facebook huh?","label":0}
479
+ {"text":"URGENT! You have won a 1 week FREE membership in our \u00a3100,000 Prize Jackpot! Txt the word: CLAIM to No: 81010 T&C www.dbuk.net","label":1}
480
+ {"text":"Draw va?i dont think so:)","label":0}
481
+ {"text":"A gram usually runs like <#> , a half eighth is smarter though and gets you almost a whole second gram for <#>","label":0}
482
+ {"text":"Actually fuck that, just do whatever, do find an excuse to be in tampa at some point before january though","label":0}
483
+ {"text":"Please call Amanda with regard to renewing or upgrading your current T-Mobile handset free of charge. Offer ends today. Tel 0845 021 3680 subject to T's and C's","label":1}
484
+ {"text":"\u2026 we r stayin here an extra week, back next wed. How did we do in the rugby this weekend? Hi to and and , c u soon \"","label":0}
485
+ {"text":"U attend ur driving lesson how many times a wk n which day?","label":0}
486
+ {"text":"I want <#> rs da:)do you have it?","label":0}
487
+ {"text":"No dear. . Tanu going to talk in surya tv","label":0}
488
+ {"text":"Really good:)dhanush rocks once again:)","label":0}
489
+ {"text":"\\CHA QUITEAMUZING THAT\ufffd\ufffdSCOOL BABE","label":0}
490
+ {"text":"Wot is u up 2 then bitch?","label":0}
491
+ {"text":"U gd lor go shopping i got stuff to do. U wan 2 watch infernal affairs a not? Come lar...","label":0}
492
+ {"text":"No you'll just get a headache trying to figure it out. U can trust me to do the math. I promise. O:-)","label":0}
493
+ {"text":"Do have a nice day today. I love you so dearly.","label":0}
494
+ {"text":"Better than bb. If he wont use it, his wife will or them doctor","label":0}
495
+ {"text":"CDs 4u: Congratulations ur awarded \ufffd500 of CD gift vouchers or \ufffd125 gift guaranteed & Freeentry 2 \ufffd100 wkly draw xt MUSIC to 87066 TnCs www.ldew.com1win150ppmx3age16","label":1}
496
+ {"text":"Latest Nokia Mobile or iPOD MP3 Player +\ufffd400 proze GUARANTEED! Reply with: WIN to 83355 now! Norcorp Ltd.\ufffd1,50\/Mtmsgrcvd18+","label":1}
497
+ {"text":"Download as many ringtones as u like no restrictions, 1000s 2 choose. U can even send 2 yr buddys. Txt Sir to 80082 \u00a33","label":1}
498
+ {"text":"Good! No, don\ufffd\ufffd\ufffdt need any receipts\ufffd\ufffd\ufffdwell done! (\ufffd\ufffd_) Yes, please tell . What\ufffd\ufffd\ufffds her number, i could ring her","label":0}
499
+ {"text":"Xmas & New Years Eve tickets are now on sale from the club, during the day from 10am till 8pm, and on Thurs, Fri & Sat night this week. They're selling fast!","label":1}
500
+ {"text":"Right on brah, see you later","label":0}
501
+ {"text":"How was txting and driving","label":0}
502
+ {"text":"I can. But it will tell quite long, cos i haven't finish my film yet...","label":0}
503
+ {"text":"New Mobiles from 2004, MUST GO! Txt: NOKIA to No: 89545 & collect yours today! From ONLY \u00a31. www.4-tc.biz 2optout 087187262701.50gbp\/mtmsg18 TXTAUCTION.","label":1}
504
+ {"text":"As per your request 'Maangalyam (Alaipayuthe)' has been set as your callertune for all Callers. Press *9 to copy your friends Callertune","label":0}
505
+ {"text":"Tell them no need to investigate about me anywhere.","label":0}
506
+ {"text":"Omg it could snow here tonite!","label":0}
507
+ {"text":"Your bill at 3 is \u00a333.65 so thats not bad!","label":0}
508
+ {"text":"Sorry, I'll call later in night","label":0}
509
+ {"text":"Hope you are having a good TIME.","label":0}
510
+ {"text":"It doesnt make sense to take it there unless its free. If you need to know more, wikipedia.com","label":0}
511
+ {"text":"You'd like that wouldn't you? Jerk!","label":0}
512
+ {"text":"This message is free. Welcome to the new & improved Sex & Dogging club! To unsubscribe from this service reply STOP. msgs@150p 18+only","label":1}
513
+ {"text":"Ultimately tor motive tui achieve korli.","label":0}
514
+ {"text":"Did u got that persons story..all well?","label":0}
515
+ {"text":"Your weekly Cool-Mob tones are ready to download !This weeks new Tones include: 1) Crazy Frog-AXEL F>>> 2) Akon-Lonely>>> 3) Black Eyed-Dont P >>>More info in n","label":1}
516
+ {"text":"FreeMsg:Feelin kinda lnly hope u like 2 keep me company! Jst got a cam moby wanna c my pic?Txt or reply DATE to 82242 Msg150p 2rcv Hlp 08712317606 stop to 82242","label":1}
517
+ {"text":"Okie\ufffdenjoy!!","label":0}
518
+ {"text":"U can call now...","label":0}
519
+ {"text":"SMS SERVICES For your inclusive text credits pls gotto www.comuk.net login 3qxj9 unsubscribe with STOP no extra charge help 08702840625 comuk.220cm2 9AE","label":1}
520
+ {"text":"Honey, can you pls find out how much they sell Predicte in Nigeria. And how many times can it be used. Its very important to have a reply before monday","label":0}
521
+ {"text":"Haha, my friend tyler literally just asked if you could get him a dubsack","label":0}
522
+ {"text":"No. On the way home. So if not for the long dry spell the season would have been over","label":0}
523
+ {"text":"Can you just come in for a sec? There's somebody here I want you to see","label":0}
524
+ {"text":"Rental Helpline 9999991155 1000-100, 000 sq.ft. In Noida & Gr.Noida OFFICE & INDUSTRIAL Use Goldenberg estates pvt.ltd. sandeep@goldenberg.in 999 999 1155","label":1}
525
+ {"text":"Play CricEx LIVE during India vs. Netherlands match - WIN iPad, Blackberry & Team India Jerseys at the end of the match. Logon to http:\/\/m.ibibo.com\/c\/10","label":1}
526
+ {"text":"Yes i think so. I am in office but my lap is in room i think thats on for the last few days. I didnt shut that down","label":0}
527
+ {"text":"HI BABE U R MOST LIKELY TO BE IN BED BUT IM SO SORRY ABOUT TONIGHT! I REALLY WANNA SEE U TOMORROW SO CALL ME AT 9. LOVE ME XXX","label":0}
528
+ {"text":"at bruce b downs & fletcher now","label":0}
529
+ {"text":"URGENT! Your Mobile number has been awarded with a \u00a32000 prize GUARANTEED. Call 09061790126 from land line. Claim 3030. Valid 12hrs only 150ppm","label":1}
530
+ {"text":"FREE UNLIMITED HARDCORE PORN direct 2 your mobile Txt PORN to 69200 & get FREE access for 24 hrs then chrgd@50p per day txt Stop 2exit. This msg is free","label":1}
531
+ {"text":"Huh so early.. Then \u00fc having dinner outside izzit?","label":0}
532
+ {"text":"I know I'm lacking on most of this particular dramastorm's details but for the most part I'm not worried about that","label":0}
533
+ {"text":"Hope you are having a great day.","label":0}
534
+ {"text":"Can you pls pls send me a mail on all you know about relatives coming to deliver here? All you know about costs, risks, benefits and anything else. Thanks.","label":0}
535
+ {"text":"I can make lasagna for you... vodka...","label":0}
536
+ {"text":"Hello.How u doing?What u been up 2?When will u b moving out of the flat, cos I will need to arrange to pick up the lamp, etc. Take care. Hello caroline!","label":0}
537
+ {"text":"Sorry I missed you babe. I was up late and slept in. I hope you enjoy your driving lesson, boytoy. I miss you too ... *teasing kiss*","label":0}
538
+ {"text":"V skint too but fancied few bevies.waz gona go meet &othrs in spoon but jst bin watchng planet earth&sofa is v comfey; If i dont make it hav gd night","label":0}
539
+ {"text":"No my mum went 2 dentist.","label":0}
540
+ {"text":"No. I dont want to hear anything","label":0}
541
+ {"text":"I will come tomorrow my dear","label":0}
542
+ {"text":"You are awarded a SiPix Digital Camera! call 09061221062 from landline. Delivery within 28days. T Cs Box177. M221BP. 2yr warranty. 150ppm.","label":1}
543
+ {"text":"Have you started in skye","label":0}
544
+ {"text":"No got new job at bar in airport on satsgettin 4.47per hour but means no lie in! keep in touch","label":0}
545
+ {"text":"I am late. I will be there at","label":0}
546
+ {"text":"Lol you forgot it eh ? Yes, I'll bring it in babe","label":0}
547
+ {"text":"Yeah why not, is the gang all ready","label":0}
548
+ {"text":"see, i knew giving you a break a few times woul lead to you always wanting to miss curfew. I was gonna gibe you 'til one, but a MIDNIGHT movie is not gonna get out til after 2. You need to come home. You need to getsleep and, if anything, you need to b studdying ear training.","label":0}
549
+ {"text":"u r subscribed 2 TEXTCOMP 250 wkly comp. 1st wk?s free question follows, subsequent wks charged@150p\/msg.2 unsubscribe txt STOP 2 84128,custcare 08712405020","label":1}
550
+ {"text":"Host-based IDPS for linux systems.","label":0}
551
+ {"text":"My friend just got here and says he's upping his order by a few grams (he's got $ <#> ), when can you get here?","label":0}
552
+ {"text":"Yup","label":0}
553
+ {"text":"You are awarded a SiPix Digital Camera! call 09061221061 from landline. Delivery within 28days. T Cs Box177. M221BP. 2yr warranty. 150ppm. 16 . p p\ufffd3.99","label":1}
554
+ {"text":"Id onluy matters when getting on from offcampus","label":0}
555
+ {"text":"Win the newest \"Harry Potter and the Order of the Phoenix (Book 5) reply HARRY, answer 5 questions - chance to be the first among readers!","label":1}
556
+ {"text":"Wishing you and your family Merry \"X\" mas and HAPPY NEW Year..","label":0}
557
+ {"text":"\u00dc say until like dat i dun buy ericsson oso cannot oredi lar...","label":0}
558
+ {"text":"Knock Knock Txt whose there to 80082 to enter r weekly draw 4 a \ufffd250 gift voucher 4 a store of yr choice. T&Cs www.tkls.com age16 to stoptxtstop\ufffd1.50\/week","label":1}
559
+ {"text":"What's a feathery bowa? Is that something guys have that I don't know about?","label":0}
560
+ {"text":"1) Go to write msg 2) Put on Dictionary mode 3)Cover the screen with hand, 4)Press <#> . 5)Gently remove Ur hand.. Its interesting..:)","label":0}
561
+ {"text":"Leave it wif me lar... \ufffd\ufffd wan to carry meh so heavy... Is da num 98321561 familiar to \ufffd_?","label":0}
562
+ {"text":"Haha awesome, I've been to 4u a couple times. Who all's coming?","label":0}
563
+ {"text":"Shhhhh nobody is supposed to know!","label":0}
564
+ {"text":"Once free call me sir.","label":0}
565
+ {"text":"have got * few things to do. may be in * pub later.","label":0}
566
+ {"text":"Aight, you close by or still down around alex's place?","label":0}
567
+ {"text":"meet you in corporation st outside gap \u2026 you can see how my mind is working!","label":0}
568
+ {"text":"Oh k k:)but he is not a big hitter.anyway good","label":0}
569
+ {"text":"Romantic Paris. 2 nights, 2 flights from \ufffd79 Book now 4 next year. Call 08704439680Ts&Cs apply.","label":1}
570
+ {"text":"Do 1 thing! Change that sentence into: \\Because i want 2 concentrate in my educational career im leaving here..\\\"\"","label":0}
571
+ {"text":"Aww you must be nearly dead!Well Jez isComing over toDo some workAnd that whillTake forever!","label":0}
572
+ {"text":"MMM ... Fuck .... Merry Christmas to me","label":0}
573
+ {"text":"wiskey Brandy Rum Gin Beer Vodka Scotch Shampain Wine \\KUDI\\\"yarasu dhina vaazhthukkal. ..\"","label":0}
574
+ {"text":"That's significant but dont worry.","label":0}
575
+ {"text":"MAKE SURE ALEX KNOWS HIS BIRTHDAY IS OVER IN FIFTEEN MINUTES AS FAR AS YOU'RE CONCERNED","label":0}
576
+ {"text":"No message..no responce..what happend?","label":0}
577
+ {"text":"I had it already..sabarish asked me to go..","label":0}
578
+ {"text":"get ready to moan and scream :)","label":0}
579
+ {"text":"Gibbs unsold.mike hussey","label":0}
580
+ {"text":"Uhhhhrmm isnt having tb test bad when youre sick","label":0}
581
+ {"text":"Uh, heads up we don't have THAT much left","label":0}
582
+ {"text":"K so am I, how much for an 8th? Fifty?","label":0}
583
+ {"text":"Dear Customer Your order of 42.84 Euro has been approved if you didnt purchased anything or it you believe an unauthorized person has accessed your account, please access the link below http:\/95.141.32.7:81\/orders.aspx","label":1}
584
+ {"text":"Aight well keep me informed","label":0}
585
+ {"text":"Madam,regret disturbance.might receive a reference check from DLF Premarica.kindly be informed.Rgds,Rakhesh,Kerala.","label":0}
586
+ {"text":"You have been randomly selected for a BestBuy gift. Get your $1000 gift card at www.bestbuy.com.your-a-winner.net\/?id-ichrfcycylck","label":1}
587
+ {"text":"You will be receiving this week's Triple Echo ringtone shortly. Enjoy it!","label":1}
588
+ {"text":"No problem. Talk to you later","label":0}
589
+ {"text":"Yup... I havent been there before... You want to go for the yoga? I can call up to book","label":0}
590
+ {"text":"So the sun is anti sleep medicine.","label":0}
591
+ {"text":"I might come to kerala for 2 days.so you can be prepared to take a leave once i finalise .dont plan any travel during my visit.need to finish urgent works.","label":0}
592
+ {"text":"Free-message: Jamster!Get the crazy frog sound now! For poly text MAD1, for real text MAD2 to 88888. 6 crazy sounds for just 3 GBP\/week! 16+only! T&C's apply","label":1}
593
+ {"text":"Dude just saw a parked car with its sunroof popped up. Sux","label":0}
594
+ {"text":"K, wat s tht incident?","label":0}
595
+ {"text":"Did you get any gift? This year i didnt get anything. So bad","label":0}
596
+ {"text":"Ugh my leg hurts. Musta overdid it on mon.","label":0}
597
+ {"text":"As usual..iam fine, happy & doing well..:) what about u?","label":0}
598
+ {"text":"Ok.ok ok..then..whats ur todays plan","label":0}
599
+ {"text":"Yeah right! I'll bring my tape measure fri!","label":0}
600
+ {"text":"Bloomberg -Message center +447797706009 Why wait? http:\/\/careers. bloomberg.com","label":1}
601
+ {"text":"This phone has the weirdest auto correct.","label":0}
602
+ {"text":"Good afternoon, my love. How goes your day ? What are you up to ? I woke early and am online waiting for you ... Hmmm ... Italian boy is online I see . *grins*","label":0}
603
+ {"text":"That would be great. We'll be at the Guild. Could meet on Bristol road or somewhere - will get in touch over weekend. Our plans take flight! Have a good week","label":0}
604
+ {"text":"K k:) sms chat with me.","label":0}
605
+ {"text":"I sent them. Do you like?","label":0}
606
+ {"text":"This pay is <DECIMAL> lakhs:)","label":0}
607
+ {"text":"O. Guess they both got screwd","label":0}
608
+ {"text":"I think it's all still in my car","label":0}
609
+ {"text":"Its sarcasm.. .nt scarcasim","label":0}
610
+ {"text":"Why nothing. Ok anyway give me treat","label":0}
611
+ {"text":"Can u look 4 me in da lib i got stuff havent finish yet.","label":0}
612
+ {"text":"Hello, hello, hi lou sorry it took so long 2 reply- I left mobile at friends in Lancaster, just got it bak Neway im sorry I couldn\ufffd\ufffdt make ur b\ufffd\ufffdday 2 hun!","label":0}
613
+ {"text":"WE REGRET TO INFORM U THAT THE NHS HAS MADE A MISTAKE.U WERE NEVER ACTUALLY BORN.PLEASE REPORT 2 YOR LOCAL HOSPITAL 2B TERMINATED.WE R SORRY 4 THE INCONVENIENCE","label":0}
614
+ {"text":"Dude got a haircut. Now its breezy up there","label":0}
615
+ {"text":"Welcome to UK-mobile-date this msg is FREE giving you free calling to 08719839835. Future mgs billed at 150p daily. To cancel send \\go stop\\\" to 89123\"","label":1}
616
+ {"text":"Don't forget though that I love you .... And I walk beside you. Watching over you and keeping your heart warm.","label":0}
617
+ {"text":"yeah, that's what I was thinking","label":0}
618
+ {"text":"Leave it. U will always be ignorant.","label":0}
619
+ {"text":"Think you sent the text to the home phone. That cant display texts. If you still want to send it his number is","label":0}
620
+ {"text":"http\/\/tms. widelive.com\/index. wml?id=820554ad0a1705572711&first=true\ufffd\ufffdC C Ringtone\ufffd\ufffd","label":1}
621
+ {"text":"Dear Customer,U've been selected to stay in F1VE STAR hotels - FOR T0DAY'S DRAW! Holiday valued at INR 5,00,000.Dial 7044518857 to claim","label":1}
622
+ {"text":"Not yet. Just i'd like to keep in touch and it will be the easiest way to do that from barcelona. By the way how ru and how is the house?","label":0}
623
+ {"text":"Pls clarify back if an open return ticket that i have can be preponed for me to go back to kerala.","label":0}
624
+ {"text":"What happened to you ? How come you never came back?","label":0}
625
+ {"text":"There the size of elephant tablets & u shove um up ur ass!!","label":0}
626
+ {"text":"Urgent! call 09066612661 from landline. Your complementary 4* Tenerife Holiday or \u00a310,000 cash await collection SAE T&Cs PO Box 3 WA14 2PX 150ppm 18+ Sender: Hol Offer","label":1}
627
+ {"text":"* Will be september by then!","label":0}
628
+ {"text":"What do u want when i come back?.a beautiful necklace as a token of my heart for you.thats what i will give but ONLY to MY WIFE OF MY LIKING.BE THAT AND SEE..NO ONE can give you that.dont call me.i will wait till i come.","label":0}
629
+ {"text":"Good afternoon, my love! How goes that day ? I hope maybe you got some leads on a job. I think of you, boytoy and send you a passionate kiss from across the sea","label":0}
630
+ {"text":"Ya srsly better than yi tho","label":0}
631
+ {"text":"Email AlertFrom: Jeri StewartSize: 2KBSubject: Low-cost prescripiton drvgsTo listen to email call 123","label":1}
632
+ {"text":"You have won a guaranteed \u00a3200 award or even \u00a31000 cashto claim UR award call free on 08000407165 (18+) 2 stop getstop on 88222 PHP. RG21 4JX","label":1}
633
+ {"text":"Customer Loyalty Offer:The NEW Nokia6650 Mobile from ONLY \u00a310 at TXTAUCTION! Txt word: START to No: 81151 & get yours Now! 4T&Ctxt TC 150p\/MTmsg","label":1}
634
+ {"text":"Now, whats your house # again ? And do you have any beer there ?","label":0}
635
+ {"text":"Do u konw waht is rael FRIENDSHIP Im gving yuo an exmpel: Jsut ese tihs msg.. Evrey splleing of tihs msg is wrnog.. Bt sitll yuo can raed it wihtuot ayn mitsake.. GOODNIGHT & HAVE A NICE SLEEP..SWEET DREAMS..","label":0}
636
+ {"text":"Hey loverboy! I love you !! I had to tell ... I look at your picture ...I want you ... I need you ... I crave you .","label":0}
637
+ {"text":"Night night, see you tomorrow","label":0}
638
+ {"text":"Ok i also wan 2 watch e 9 pm show...","label":0}
639
+ {"text":"Is there coming friday is leave for pongal?do you get any news from your work place.","label":0}
640
+ {"text":"Den only weekdays got special price... Haiz... Cant eat liao... Cut nails oso muz wait until i finish drivin wat, lunch still muz eat wat...","label":0}
641
+ {"text":"Am slow in using biola's fne","label":0}
642
+ {"text":"I am in your office na.","label":0}
643
+ {"text":"You're right I have now that I think about it","label":0}
644
+ {"text":"We tried to contact you re your reply to our offer of a Video Phone 750 anytime any network mins Half Price Line Rental Camcorder Reply or call 08000930705","label":1}
645
+ {"text":"Hi im having the most relaxing time ever! we have to get up at 7am every day! was the party good the other night? I get home tomorrow at 5ish.","label":0}
646
+ {"text":"Long after I quit. I get on only like 5 minutes a day as it is.","label":0}
647
+ {"text":"K I'll take care of it","label":0}
648
+ {"text":"Let me know how it changes in the next 6hrs. It can even be appendix but you are out of that age range. However its not impossible. So just chill and let me know in 6hrs","label":0}
649
+ {"text":"Living is very simple.. Loving is also simple.. Laughing is too simple.. Winning is tooo simple.. But, Being 'SIMPLE' is very difficult...;-) :-)","label":0}
650
+ {"text":"Pandy joined 4w technologies today.he got job..","label":0}
651
+ {"text":"Friendship is not a game to play, It is not a word to say, It doesn\\'t start on March and ends on May, It is tomorrow, yesterday, today and e","label":0}
652
+ {"text":"Fuck babe, I miss you sooooo much !! I wish you were here to sleep with me ... My bed is so lonely ... I go now, to sleep ... To dream of you, my love ...","label":0}
653
+ {"text":"I can ask around but there's not a lot in terms of mids up here","label":0}
654
+ {"text":"\ufffd\ufffd log off 4 wat. It's sdryb8i","label":0}
655
+ {"text":"Please protect yourself from e-threats. Kotak Mahendra Bank never asks for sensitive information like Passwords,ATM\/SMS PIN thru email. Never share your password with anybody.","label":0}
656
+ {"text":"TBS\/PERSOLVO. been chasing us since Sept for\u00a338 definitely not paying now thanks to your information. We will ignore them. Kath. Manchester.","label":1}
657
+ {"text":"Lol ok. I'll snatch her purse too.","label":0}
twitter_rumours/README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Rumors dataset
2
+
3
+ This deception dataset was created using PHEME dataset from
4
+
5
+ https://figshare.com/articles/dataset/PHEME_dataset_of_rumours_and_non-rumours/4010619/1
6
+
7
+ was used in creation of this dataset. We took source tweets only, and ignored replies to them. We used source tweet's label as being a rumour or non-rumour to label it as deceptive or non-deceptive.
8
+
9
+ ## Cleaning
10
+
11
+ The dataset has been cleaned using cleanlab with visual inspection of problems found. No issues were identified. Duplicate entries, entries of length less than 2 characters or exceeding 1000000 characters were removed.
12
+
13
+ ## Preprocessing
14
+
15
+ Whitespace, quotes, bulletpoints, unicode is normalized.
16
+
17
+ ## Data
18
+
19
+ The dataset consists of "text" (string) and "is_deceptive" (1,0). 1 means the text is deceptive, 0 indicates otherwise.
20
+
21
+ There are 5789 samples in the dataset, contained in `tweeter_rumours.jsonl`. For reproduceability, the data is also split into training, test, and validation sets in 80/10/10 ratio. They are named `train.jsonl`, `test.jsonl`, `valid.jsonl`. The sampling process was stratified. The training set contains 4631 samples, the validation and the test sets have 579 samles each.
22
+
twitter_rumours/test.jsonl ADDED
@@ -0,0 +1,579 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text":"Police: Negotiators are now in contact with armed hostage-taker in Sydney situation; motive remains unknown - http:\/\/t.co\/mp18E4DdjW","label":1}
2
+ {"text":"Muslims pray for the Friday prayer next to a sign reading #JeSuisCharlie in Saint-Etienne,France. By @JpKphotographer http:\/\/t.co\/irukD1LedH","label":0}
3
+ {"text":"Police of #Ferguson murdered a boy in cold blood. Now they're spinning the story & intimidating the community into silence.","label":0}
4
+ {"text":"JUST IN: Canadian military bases being closed after soldier shot at Nat'l War Memorial, ongoing situation near Parliament - @WilliamsJon","label":0}
5
+ {"text":"Cowardly attack on Charlie Hebdo's offices. The humourless fanatics can fuck off. Freedom of speech is more important than your feelings.","label":0}
6
+ {"text":"Airbus plane operated by Lufthansa's Germanwings airline crashes in southern France, officials say - @Reuters http:\/\/t.co\/by471NAzFg","label":1}
7
+ {"text":"\"@LePoint: #CharlieHebdo : \"The cartoonists Charb & cabu are dead.\" http:\/\/t.co\/7USD83cQd2 http:\/\/t.co\/WGHbLiLFoX\"","label":1}
8
+ {"text":"Paris #CharlieHebdo attack: This is the worst act of terrorism in France for 50 years http:\/\/t.co\/JO1hyB4vjj http:\/\/t.co\/GPrxnlMx7a","label":0}
9
+ {"text":"Kudos to first responders working in Ottawa today. They are the real heroes. http:\/\/t.co\/RsO1A2Fuka","label":0}
10
+ {"text":"UPDATE: Attacker shot dead in Parliament after soldier shot at War Memorial http:\/\/t.co\/pp6hcfWcRw #OttawaShooting http:\/\/t.co\/tx8j82FOYc","label":1}
11
+ {"text":"\"Female Islamist terrorist\" attacks Paris Jewish store. As a woman, she has equal rights only when it comes to murdering nonbelievers.","label":0}
12
+ {"text":"Attempts to extend blame for this to all Muslims should be treated with the same disgust as attempts to justify the attacks. #CharlieHebdo","label":0}
13
+ {"text":"Names of pilots rumored to be Patrick Sonderheimer with co-pilot Andreas Lubitz - No formal confirmation yet. #germanwings","label":1}
14
+ {"text":"Hobby Lobby asks #Ferguson PD for clarification: \"We thought chopping off someone's hand was the maximum penalty for shoplifting\"","label":1}
15
+ {"text":"#Germanwings passenger plane crashes in French Alps with 148 onboard http:\/\/t.co\/JCDZtv8We0 http:\/\/t.co\/yE0hUNdiTr","label":1}
16
+ {"text":"#4U9525: The age of the A320 (24 years) is not particularly unusual, though it is at the higher end of the curve.","label":0}
17
+ {"text":"Full statement from PM Abbott on #Sydneysiege #MartinPlace #Lindt. http:\/\/t.co\/7ilKZGNBDz","label":1}
18
+ {"text":"#Ferguson #BundyRanch #Hypocrisy \/ H\/T to @Khary for the images. http:\/\/t.co\/rt7u6zOA1p","label":0}
19
+ {"text":"#BREAKING : Both Charlie Hebdo suspects killed as police storm building (police sources) http:\/\/t.co\/OYSXRQ9xuv http:\/\/t.co\/8ICThapo7z","label":1}
20
+ {"text":"#Breaking: Hostage situation reportedly unfolding in #Sydney chocolate shop http:\/\/t.co\/n4D3yGjso9","label":1}
21
+ {"text":"It's a lot more quiet here at #qt as Capt. Johnson speaks. One guy just yelled \"we want answers.\" #ferguson #ksdk http:\/\/t.co\/XpWHqqvzl6","label":0}
22
+ {"text":"And now reports of a possible fourth shooting incident at Trocadero near Eiffel Tower. Trying to get confirmation.","label":1}
23
+ {"text":"True cowardice: @nydailynews blurred out stereotypical imam in cover of #CharlieHebdo, left image of stereotypical Hasidic Jew.","label":0}
24
+ {"text":"Love. #ferguson https:\/\/t.co\/CKUpWXYjkC","label":0}
25
+ {"text":"I'd be more inclined to take the #Ferguson PD account seriously if they hadn't been so careful to confiscate all video evidence beforehand.","label":1}
26
+ {"text":"Ambulance workers rush injured out moments ago #sydneysiege http:\/\/t.co\/UVQkTkPad7","label":1}
27
+ {"text":"The Terrograph, shame on you today. How low can you get spreading lies & misinformation? #auspol #SydneySiege http:\/\/t.co\/KzbSPFx9K1","label":0}
28
+ {"text":"Technology can be used to expand democracy or enforce tyranny. Where we draw the line matters. #Ferguson http:\/\/t.co\/d0DUaTczyW","label":0}
29
+ {"text":"Press has been corralled in with peaceful demonstrators in #ferguson http:\/\/t.co\/UjGnf1hUhQ","label":0}
30
+ {"text":"Everything we know about the Germanwings plane crash in France http:\/\/t.co\/o0ZSGb1lQq http:\/\/t.co\/N4TTbxlOY4","label":0}
31
+ {"text":"I don't know if the #Ferguson police chief is acting out of malice or ignorance, but either way, he's the face the problem right now.","label":0}
32
+ {"text":"French police are looking for two more suspects in the #Montrouge shooting: https:\/\/t.co\/3GAC1myxzZ http:\/\/t.co\/5wX2rPoGF5","label":0}
33
+ {"text":"Important things to remember during #sydneysiege - thanks to @filmvisuality http:\/\/t.co\/MA73ZCspvd","label":0}
34
+ {"text":"The AFP have said the hostage taker is monitoring social media, according to Guardian Australia sources. #sydneysiege","label":0}
35
+ {"text":"UPDATE: There are reports police have discovered the identity of the lone gunman, with the #SydneySiege in its sixth hour. #9News","label":1}
36
+ {"text":"-Muslim shooter - 1.7 Billion Muslims guilty -Black shooter - \"All Blacks are violent\" -White Shooter - \"Lone Wolf\" #CharlieHebdo","label":0}
37
+ {"text":"Update: Latest Images of the rescue operation of #4U9525. (Pic via: C\u00e9dric C.\/ActuSecours) http:\/\/t.co\/ezktB3SXaA - @PollyR_Aviation","label":0}
38
+ {"text":"Press conference is over. Important to note: NO mention of #MikeBrown stealing ANYTHING from ANY store. #Ferguson http:\/\/t.co\/CnX88sZEwY","label":0}
39
+ {"text":"Just in: Canadian soldier killed in #OttawaShooting today is Cpl. Nathan Cirillo Thoughts & prayers to his family http:\/\/t.co\/fu2eZssBTr","label":1}
40
+ {"text":"WELP! RT @TUSK81: #Ferguson chief says officer Darren Wilson devastated. Mike Brown unavailable for comment about his feelings because dead.","label":0}
41
+ {"text":"Six explosions heard at kosher supermarket where a number of hostages were taken #ParisAttacks http:\/\/t.co\/0jxoozr8mN http:\/\/t.co\/BFuLAaMba6","label":0}
42
+ {"text":"High school graduation picture of Mike Brown. May he rest in peace, while we fight for his justice. #Ferguson http:\/\/t.co\/ZpWHsvpnQi","label":0}
43
+ {"text":"\"Charlie Hebdo: 10 truths that ought to be self-evident but aren't\" - Me in @spectator http:\/\/t.co\/JgwY2xlmRn","label":0}
44
+ {"text":"News Corp seems to be having an internal conflict over whether we \"changed forever\" today or not. #SydneySiege http:\/\/t.co\/X8QIjGxwAC","label":0}
45
+ {"text":"True north STRONG and free. Stay safe Ottawa. #PrayForOttawa #CanadaStrong \ud83d\udcd5\ud83c\udf41\ud83d\udcd5 http:\/\/t.co\/q5doY0TQ72","label":0}
46
+ {"text":"My gosh, horrible events in Ottawa. Thoughts and prayers. Why? Why? Why?","label":0}
47
+ {"text":"Meet Ahmed Merabet, first officer on scene to die at #CharlieHebdo , #ParisShooting http:\/\/t.co\/D5z1suuB7P","label":0}
48
+ {"text":"This is what Paris looked like last night #charliehebdo http:\/\/t.co\/HLeIy0187C http:\/\/t.co\/LFqlElCl6C","label":0}
49
+ {"text":"And how are some of y'all so quick to believe the same police dept. that threw tear gas at folks in their gatdamb front yards. #Ferguson","label":0}
50
+ {"text":"Looks like #Ferguson PD spent their whole week on a smear campaign against #MikeBrown instead of investigating or being at all helpful.","label":1}
51
+ {"text":"9 Powerful Photos That Show #Ferguson Is Pretty Much Being Treated Like A War Zone http:\/\/t.co\/LXKipJ2I6Q","label":0}
52
+ {"text":"#JeSuisCharlie trends as social media users express solidarity over Charlie Hebdo attack http:\/\/t.co\/4obxI0pj01 http:\/\/t.co\/eJxcBHyPkE","label":0}
53
+ {"text":"Cartoon from The New Yorker, September 2012 #CharlieHebdo http:\/\/t.co\/CeU2nZutSr","label":0}
54
+ {"text":"#Germanwings change their logo to grey and white as a sign of mourning #4U9525 http:\/\/t.co\/NK5U1GpHxL http:\/\/t.co\/fZrvGy5p7w","label":0}
55
+ {"text":"Tonight, I spoke to President Hollande to convey Australia's solidarity, sympathy and friendship with the people of France #CharlieHebdo","label":0}
56
+ {"text":"Thinking of everyone in Sydney. Hope you all get home safe and sound xx #PrayForSydney","label":0}
57
+ {"text":"Sad about #OttawaShooting. Worse, shooter might b guy who calls himself Muslim. Pls world dont judge 1.5 billion Muslims by some extremists.","label":0}
58
+ {"text":"Charlie Hebdo, we love you","label":0}
59
+ {"text":"UPDATE: Germanwings #A320 from Barcelona to Dusseldorf sent out a distress call at 1047 local time - @skymarkwhite","label":1}
60
+ {"text":"WATCH LIVE #CBCNN coverage of shooting in Ottawa Desktop: http:\/\/t.co\/TNupeSXyNT Mobile: http:\/\/t.co\/ruOo7HuPhL http:\/\/t.co\/ZOmNWmOk28","label":0}
61
+ {"text":"These pro-Israel protesters with rifles in ATL werent ever approached by cops. It helps to be white #Ferguson http:\/\/t.co\/0sDqDmJz8q","label":0}
62
+ {"text":"Wishing everyone in #Ottawa and all over Canada the best in the wake of today's shootings. I'll have a hug tomorrow for anyone who needs one","label":0}
63
+ {"text":"4 cartoonists who died in the attack on #CharlieHebdo - AFP http:\/\/t.co\/UmyMvBKAa8","label":0}
64
+ {"text":"The #Germanwings co-pilot was not a Muslim, so he could not have been a terrorist. He was depressed. \ud83d\ude12 http:\/\/t.co\/ySZzpYHuWB","label":1}
65
+ {"text":"Gallows humor \"Give yourselves up or our elite cartoonist will draw a caricature of the Prophet\" #CharlieHebdo http:\/\/t.co\/ea9y049Lqf","label":0}
66
+ {"text":"10 people have died in a shooting at the Paris HQ of French weekly Charlie Hebdo, reports say. http:\/\/t.co\/xcK8lY9IeR http:\/\/t.co\/vsoysCGAbx","label":1}
67
+ {"text":"And I'm now officially done with @Uber, which is price gouging during AU hostage crisis. What sad sorry clowns. http:\/\/t.co\/OTwTz3E8UM","label":1}
68
+ {"text":"Freedom of expression should never be an act of bravery. Whoever threatens it is an enemy of all freedom-loving people. #CharlieHebdo","label":0}
69
+ {"text":"Why we need brave journalists: http:\/\/t.co\/Oy2lnFafve #Ferguson","label":0}
70
+ {"text":"'Not Open For Discussion'\u2014SWAT Tells Protesters In #Ferguson To Leave http:\/\/t.co\/ULtXIi88Ah http:\/\/t.co\/wLpoEPDnqJ (Photo: @BmoreConetta)","label":0}
71
+ {"text":"BREAKING: Police source has told The Globe that a second shooter has been shot. #OttawaShooting","label":1}
72
+ {"text":"The name of the officer who shot #MikeBrown has been named. His name is Darren Wilson, a 6-year veteran of the #Ferguson police department.","label":1}
73
+ {"text":"What the hell is wrong with people? \"Taking selfies 100m from the Lindt Cafe #sydneysiege http:\/\/t.co\/R7mNZCeSOD\"","label":0}
74
+ {"text":"From jaywalking to strong-arm robbery. Mhm... #Ferguson","label":1}
75
+ {"text":"Islamic flag flown as 13 hostages in Sydney's CBD forced against windows http:\/\/t.co\/qrADRShZqY http:\/\/t.co\/EaR2kpGSqd","label":1}
76
+ {"text":"FM #Steinmeier on #planecrash in #France: Terrible news. Our thoughts are with those who must fear for the lives of their relatives. #4U9525","label":0}
77
+ {"text":"Washington USA Seattle \u2192 http:\/\/t.co\/xPvOBDBRHv #CharlieHebdo 666 Satirical Newspaper Charlie Hebdo Braved Earlier Attack And Threats Befor\u2026","label":0}
78
+ {"text":"BREAKING: CNN: Sydney police storm cafe. 2 confirmed dead. Syndey gunman is \"Muslim cleric.\" http:\/\/t.co\/FBnfHqKkeP http:\/\/t.co\/74z4Mp9WAV","label":1}
79
+ {"text":"Charlie Hebdo magazine is planning a print-run of its next issue of a million copies, not usual 60,000. Expected to sell out #wato","label":0}
80
+ {"text":"BREAKING NEWS: Killed Charlie Hebdo suspects came out firing on security forces. AFP","label":1}
81
+ {"text":"Video showing #CharlieHebdo attack. \"Allahu akbar\" shouts http:\/\/t.co\/y1ErbSGv5P","label":1}
82
+ {"text":"Our thoughts are with the passengers and crew of flight 4U-9525 and all relatives and colleagues #unitedbywings @germanwings @lufthansa","label":0}
83
+ {"text":"Today at 1030GMT #police officers and staff around the country will pause to remember those killed in yesterday's #CharlieHebdo atrocity.","label":0}
84
+ {"text":"St. Louis Police tells me they're currently talking to Dorian Johnson, key witness in #MikeBrown shooting http:\/\/t.co\/f3DFtJO4jI #Ferguson","label":0}
85
+ {"text":"Protestors have blocked West Florissant, a major street in St. Louis County. #Ferguson http:\/\/t.co\/S15XpF4f9E","label":0}
86
+ {"text":"Hostages have reportedly been taken as police pursue gunmen responsible for the #ParisAttack http:\/\/t.co\/RkQMx9cijy http:\/\/t.co\/CilbwL4ewF","label":1}
87
+ {"text":"The worst of times can bring out the best in a lot of humanity. Except the super-rich. #JeSuisCharlie #CharlieHebdo http:\/\/t.co\/ktqcjTFXPp","label":0}
88
+ {"text":"COUNTDOWN: One hour until #Ferguson police release the name of the officer that shot #MichaelBrown.","label":1}
89
+ {"text":"I normally don't do politics on here but totally shocked by the events of yesterday and heartened by the world's reaction #JeSuisCharlie","label":0}
90
+ {"text":"Several hostages freed at Jewish supermarket in Paris including a child (R). Photo Thomas Samson #AFP http:\/\/t.co\/b6ikL2BYyy","label":0}
91
+ {"text":"Our hearts go out to the people of Australia and all those affected by the #SydneySiege.","label":0}
92
+ {"text":"For those who, like me, wish Christooher Hitchens were here to comment, do read this: http:\/\/t.co\/rJKcBzGk0r (via @elvis717) #JeSuisCharlie","label":0}
93
+ {"text":"BREAKING UPDATE: Soldier shot at National War Memorial in Ottawa, Canada, police tell @ABC News - http:\/\/t.co\/wg7WHTjJGI","label":1}
94
+ {"text":"11 dead in Paris shooting at French satirical newspaper Charlie Hebdo, police official says - @AP http:\/\/t.co\/ZFJYh80uxy","label":1}
95
+ {"text":"Paris is on alert after gunmen killed twelve people at the office of satirical magazine Charlie Hebdo http:\/\/t.co\/aUlvfkdg5u","label":1}
96
+ {"text":"Flag in window of Sydney Lindt cafe not an ISIS flag. Reads: 'There is no God but Allah and Muhammad is the messenger of God' (@liztilley84)","label":1}
97
+ {"text":"Map showing the location of the #CharlieHebdo offices and the direction the attackers fled http:\/\/t.co\/N28zmSCwVV http:\/\/t.co\/q9EYxtcjJy","label":0}
98
+ {"text":"Mike Brown does not have to be perfect for his life to have value. #MikeBrown is not on trial. He is a homicide victim. #Ferguson","label":0}
99
+ {"text":"Paris Manhunt: 3 #CharlieHebdo attackers with AK-47 rifles & reportedly rocket-propelled grenade still at large http:\/\/t.co\/3Jsosc7yl3","label":1}
100
+ {"text":"Shooting south of Paris with one police officer injured. Police say no known link to #CharlieHebdo attack http:\/\/t.co\/UZlFI7Bb5s","label":1}
101
+ {"text":"Just received email message from @OttawaPolice Chief Charles Bordeleau #ottshooting #OttawaShooting http:\/\/t.co\/4vJoP2YO11","label":0}
102
+ {"text":"#CharlieHebdo attack shows 'a complete change in terrorist methods', French FM @LaurentFabius tells me http:\/\/t.co\/bYWd4RFFPk","label":0}
103
+ {"text":"New vid of Paris attack on #CharlieHebdo filmed by a witness. Gunmen on street shout \"Allahu Akbar\" http:\/\/t.co\/TaZEDtGFlW @akhbar","label":1}
104
+ {"text":"Police say 11 now dead in \"carnage\" at #CharlieHebdo HQ in Paris - follow our coverage: http:\/\/t.co\/IClDjevRnB http:\/\/t.co\/aQkN3PMfkt","label":1}
105
+ {"text":"Voltaire's gift: Why the battle for free speech is so important #CharlieHebdo http:\/\/t.co\/7ioa4EHkju http:\/\/t.co\/f9rwRMDani","label":0}
106
+ {"text":"More police cars heading into #Ferguson https:\/\/t.co\/cguoQrqjCn","label":0}
107
+ {"text":"BREAKING: Sydney terror suspect is Iranian Shi'ite, claims to have 'converted to Islam' a week ago on website. http:\/\/t.co\/6Z5k6OlIDg","label":0}
108
+ {"text":"#BREAKING : Both hostages in #Dammartin and #Paris are free and safe http:\/\/t.co\/OYSXRQ9xuv","label":1}
109
+ {"text":"LIVE: Sydney Opera House cancels performances in light of #sydneysiege events http:\/\/t.co\/IKfAR0Z7HL http:\/\/t.co\/jbL5Ngauvp","label":0}
110
+ {"text":"90,000+ Tweets for #illridewithyou, 1,100 per minute. Trending number 1, globally. #SydneySiege http:\/\/t.co\/NGeyUifhd8","label":0}
111
+ {"text":"DEVELOPING: Women, children held in second Paris hostage situation; may be related to massacre http:\/\/t.co\/F4K3C1lot7","label":0}
112
+ {"text":"Why I am Charlie -- Parisians share emotional messages with CNN: http:\/\/t.co\/YtQdjs8HQ1 #JeSuisCharlie https:\/\/t.co\/3SGWCHVGg0","label":0}
113
+ {"text":"My thoughts are with the friends and family of the passengers of Germanwings flight 4U9525.","label":0}
114
+ {"text":"'Charlie Hebdo' editor killed in Paris terror attack built career on defiance http:\/\/t.co\/T6VqPcerWe","label":0}
115
+ {"text":"So basically #Ferguson PD hijacked what was supposed to be a press conference about Darren Wilson to call Michael Brown a criminal #NMOS14","label":1}
116
+ {"text":"Canada's thoughts and prayers are with our Australian friends. #MartinPlace #SydneySiege","label":0}
117
+ {"text":"BREAKING NEWS #A320 crashed could be Germanwings flight #4U9525 from Barcelona to Dusseldorf. (140 passengers)","label":1}
118
+ {"text":"Sydney hostage crisis: 5 people have escaped, Islamic flag displayed. Our live coverage: http:\/\/t.co\/CDzl7chb9R http:\/\/t.co\/mJZHKcJY9e","label":0}
119
+ {"text":"Can confirm that several media outlets know the name and background of the hostage taker. Holding off publication. #sydneysiege","label":1}
120
+ {"text":"Hearing about the hostage situation in Sydney, I hope everything calms soon, and no one is harmed","label":1}
121
+ {"text":"Charlie Hebdo killers are dead. Sources say they are not in Paradise.","label":1}
122
+ {"text":"The Sydney attack gunman identified as Sheikh Man Haron Monis #SydneyCafeSiege #SydneySiege http:\/\/t.co\/WUpPliupbK","label":0}
123
+ {"text":"This is why I don't give a Shit\ud83d\udca9How Terrorist R interrogated\u274c @benshapiro @HeyTammyBruce @MonicaCrowley #CharlieHebdo http:\/\/t.co\/EEFH0zg7Qa","label":0}
124
+ {"text":"RT @mkapral Today's French lesson. #JeSuisCharlie http:\/\/t.co\/MXHkpKyLvC","label":0}
125
+ {"text":"BREAKING Hostages held in Sydney, Australia, cafe with an Islamic flag displayed in window, according to local news: http:\/\/t.co\/HdYk21TLGY","label":1}
126
+ {"text":"Seven people reportedly taken away on stretchers, with paramedics treating five. #SydneySiege http:\/\/t.co\/mZ1o7Bi9kC http:\/\/t.co\/QLsWpHSJTM","label":1}
127
+ {"text":"#Ferguson police chief says he released the robbery video because he was getting FOIA requests for it. How did anyone know to request it?","label":1}
128
+ {"text":"Police aware that hostages are posting gunman's demands on social media. #sydneysiege","label":1}
129
+ {"text":"We should never be ashamed to be Muslim but we should publicly condemn the savages who tarnish our name ##ParisShooting #CharlieHebdo","label":0}
130
+ {"text":"As a Muslim, I find the murder of innocent people more despicable and offensive than any cartoon could ever be. #CharlieHebdo","label":0}
131
+ {"text":".@IvisonJ's first-hand account of the scene in Ottawa that will 'change this country forever' http:\/\/t.co\/g5lhxHqNNs http:\/\/t.co\/AP0stmObnn","label":0}
132
+ {"text":"BREAKING: Michael Zehaf-Bebeau had been designated \"high-risk traveller\" by CDN govt, which confiscated his passport http:\/\/t.co\/dPeMQ78jzm","label":1}
133
+ {"text":"Gunman killed in Parliament attack named as Michael Zehaf-Bibeau, a Canadian born in 1982, American media report claims. #cdnpoli #Ottawa","label":1}
134
+ {"text":"BREAKING NEWS: Suspected Ottawa gunman identified as Michael Joseph Hall, an #ISIS sympathizer. #OttawaShooting","label":1}
135
+ {"text":"Sydney is a safe & welcoming city, proud of its diversity. Great to see our best nature on show at a time like this. #illridewithyou","label":0}
136
+ {"text":"Canadian parliament on lockdown after shooting \u2013 live updates http:\/\/t.co\/PBLZPFqhAP","label":1}
137
+ {"text":"Sydney siege: Australians use Twitter to counter Islamophobia - http:\/\/t.co\/ROz2rrD4fa #illridewithyou http:\/\/t.co\/jHRkpuEmas","label":0}
138
+ {"text":"why has daily telegraph pixelated this Charlie Hebdo cover? Shameful http:\/\/t.co\/GsU6a91szT","label":0}
139
+ {"text":"Canadian soldier killed in Ottawa identified http:\/\/t.co\/dyvCaD9AcN \/\/ #CDNpoli #OttawaShooting http:\/\/t.co\/7WEpRv9s5c","label":1}
140
+ {"text":"#UPDATE Three men including two brothers identified in France newspaper attack: source http:\/\/t.co\/5NoNuqJSu1 #JeSuisCharlie #CharlieHebdo","label":1}
141
+ {"text":"Why #CharlieHebdo attack outrages me yet I won't publish its cartoons. Why I'd defend #PK but ask MF Husain questions http:\/\/t.co\/2s4nugBYq7","label":0}
142
+ {"text":"#BREAKING : 1 dead, several injured in shootout North-East of Paris (French radio @RTLFrance ) http:\/\/t.co\/LdSF5QeCiv #CharlieHebdo","label":1}
143
+ {"text":"The police man's like, \"It's alright. I got you, I got you.\"\ud83d\udc94 Stay strong Australia \u2764\ufe0f #sydneysiege #PrayForSydney http:\/\/t.co\/F2IZFOKiA7","label":0}
144
+ {"text":"When you kill because your ideology calls you to do so, you r a terrorist. No euphemism can change that. #Terrorism is terrorism. #Ottawa","label":0}
145
+ {"text":"At Hong Kong's Foreign Correspondents' Club just now. #JeSuisCharlie http:\/\/t.co\/rzm4arU3Rb","label":0}
146
+ {"text":"Update - The editor-in-chief of #CharlieHebdo Gerard Biard says a \"newspaper is not a weapon of war\" #Paris","label":0}
147
+ {"text":"Leafs under lock down during tragedy in Ottawa. Our thoughts are with those on the scene http:\/\/t.co\/627ve85Uhh http:\/\/t.co\/qPGOrcTeve","label":0}
148
+ {"text":"And this, if you're not #CharlieHebdo saturated: http:\/\/t.co\/CkGBxkIyfD","label":0}
149
+ {"text":"to be clear: an unarmed teenager POSSIBLY stealing a box of cigars does not warrant being shot to death by the police. #Ferguson","label":1}
150
+ {"text":"What we know so far about the #CharlieHebdo attack and the double hostage-takings in France http:\/\/t.co\/LBvRssNtSm http:\/\/t.co\/ElujGekOkC","label":0}
151
+ {"text":"FT: Charlie Hebdo was drunk and wearing a short skirt https:\/\/t.co\/FDSr82rCDv","label":0}
152
+ {"text":"#Germanwings says it cannot confirm that a very brief distress signal was made before flight #4U9525 crashed http:\/\/t.co\/Pbr82b0Eul","label":1}
153
+ {"text":"#BREAKING Canada soldier shot near parliament has died, an official says","label":1}
154
+ {"text":"#SydneySiege Latest: - At least 12 ppl have emerged - Police just stormed cafe - Gunman believed to be a self-proclaimed Islamic \"sheikh\"","label":1}
155
+ {"text":"Hostages held in Sydney cafe, forced to hold Islamic flag in window: http:\/\/t.co\/UiqFQ372Ae http:\/\/t.co\/LDeKQuLYcx","label":1}
156
+ {"text":"#Poroshenko, mourning #CharlieHebdo victims while 1000s killed in #Donbass by #Ukraine forces. #JeSuisWarCriminal http:\/\/t.co\/H3lMztxIrW","label":0}
157
+ {"text":"BREAKING: Explosions heard at store in east Paris where hostages are being held: http:\/\/t.co\/qB4b5cKvPg http:\/\/t.co\/Q5MLayjzl3","label":0}
158
+ {"text":"I asked Ron Johnson why #Ferguson cops aren't wearing name tags: http:\/\/t.co\/ghiG5XM8Rd","label":0}
159
+ {"text":"#Lufthansa tweets on #Germanwings #4U9525 crash - LIVE UPDATES http:\/\/t.co\/zU6hn03xzU http:\/\/t.co\/k0jbLmv84k","label":0}
160
+ {"text":"CTV News confirms that Canadian authorities have provided US authorities with the name Michael Zehaf-Bibeau in connection to Ottawa shooting","label":1}
161
+ {"text":"12 dead in Paris attack on #CharlieHebdo office, five others critical http:\/\/t.co\/2J4WQdJnTp http:\/\/t.co\/qeRByqI6JU","label":1}
162
+ {"text":"\"Now they're gonna think we're all bad guys\", a Muslim bar owner from the neighborhood told me #CharlieHebdo","label":0}
163
+ {"text":"MASSIVE OPERATION: \"Hundreds of armed police have swarmed the area.\" #sydneysiege (LIVE) http:\/\/t.co\/uq626Z2Sfu http:\/\/t.co\/oKLjdaWVAk","label":0}
164
+ {"text":"#BREAKING: Germanwings jetliner has crashed in Southeastern France, according to officials. All 148 on board are feared dead.","label":1}
165
+ {"text":"They wanted to bring France to her knees. Instead, France stood up. #JeSuisCharlie http:\/\/t.co\/btQfyAh4ps","label":0}
166
+ {"text":"\u2192 http:\/\/t.co\/qmWa9qgRrg Charlie Hebdo attack: Hunt for killers focuses on northern France #CharlieHebdo 485 http:\/\/t.co\/akSz683KbY","label":1}
167
+ {"text":"You can kill journalists, cartoonists. You can't kill the freedom of the press. You have only made their message stronger. #JeSuisCharlie","label":0}
168
+ {"text":"Police confirm 3rd shooting in area of Rideau Centre, mall in downtown #Ottawa east of Parliament Hill. #cdnpoli","label":1}
169
+ {"text":"Banksy's illustrated response to the Charlie Hebdo attack isn't by Banksy. But it is striking http:\/\/t.co\/NQueBlmfOt http:\/\/t.co\/HedHlyB24X","label":1}
170
+ {"text":"#CharlieHebdo editor-in-chief Stephane Charbonnier, known as \"Charb\", & 3 other cartoonists killed - judicial sources http:\/\/t.co\/R6fzwhMB6l","label":1}
171
+ {"text":"French media says cartoonist behind original Prophet cartoon is dead #CharlieHebdo via @EricWRandolph","label":0}
172
+ {"text":"Ok, America,this is when we are tested.Can you sustain yr interest in the killing of an unarmed black teen if he wasn't an angel? #Ferguson","label":0}
173
+ {"text":"Everybody wants to march in maudlin Princess Di-style candlelight vigils with \"Je Suis Charlie\" signs, nobody wants to be Charlie Hebdo.","label":0}
174
+ {"text":"the media didn't even know the video existed, but he just said they requested it? DUDE. #Ferguson","label":1}
175
+ {"text":"We stand w\/the int'l community in defense of freedom of press. Our thoughts R w\/the victims & families #CharlieHebdo http:\/\/t.co\/dymLeiXPy1","label":0}
176
+ {"text":"Three large explosions and gunfire heard where #CharlieHebdo suspects are holed up. http:\/\/t.co\/7Bxdhozq4H","label":0}
177
+ {"text":"Hostages taken in Sydney cafe as Islamic flag is reportedly flown http:\/\/t.co\/OD9gOTGh2w","label":1}
178
+ {"text":"\"I may not agree with what you say but will defend your right to say it.\" - Voltaire #shocked #JeSuisCharlie http:\/\/t.co\/DtA3cdpUhU","label":0}
179
+ {"text":"LIVE: @9NewsAUS coverage of ongoing hostage situation in Sydney's business district. http:\/\/t.co\/ntlKVOgGWE http:\/\/t.co\/leHfgNvMgQ","label":1}
180
+ {"text":"Incidents occurred at National War Memorial, near the Rideau Centre and Parliament Hill this morning. #ottnews","label":1}
181
+ {"text":"We \"are Charlie Hebdo\" in the same sense that we demanded Boko Haram bring back \"our\" girls. You know, the girls we no longer talk about.","label":0}
182
+ {"text":"Reports of an explosion at a kebab shop close to a mosque near Lyon. No indication of link to #CharlieHebdo attack. http:\/\/t.co\/IZgGQj70kR","label":0}
183
+ {"text":"Witnesses say several dozen shots fired inside Parliament buildings after Canadian soldier shot at nearby War Memorial. #Ottawa #cdnpoli","label":1}
184
+ {"text":"The #illridewithyou movement has helped restore my faith in humanity. #sydneysiege","label":0}
185
+ {"text":"We are now tracking helicopters in the area where #4U9525 went down http:\/\/t.co\/ylSF3zHgYa","label":0}
186
+ {"text":"Times Square right now for #Ferguson #MichaelBrown http:\/\/t.co\/m0e1eFJet2","label":0}
187
+ {"text":"Dramatic photos from @wcuddington on the scene in Ottawa http:\/\/t.co\/m4FE8krPxl http:\/\/t.co\/xzLBn9M2Ga","label":0}
188
+ {"text":"My thoughts & prayers are with the families of the victims of today's shootings in Ottawa, as well as with all Members of Parliament & staff","label":0}
189
+ {"text":"Condolences to staff at Charlie Hebdo & their loved ones. They stood for free speech & paid with their lives. I stand with #CharlieHebdo","label":0}
190
+ {"text":"Please remember that it's an individual causing the #sydneysiege not a faith or race. They speak for themselves, nobody else.","label":0}
191
+ {"text":"Asterix and Obelix pay tribute to #CharlieHebdo victims (via @asterixofficiel) http:\/\/t.co\/ssgYsoKoIC","label":0}
192
+ {"text":"Captain Johnson: \"Last night was a great night.\" #Ferguson","label":0}
193
+ {"text":"Gunman shot dead in #OttawaShootings named by US officials as 32-year-old, Canadian-born, Michael Zehaf-Bibeau http:\/\/t.co\/VgpiGxW7P4","label":1}
194
+ {"text":"Australian Muslim community releases statement in response to #sydneysiege. http:\/\/t.co\/r6UMUVGxHV","label":0}
195
+ {"text":"\"Profoundly shocking\" -Australia PM Tony Abbott delivers second #sydneysiege statement. MORE: http:\/\/t.co\/VaKt3ZpRZR http:\/\/t.co\/I9VOzKLcET","label":0}
196
+ {"text":"11:11 - My wish is that this hostage situation in Sydney ends without anyone getting hurt !!","label":0}
197
+ {"text":"Rev Jesse Jackson leading procession to shooting site. #Ferguson #MichaelBrown @stltoday http:\/\/t.co\/ElWD9jGEFA","label":0}
198
+ {"text":"Kevin Vickers hailed as hero who took down attacker http:\/\/t.co\/qIDq2LcXkf #OttawaShooting #cbcto http:\/\/t.co\/Qo5E24X9ZS","label":1}
199
+ {"text":"3 people have come running out of the Lindt cafe building, including a man who looked like a cafe worker. #MartinPlaceSiege #sydneysiege","label":1}
200
+ {"text":"IMPORTANT: Ottawa police are urging people NOT to tweet the location of police activity in the field. Shooting scene remains active.","label":0}
201
+ {"text":"BREAKING NEWS: Flag in Sydney cafe window confirmed to be that of Jabah Al-Nusra, says Islamic terror expert on 7News http:\/\/t.co\/1UMa3DwuNJ","label":1}
202
+ {"text":"Germanwings Airbus A320 plane crash: Two babies and 16 children among 150 dead http:\/\/t.co\/UGlaM0vpoK http:\/\/t.co\/9yCcn7Hzz8","label":1}
203
+ {"text":"After #CharlieHebdo attack, satirists express solidarity and vow that fun would never die. http:\/\/t.co\/XcTHtsVSCa http:\/\/t.co\/1EVgl9Apfx","label":0}
204
+ {"text":"JUST IN: US Embassy in Ottawa on lockdown following shooting incidents at and near Canadian Parliament - @WilliamsJon","label":0}
205
+ {"text":"#BREAKING: Flag w\/ Islamic writing held up to window of #Sydney cafe. Police say up to 50 hostages. #Australia PM convenes security team.","label":1}
206
+ {"text":"Our thoughts are with the passengers and crew of flight 4U-9525, their families and friends. United by wings, @lufthansa @germanwings","label":0}
207
+ {"text":"Every 28 hours a black male is killed in the United States by police or vigilantes. #Ferguson","label":1}
208
+ {"text":"I'd rather swallow a bullet than bow to a \"God\" too insecure to handle cartoons. #JeSuisCharlie http:\/\/t.co\/805bDy3G6y","label":0}
209
+ {"text":"Solidarity with Charlie Hebdo. http:\/\/t.co\/gvLp0NwLax","label":0}
210
+ {"text":"Radikal of Turkey mourns with Charlie Hebdo staff and people of France and says #JeSuisCharlie http:\/\/t.co\/vXNLWB71mB","label":0}
211
+ {"text":"The Algerian Muslim editor - killed in the #CharlieHebdo attack - nobody knows about: Moustapha Ourrad. #JeSuisMuslim http:\/\/t.co\/NizgHAxpsL","label":0}
212
+ {"text":"We don't need to stinkin' #PoliceState Americans! This must stop! .@StupidTeanuts: Going 2 War w\/ Americans #Ferguson http:\/\/t.co\/lo4ZQ59DHS","label":0}
213
+ {"text":"#sydneysiege: Watch the dramatic moment a group of hostages sprinted from the cafe. http:\/\/t.co\/3xvtZ2RBJj","label":1}
214
+ {"text":"New cops wear blue not camo, mingle and talk to protesters with respect -- and suddenly there's calm #Ferguson http:\/\/t.co\/XY3NSpbqK8","label":0}
215
+ {"text":"In reporting the story, the Telegraph has pixilated Charlie Hebdo's La Vie De Mahomet: http:\/\/t.co\/ElhnzUNr0A http:\/\/t.co\/jdHLcQBtfp","label":0}
216
+ {"text":"THE TERRORIST ATTACK IN PARIS IS SO SCARY I'M CRYING","label":0}
217
+ {"text":"Hostage situation in Sydney is happening next door to @7NewsSydney's studio -- this is a live stream of the coverage https:\/\/t.co\/uNXkJmspr8","label":1}
218
+ {"text":"People are now matching to the #Ferguson Police Dept headquarters. http:\/\/t.co\/4KEsby2ZPj","label":0}
219
+ {"text":"Sydney's Daily Telegraph has printed a special 2pm edition - \"Death cult CBD attack\" #MartinPlaceSiege http:\/\/t.co\/smU3gg3RSS","label":1}
220
+ {"text":"UPDATE Yesterday #4U9525 took exactly the same route \/@planefinder http:\/\/t.co\/wFg8KTSve2 http:\/\/t.co\/UyLWPJArJ5","label":0}
221
+ {"text":"Ottawa is one of the world's great cities. Today's events do not change this.","label":0}
222
+ {"text":"The US Embassy in France (@USEmbassyFrance) has changed its Twitter pic to the #JeSuisCharlie image http:\/\/t.co\/afvSJT8jma","label":0}
223
+ {"text":"Our ally Saudi Arabia is such an advocate of free speech that it flogged a liberal blogger with the lash for blasphemy today #JeSuisCharlie","label":0}
224
+ {"text":"UPDATED: Shots fired on Parliament Hill, soldier injured at National War Memorial http:\/\/t.co\/eyhV6c2yiv http:\/\/t.co\/wy63eYJbB1","label":1}
225
+ {"text":"Masked gunmen pictured near #CharlieHebdo offices http:\/\/t.co\/Zvfj25EnEc http:\/\/t.co\/qTWhoLqICk","label":0}
226
+ {"text":"#IllRideWithYou starts on social media in response to #SydneySiege, showing support to Muslims: http:\/\/t.co\/sQOaGCBYkh @ghoshworld","label":0}
227
+ {"text":"Ottawa shooting: Nathan Cirillo, reservist from Hamilton, killed in attack http:\/\/t.co\/cUzepktlxx http:\/\/t.co\/hqR6R0q9jl","label":1}
228
+ {"text":"Corporal Nathan Cirillo, shot dead at #Ottawa War Memorial today, was 24. Reservist was member of Argyll and Sutherland Highlanders #cdnpoli","label":1}
229
+ {"text":"Follow @MichaelSkolnik NOW if you want to follow the story about #MikeBrown, the unarmed teenager who was killed by the #Ferguson police.","label":0}
230
+ {"text":"The info given today seems to line up with this witness account, even the alleged theft: http:\/\/t.co\/7hjBIrf1a3 #Ferguson #MikeBrown","label":1}
231
+ {"text":"\"What happened in #Ferguson doesn't contradict America's racial narrative. It illustrates it.\" http:\/\/t.co\/337F1OD330","label":0}
232
+ {"text":"If I condemn the attack, that doesn't mean I support Charlie Hebdo, and If I condemn Charlie Hebdo, that doesn't mean I support the attack.","label":0}
233
+ {"text":"Newspaper front pages after the attack on Charlie Hebdo \u2013 in pictures http:\/\/t.co\/5HazSPUc71 http:\/\/t.co\/c0lNK7eyzg","label":0}
234
+ {"text":"#CharlieHebdo: Everything you need to know about the magazine that refuses to be censored http:\/\/t.co\/4LNGobrht7 http:\/\/t.co\/LPHAMs6eNA","label":0}
235
+ {"text":"Freedom of speech is a right as much as a cause worth fighting for. Obscurantism is a danger made real today #CharlieHebdo","label":0}
236
+ {"text":"I am still confused as to why these \"highly trained\" individuals left their ID in the getaway car. #CharlieHebdo","label":1}
237
+ {"text":"Not just Mike Brown\u2026 Second police shooting in #Ferguson leaves man in critical condition http:\/\/t.co\/uZpgcJK0bB","label":1}
238
+ {"text":"Sky News reporter @campricenews at the scene of the #sydneysiege. Live now on Sky News + http:\/\/t.co\/FwFefoiKa2 https:\/\/t.co\/6FXegnved4","label":0}
239
+ {"text":"Shooting also come after Canadian ISIS fanboy Abu Turaab (acct suspended now) tweeted about pending attack in Canada \/2","label":0}
240
+ {"text":"\"RESISTANCE from #Ferguson to #Palestine\" #FreePalestine #MikeBrown @Dreamdefenders http:\/\/t.co\/olYnQ2plyu","label":0}
241
+ {"text":"BREAKING: Sydney hostage-taker believed to be self-styled Muslim cleric facing string of violent charges.","label":0}
242
+ {"text":"Video: The moment the police stormed the Sydney cafe. Police confirm the siege is now over. http:\/\/t.co\/E7RSvVibiu http:\/\/t.co\/u6dVtuoAUc","label":0}
243
+ {"text":"Easily 50+ officers asking protesters to leave in #Ferguson over #MikeBrown rally #kmov http:\/\/t.co\/RBkfloalhF","label":0}
244
+ {"text":"Another account of what happened to #MikeBrown #JusticeForMikeBrown http:\/\/t.co\/sOD2olFYwp #STL #FERGUSON","label":1}
245
+ {"text":"More gun shots and loud bangs are coming from #MartinPl as heavily armed police stormed caf\u00e9. #SydneySiege #9News http:\/\/t.co\/W46SPDZWUD","label":1}
246
+ {"text":"Are other shootouts aimed at stalling #CharlieHebdo manhunt? See:http:\/\/t.co\/uwYKR50VNM http:\/\/t.co\/jBR2c4LHq6","label":0}
247
+ {"text":"[Episode] 'War of Hormone' MV & Photo shooting: http:\/\/t.co\/1kbw2G0n8N","label":0}
248
+ {"text":"The astonishing pictures coming out of #Ferguson--snipers and tanks trained on civilians--look like they're straight out of a failing state.","label":0}
249
+ {"text":"Charlie Hebdo will publish this week with a print run of 1 million, up from the usual 60,000 http:\/\/t.co\/Xy5jyLxGZt http:\/\/t.co\/5P7HpPUAT2","label":0}
250
+ {"text":"To all my Muslim friends: you don't need to apologize for the #CharlieHebdo attack in Paris. A criminal committed a crime, not Islam.","label":0}
251
+ {"text":"#Germanwings latest: http:\/\/t.co\/8tZopIBYLh - #Airbus A320 crashes in French Alps - Barcelona-to-Dusseldorf flight - 142 passengers & 6 crew","label":1}
252
+ {"text":"Five free but an unknown number remain trapped in dramatic siege in Sydney: http:\/\/t.co\/VUVPPrKuDc #sydneysiege http:\/\/t.co\/oHEoDf8r3H","label":1}
253
+ {"text":"A 60-second tribute to the victims of the #CharlieHebdo attack http:\/\/t.co\/SNQBRuh48T http:\/\/t.co\/WFYN11sijj","label":0}
254
+ {"text":"Also, the National Association of Black Psychologists will be on-site to provide free crisis counseling to residents of #Ferguson today.","label":0}
255
+ {"text":"TV channels have chosen not to show videos of hostages relaying #sydneysiege gunman's demands. http:\/\/t.co\/5jtd36wFOU http:\/\/t.co\/oKJPRv40l3","label":1}
256
+ {"text":"BREAKING: CTV News confirms that shots have been fired on Parliament Hill.","label":1}
257
+ {"text":"As we speak, with quiet resolve, Gazza is loading his car with chicken and a fishing rod and planning his route to Dammartin-en-Goele","label":0}
258
+ {"text":"thinking of the people in Martin Place in Sydney right now, and for the police, etc having to deal with the situation. so terrifying","label":0}
259
+ {"text":"MORE: Official: French terror suspects want to be martyrs; are holed up with hostage north of Paris: http:\/\/t.co\/sJXudtGUOV","label":1}
260
+ {"text":"Many police officers today operate from fear and prejudice. That's dangerous when you have the power to take a life. #Ferguson","label":0}
261
+ {"text":"87 y.o French cartoonist Uderzo, creator of Asterix, comes out of retirement for #CharlieHebdo (H\/T @WilliamsJon): http:\/\/t.co\/6uBOTl9pzO","label":0}
262
+ {"text":"Those who seek to end #freespeech w\/ violence are moral & intellectual cowards. Its defenders are heroes of the open society. #JeSuisCharlie","label":0}
263
+ {"text":"#RCMP news conference on #Ottawa shootings expected to begin momentarily. Watch live @ http:\/\/t.co\/kngapKTSCe","label":1}
264
+ {"text":"FLASHBACK: White House condemns #CharlieHebdo cartoons (9\/9\/12) http:\/\/t.co\/4YbAJRGwXb","label":0}
265
+ {"text":"MORE: Operation to detain massacre suspects unfolding in Dammartin-en-Goele, about 25 miles northeast of Paris: http:\/\/t.co\/H1bHg5T7Ec","label":1}
266
+ {"text":"I'm so happy to see Sydney-siders saying #illridewithyou to Muslim people who fear abuse on public transport following #sydneysiege","label":0}
267
+ {"text":"Until then, let's riot and burn embassies and then wonder why people disrespect our Prophet. #CharlieHebdo #Facepalm","label":0}
268
+ {"text":"#BREAKING Paris hostage-taker 'knows' one Charlie Hebdo killer: source","label":1}
269
+ {"text":"#CharlieHebdo the magazine will be published next Wednesday as usual says magazine lawyer. Print run: 1 million copies.","label":0}
270
+ {"text":"They didn't give the chief no type of time to rehearse his lines and now he stuck looking like... #Ferguson http:\/\/t.co\/2fL1yMZFUQ","label":0}
271
+ {"text":"Shooting at War Memorial - part of the area has been evacuated - Avoid Rideau Center and surroundings @uOttawa Protection monitoring","label":0}
272
+ {"text":"Everything we know about the #CharlieHebdo attack so far http:\/\/t.co\/oqu0qi6N8v http:\/\/t.co\/uLT5JPOj4t","label":0}
273
+ {"text":"Police in #Ferguson haven't been wearing identification: http:\/\/t.co\/ZAIikEqk09 http:\/\/t.co\/LDgoSLUHL3 via @Slate \/ Fire the #Ferguson PD.","label":0}
274
+ {"text":"Update: Five hostages escape as a gunman continues siege in Sydney cafe http:\/\/t.co\/srN4LP5972 http:\/\/t.co\/JRXqBzBVEH","label":1}
275
+ {"text":"#JeSuisCharlie used across the world to show solidarity with #CharlieHebdo shooting victims http:\/\/t.co\/kp922GIn7c http:\/\/t.co\/tiL6mF3MDf","label":0}
276
+ {"text":"MORE: #4U9525 jet belonged to Germanwings low-cost, authorities confrm the crash, debris found http:\/\/t.co\/zU6hn03xzU http:\/\/t.co\/0yWIEnAtJT","label":0}
277
+ {"text":"Flight #4U9525 climbed to 38,000 feet before before it started to descend and lost signal at 6,800ft \/@flightradar24 http:\/\/t.co\/CIG4wqG5cU","label":1}
278
+ {"text":"BREAKING: At least 20 shots have been fired in the Canadian parliament in Ottawa, according to witnesses.","label":1}
279
+ {"text":"It's nice to see officers with name tags on from Missouri State Highway Patrol. #Ferguson cops still not wearing them.","label":0}
280
+ {"text":"No one can say this is a surprise. In July window-smashing rioters stormed thru Paris chanting 'gas the Jews' http:\/\/t.co\/krRNeIst27","label":0}
281
+ {"text":"Brilliant #CharlieHebdo satirists did not attack #Islam, but poked fun @ #intolerance & #extremism of all kind inc #racism & #islamophobia.","label":0}
282
+ {"text":"#Germanwings crew didn't send distress signal; it was sent by air traffic control - civil aviation authorities to AFP http:\/\/t.co\/cN6iVJDoo7","label":1}
283
+ {"text":"While horrified with #CharlieHebdo, let's not forget #RaifBadawi. 50 lashes today in Jeddah, first batch of 1000!! :( http:\/\/t.co\/l8ACRZuhVZ","label":0}
284
+ {"text":"Latest photos from Ottawa's Parliament Hill http:\/\/t.co\/ibNGJIg2Pg http:\/\/t.co\/FtEukz6d9x","label":0}
285
+ {"text":"Police pull up to #Ferguson in MRAPs & point sniper rifles at unarmed protestors LIVE 11am-2pm CST http:\/\/t.co\/OQtch0ubub","label":0}
286
+ {"text":"One of the most compelling & relevant things I've seen on #CharlieHebdo so far. Pics say more than words sometimes. http:\/\/t.co\/RJslBvn6gv","label":0}
287
+ {"text":"#Murder is prohibited in #Judaism, #Christianity & #Islam Click http:\/\/t.co\/C989YBqv5d #CharlieHebdo #ParisShooting http:\/\/t.co\/k3vjLOodDQ","label":0}
288
+ {"text":"A moron says something nasty about a Muslim on a bus, he's a national trend. An ISIS sympathizer gets violent in Sydney, he's a lone wolf.","label":0}
289
+ {"text":".@pmharper is safe and has left Parliament Hill.","label":0}
290
+ {"text":"Praying for the hostages and family's in Sydney :(","label":0}
291
+ {"text":"OFFICIAL: Police launch assault where #CharlieHebdo suspects holed up (AFP): http:\/\/t.co\/yvvkRFLiMl http:\/\/t.co\/2xVhMWliRS","label":0}
292
+ {"text":"Our cover #CharlieHebdo #JeSuisCharlie http:\/\/t.co\/q29opNZ0jr","label":0}
293
+ {"text":"Sara 4, killed while playing #Israel is intentionally targeting KIDS #Ferguson #Gaza #GazaUnderAttack #FreePalestine http:\/\/t.co\/cD8oc73rNY","label":0}
294
+ {"text":"\"I strongly condemn the horrific shooting at the offices of Charlie Hebdo magazine in Paris\" \u2014President Obama http:\/\/t.co\/qr9zeGU04o","label":0}
295
+ {"text":"The RCMP will hold a news conference close to 2 p.m. to provide an update on the shootings in Ottawa.","label":1}
296
+ {"text":"Dogs? In 2014? #Ferguson RT @AntonioFrench: Right now in #Ferguson MO following the killing of 17-year-old #MikeBrown http:\/\/t.co\/iniDpLhVgo","label":0}
297
+ {"text":"Lets play a game. This will be blamed on (a) Racism of Charlie Hebdo (b) Poverty (c) Colonial France (d) Evil of Free Speech","label":0}
298
+ {"text":"#pmharper tweets 'Canada's thoughts and prayers are with our Australian friends.' 13-40 hostages held in cafe in #Sydney. #SydneySiege","label":1}
299
+ {"text":"Above us only sky. #CharlieHebdo http:\/\/t.co\/WeGydbsacQ","label":0}
300
+ {"text":"RIP Cpl. Nathan Cirillo today's tragic events put all in perspective #OttawaShooting #HeroesInLife @CanadianForces http:\/\/t.co\/B7ggJBbZvE","label":1}
301
+ {"text":"Yes, they drew first. Don't ever be silent, don't ever be ignorant. We stand with you! #JeSuisCharlie Everyone RT! http:\/\/t.co\/Jm0y5PGIDh","label":0}
302
+ {"text":"BREAKING: Soldier shot near Canada's parliament; active shooter at large. http:\/\/t.co\/ldO9r3y0JQ http:\/\/t.co\/5Ssy2fEmSb","label":1}
303
+ {"text":"French police confirm that the #CharlieHebdo attackers shouted \"The Prophet has been avenged\". Sigh.","label":1}
304
+ {"text":"Australian Muslim youth handed out 2000 flowers and 3600 water bottles to people in sydney #illridewithyou http:\/\/t.co\/DDUknU9jqr","label":0}
305
+ {"text":"Religion of peace back at work. Muslims attack French magazine that mocked Muhammad, killing 12 #CharlieHebdo #ParisShooting","label":0}
306
+ {"text":"Reports: Alleged Sydney hostage taker was charged as accessory to ex-wife's murder http:\/\/t.co\/6T7xVdcwdD http:\/\/t.co\/EdqjZdgxMM","label":0}
307
+ {"text":"#Paris, now. In front of Notre-Dame. #silence #charliehebdo http:\/\/t.co\/6EP3Vci23H","label":0}
308
+ {"text":"At least five people have been released or escaped from a Sydney cafe where an armed man is holding hostages: http:\/\/t.co\/b0e9piKyqm","label":1}
309
+ {"text":"The fact that while we've been focused on #Ferguson another black man was killed by cops in LA and it barely made the news says a lot.","label":0}
310
+ {"text":"INSANITY! #Jihad comes 2 Australia & Liberal Lunatics are Concerned with Political Correctness!? #sydneysiege #tcot http:\/\/t.co\/YiTCQLja7a","label":0}
311
+ {"text":"Gunman takes several hostages in Sydney cafe, parades Islamic militants' flag in window. Opera House also evacuated. http:\/\/t.co\/uatZQpAsOS","label":1}
312
+ {"text":"If these fuckers in Paris didn't have hostages if AC130 them bitches.","label":0}
313
+ {"text":"Islam is a non-violent religion. Don't let a few extremists or the media fool you. #SydneySiege http:\/\/t.co\/kamsNsPYLM","label":0}
314
+ {"text":"Seeing condemnations from Muslim figures, worldwide. Tmrw, there will be articles on 'why don't they condemn terrorism?' Sigh. #CharlieHebdo","label":0}
315
+ {"text":"As the @nswpolice have asked: if you're in the Sydney CBD just to check out the #SydneySiege at #MartinPlace, you should go home.","label":0}
316
+ {"text":"A #Germanwings spokesman confirms two babies were among those on board a flight which crashed in the French Alps http:\/\/t.co\/npoy1K5Huo","label":1}
317
+ {"text":"#Ferguson v #Bundy: Black jaywalking teen shot & killed by cops. White trespassig rancher's militia aim guns at cops. http:\/\/t.co\/MEGjYq2feR","label":0}
318
+ {"text":"Swat team in #Ferguson have state mandated 'murder insurance' to protect them from lawsuits if they kill anyone.","label":1}
319
+ {"text":"Pres. Obama condemns the #CharlieHebdo attack: Paris \"will endure well beyond the hateful vision of these killers.\" http:\/\/t.co\/Gn69hWYyg2","label":0}
320
+ {"text":"Do the math. Stop the conflation and collateral indictment of Muslim Australians. #sydneysiege http:\/\/t.co\/BZage57htm","label":0}
321
+ {"text":"JUST IN: Lindt's CEO says there could be as many as 50 hostages inside the cafe in #Sydney http:\/\/t.co\/FlxRZYOxWA http:\/\/t.co\/eKFi9smVGh","label":1}
322
+ {"text":"BREAKING: There have been two shootings on Parliament Hill. One of the victims is believed to be a member of the Canadian Forces.","label":1}
323
+ {"text":"Canadian police, backed by armoured vehicles, have surrounded Parliament building in Ottawa http:\/\/t.co\/GZ0sW8Izdu http:\/\/t.co\/rIZmHjHdlr","label":0}
324
+ {"text":"Pictured: Gunman Man Haron Monis, on bail over murder of ex-wife http:\/\/t.co\/xheuclMCmj #sydneysiege http:\/\/t.co\/32hYnLqV6J","label":0}
325
+ {"text":"Two shot in Paris, including traffic cop, as manhunt continues for #CharlieHebdo suspects http:\/\/t.co\/L7wpNhAYZn http:\/\/t.co\/oQi2UinDH1","label":1}
326
+ {"text":"\"#Ferguson PD charged a man with destruction of property for bleeding on their uniforms while 4 officers beat him.\" http:\/\/t.co\/x4K1rHyXdn","label":1}
327
+ {"text":"This http:\/\/t.co\/yAKOt5aARE #JeSuisCharlie http:\/\/t.co\/hUYhnDDBSf","label":0}
328
+ {"text":"\"I strongly condemn the horrific shooting\" at the offices of #CharlieHebdo, US President Obama says http:\/\/t.co\/Z0Kp0ZjMGs","label":0}
329
+ {"text":"@FRANCE24 reporter James Andr\u00e9 at French Civil Aviation Authority HQ: \"#Germanwings plane did NOT report distress signal\", no mayday.","label":1}
330
+ {"text":"ID card of Said Kouachi, suspect in #CharlieHebdo attack, found in car left by 2 suspects http:\/\/t.co\/QBuyFSVORd http:\/\/t.co\/FyiSZvWJJ5","label":1}
331
+ {"text":"#NHL cancels tonight's game between #Ottawa and #Toronto due to today's shootings. Senators were to host Maple Leafs.","label":1}
332
+ {"text":"Why a hostage situation is neither the time nor place for selfies #sydneysiege http:\/\/t.co\/AYGnzNVxOX http:\/\/t.co\/yhHldK5Wne","label":0}
333
+ {"text":"A closer still caption of #Sydneysiege gunman http:\/\/t.co\/2zFjvlPC1n http:\/\/t.co\/tk1jwhYDdn","label":1}
334
+ {"text":"Black flag held by #Sydneysiege hostages bears Islamic message of faith http:\/\/t.co\/rEpn2Mt4UC (PHOTO: AP\/Channel 7) http:\/\/t.co\/U9sqDmwt4w","label":1}
335
+ {"text":"France faces 2 hostage-taking attacks; Paris kosher market attack has 5 hostages, some wounded: http:\/\/t.co\/dWlaFSDKjL","label":1}
336
+ {"text":"An observation from yrs in practice - if it takes you 5 days to get your story out & it doesn't make sense, it's probably not true #Ferguson","label":1}
337
+ {"text":"Tribute to #CharlieHebdo on Banksy's instagram account: http:\/\/t.co\/VE37nfsL2R http:\/\/t.co\/b0QYWmMUkL","label":1}
338
+ {"text":"Sydney Opera House among buildings evacuated due to #SydneySiege: http:\/\/t.co\/xQtgKojdnC http:\/\/t.co\/LPOz3sxOI7","label":1}
339
+ {"text":"I would think a religious figure is more offended by savage, barbaric slaughter in his name than by a cartoon. #charliehebdo","label":0}
340
+ {"text":"#BREAKING At least five hostages in Paris kosher supermarket: source","label":1}
341
+ {"text":"Sydney siege is over. More details to follow.","label":0}
342
+ {"text":"DEVELOPING: Shooting suspect at large inside Canadian Parliament: reports http:\/\/t.co\/hU0OfoOGEC http:\/\/t.co\/5fkHcPaK97","label":1}
343
+ {"text":"Anonymous hacking group threatens #Ferguson police in wake of Shooting http:\/\/t.co\/wNjBvxk6MU http:\/\/t.co\/Vrwv1EdRhM\" via @BET","label":0}
344
+ {"text":"Thoughts and prayers this morning with those affected by what is happening in #Sydney","label":0}
345
+ {"text":"142 PEOPLE ON BOARD GERMANWINGS AIRBUS A320 THAT CRASHED IN SOUTHERN FRANCE","label":1}
346
+ {"text":"As people attempt to sleep tonight our thoughts are with those involved in the #SydneySiege. Praying we wake up to good news tomorrow. \u2764\ufe0f","label":0}
347
+ {"text":"#A320 Germanwings plane crash: Majority of victims likely to be German says French President http:\/\/t.co\/U4yg4ndyBo http:\/\/t.co\/eHb2UetmxI","label":0}
348
+ {"text":"How people in France view Muslims: Very positively #CharlieHebdo http:\/\/t.co\/mri0tPun5U http:\/\/t.co\/7ebMQhBs88","label":0}
349
+ {"text":"PHOTOS: New Yorkers write their thoughts in peaceful protest: http:\/\/t.co\/mC0M9xbWG3 (Victor Mirontschuk) #Ferguson http:\/\/t.co\/4JKxvjr6Ln","label":0}
350
+ {"text":"There's anger after people start taking selfies outside the #sydneysiege cafe. http:\/\/t.co\/6BcdtB1GH1 http:\/\/t.co\/7N5547eoAY","label":0}
351
+ {"text":"Never forget: Tear Gas. Rubber Bullets. APCs. Militarized Cops. No Name Tags. No Fly Zone. Al Jazeera. Never Forget Mike Brown. #ferguson","label":0}
352
+ {"text":"#4U9525: Robin names Andreas Lubitz as the copilot in the flight deck who crashed the aircraft.","label":1}
353
+ {"text":"Is this the day that free speech died a little? @NewYorker cartoonist's poignant response to the #CharlieHebdo attack http:\/\/t.co\/11lRJ4A0yZ","label":0}
354
+ {"text":"Thoughts and prayers to the families and friends of the passengers of Germanwings Flight 9525. Beyond\u2026 https:\/\/t.co\/f51rHVQ4Er","label":0}
355
+ {"text":"#OttawaShooting situation is fluid and ongoing. Remain vigilant and aware. Tip line 613-236-1222 x5493 c: @RCMP_Nat_Div ^JT","label":0}
356
+ {"text":"Several hostages freed at Jewish supermarket in Paris. Photo Thomas Samson #AFP http:\/\/t.co\/C9ltgMT0Wl","label":1}
357
+ {"text":"\u2192 http:\/\/t.co\/girzJM1zS7 Charlie Hebdo has had a long tradition of disrespect and provocation #CharlieHebdo 623 http:\/\/t.co\/YYY4nxbgaZ","label":0}
358
+ {"text":"\"As with 9\/11, most French residents will remember for a long time where they were on January 7, 2015.\" http:\/\/t.co\/GTM7lKrIpK #CharlieHebdo","label":0}
359
+ {"text":"Major police operation unfolding in downtown Sydney http:\/\/t.co\/thNggxxGEQ","label":0}
360
+ {"text":"BREAKING: Name of co-pilot of crashed #Germanwings flight was Andreas Lubitz","label":1}
361
+ {"text":"BREAKING UPDATE: 2 more hostages leave #Sydneysiege site http:\/\/t.co\/m51P8dUPhB http:\/\/t.co\/nN9oFekgTZ","label":1}
362
+ {"text":"Sending our thoughts and prayers to everyone in #Ottawa at this difficult time. Pls follow @OttawaPolice & @rcmpgrcpolice for latest info.","label":0}
363
+ {"text":"The co-pilot of the Germanwings Airbus was a convert to Islam - http:\/\/t.co\/7MHPhG5aIR #RedNationRising","label":1}
364
+ {"text":"Absurdly, I'm told this is not time to talk about reforming Muslim attitudes to \"blasphemy\". Seriously. What planet are we on? #CharlieHebdo","label":0}
365
+ {"text":"When you are black & the victim of a crime, people will dig up something you did in kindergarten to justify what happened to you. #Ferguson","label":0}
366
+ {"text":"Pic from Conservative MP Nina Grewal of caucus is getting a lot of att'n on Twitter. @grahamctv: #ottawashooting. http:\/\/t.co\/vAuAopcJRD","label":0}
367
+ {"text":"As the #Sydneysiege drags on and bigotry flares up, Australians are saying #illridewithyou in solidarity with the Muslim community.","label":0}
368
+ {"text":"Press Council confirms \"at least one\" complaint against Daily Telegraph #sydneysiege special http:\/\/t.co\/sHUmAo0ag1 http:\/\/t.co\/btzeuj3k0m","label":0}
369
+ {"text":"Nothing screams action like placing pressure on the head of the city, Mayor Knowles. Call or email him! #Ferguson http:\/\/t.co\/CvTxppaWWN","label":0}
370
+ {"text":"Depressing that ppl don't realise most victims of Islamic extremists are Muslims\u2026 but I'm relieved @OwenJones84 does http:\/\/t.co\/rv2VVTrVWl","label":0}
371
+ {"text":"Hostage taker in Sydney cafe demands ISIS flag and call with Australian PM, Sky News reports. http:\/\/t.co\/a2vgrn30Xh #sydneysiege","label":1}
372
+ {"text":"Captain Johnson: \"I know we're scared and I know we've fallen. But I know He's going to pick us up.\" #Ferguson","label":0}
373
+ {"text":"Charlie Hebdo, the magazine that dared to poke fun at religion http:\/\/t.co\/L5wXIOOr2p http:\/\/t.co\/SpDK2rMW4K","label":0}
374
+ {"text":"Charlie Hebdo: Fox news anchor suggests skin colour helps identify 'typical bad guys' http:\/\/t.co\/XvkeSMMXC4 http:\/\/t.co\/zcQjFbUY6P","label":0}
375
+ {"text":"Why is terrorism international & weapons from terrorists always Russian (Soviet) !? \u2014 TT @samiramoto #JeSuisCharlie http:\/\/t.co\/iSH566FPu2","label":0}
376
+ {"text":"Last position of Germanwings flight #4U9525 at 09:40 UTC http:\/\/t.co\/FHoX6q0GHt http:\/\/t.co\/72pxGKolRM","label":1}
377
+ {"text":"I can't stomach another #justicefor campaign. Real justice isn't a conviction. It's black ppl not being used for target practice. #Ferguson","label":0}
378
+ {"text":"I hope everyone is okay in Sydney and nothing bad happens from this hostage situation","label":0}
379
+ {"text":"A reminder: A SWAT team the size of TX showed up to the top location, but not the bottom one. #Ferguson #BundyRanch http:\/\/t.co\/3Gjo0VFQ2E","label":0}
380
+ {"text":"Australian mosque imams refer to #SydneySiege as a \"criminal act\", NOT as a terrorist act. Refuse to renounce JIHAD. https:\/\/t.co\/Wt8CtS18Zf","label":0}
381
+ {"text":"I apologise for rough translation. \"Freedom of expression is spilling ink, not shedding blood.\" #JeSuisCharlie http:\/\/t.co\/V1SjjmPaC0","label":0}
382
+ {"text":"Suspects in #CharlieHebdo attack identified by police as Said Kouachi, Cherif Kouachi & Hamyd Mourad http:\/\/t.co\/kTtysbF7fX","label":1}
383
+ {"text":"What Charlie Hebdo does, and why terrorists use it as \"a pretext to justify their violence.\" By @emserre, from 2012. http:\/\/t.co\/BIXn9x5GAp","label":0}
384
+ {"text":"Call out to STL Co police: only can confirm a person shot on Chambers, and is down. No word on alive or dead, or why. #Ferguson","label":1}
385
+ {"text":"\"If our fears are confirmed, this is a dark day for Lufthansa,\" says CEO of Germanwings' parent company after crash http:\/\/t.co\/tJVCCJSY4G","label":0}
386
+ {"text":"The day #Ferguson cops told a dirty, bloody lie (via @thedailybeast): http:\/\/t.co\/gnAlHsS7tu http:\/\/t.co\/vpqnDDVd2u","label":1}
387
+ {"text":"GERMAN NEWS REPORT: Co-Pilot of Germanwings Airbus Was MUSLIM CONVERT \u2026'Hero of Islamic State'? http:\/\/t.co\/Pw2kxje31m via @gatewaypundit","label":1}
388
+ {"text":"#AJEOpinion: \"It's going to get a lot worse for France's Muslims\" #CharlieHebdo http:\/\/t.co\/nuzS6Avu0A http:\/\/t.co\/vW76MGytm5","label":0}
389
+ {"text":"People being held as hostages does seem a perfect selfie moment \ud83d\ude2c\ud83d\ude10. Absolute morons! #sydneysiege http:\/\/t.co\/zZY5lr0H6y","label":0}
390
+ {"text":"Cpl. Nathan #Cirillo, the soldier shot dead today in #Ottawa. RIP sir and thank you for your service. #OttawaShooting http:\/\/t.co\/jpXLr5ONOa","label":1}
391
+ {"text":"Third thought: defending the rights that Charlie Hebdo defended means defending free speech, not attacking Muslims.","label":0}
392
+ {"text":"RT @dabeard: Wow. @newyorker cover. #charliehebdo http:\/\/t.co\/XKCQbCeHPz","label":0}
393
+ {"text":"#Breaking Military sources, friends ID Nathan Frank Cirillo as soldier killed in Ottawa http:\/\/t.co\/CVyzAvavIF http:\/\/t.co\/Q7qKp919Ml","label":1}
394
+ {"text":"The moment when one of the Sydney hostages ran out of the cafe. #sydneysiege http:\/\/t.co\/v8J5eYn06p","label":0}
395
+ {"text":"We must confirm to our deepest regret that Germanwings Flight 4U 9525 from Barcelona to D\u00fcsseldorf has suffered an accident over the 1\/5","label":1}
396
+ {"text":"Witnesses of today's shooting incidents, call 613-236-1222 ext 5493.","label":0}
397
+ {"text":"VIDEO - BREAKING NEWS - Germanwings Airbus crashes in the French Alps with 148 onboard http:\/\/t.co\/C2fJV2Uapu http:\/\/t.co\/y0RoEPBMqM","label":1}
398
+ {"text":"Everyone please read this #PrayForSydney #illridewithyou #sydneysiege http:\/\/t.co\/wJQFgaU5rD","label":0}
399
+ {"text":"Rest In Peace Corporal Nathan Cirillo. #Respect #Ottawa #Canada #tcot http:\/\/t.co\/1mIBOBohd4","label":1}
400
+ {"text":"Our thoughts are with our nation's capital right now. Praying for those affected by today's tragic events at Parliament Hill in Ottawa.","label":0}
401
+ {"text":"Downtown #yxe. This man says he's marching for #Ottawa. #ottawashooting #cbcyxe http:\/\/t.co\/xmxpYgFcgw","label":0}
402
+ {"text":"-1,570,000,000 Muslims in the World -500,000 Muslims in Australia -1 terrorist in #SydneyCafe Don't stereotype #sydneysiege #PrayForSydney","label":0}
403
+ {"text":"The car used by armed gunmen who stormed the Paris offices of satirical newspaper #CharlieHebdo Photo D. Faget #AFP http:\/\/t.co\/ZBkDglcBcE","label":0}
404
+ {"text":"#BREAKING first official news release from #Ferguson PD since death of #MikeBrown @kmov http:\/\/t.co\/Z27k2DOm7J","label":0}
405
+ {"text":"2 of the 4 police departments rampaging through #Ferguson were trained by Israel in methods of domination and control http:\/\/t.co\/ztZUZpzHJb","label":1}
406
+ {"text":"#ferguson has had ZERO homicides in the last year. 'Black on black crime is our real problem' folks where y'all at?","label":1}
407
+ {"text":"GOD BLESS YOU #Ferguson RT @Daaance_Ki: Howard family pray for our own @SpookPacShakur . http:\/\/t.co\/fW2CJgno6A","label":0}
408
+ {"text":"How come HR organisations in the west give awards to supporter of such actions as @AbdulEla who was awarded by Karama 2013 #CharlieHebdo","label":0}
409
+ {"text":"#Gazans advise #US protesters on #Twitter http:\/\/t.co\/bIlucMYbwh #Ferguson #FreePalestine #presstvgaza http:\/\/t.co\/7RhD2CQgpa","label":0}
410
+ {"text":"In sympathy and solidarity with @Charlie_Hebdo_ #CharlieHebdo http:\/\/t.co\/W2CBdVJ0k6","label":0}
411
+ {"text":"The flag in the Lindt cafe window appears to be a Shahada flag, not an Islamic State flag. Live blog: http:\/\/t.co\/3yf38dA6Gs #SydneySiege","label":1}
412
+ {"text":"The fact that \"any religious loner could do this\" is exactly what ISIL aims to inspire, it's their modus operandi #SydneySiege","label":0}
413
+ {"text":"Charges filed against man shot by police in #Ferguson on Wednesday; cops say he pointed gun at them: http:\/\/t.co\/fbOOmrP8Zz","label":0}
414
+ {"text":"Listen to our live special coverage of Parliament Hill shooting here http:\/\/t.co\/tyNHh2UFcb http:\/\/t.co\/fwN00HBv6K","label":0}
415
+ {"text":"French president #Hollande says there is no doubt attack on #CharlieHebdo is terrorist attack. http:\/\/t.co\/Rve1Lp0EXf http:\/\/t.co\/8LFA5LFSnS","label":0}
416
+ {"text":"#CharlieHebdo attack is a barbaric act of terrorism. Nothing can justify it. Muslim scholar Gulen must be remembered. http:\/\/t.co\/NgQNmlPqBf","label":0}
417
+ {"text":"Ottawa Hospital has received 3 patients, 2 of whom are in stable condition. Won't give update on soldier, deferring to DND. #cbcOTT #OTTnews","label":1}
418
+ {"text":"Protesters in #Palestine and #Ferguson shot with the same teargas canisters. wow. #FreePalestine #JusticeForMikeBrown http:\/\/t.co\/BFsk31CK1A","label":0}
419
+ {"text":"NEW: The #Salafi response to the #Terrorist #ParisShooting #France: \"Were they forbidding an evil?\" Please spread. http:\/\/t.co\/g9QlYdXlUR","label":0}
420
+ {"text":"BREAKING - A Germanwings Airbus A320 plane reportedly crashed in the region of Digne (French Alps) #Flightradar24 - French TV #itele","label":1}
421
+ {"text":"2 dead, 3 in serious condition after the #SydneySiege, Australia's ABC reports http:\/\/t.co\/Y62bZ2YYa5","label":1}
422
+ {"text":"SYDNEY TERROR - Heavily-armed police storm cafe - Multiple hostages flee - Hostages seriously wounded - Gunman said to be dead","label":0}
423
+ {"text":"Oh, and the cover of today's edition of Charlie Hebdo mocked Michel Houellebecq for writing an Islamophobic novel... http:\/\/t.co\/moLfdEMlpM","label":0}
424
+ {"text":"I wonder how many of the people criticizing Charlie Hebdo's free speech this week defended Franco & Rogen's free speech last week?","label":0}
425
+ {"text":"#sydneysiege gunman was reportedly \"extremely agitated\", shouting as some hostages escaped. http:\/\/t.co\/R2a17pDaN8 http:\/\/t.co\/7G01BcQUPL","label":0}
426
+ {"text":"Yes, #sydneysiege is a hostage situation. Yes, the hostage taker(s) is a terrorist. Any other stupid failures of PC that need addressing?","label":1}
427
+ {"text":"A look at the cockpit-security measures that prevented Germanwings pilot from reentering: http:\/\/t.co\/vRv13M66Ez http:\/\/t.co\/CXROfyWrBH","label":0}
428
+ {"text":"Police shootout ends 16-hour siege in Martin Place. #sydneysiege http:\/\/t.co\/OoutIlaTo6","label":1}
429
+ {"text":".@fpleitgenCNN is by a school on lockdown where students echo #JeSuisCharlie sentiment. http:\/\/t.co\/Xk46LBlGuT","label":0}
430
+ {"text":"Stewart drives over guy kills him. News is everywhere. Cops fire 10 bullets into unarmed black. Not even covered. Good job media. #Ferguson","label":0}
431
+ {"text":"#sydneysiege Australians rally against Islamophobia with #illridewithyou hashtag http:\/\/t.co\/FhzSoccp22 http:\/\/t.co\/wVQmT5b8dt","label":0}
432
+ {"text":"The 2011 issue of Charlie Hebdo, whose cover featured Mohammed. http:\/\/t.co\/eSflYdFBRH","label":0}
433
+ {"text":"St. Louis area police forces are less diverse than communities they serve. By the numbers - http:\/\/t.co\/L0svzVrZue #Ferguson #STL","label":0}
434
+ {"text":"Police forces take position by the kosher grocery store in Saint-Mande, near Porte de Vincennes in Paris. #AFP http:\/\/t.co\/ANkBZtMTSJ","label":0}
435
+ {"text":"Be especially kind to each other today, Sydney. Especially to our Muslim friends - don't let good people be judged by the actions of a few.","label":0}
436
+ {"text":"Sitting in Melbourne watching what's going on in Sydney...I bloody hope it ends ok for those poor people! Disgusting behaviour! \ud83d\ude21","label":0}
437
+ {"text":"Dr Ali from the Irish Islamic Culture Centre just said he would seek legal advice if any journalist tweets one of #CharlieHebdo cartoons.","label":0}
438
+ {"text":"Our statement on the Charlie Hebdo attack: defend freedom of speech, resist hatred. https:\/\/t.co\/1Ok61nfRwj","label":0}
439
+ {"text":"I'm so very proud of you America. Every young, senior, veteran, sane non-violent person for justice #NMOS14 #Ferguson http:\/\/t.co\/oVgY9x5Nzn","label":0}
440
+ {"text":"Breaking: Kouachi brothers dead; hostage freed after raid in Dammartin-en-Goele, says person familiar with matter http:\/\/t.co\/FYkXChPD4d","label":1}
441
+ {"text":". @USEmbassyFrance changes Twitter pic to #JeSuisCharlie #CharlieHebdo http:\/\/t.co\/nCO0bEygIx","label":0}
442
+ {"text":"According to reports, one gunman is dead in #Ottawa Parliament shooting. LIVE coverage: http:\/\/t.co\/NZrpLq5Coo http:\/\/t.co\/f6PV2xgRBh","label":1}
443
+ {"text":"Satirical French magazine #CharlieHebdo attacked by gunmen: latest news report http:\/\/t.co\/gjTbTOQIMo http:\/\/t.co\/IIKBOs2Puk","label":0}
444
+ {"text":"If you have pictures or video of the suspect, email them NatDiv_Media_DivNat@rcmp-grc.gc.ca #ottawa #ottcity #ottnews","label":0}
445
+ {"text":"Savagely murdering innocent people brings only shame, not honor. Monsters. #CharlieHebdo","label":0}
446
+ {"text":"BREAKING NEWS: CANADIAN OFFICIALS NOW CALLING TODAY'S PARLIAMENT SHOOTING A TERRORIST ATTACK - http:\/\/t.co\/lXFiYaVImZ","label":1}
447
+ {"text":"Today's cartoon, by @DaveBrownToons. #CharlieHebdo #JeSuisCharlie http:\/\/t.co\/zsz3ujodlT","label":0}
448
+ {"text":"Reports in French media of hostage situation as manhunt for #CharlieHebdo suspects centres on #DammartinEnGoele http:\/\/t.co\/PNhWZP39md","label":1}
449
+ {"text":"LIVE video from scene of deadly attack on Paris offices of satirical weekly Charlie Hebdo: http:\/\/t.co\/h3uQuxHeTF http:\/\/t.co\/MzzOMR19ve","label":0}
450
+ {"text":"Fuck you, Islamist nutbags. #JeSuisCharlie http:\/\/t.co\/yDrzeh0JiT","label":0}
451
+ {"text":"Two police officers have been injured in a shooting in #Montrouge in southern #Paris - there is no direct link with the #CharlieHebdo attack","label":1}
452
+ {"text":"BREAKING NEWS: Germanwings Co-Pilot was recent convert to Islam. http:\/\/t.co\/fwf86tD88b http:\/\/t.co\/djkzng2piM","label":1}
453
+ {"text":"Hundreds of massacres committed daily against muslims in Burma and nobody says a word #CharlieHebdo #JeSuisCharlie http:\/\/t.co\/r2qkysjVDw","label":0}
454
+ {"text":"Update - Police say 12 people killed after armed gunmen stormed headquarters of French weekly publication 'Charlie Hebdo' in #Paris","label":1}
455
+ {"text":"Remember: do NOT tweet location of police in #Ottawa #OttawaShooting","label":0}
456
+ {"text":"Several MPs tweeting that lone gunman shot dead in Centre Block. All MPs reportedly safe. #cdnpoli #ottawa","label":1}
457
+ {"text":"MORE: Police say hostage situation in Sydney is over after a swarm of heavily armed police storm downtown cafe: http:\/\/t.co\/Tn8BlZvwmp","label":0}
458
+ {"text":"#Germanwings \"sorry to confirm\" 144 passengers & 6 crew on board flight #4U9525 when it crashed in French Alps http:\/\/t.co\/inQlKOqZup","label":1}
459
+ {"text":"VIDEO Ambulances & police race to site of hostage scene north-east of Paris as #CharlieHebdo gunmen reported killed http:\/\/t.co\/1X6svwi3zz","label":0}
460
+ {"text":"This isn't a war yet police are armed a and approaching like we're in Iraq. #Ferguson","label":0}
461
+ {"text":"The pen is mightier than the sword. Cartoonists respond to terror in France #CharlieHebdo #JeSuisCharlie #auspol http:\/\/t.co\/ZBwwQOGElr","label":0}
462
+ {"text":"Armed Person Takes Hostages At Paris-Area Deli; Police Surround Charlie Hebdo Terrorists http:\/\/t.co\/K61LgA3Tjc http:\/\/t.co\/SdQNm8maMD","label":0}
463
+ {"text":".@amcoren's report on what we know right now about the #sydneysiege: http:\/\/t.co\/lkXAAgN5Rg","label":0}
464
+ {"text":"VIDEO: @petermansbridge on what we currently know about the #OttawaShooting http:\/\/t.co\/5XBsdQf561 http:\/\/t.co\/EKZlSUznJ9","label":0}
465
+ {"text":"No survivors are expected from the Airbus A320 crash, the French President says. http:\/\/t.co\/5VmBfIGlj2 #germanwings http:\/\/t.co\/sOmZfCrxMR","label":0}
466
+ {"text":"Thousands tweet declaring their solidarity with Muslims... #IllRideWithYou #sydneysiege http:\/\/t.co\/Lq0VjkWreY http:\/\/t.co\/DRsCNjqt4y","label":0}
467
+ {"text":"And now the Trocadero. I have a very bad feeling about today","label":1}
468
+ {"text":"French officials say one of the alleged gunman left ID in getaway car after #CharlieHebdo attack http:\/\/t.co\/9c5VpoFxJI","label":1}
469
+ {"text":"Why it's Charlie Hebdo's right to draw Muhammad http:\/\/t.co\/GlF9dgwFS0 http:\/\/t.co\/Vkfw5ZbmvC","label":0}
470
+ {"text":"No-Fly Zone over #Ferguson MO bans News Copters from Reporting on Protests http:\/\/t.co\/hcsRiULLoy Anyone gotta drone? #OpFerguson","label":0}
471
+ {"text":"Maryam Rajavi condemns Charlie Hebdo attack in Paris, offers her condolences to French people and government http:\/\/t.co\/RZkTHR96wV #iran","label":0}
472
+ {"text":"White House responds to shooting at Paris offices of #CharlieHebdo. http:\/\/t.co\/Cd0y6NAOvE http:\/\/t.co\/K7rP2sQKeY","label":0}
473
+ {"text":"Stop making excuses for terrorists. #CharlieHebdo tweeted this before Christmas and there'll be no avenging Jesus. http:\/\/t.co\/BS3Z759LLx","label":0}
474
+ {"text":"The door is solid, you can't knock it down\u2026 it's bulletproof-@JimTilmon on @NYTimes rpt #Germanwings pilot locked out http:\/\/t.co\/hs20B8jC4b","label":1}
475
+ {"text":"Location of #Germanwings plane crash. http:\/\/t.co\/9a9ZLDN4o7","label":0}
476
+ {"text":"France marks minute of silence for victims of #CharlieHebdo http:\/\/t.co\/YkwO7nZxcb http:\/\/t.co\/HK1sqKai84","label":0}
477
+ {"text":"BREAKING: Distress call linked with #Germanwings jet came from air traffic control, not plane -- aviation official. http:\/\/t.co\/EOKW9FoIJ4","label":1}
478
+ {"text":"Praying for Sydney. Also thank heavens for streaming foreign networks because American media is completely MIA.","label":0}
479
+ {"text":"Cartoonist @davpope takes on the #CharlieHebdo attack: http:\/\/t.co\/eFaaaLWLzP http:\/\/t.co\/UV4C791jpT","label":0}
480
+ {"text":"It's horrible that Paris has to deal with all these violent attacks. What a way to start 2015. \ud83d\ude21","label":0}
481
+ {"text":"Don't feel hopeless if you are far from #Ferguson. Organize your block or your hood. Unite tenants, support ex-offenders, #FilmThePolice.","label":0}
482
+ {"text":"New Yorker's reaction to #CharlieHebdo shooting http:\/\/t.co\/FwtnxbbNYq","label":0}
483
+ {"text":"WATCH: Sounds of apparent gunfire inside halls of Canada's Parliament Hill: http:\/\/t.co\/KzOOm96NEL http:\/\/t.co\/WOzpsb6dXi","label":1}
484
+ {"text":"\"Hands up! Don't shoot!\" #Ferguson, MO, protests spread to nearby Clayton. http:\/\/t.co\/s7KHztwXeq http:\/\/t.co\/9Ww2erUujj","label":0}
485
+ {"text":"Special forces stands on the roof of a building in Dammartin-en-Goele where a hostage-taking is underway #AFP http:\/\/t.co\/gcm7TRRVfd","label":1}
486
+ {"text":"This morning jihadists were all excited with #sydneysiege , now they call the hostage taker a \"dirty Iranian\" since he is Shiite","label":0}
487
+ {"text":"BREAKING: One gunman has been killed following a shooting on Parliament Hill, sources confirm to CTV News.","label":1}
488
+ {"text":"UPDATE - Shooter #DarrenWilson didn't know #MikeBrown was a robbery suspect: #Ferguson http:\/\/t.co\/p05krSfaXL http:\/\/t.co\/R8CJVoTvex","label":1}
489
+ {"text":"#JeSuisCharlie trends worldwide: Online solidarity after Charlie Hebdo attack http:\/\/t.co\/q1yC7tmhDN http:\/\/t.co\/nvrKqRY6EL","label":0}
490
+ {"text":"The #SydneySiege has now been going for six hours. http:\/\/t.co\/5yDIw5xAGl http:\/\/t.co\/RcxxfJncRs","label":0}
491
+ {"text":"#sydneysiege: At least four people believed to have been injured after multiple shots fired. http:\/\/t.co\/IxPuyIrNy2 http:\/\/t.co\/6sGsUZ8QG5","label":1}
492
+ {"text":"#Sydneysiege: 2 women flee #LindtCafe, a total of 5 hostages now free http:\/\/t.co\/m51P8dUPhB http:\/\/t.co\/WrPDLAJBS0","label":1}
493
+ {"text":"#JeSuisCharlie: The internet unites against #CharlieHebdo terrorists. http:\/\/t.co\/09yiJPKVU2 http:\/\/t.co\/Lz2xkzisq3","label":0}
494
+ {"text":"Praying for the hostages in Sydney. Please let this end safely.","label":0}
495
+ {"text":"Hip hop stepping up. Listen to @JColeNC Be Free http:\/\/t.co\/HP6fgs7a7M dedicated to #MikeBrown #Ferguson","label":0}
496
+ {"text":"#Ottawa in April 2013 you stood with us & called us #BostonStrong TODAY we stand with you - You are #OttawaStrong. #OttawaShooting","label":0}
497
+ {"text":"The hypocrisy in the western world\u2026 (Political cartoon from Carlos Latuff) #CharlieHebdo http:\/\/t.co\/EkMKJTfIyk","label":0}
498
+ {"text":"Smoke rises from site where Charlie Hebdo suspects holed up http:\/\/t.co\/3JnzARhAck","label":0}
499
+ {"text":"BREAKING | This is a photo of Michael Zehaf-Bibeau, gunman in this morning's shootings in Ottawa. #cbcOTT #OTTnews http:\/\/t.co\/OLSxlYPelj","label":1}
500
+ {"text":"#BREAKING Another hostage has been seen running out of the cafe #sydneysiege","label":1}
501
+ {"text":"Paris terrorist attack kills 4 cartoonists including chief editor: Sources http:\/\/t.co\/s5RUZhL4m3 #CharlieHebdo http:\/\/t.co\/F5YD2W8h8I","label":0}
502
+ {"text":"Something being talked about tonight is the makeup of the #Ferguson Police Dept. Here's a breakdown: #MichaelBrown http:\/\/t.co\/faix6g9Omt","label":0}
503
+ {"text":"Police Surround Sydney Cafe, Where Armed Person Holds Hostages http:\/\/t.co\/CPrsOcTuis","label":1}
504
+ {"text":"The CEO of Lindt says there are around 50 people holed up in the cafe in central Sydney #sydneysiege http:\/\/t.co\/sUKKYMk08y","label":1}
505
+ {"text":"Seeing painful speculation very early. Very little is known. Stay calm, care for victims, their families, and gather true info. #4U9525","label":0}
506
+ {"text":"French media report the Trocadero near the Eiffel Tower in #Paris has been evacuated and police have been deployed there","label":1}
507
+ {"text":"BREAKING #Germanwings #4U9525 co-pilot's name is Andreas Lubitz, a German national, says Marseilles prosecutor.","label":1}
508
+ {"text":"#BREAKING: A man just advanced on police. A red laser immediately was painted on his shirt. He threw his hands up. #Ferguson #MichaelBrown","label":0}
509
+ {"text":"#BREAKING: Reports that some of the hostages have escaped. LIVE Ch 601 #sydneysiege http:\/\/t.co\/BzJmCjgyzU","label":1}
510
+ {"text":"\"Our problem is not with Hamas. Our problem is not in Iraq. Our problem is in #Ferguson!\" - Anthony Shahid http:\/\/t.co\/o1dZ3LDHdg","label":0}
511
+ {"text":"You say not all Muslims are monsters. Imagine a bowl of M&Ms. 10% are poisoned. Would you eat a handful? #sydneysiege http:\/\/t.co\/j7UaLDHCIe","label":0}
512
+ {"text":"#BREAKING: A Germanwings Airbus A320 has crashed in French Alps near Digne (@AhronYoung)","label":1}
513
+ {"text":"Story of Paris attack broke after our cartoon deadlines, so this will only appear in print tomorrow. #JeSuisCharlie http:\/\/t.co\/jNiF6HJyEz","label":0}
514
+ {"text":"Some hostages seen leaving Paris kosher market after police raid http:\/\/t.co\/mavZxj17F7 http:\/\/t.co\/arlafQgjK0","label":0}
515
+ {"text":"Attack on #CharlieHebdo:The intl community cannot allow extremists to silence the free flow of opinions http:\/\/t.co\/1BgO8HRRbf #pressfreedom","label":0}
516
+ {"text":"Good morning from #Paris where we will have the latest on the #CharlieHebdo attack. 9am in Paris, 3am in the east http:\/\/t.co\/oRX61fCUke","label":0}
517
+ {"text":"It was a St. Louis County police officer who shot this man, according to PIO Brian Schellman. #ferguson","label":1}
518
+ {"text":"\"Our thoughts and prayers are with the victims of this terrorist attack and the people of France\" -Pres. Obama statement on #CharlieHebdo.","label":0}
519
+ {"text":"Peaceful youth demonstration at Greater St. Mark Church #ferguson http:\/\/t.co\/feWLxdme9R","label":0}
520
+ {"text":"God bless all the hostages being held in Sydney today .. I pray that this all ends well and nobody gets hurt !!","label":0}
521
+ {"text":"this is america? what the fuck is wrong with us? #Ferguson http:\/\/t.co\/Zp4bEbkwiW","label":0}
522
+ {"text":"Lots of love and prayers for Sydney, I hope everyone's okay\ud83d\ude33 #MTVStars One Direction http:\/\/t.co\/huOYLZxWXi","label":0}
523
+ {"text":"Gunmen in #CharlieHebdo attack \"will (be) chased as long as necessary,\" French President says http:\/\/t.co\/mnAeA7j7fY http:\/\/t.co\/JxFvJhiazn","label":0}
524
+ {"text":"French radio @Europe1 says attackers on offices of Paris weekly ran out yelling \"Allahu Akbar\" #Charliehebdo","label":1}
525
+ {"text":"If you are working in the Ottawa dowtown area; follow the instructions from the building management you are in. #ottnews","label":0}
526
+ {"text":"Australian Muslim community releases statement in response to #sydneysiege. http:\/\/t.co\/KE9UFxdXuD","label":0}
527
+ {"text":"BREAKING: Police official tells the Associated Press suspects in Charlie Hebdo massacre killed, hostage freed.","label":0}
528
+ {"text":"Police fire tear gas at protestors for the third night in a row in Ferguson, Mo. #Ferguson #MikeBrown http:\/\/t.co\/BEoZT5yjkU","label":0}
529
+ {"text":"Praying for the safety of all the hostages being held by some criminal in the cafe in Sydney. Preparing for the collective blame as well.","label":1}
530
+ {"text":"RCMP advises if you are in downtown Ottawa \"to stay away from windows and off roofs due to ongoing police incident. \"","label":0}
531
+ {"text":"Jon Stewart on the Charlie Hebdo attack: 'Comedy shouldn't have to be an act of courage' http:\/\/t.co\/xmQCP2OcHm","label":0}
532
+ {"text":"To the tourists taking selfies outside the #SydneySiege - how would you like to be in that caf\u00e9? http:\/\/t.co\/Cc5bOysMjg","label":0}
533
+ {"text":"Ottawa police tactical officers are here and very kindly pointed their guns at every reporter, ordering hands in the air and us to ground","label":0}
534
+ {"text":"The problem isn't Islam. The problem is assholes. Every religion has 'em. #JeSuisCharlie","label":0}
535
+ {"text":"Amazing pic of @AFP observing a minutes silence at their #Paris HQ for #CharlieHebdo attack victims http:\/\/t.co\/uAbuVJ9TsF","label":0}
536
+ {"text":"Among those killed in #CharlieHebdo shooting: the editor-in-chief, a graphic artist and at least one police officer http:\/\/t.co\/wXpLIyAxdq","label":0}
537
+ {"text":"#CharlieHebdo. We must reprint his work (yes HIS work - the main cartoonist). BBC spits on the dead by censoring it http:\/\/t.co\/jyZHiyCR0H","label":0}
538
+ {"text":"#BREAKING here's copy of joint statement from US Attorney re: #MikeBrown #Ferguson @kmov http:\/\/t.co\/AQNT2X55tS","label":0}
539
+ {"text":"BREAKING: One person seriously wounded, six taken hostage in incident at kosher supermarket in Paris: police source","label":1}
540
+ {"text":"Rest in Peace Mike Brown. #Ferguson","label":0}
541
+ {"text":"#Germanwings #CoPilot was a recent Muslim convert as well as a psychiatric patient. #ISIS is lauding him as a hero. http:\/\/t.co\/J29Y3tDjOP","label":1}
542
+ {"text":"I could not be prouder of all of you. I love this country. #Australia #AustraliaStrong #illridewithyou #Sydney http:\/\/t.co\/I8s7IGrGNq","label":0}
543
+ {"text":"#Breaking: Canadian embassy in Washington, D.C. is locked down as precaution. #OttawaShooting http:\/\/t.co\/Fut4TJG3Sb http:\/\/t.co\/IdZuWNHOim","label":0}
544
+ {"text":"Local media: 2 more people appear to escape Martin Place, Sydney, caf\u00e9 amid hostage situation; 5 now free - @smh http:\/\/t.co\/N5mmnilz4Z","label":1}
545
+ {"text":"The woman injured last night... #Ferguson http:\/\/t.co\/MaOSd1iarV","label":1}
546
+ {"text":"Another day, another shooting of an unarmed black teenager in America by authority figures. #STL #Ferguson","label":0}
547
+ {"text":"Second standoff underway at Kosher grocery store at Porte de Vincennes in eastern Paris, French media reports. http:\/\/t.co\/xv6GvYIlXA","label":0}
548
+ {"text":"OMG! At least one MSM publication has done the unthinkable! Navbharat Times has posted the #CharlieHebdo cartoons! http:\/\/t.co\/UZ4DrQqDNO","label":0}
549
+ {"text":"RIP Cpl Nathan Cirillo... Canada will always remember you. #OttawaShooting http:\/\/t.co\/XPXQRCIH4w","label":1}
550
+ {"text":"Thousands tweet declaring their solidarity with Muslims. #IllRideWithYou #sydneysiege http:\/\/t.co\/Lq0VjkWreY http:\/\/t.co\/GrLMRWCeHe","label":0}
551
+ {"text":"Heavy police activity at Sydney cafe shown on @abcnews livestream just now. Many shots fired. http:\/\/t.co\/jlAOd5Ptmn http:\/\/t.co\/5DksIzJCZN","label":1}
552
+ {"text":"The media need to take a step back and realize this is people's lives not a Kardashian wedding. Facts not fabrications. #sydneysiege","label":0}
553
+ {"text":"Look, if Obama had cut taxes on the rich, then they'd all buy private jets and flight safety would just trickle down to #Germanwings","label":0}
554
+ {"text":"i love this. #sydneysiege #PrayForSydney #australia http:\/\/t.co\/t3IhXgPdKr","label":0}
555
+ {"text":"Wake up,it's real. #CharlieHebdo http:\/\/t.co\/nuA9sHgEOR","label":0}
556
+ {"text":"Female hostage appears to turn off the lights at the Lindt Cafe tonight. http:\/\/t.co\/T6qUZxSrTe #sydneysiege http:\/\/t.co\/p0p9TYLyeO","label":0}
557
+ {"text":"150 feared dead in #Germanwings Airbus crash. LIVE coverage: http:\/\/t.co\/Jk9jZjl7Tp http:\/\/t.co\/YgcKHyNToQ","label":0}
558
+ {"text":"A hostage runs towards a police officer outside Lindt cafe #SydneySiege #SydneyCafeSiege http:\/\/t.co\/hygtXFzItO","label":1}
559
+ {"text":"Video footage of my arrest, @AntonioFrench staffers, and Michael Powers Protest and arrests 8-13-14: http:\/\/t.co\/RLaAUlKyyv #Ferguson","label":0}
560
+ {"text":"#Banksy's response to today's incident in Paris via his official #Instagram acct http:\/\/t.co\/LtJ7vgGLau #CharlieHebdo http:\/\/t.co\/mxbP6olZQD","label":1}
561
+ {"text":"List of reporters, MPs, police etc. actively tweeting about the shooting in Ottawa. https:\/\/t.co\/hsTaxan4eQ","label":0}
562
+ {"text":"New link: #Ferguson police release video they say shows a robbery involving #MichaelBrown: http:\/\/t.co\/GMDuU33oed http:\/\/t.co\/RaAWvjcWNu","label":1}
563
+ {"text":"BREAKING NEWS: 2 PEOPLE HAVE DIED AND 5 PEOPLE BEING TREATED BY PARAMEDICS IN SYDNEY. SKY NEWS","label":1}
564
+ {"text":"'Stupidity will not win' - Survivors of #CharlieHebdo attack will publish new issue next week http:\/\/t.co\/Nj2I6Toy2j http:\/\/t.co\/GanDakkrwE","label":0}
565
+ {"text":"RT @froomkin: #CharlieHebdo's Charb: \"I would rather die standing up than live on my knees\" http:\/\/t.co\/cGlB7C9tZ2 http:\/\/t.co\/RjjZm3r6gb","label":0}
566
+ {"text":"Witnesses say several masked men were involved in the shooting at #CharlieHebdo's Paris HQ. http:\/\/t.co\/xcK8lY9IeR http:\/\/t.co\/QPKtv7stET","label":1}
567
+ {"text":"A shocking number of attacks against French Muslims and mosques days after the #CharlieHebdo massacre: http:\/\/t.co\/0DokPJ98EB","label":0}
568
+ {"text":"It is speculative, but judging by video & imagery from scene of #CharlieHebdo attack, these gunmen are not amateurs - they look experienced.","label":0}
569
+ {"text":"BREAKING: 148 passengers were on board #GermanWings Airbus A320 which has crashed in the southern French Alps http:\/\/t.co\/VxxvrU9XmV","label":1}
570
+ {"text":"Paris Murder Suspects Cornered with Hostage http:\/\/t.co\/yzHJi4Hw54","label":1}
571
+ {"text":"Our thoughts and prayers are with everyone in Ottawa this morning.","label":0}
572
+ {"text":"Line of police cars with high beams on greets anyone trying to enter #Ferguson. It's shut down. No media allowed. http:\/\/t.co\/bk6jFFM7jj","label":1}
573
+ {"text":"From Ottawa police, a map of the downtown Ottawa safety perimeter. #cbcOTT #OTTnews http:\/\/t.co\/VMGdZ2g6G3","label":0}
574
+ {"text":"DETAILS: Armed man takes hostage in kosher grocery store in #Vincennes eastern Paris - Reports http:\/\/t.co\/cI8cztQjE6","label":1}
575
+ {"text":"If you're taking selfies outside the #sydneysiege hostage situation, you seriously need to reevaluate your life... http:\/\/t.co\/i560wKmeOf","label":0}
576
+ {"text":"More from Sydney: Opera House evacuated; siege continuing; local media reports 13 hostages http:\/\/t.co\/cLBDtGBY4R http:\/\/t.co\/Eoqk6KfEWt","label":1}
577
+ {"text":"URGENT: French police release names and mug shots of suspects in Montrouge shooting http:\/\/t.co\/cI8cztQjE6 http:\/\/t.co\/HGuR2X3Y6A","label":0}
578
+ {"text":"Pilot of Germanwings Airbus Was MUSLIM CONVERT \u2026'Hero of Islamic State'? http:\/\/t.co\/o7H6OuEfJd via @gatewaypundit http:\/\/t.co\/GlDWraPosJ","label":1}
579
+ {"text":"Germanwings plane crashes in southern France http:\/\/t.co\/Y4vqLg5RL8","label":0}
twitter_rumours/train.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
twitter_rumours/validation.jsonl ADDED
@@ -0,0 +1,579 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"text":"UPDATE: Security alert in Trocadero near the Eiffel Tower in Paris appears to be \"false alarm\".","label":1}
2
+ {"text":"New statement from #Ferguson police on shooting of #MichaelBrown ht @abake6 http:\/\/t.co\/bGeRVUVQDO","label":0}
3
+ {"text":"UKIP's Culture Spokesman @prwhittle: Freedom is the very bedrock of Western democracy. It is non-negotiable. #CharlieHebdo","label":0}
4
+ {"text":"No one fully knows what is happening with the #sydneysiege but we do know anti-muslim and ignorant speculation isn't needed.","label":0}
5
+ {"text":"Police in #Ferguson haven't been wearing identification: http:\/\/t.co\/rT1D3OczHL http:\/\/t.co\/btya7YAXkA","label":0}
6
+ {"text":"Stop hijacking our faith you crazed murderers! Thoughts and prayers with victims & their families. #Charliehebdo","label":0}
7
+ {"text":"Vigil for shooting victim Mike Brown will be held at 8pm Sunday at Canfield Green apartment complex in #Ferguson","label":0}
8
+ {"text":"Abbott Govt MP @andrewnikolic using ongoing #SydneySiege terror to smear @Greens MP. Resign now you disgusting turd http:\/\/t.co\/9FOfmGOrtu","label":0}
9
+ {"text":"BREAKING NEWS: NAME OF OFFICER WHO SHOT #MIKEBROWN - OFFICER DAREN WILSON - #Ferguson","label":1}
10
+ {"text":"#Germanwings Co Pilot New Muslim Convert Islamic State Praises Their Hero #WakeUpAmerica \ud83c\uddfa\ud83c\uddf8 http:\/\/t.co\/NYefk5WCPm http:\/\/t.co\/J195dkGFGU","label":1}
11
+ {"text":"#Ferguson PD beat, & charged innocent man with \"Property Damage\" for bleeding on officer's clothes @YourAnonNews http:\/\/t.co\/cdyvEIzZRw","label":1}
12
+ {"text":"Soldier killed in Canada shooting was a young reservist with a six-year-old son http:\/\/t.co\/FI7SGBVfAS http:\/\/t.co\/7be6Scdwgq Pray for him.","label":1}
13
+ {"text":"Charlie Hebdo: Now is the time to uphold freedoms, not give in to fear, says @simonjenkins4 http:\/\/t.co\/xWiDzJ5Poa","label":0}
14
+ {"text":"#BREAKING: Two more hostages have just escaped from #sydneysiege","label":1}
15
+ {"text":"Too bad you can't take selfies of your character. \ud83d\ude10 #sydneysiege #selfie http:\/\/t.co\/dcrpAPkbf3","label":0}
16
+ {"text":"#BREAKING: Police confirm that #SydneySiege is over. A bomb robot is to enter the front door of the care shortly.","label":1}
17
+ {"text":"A Muslim must always be straightforward and consistent in his actions and words. #RespectForMuslims #JeSuisCharlie http:\/\/t.co\/9B1fkBYDIG","label":0}
18
+ {"text":"Support #CharlieHebdo and show Islamists we wont be scared. Pls retweet the most offensive #CharlieHebdo cartoons!! http:\/\/t.co\/YtOm1GO99y","label":0}
19
+ {"text":"A man believed to be the gunman filmed wearing a black headband inside the cafe http:\/\/t.co\/7ixIlhiVXZ http:\/\/t.co\/dOW5zfm1uU","label":1}
20
+ {"text":"If you're outraged at the Telegraph's irresponsible reporting of #sydneysiege, complain to the press council here. http:\/\/t.co\/Ayq5X4Q1qz","label":0}
21
+ {"text":"Photos of alleged robbery involving Michael Brown in #Ferguson (via police) http:\/\/t.co\/gr83XTGO1t http:\/\/t.co\/7V34OtGYcn","label":1}
22
+ {"text":"This widely shared cartoon about the #CharlieHebdo attack is actually by @LucilleClerc and not #Banksy http:\/\/t.co\/HxKI8pefcU","label":1}
23
+ {"text":"More peaceful protesting today in #Ferguson. #MichaelBrown http:\/\/t.co\/FVMjydnqFM","label":0}
24
+ {"text":"Bad bad day for press freedom, freedom of expression and satire. Thoughts with relatives of victims at #CharlieHebdo","label":0}
25
+ {"text":"Ongoing hostage situation in Sydney caf\u00e9. #sydneysiege Major landmarks like the Sydney Opera House evacuated http:\/\/t.co\/fmvq54QmTO","label":1}
26
+ {"text":"If you're on Parliament Hill, please don't Tweet your location or that\/activities of police for your\/their safety during incident. #Ottawa","label":0}
27
+ {"text":"Sydney hostage situation. LIVE VIDEO: http:\/\/t.co\/JRybQXm28D - via @9NewsAUS UPDATES: http:\/\/t.co\/WG6ulBWWGf http:\/\/t.co\/z4jNu8qYeH","label":0}
28
+ {"text":"In 2012 the Syrian Presidents warned western governments not to back terrorism in #Syria http:\/\/t.co\/ODuc7rvFNV #CharlieHebdo #ParisShooting","label":0}
29
+ {"text":"Cartoon from #Egypt daily @AlMasryAlYoum #JeSuisCharlie #CharlieHebdo \"Long Live Satire!\" on the top http:\/\/t.co\/IyCJdgKtgz","label":0}
30
+ {"text":"Map of three #Ottawa locations where police say shots have been fired http:\/\/t.co\/QrP5bauJcR http:\/\/t.co\/nutT2VYvpD","label":1}
31
+ {"text":"How the #CharlieHebdo terrorist attack unfolded: http:\/\/t.co\/yxqCbTWoon http:\/\/t.co\/t2ryyDt2R2","label":0}
32
+ {"text":"Respect to the French Police #JeSuisCharlie http:\/\/t.co\/51rRu2PDyJ","label":0}
33
+ {"text":"Siege situation currently unfolding at Sydney's Martin Place. Updates here: http:\/\/t.co\/mmOH7zakyB http:\/\/t.co\/NMzcmpfeTx","label":1}
34
+ {"text":"#Ferguson is 60% black, but virtually all its cops are white. http:\/\/t.co\/U7Yk4s4nyE http:\/\/t.co\/gHlnoPH4dK","label":0}
35
+ {"text":"The name of the officer who fatally shot teenager #MichaelBrown will be released shortly. Watch CNN: http:\/\/t.co\/0QL42wwP0v #Ferguson","label":1}
36
+ {"text":"BREAKING: Several more hostages flee from Sydney cafe after loud bang is heard.","label":1}
37
+ {"text":"You can't condemn an entire race, nation or religion based on the actions of a few radicals, please keep that in mind #sydneysiege","label":0}
38
+ {"text":"Hostages seen fleeing from cafe at centre of #SydneySiege moments ago http:\/\/t.co\/nM2pss0I9d http:\/\/t.co\/MXGOxDGdwv","label":1}
39
+ {"text":"#BREAKING: Death toll on #Germanwings flight #4U9525 rises to 150 #A320 http:\/\/t.co\/NK5U1GpHxL","label":1}
40
+ {"text":"UK border security increased after #CharlieHebdo attack, terror threat level unchanged - UK home secretary http:\/\/t.co\/O37a2cUOBN","label":0}
41
+ {"text":"#JeSuisCharlie trending Worldwide - over 56,000 tweets (via @Trendsmap). More via @BBCTrending http:\/\/t.co\/k5ArXMMyr9 http:\/\/t.co\/ZFQ8krnE7U","label":0}
42
+ {"text":"Police outside the Lindt cafe in Martin Place. Photo by Fairfax photographer Daniel Munoz. #SydneySiege http:\/\/t.co\/2bmB5jRqjI","label":0}
43
+ {"text":"LIVE: 'Islamists' take 20 hostages in Sydney cafe siege http:\/\/t.co\/J4NEmb5jPx #sydneysiege","label":1}
44
+ {"text":"Wow. Photo from MP Nina Grewal showing the doors of Reading Room Barricaded. #ParliamentHill #Ottawa http:\/\/t.co\/vGsuHQqadi\"","label":0}
45
+ {"text":"#Ferguson police chief has \"no doubt that the investigation will be conducted impartially.\" Well WE ALL HAVE SERIOUS DOUBTS. #MikeBrown","label":0}
46
+ {"text":"Suspected #CharlieHebdo killers are in same jihadist group as hostage-taker in Paris store, police union rep says. http:\/\/t.co\/7Bxdhozq4H","label":1}
47
+ {"text":"BREAKING: Gunman in #SydneySiege says he has \"devices all over the city,\" demands to speak with Prime Minister -@JFXM http:\/\/t.co\/wTO5RzOWe0","label":1}
48
+ {"text":"Germanwings crash: French Interior Minister Bernard Cazeneuve says debris from the plane has already been found http:\/\/t.co\/hHgN2S6ouT","label":0}
49
+ {"text":"They desecrated #mikebrown's body then they desecrated his memory and plight for justice. EXPLAIN THIS. #Ferguson #DONTSHOOT","label":1}
50
+ {"text":"#Ferguson is completely shut down. No journalists allowed.","label":1}
51
+ {"text":"Rest in peace Cpl. Nathan Cirillo via @globeandmail #ottawashooting http:\/\/t.co\/voEK2MZpfR http:\/\/t.co\/sMpeSGv4HY","label":1}
52
+ {"text":"Thoughts and prayers with everyone involved in this terrible situation in Sydney right now. #peace","label":0}
53
+ {"text":"\"Our thoughts are w\/our allies over in France,\" @WhiteHouse spokesman says. http:\/\/t.co\/oIBZTyu4kL #CharlieHebdo https:\/\/t.co\/sS7gDSD1tq","label":0}
54
+ {"text":"You may want to stop and take a deep breath before tweeting insults at parliamentarians and reporters in #ottawa today, OK?","label":0}
55
+ {"text":"shorter #ferguson pd: \"damn, we thought we could dirty up this guys name, we didn't think you guys would CHECK\"","label":1}
56
+ {"text":"NEW: Sources: Deceased gunman who killed soldier in Ottawa has been identified as Canadian national Michael Zehaf-Bibeau - @WorldNews","label":1}
57
+ {"text":"Only this, today #CharlieHebdo http:\/\/t.co\/QXfYkDwBtd","label":0}
58
+ {"text":"#RIGHTNOW all bridges from #Ottawa #Gatineau are NOW CLOSED! Active search still underway (11:37est) #ParliamentHill http:\/\/t.co\/FMpAcCAI2b","label":1}
59
+ {"text":"Chairs piled against the door. This is surreal. RT\"@grahamctv: Shot from inside caucus room after shooting. http:\/\/t.co\/CmJbhSDSMo\"","label":0}
60
+ {"text":"JUST IN: @ksdknews has confirmed #MikeBrown did not have have a criminal record. #Ferguson","label":0}
61
+ {"text":"@pmharper just met with cabinet ministers to discuss the shootings in Ottawa today. http:\/\/t.co\/jfBbEmycO3","label":0}
62
+ {"text":"The Canadian soldier killed in today's Ottawa shooting is Cpl. Nathan Cirillo, a family source told CNN. Live blog: http:\/\/t.co\/D58rrFrbwq","label":1}
63
+ {"text":"Attackers killed Charlie Hebdo's chief cartoonists where they sat before massacring nearly everyone else in the room http:\/\/t.co\/3wEBkmB2f6","label":0}
64
+ {"text":"NSW Police confirm three people have emerged from the Lindt cafe in Martin Place #sydneysiege http:\/\/t.co\/4MUc9ivwbK http:\/\/t.co\/ZoZyJnkANL","label":1}
65
+ {"text":"They should stop making attacks they are giving a bad image to Islam #CharlieHebdo http:\/\/t.co\/S6gj7aAoYc","label":0}
66
+ {"text":"Sydney Opera House has been completely evacuated and Sydney airspace closed. #siege","label":1}
67
+ {"text":"From this Muslim: The Australians tweeting #illridewithyou are my brothers and sisters. The gunman and his sympathizers are my enemies.","label":0}
68
+ {"text":"DEVELOPING MPs tweeting that gunman has been shot dead. CBC has not confirmed this. Condition of soldier also unknown http:\/\/t.co\/QcwgN8OgHB","label":1}
69
+ {"text":"NEWS #Germanwings co-pilot Andreas Lubitz had serious depressive episode (Bild newspaper) #4U9525 http:\/\/t.co\/BV21WXdxdb","label":1}
70
+ {"text":"We are observing a minute's silence today at 11am. If you support press freedom please share & join us #JeSuisCharlie http:\/\/t.co\/RpO4aXd7PE","label":0}
71
+ {"text":"BREAKING: Heavily armed police storm Sydney cafe where gunman has been holding hostages.","label":1}
72
+ {"text":"Still trapped here, barricaded. Not in my office, but elsewhere. #OttawaShooting","label":0}
73
+ {"text":"I'm like a shooting star, I've come so far. I can't go back to where I used to be. \u2013Jasmine (Aladdin)","label":0}
74
+ {"text":"Update - French television channel 'France 2' are reporting that the hostage held by suspected #CharlieHebdo gunmen is male and 26 years old","label":1}
75
+ {"text":"French Muslims condemn the Charlie Hebdo shooting http:\/\/t.co\/W89nBMbNGK http:\/\/t.co\/aycU89hiPu","label":0}
76
+ {"text":".@NYTimes reports #Germanwings pilot locked out of cockpit & could not get back in before crash. #AC360 begins now http:\/\/t.co\/vXigiUHUdS","label":1}
77
+ {"text":"The Ahmadiyya Muslim Community categorically condemns the attack at Charlie Hebdo. Our thoughts are with the victims: http:\/\/t.co\/kTsWb7SNaA","label":0}
78
+ {"text":"Hostage situation erupts in Sydney cafe, Australian prime minister says it may be \"politically motivated\" http:\/\/t.co\/439C1MkRWf","label":1}
79
+ {"text":"Source says ONE suspect shot and killed inside PARLIAMENT HILL - security sweep still underway. #ottnews #BREAKING","label":1}
80
+ {"text":"The incident in Sydney is disturbing. Such acts are inhuman & deeply unfortunate. I pray for everyone's safety.","label":0}
81
+ {"text":"18 controversial covers published by #CharlieHebdo http:\/\/t.co\/skCMN3PtsJ Photo: Charlie Hebdo http:\/\/t.co\/EC2G9uANqc","label":0}
82
+ {"text":"Vision shows three hostage escaping from the Lindt in #MartinPlace #SydneySiege https:\/\/t.co\/d5EonYzhDG","label":1}
83
+ {"text":"BREAKING UPDATE: Gunman says four devices are located around Sydney. Security response underway. Police calling for calm. 9News","label":1}
84
+ {"text":"It's not #MikeBrown in those #Ferguson police video stills. Not unless he changed his shoes after the robbery but before he met the officer.","label":1}
85
+ {"text":"i cant sleep knowing just 15 minutes away innocent people have been hostages for almost 14 hours please pray for the hostages and for sydney","label":0}
86
+ {"text":"Thoughts and Prayers with everyone in Ottawa (our office is here in Capital) right now on Parliament Hill with shots fired #PrayForOttawa","label":1}
87
+ {"text":"The point that @flightradar24 last tracked @germanwings #4U9525 at just over 2000 metres. https:\/\/t.co\/2BlIrW3Saf http:\/\/t.co\/zknvHXSXB7","label":0}
88
+ {"text":"Victims of the Paris terror attack: http:\/\/t.co\/QdCLsj2GLl #JeSuisCharlie http:\/\/t.co\/BpJ23gUShQ","label":0}
89
+ {"text":"#CharlieHebdo's Charb: \"I would rather die standing up than live on my knees\" http:\/\/t.co\/RYrHlAVy7t http:\/\/t.co\/cxsHfJVlrn \/ht @froomkin","label":0}
90
+ {"text":"\"You never see non-Muslims do things like this.\" #SydneySiege http:\/\/t.co\/nPxTMBmK11","label":0}
91
+ {"text":"#BREAKING: A helicopter has located the Airbus A320 crash scene - officials #germanwings #A320 http:\/\/t.co\/JLDCz6AhFR","label":0}
92
+ {"text":"#CharlieHebdo will print 1 million copies next week http:\/\/t.co\/9rN03AJrO9 http:\/\/t.co\/7W21oQBHTO","label":0}
93
+ {"text":"Let's get serious about #CharlieHebdo and West's double standards on freedom of speech! http:\/\/t.co\/9zclS1mYIJ","label":0}
94
+ {"text":"The revolution may not be televised, but it's being broadcast LIVE on social media...And we're watching. #Ferguson #MikeBrown","label":0}
95
+ {"text":"Love is stronger than hate\/L'amour plus fort que la haine h\/t @bouckap #CharlieHebdo http:\/\/t.co\/TvgGJIMdr0","label":0}
96
+ {"text":"Police blocking cars from entering #Ferguson right now http:\/\/t.co\/e6DQpD0vmE","label":0}
97
+ {"text":"French police set up checkpoints 12 miles from a gas station where #CharlieHebdo suspects were reported seen http:\/\/t.co\/ZBKD5DObyk","label":0}
98
+ {"text":"Local media: 3 people appear to escape from Martin Place, Sydney, caf\u00e9, amid hostage situation - @ABCNews http:\/\/t.co\/N5mmnilz4Z","label":1}
99
+ {"text":"of the passengers involved for care and assistance. Everyone at Germanwings and Lufthansa is deeply shocked and saddened by these events.4\/5","label":0}
100
+ {"text":"The barricade of chairs MPs built to protect themselves from #OttawaShootings http:\/\/t.co\/chVwXoViH9 http:\/\/t.co\/L6maa7jonq","label":0}
101
+ {"text":"PHOTO: Arrivals board in Dusseldorf Airport shows information for Germanwings plane that crashed in French Alps http:\/\/t.co\/dymPQUJEHx","label":0}
102
+ {"text":"Please Retweet - to show your support for #FreedomOfSpeech ! #ParisShooting #RedNationRising #RIP #CharlieHebdo http:\/\/t.co\/QZw0kjw7C2","label":0}
103
+ {"text":"Police in #Ferguson once charged a man for bleeding on their uniforms after 4 of them beat him http:\/\/t.co\/op11jbVEUq http:\/\/t.co\/crECAGF4t0","label":1}
104
+ {"text":"Updated: Here's what we know about the gunmen behind the Charlie Hebdo attack http:\/\/t.co\/armP730CmV http:\/\/t.co\/OsrH20Cos8","label":0}
105
+ {"text":"\"Information might have dispersed more crowds than armored vehicles did.\" @jelani9 on questions raised in #Ferguson: http:\/\/t.co\/Bwclyxie7i","label":0}
106
+ {"text":"\"I do not agree with what you have to say, but I'll defend to the death your right to say it.\" - Voltaire #CharlieHebdo","label":0}
107
+ {"text":"Channel 9 now showing footage of 9\/11. You've gotta gotta gotta be kidding me. #sydneysiege","label":0}
108
+ {"text":"PHOTOS:: #Ferguson, Missouri, looks like a war zone http:\/\/t.co\/wXClUFvfXH http:\/\/t.co\/X0ScvTtUA2","label":0}
109
+ {"text":"Asked why he released surveillance video of robbery, Chief Jackson responds, \"because the press asked for it.\" #MikeBrown #Ferguson","label":1}
110
+ {"text":"BREAKING: Pilot on #Germanwings flight left cockpit before plane's descent and couldn't get back in: New York Times http:\/\/t.co\/dZiWRFli74","label":1}
111
+ {"text":"Where's #JihadistJoe when you need him? Oh, that's right! Twitter banned him for tweeting the truth about Islam. #CharlieHebdo","label":0}
112
+ {"text":"RAW VIDEO : Parliament Hill shooting. Video from inside Parliament Hill after shots were fired. #breaking http:\/\/t.co\/sIwoId5RoH #CBCNews","label":1}
113
+ {"text":"Hostage falls into policeman's arms after being released http:\/\/t.co\/csL4lAPffR #SydneySiege http:\/\/t.co\/jfF7hivmol","label":1}
114
+ {"text":"The response to #CharlieHebdo should be to reprint his work and spread it wider than his killers could have thought possible","label":0}
115
+ {"text":"Zuckerberg on #CharlieHebdo: Facebook will protect free speech http:\/\/t.co\/xHhVh8IXbX http:\/\/t.co\/t10RSN5I2s","label":0}
116
+ {"text":"As we watch the horror of the terror attacks in Paris, consider this: Our President continues to release these assholes from Gitmo.","label":0}
117
+ {"text":"Islamic terrorist attack in Sydney. Hostages holding up a black flag with the Islamic creed on it. #SydneySiege http:\/\/t.co\/8NE4o0coQ6","label":1}
118
+ {"text":"Wake up. Whenever a black man is killed by police, they try to make him a Saint\/Martyr. 99% of the time he's a POS #Thug. #Ferguson","label":0}
119
+ {"text":"What does the black flag at #SydneySiege stand for? http:\/\/t.co\/3shTK9yYOh http:\/\/t.co\/UkVFUgetLd","label":1}
120
+ {"text":"In response to Ottawa incidents, NORAD increased number of planes on higher alert status ready to respond if needed. http:\/\/t.co\/q98AMohu7T","label":1}
121
+ {"text":"This illustration by @LucilleClerc says it all. #JeSuisCharlie http:\/\/t.co\/UctYcW96A4","label":1}
122
+ {"text":"Wait, why aren't the cops pointing assault rifles at these protestors? #ferguson http:\/\/t.co\/xVsp93WUVN","label":0}
123
+ {"text":"Arrived in Crestwood where officer Darren Wilson lives. When I knocked police officer rolled up and told me Wilson left days ago #Ferguson","label":1}
124
+ {"text":"Sydney siege ends as police storm Lindt Cafe and hostages run out http:\/\/t.co\/ek1EyHbJxA","label":0}
125
+ {"text":"Hope replaces tear gas in #Ferguson http:\/\/t.co\/OLTozbftqW http:\/\/t.co\/Jzci5COXo1","label":0}
126
+ {"text":"LIVE A French AirForce C-135 still over the area of #Germanwings Crash. http:\/\/t.co\/wFg8KTSve2 http:\/\/t.co\/JKMsJ8wL7P","label":0}
127
+ {"text":"Amazing MT @WilliamsJon: #France's most famous cartoonist, Uderzo, comes out of retirement for #CharlieHebdo. http:\/\/t.co\/cIUFQesPuI\"","label":0}
128
+ {"text":"Tears streaming down my face as I watch little kids stepping and chanting \"justice for #MikeBrown\" with rifles trained on them. #Ferguson","label":0}
129
+ {"text":"New York Times just reporting one of the pilots was locked out of the cockpit before it crashed #Germanwings #cbc","label":1}
130
+ {"text":"Central Sydney shut down amid ongoing hostage situation: http:\/\/t.co\/rKdwIgOPqT #SydneySiege http:\/\/t.co\/tzgAtCdsic","label":1}
131
+ {"text":"Tip Sheet: Helping Kids Cope with Media Coverage of War and Traumatic Events http:\/\/t.co\/6NVM8bWGoP #ottawashooting http:\/\/t.co\/SScGHn9PoE","label":0}
132
+ {"text":"What year are we in again? This is looking like the 50s #Ferguson http:\/\/t.co\/TeLcT3d3yh","label":0}
133
+ {"text":"Soldier shot at Canada National War Memorial has died; police are looking for several suspects http:\/\/t.co\/dQYFsfKGHx http:\/\/t.co\/qwjAU3SliB","label":1}
134
+ {"text":"Sydney siege has now hit the 12 hour mark \u2013 live with latest summary of events http:\/\/t.co\/IHT3o6tvtR http:\/\/t.co\/cXeBIKsp0r","label":0}
135
+ {"text":"Some personal thoughts on a tragic day in Ottawa: http:\/\/t.co\/cGv95ltJG7","label":0}
136
+ {"text":"What we know about the suspected #CharlieHebdo gunmen: http:\/\/t.co\/20g6eGRQMv http:\/\/t.co\/I6kV6JmIeH","label":0}
137
+ {"text":"The reason to have a #JeNeSuisPasCharlie convo now is precisely because #JeSuisCharlie is using the tragedy to elevate them above criticism","label":0}
138
+ {"text":"Crashed #GermanWings A320 Airbus is 24 years old, ID D-AIPX, first flight was in November 1990 http:\/\/t.co\/8UPMsinQkX http:\/\/t.co\/3ggahAQ3Pu","label":0}
139
+ {"text":"The Prophet PBUH never killed anyone for blasphemy. There is no justification is #Islam for #CharlieHebdo murders. Trend #MuslimsForPeace","label":0}
140
+ {"text":"Turns out #CharlieHebdo was a two face douche on free speech - Telegraph http:\/\/t.co\/aYmG7XeGY5 http:\/\/t.co\/hiiW3qt2p0","label":0}
141
+ {"text":"Ahmed Merabet, a French #Muslim Cop, first victim of #CharlieHebdo attack, #JeSuisCharlie #IamCharlie #ParisShooting http:\/\/t.co\/G8D3mixbjX","label":1}
142
+ {"text":"My prayers to the families in france during this awful act of terrorism against #CharlieHebdo offices. A newspaper is not a weapon of war","label":0}
143
+ {"text":"Terrible news in Ottawa today. Thoughts and prayers to everyone involved #OttawaStrong http:\/\/t.co\/enLyEvHhTk","label":0}
144
+ {"text":"A brief history of Charlie Hebdo, the satirical magazine at the centre of today's terror attack in Paris http:\/\/t.co\/mewhhD9cOm #paris","label":0}
145
+ {"text":"Let #NathanCirillo be remembered like this.The part time soldier doing his job & bringing a little happiness #Ottawa http:\/\/t.co\/GPCfrq1uI3","label":1}
146
+ {"text":"7) #MikeBrown was approached for mouthing off to a cop (both #Ferguson PD & eyewitness testimonies reflect this). NOT as a robbery suspect","label":1}
147
+ {"text":"2 babies were among 144 passengers on board crashed #Germanwings plane - @germanwings says in news briefing http:\/\/t.co\/INhcBgUKHF","label":1}
148
+ {"text":"Last night in #Ferguson started with joyous hymns & calls for peace. It ended with another police shooting. My latest http:\/\/t.co\/ckmGk9TnWA","label":0}
149
+ {"text":"UPDATE: Police: \"Several shooting incidents\" being investigated in downtown Ottawa: http:\/\/t.co\/9MAAywtu03 http:\/\/t.co\/wW0aQmzRIb","label":1}
150
+ {"text":"MORE: @CTVNews reporting second shooting behind Peace Tower on Parliament Hill #ottnews SHOOTER IS ON THE LOOSE.","label":1}
151
+ {"text":"Walked past the lindt cafe at around 9:20, never would think that this event would occur only minutes later. #sydneysiege","label":0}
152
+ {"text":"Neutrality is not an option... #Ferguson #mediablackout http:\/\/t.co\/tDzEczN7et","label":0}
153
+ {"text":"Paris #CharlieHebdo attack: 'This is the worst act of terrorism in France for 50 years' http:\/\/t.co\/XyARpX72q7 http:\/\/t.co\/HrxLhw9H4V","label":0}
154
+ {"text":"BREAKING: At least 10 killed in shooting at French satirical newspaper Charlie Hebdo, Paris prosecutor's office says. http:\/\/t.co\/mnAeA7j7fY","label":1}
155
+ {"text":"A gunman holding hostages in a Sydney cafe is said to be demanding an #ISIS flag http:\/\/t.co\/39zCkBTOvF #sydneysiege http:\/\/t.co\/Z8QH4xssOc","label":1}
156
+ {"text":"Everyone was out to support. #MikeBrown #Ferguson #UnionSquare #nyc4stl http:\/\/t.co\/z3VT5Sf51v","label":0}
157
+ {"text":"To Americans saying the #sydneysiege wouldn't be happening if citizens had gun rights... You're right, it'd probably be a massacre instead.","label":0}
158
+ {"text":"Updates on #CharlieHebdo shooting from @nytimes staff @mmcphate @HannahOlivennes @karaszpalko @cbtly & others: http:\/\/t.co\/TekFzlVjQE","label":0}
159
+ {"text":"Not sure what the #Anonymous message to #Ferguson is going to be exactly but you can count on one. Support @OpFerguson","label":0}
160
+ {"text":"More than the terrorist, its people like @SudheenKulkarni who are Blot on the society. #ParisShooting #CharlieHebdo http:\/\/t.co\/8eB7ewyi9W","label":0}
161
+ {"text":"This is the police presence at a peaceful protest - in the USA. #Ferguson right NOW!! WTF!!! http:\/\/t.co\/PzBjoRoale","label":0}
162
+ {"text":"Gunman in #Sydneysiege identified as Muslim cleric and activist unaffiliated with an organization or party: http:\/\/t.co\/8WijNL2ZRJ","label":0}
163
+ {"text":"it'll be fascinating to see how all the topical satire shows on British TV respond to the #CharlieHebdo murders. Oh no, hang on...","label":0}
164
+ {"text":"Helicopters are bringing bodies to a school gymnasium near site of #Germanwings A320 crash. http:\/\/t.co\/4RUSYV7IUc https:\/\/t.co\/fQWAbR5Ea4","label":0}
165
+ {"text":"Calling all journalists covering #MikeBrown #Ferguson FREE coffee\/Wifi if you need a place to work! @AntonioFrench http:\/\/t.co\/mn8W44Ov7z","label":0}
166
+ {"text":"Everybody has the right to mock religion. Mock religion, specially that one which doesn't want to be mocked. #charliehebdo","label":0}
167
+ {"text":"The Men Behind the Cartoons at Charlie Hebdo http:\/\/t.co\/bBoc0tSszE","label":0}
168
+ {"text":"Cpl. Nathan Cirillo identified as soldier shot, killed in Ottawa today, aunt says - @globeandmail http:\/\/t.co\/oVrp10U6uG","label":1}
169
+ {"text":"A bomb detection robot has entered the #MartinPl caf\u00e9. #SydneySiege #9News","label":1}
170
+ {"text":"Last known location of crashed Germanwings plane in French Alps: http:\/\/t.co\/lU1gH1c8dX","label":0}
171
+ {"text":"American and Canadian outlets are covering the shooting in Ottawa very differently: http:\/\/t.co\/qGjJVnRp7x","label":0}
172
+ {"text":"BREAKING: Germanwings crew did not send distress signal: aviation official - @AFP","label":1}
173
+ {"text":"Lindt Chocolate Cafe Australia issues #sydneysiege statement on Facebook: http:\/\/t.co\/1YFI7UGv0W http:\/\/t.co\/tyytSBUjtk","label":0}
174
+ {"text":"It's not just CNN. This France24 anchor is asking whether it's normal that planes would fly over mountains. #4U9525 http:\/\/t.co\/fR6EGJbfKQ","label":0}
175
+ {"text":"#CharlieHebdo massacre: modus operandi, efficiency & focus point to jihad returnees, guys trained to kill repeatedly not one-time kamikazes","label":0}
176
+ {"text":"People who have actually died of being offended: 0 People who have died because others were offended: far too many. #CharlieHebdo","label":0}
177
+ {"text":"A message for #Ferguson, from #Palestine #Gaza http:\/\/t.co\/VZtLCYyZnu","label":0}
178
+ {"text":"Appalled to hear news of apparent terrorist attack in Paris. My thoughts are with the family and friends of those killed.","label":0}
179
+ {"text":"#Germanwings black box data released in 48 hrs but #MH17 data not released after 8 months Why? http:\/\/t.co\/ZaNa7mXvng http:\/\/t.co\/U94WB4f8Uu","label":0}
180
+ {"text":"From 2011: France's Charlie Hebdo newspaper has long reveled in the art of provocation http:\/\/t.co\/etWcBzHpnl","label":0}
181
+ {"text":"The courage it takes to to write these words down, much less display them to the world #Ferguson #MikeBrown http:\/\/t.co\/6lt6JlBKCC","label":0}
182
+ {"text":"Sad truth, is that if u crticize #islam even after #CharlieHebdo massacre, u wl still b labeled 'right wing fanatic' or islamophobic!","label":0}
183
+ {"text":"\"Introduce ID cards and more surveillance to prevent #CharlieHebdo atrocities.\" - France has ID cards and surveillance \"Let's do it anyway.\"","label":0}
184
+ {"text":"BREAKING: Injury reported after shooting at Canada's War Memorial, near country's Parliament, police say. http:\/\/t.co\/k5lmH7nmsE","label":0}
185
+ {"text":"In Australia, Sydney siege tests delicate truce with Muslim community, by @DanielStacey http:\/\/t.co\/XqqMj120zX http:\/\/t.co\/icC0OJfmDI","label":0}
186
+ {"text":"If this cartoon is why #CharlieHebdo staff have been shot at, all publications should show solidarity and republish http:\/\/t.co\/LGuUi7dj1u","label":0}
187
+ {"text":"#SydneySiege no real time operational footage or on the ground movements will be shared by the media to ensure terrorists are not aided.","label":0}
188
+ {"text":"All Ottawa Police stations are closed to public due to shooting at War Memorial. No public services available until further notice #ottnews","label":0}
189
+ {"text":"Seven great cartoon responses to the #CharlieHebdo killings: http:\/\/t.co\/HY4RHFKiib http:\/\/t.co\/il4P5MANAC","label":0}
190
+ {"text":"Sydney Australia: Not technically ISIS flag but Shahadah flag with Islamic creed on it. Commonly used by militants: http:\/\/t.co\/s7kg2wSrlQ","label":1}
191
+ {"text":"Wait, why aren't the cops pointing assault rifles at these protestors? #ferguson http:\/\/t.co\/H1mvIEx9hD","label":0}
192
+ {"text":"More startling statistics about the segregated population of #Ferguson, Mo. http:\/\/t.co\/uYrldQHoj7 http:\/\/t.co\/vgxuLMYDhz","label":0}
193
+ {"text":"Strongly condemn the attack on #CharlieHebdo. There is no justification for this brutal act. My thoughts are with the families of victims.","label":0}
194
+ {"text":"At least 12 dead in the Paris shooting. Updated story and background info: http:\/\/t.co\/QlPpQ2ss8j #CharlieHebdo http:\/\/t.co\/DwMlafsD6K","label":1}
195
+ {"text":"#MaryamRajavi strongly condemns criminal attack in Paris and offers her condolences to French Government and people #CharlieHebdo #Paris","label":0}
196
+ {"text":"Prime Minister Stephen Harper is safe and has left Parliament Hill, spokesman says - @CBCAlerts https:\/\/t.co\/wCqPcyqMxK","label":0}
197
+ {"text":"#Ferguson police once beat a man then charged him with destruction of property for bleeding on their uniforms http:\/\/t.co\/KbTFfyI8mw","label":1}
198
+ {"text":"BREAKING: 10 reportedly shot dead at Paris HQ of French weekly Charlie Hebdo http:\/\/t.co\/5F1DOwzoCQ","label":1}
199
+ {"text":"Photo of one of the Australian jihadists holding13 hostages in under flag of jihad #Sydney http:\/\/t.co\/gAEf9aHB8v http:\/\/t.co\/1Z3hyDpLP7","label":1}
200
+ {"text":"RT @Yair_Rosenberg: Um, the International Business Times is running a piece blaming #CharlieHebdo attack on Israel http:\/\/t.co\/2ndLXiupSP h\u2026","label":0}
201
+ {"text":"#canada unreal. --> Footage from Globe reporter captures exchange of gun fire in Parliament Hill building http:\/\/t.co\/IBB9WTc3Nh","label":1}
202
+ {"text":"NHL says date of rescheduled game TBD. NHL ''wishes to express its sympathy and prayers to all affected by the tragic events in Ottawa''","label":1}
203
+ {"text":"Sorry, tweeting #JeSuisCharlie doesn't cut it. That doesn't defy Islamism. It's pretend courage. Publish the cartoons http:\/\/t.co\/191gZiXJFJ","label":0}
204
+ {"text":"What the media won't show #Ferguson #MikeBrown @zellieimani @SpookPacShakur @AntonioFrench @elonjames @WesleyLowery http:\/\/t.co\/ohtjw2Kiav","label":0}
205
+ {"text":"Google pushes cash to Charlie Hebdo but not Al-Ikhbariyah. What's is Google's view of the world? http:\/\/t.co\/ANTlKCmDe6","label":0}
206
+ {"text":"Every time I think I see the best #CharlieHebdo cartoon another great one comes out. #JeSuisCharlie http:\/\/t.co\/UzOVNAsx8G","label":0}
207
+ {"text":"Satirizing and mocking religion is sacred. Stand with @Charlie_Hebdo_ #freeexpression #jesuischarlie #iamcharlie http:\/\/t.co\/75KuXyRhGD","label":0}
208
+ {"text":"#BREAKING: Six hostages have managed to escape from the caf\u00e9 in #MartinPl. #SydneySiege #9News http:\/\/t.co\/y3NDQDS7jh","label":1}
209
+ {"text":"This is what we know about the Germanwings Airbus A320 plane crash so far http:\/\/t.co\/DsZnmtgLun http:\/\/t.co\/0X1MgYByK8","label":0}
210
+ {"text":"'This is not just an attack on freedom of expression. It is an attack on freedom full stop': https:\/\/t.co\/8Y6EU0TFYf","label":0}
211
+ {"text":"Horrific news re Charlie Hebdo. People of huge courage, wit and integrity murdered by people who find those ideas frightening. Awful.","label":0}
212
+ {"text":"BREAKING: Gunshots and several explosions heard at Dammartin-en-Goele site in France: Reuters reporter","label":0}
213
+ {"text":"\"The 18 year old victim had no weapon and his hands in the air and was still shot multiple times.\" https:\/\/t.co\/kTIEq8TkkC #Ferguson","label":0}
214
+ {"text":"Notice it's \"involved in the shooting\" not \"killed a child.\" Notice it's \"paid administrative leave\" not \"has been arrested\" #Ferguson","label":0}
215
+ {"text":"Doors barricaded RT @grahamctv: Shot from inside caucus room after shooting @ctvottawa #ottawashooting. http:\/\/t.co\/OpERH3GiMu","label":0}
216
+ {"text":"Terrifying photo of hostages in Martin Place in Sydney, being held by men waving an ISIS flag http:\/\/t.co\/6ozBRQVNlG","label":1}
217
+ {"text":"Prayers to all the innocent victims of terror in #Sydney. And those victimized by racial and religious profiling. #sydneysiege","label":0}
218
+ {"text":"LAPD kills young black man days after #Ferguson shooting http:\/\/t.co\/3uEQTOPBWo http:\/\/t.co\/gfJixdRY8t","label":0}
219
+ {"text":"REMINDER: #MikeBrown was a kid who just wanted to walk down a street. And for that, HE IS DEAD. Those are the facts. #Ferguson","label":1}
220
+ {"text":"Those poor people have been in there for 11 hours. Sending all our strength and love. #sydneysiege #MartinPlaceSiege","label":0}
221
+ {"text":"#CharlieHebdo editor\/cartoonist Stephane \"Charb\" Charbonnier and 3 other cartoonists among those killed, police say. http:\/\/t.co\/zUfxcG3Rfs","label":0}
222
+ {"text":"To all my friends in France\/Paris. JE SUIS CHARLIE #JeSuisCharlie JB http:\/\/t.co\/v07hiS7AyO","label":0}
223
+ {"text":"More than 100 volunteers out cleaning up #MikeBrown #Ferguson http:\/\/t.co\/CKjahbQTeK","label":0}
224
+ {"text":"#IllRideWithYou Sydney Stands Up To Racism & Bigotry With One Beautiful Hashtag http:\/\/t.co\/Ajaa1AQmG5 http:\/\/t.co\/BQN4rBxhYK","label":0}
225
+ {"text":"Parliament Hill is never going to be the same.","label":0}
226
+ {"text":"DGAC clarifies: Germanwings didn't itself issue distress call but ATC launhed distress phase due combination of descent and no radio contact","label":1}
227
+ {"text":"#Leafs Joffrey Lupul praises officers in Ottawa, as team remains in lock down http:\/\/t.co\/OPooNxTsiv http:\/\/t.co\/yBjIu2JaaP","label":0}
228
+ {"text":"The gunman is also holding 1.6 billion Muslims hostage. Islam is free from the crimes he's committing against innocents. #SydneySiege","label":0}
229
+ {"text":"BOMBSHELL: #Ferguson chief says the police officer might not have even known about the robbery when he shot and killed Michael Brown.","label":1}
230
+ {"text":"The soldier killed in #Ottawa today is being named as 24-year-old Nathan Cirillo. Latest here: http:\/\/t.co\/Iwpa7Iq2XA http:\/\/t.co\/nMEOVCJVUa","label":1}
231
+ {"text":"#OTTAWA SHOOTING: Police claim multiple suspects at large, ask people to avoid Paraliment area http:\/\/t.co\/Zp9AKplH9p http:\/\/t.co\/b3yQV4ewOs","label":1}
232
+ {"text":"3 people appear to escape from Lindt Cafe in Sydney, @abcnews reports. #SydneySiege http:\/\/t.co\/HFOY0ctLNV http:\/\/t.co\/SdHLGo6pzY","label":1}
233
+ {"text":"How the Jewish pro-censorship lobby legitimized attacks on Charlie Hebdo for \"offensive\" speech http:\/\/t.co\/6Ts6rWgw7p #CharlieHebdo","label":0}
234
+ {"text":"A young woman right before she was arrested because she wouldn't move... #Ferguson http:\/\/t.co\/wP8iQUvemv","label":0}
235
+ {"text":"It would have been nice to take them alive but it feels good that they're dead. #JeSuisCharlie http:\/\/t.co\/AczlhJxarf","label":0}
236
+ {"text":"One million copies of #CharlieHebdo will be printed next week, which typically has a print run of 60,000 http:\/\/t.co\/cH1DEZb0A1","label":0}
237
+ {"text":"BREAKING: Two new hostages, both woman, run to safety from Sydney cafe, Australia television network reports http:\/\/t.co\/apNKqmicSX","label":1}
238
+ {"text":"Global News camera man reporting shots fired by Chateau Laurier hotel #ottawa","label":1}
239
+ {"text":"MORE Airbus A320 that crashed in southern France operated by Germanwings, carrying 142 passengers, 2 pilots, 4 crew http:\/\/t.co\/XwKPmofTD9","label":1}
240
+ {"text":"I'll be on @CNN in a few minutes discussing #Ferguson and #JusticeForMikeBrown.","label":0}
241
+ {"text":"Indian artist Sudarsan Pattnaik and his tribute to those killed in the attack on Charlie Hebdo http:\/\/t.co\/36rBaLxCJ6","label":0}
242
+ {"text":"Better view of police facing off against protesters in #ferguson http:\/\/t.co\/OgtPEtUG2E","label":0}
243
+ {"text":"Harden, Howard again named best at position in 2014-15 NBA GM Survey. Story: http:\/\/t.co\/rX94nO5V60 http:\/\/t.co\/MXQayqVPlT","label":0}
244
+ {"text":"This was a well-planned attack: the gunmen hit #CharlieHebdo in the middle of the weekly conference, with all staff present.","label":1}
245
+ {"text":"This is the last radar contact with the #A320 #Germanwings plane http:\/\/t.co\/ajdUDFMgAv http:\/\/t.co\/YtVGPmKmFh","label":0}
246
+ {"text":"Ahmed Merabet, a French Police officer, the first victim of #CharlieHebdo attack .. He was a Musilm #RIP http:\/\/t.co\/Z5Qx2gGMNp","label":1}
247
+ {"text":"Surviving #CharlieHebdo journalists are to publish the magazine's new edition for next week http:\/\/t.co\/zaGrk24DhJ http:\/\/t.co\/099l0NuRfH","label":0}
248
+ {"text":"Scary scenes in Sydney right now. Thoughts go out to everyone involved. Hopefully the hostage situation can be resolved peacefully.","label":1}
249
+ {"text":"a thousand words in one picture. the police have been absolutely amazing today #sydneysiege http:\/\/t.co\/w9Gt6rlYes","label":0}
250
+ {"text":"My thoughts are with our good friends & neighbors to the north \ud83c\udf41\ud83d\ude14 #WeLoveYouCanada #OttawaShooting","label":0}
251
+ {"text":"shooting someone is already bad enough, shooting a soldier guarding a war memorial is just disgusting #PrayForOttawa","label":1}
252
+ {"text":"Breaking News: Reports of Gunfire and Hostage in Search for Suspects in Paris Attack http:\/\/t.co\/U8BE162qls","label":1}
253
+ {"text":"Freedom of expression is non-negotiable - http:\/\/t.co\/c8Fm7F6c1k via @IndexCensorship #jesuischarlie","label":0}
254
+ {"text":"Soldier killed at war memorial identified as Nathan Cirillo #HamOnt #OttawaShooting #cndpoli http:\/\/t.co\/BjEM0my6iT http:\/\/t.co\/7BFFBm2afL","label":1}
255
+ {"text":"One victim killed in the attack on Charlie Hebdo was a Muslim policeman, Ahmed Merabet.","label":0}
256
+ {"text":"#4U9525 From FL380 to FL110 in 8 min? That's average rate of descent 3375 fpm! Than levelled off at FL068? What the hell was going on there?","label":1}
257
+ {"text":"Name of the co-pilot: Andreas Lubitz. http:\/\/t.co\/L7FDlo6Iom #4U9525","label":1}
258
+ {"text":"Accident aircraft looks to be Germanwings (Airline code 4U or GWI) flight 9525, Barcelona to Dusseldorf. #4U9525 http:\/\/t.co\/TIZc1N1ZrK","label":1}
259
+ {"text":"I see humans but no humanity. #LiberteDExpression #JeSuisCharlie #charliehebdo http:\/\/t.co\/6jRiKDHTSr","label":0}
260
+ {"text":"Photo Gallery: The latest pictures from Lindt cafe #SydneySiege http:\/\/t.co\/rZG7Zb7jyt http:\/\/t.co\/3IAGGW81yp","label":0}
261
+ {"text":"Here's the police report. Somehow #Ferguson cops valued a box of Swishers at nearly $50. Time to stop smokin I guess http:\/\/t.co\/8ZkvrHkApc","label":1}
262
+ {"text":"Minute silence held in memory of victims of shooting http:\/\/t.co\/LdSF5QeCiv #CharlieHebdo #JeSuisCharlie http:\/\/t.co\/dj3hfNsZko","label":0}
263
+ {"text":"Police seen in Longpont, a village near to a petrol station reportedly robbed by the two #CharlieHebdo suspects. http:\/\/t.co\/cQsXx2q9PT","label":1}
264
+ {"text":"Remember the chief of #Ferguson police said that they covered the body and sealed the crime scene right away. Lying again.","label":0}
265
+ {"text":"If you're taking selfies in #MartinPlace at the site of the #sydneysiege then... I... just... just don't.","label":0}
266
+ {"text":"Join us in O'Fallon Park at 6PM for a free concert event in celebration of #MikeBrown's life. #Ferguson's own @brianowenstv performing.","label":0}
267
+ {"text":"Car used by gunmen in #CharlieHebdo attack removed by police from road in northern Paris http:\/\/t.co\/AQAzDDybrM http:\/\/t.co\/OGr27G6pRQ","label":0}
268
+ {"text":"BREAKING: #Anonymous has obtained audio files of police dispatch and EMS during the #MikeBrown shooting. Will release ASAP. #Ferguson","label":1}
269
+ {"text":"BREAKING: Another hostage situation developing in a Parisian Kosher supermarket http:\/\/t.co\/f48bgredPb #CharlieHebdo http:\/\/t.co\/nl4ipAXaHw","label":1}
270
+ {"text":"#SydneySiege \"We are only dealing with one location\" says police chief, responding to rumours of bombs elsewhere http:\/\/t.co\/3shTK9yYOh","label":1}
271
+ {"text":"UPDATE: Aerials are coming in from Sydney Opera House, with reports it has also been evacuated. #9News http:\/\/t.co\/3TZuXoY2fI","label":1}
272
+ {"text":"Fear and relief as these two hostages escape #sydneysiege - LIVE: http:\/\/t.co\/1SVkbgZqXC http:\/\/t.co\/hdXmf3uu8D","label":1}
273
+ {"text":"Ottawa police are confirming a shooting at the War Memorial. Minutes ago. No other info. #cbcOTT #OTTnews","label":0}
274
+ {"text":"NHL reportedly monitoring situation in Ottawa after shootings, could postpone Sens\/Leafs game. http:\/\/t.co\/OavGx3e04I http:\/\/t.co\/kIybRf4D5y","label":0}
275
+ {"text":"DETAILS: #Germanwings Airbus #A320 crashes near small town of #Barcelonnette in Alpes-de-Haute-Provence #4U9525 http:\/\/t.co\/zU6hn03xzU","label":0}
276
+ {"text":"Developing: Police in #Ferguson expected to announce the name of the officer who killed unarmed teen Michael Brown within the hour.","label":1}
277
+ {"text":"Thinking of our friends in Ottawa this morning. Please be safe.","label":0}
278
+ {"text":"Updated: Canadian soldier killed in attack at Parliament Hill in Ottawa http:\/\/t.co\/tMfDn2GAbh","label":1}
279
+ {"text":"#Iran's regime been the pioneer in initiating and nourishing the killing Fatwa! #JeSuisCharlie http:\/\/t.co\/hlgF1Ugkjl http:\/\/t.co\/dI7iz9SxJ1","label":0}
280
+ {"text":"Police confirm deaths of four of France's most celebrated cartoonists Charb, Cabu, Wolinski and Tignous #CharlieHebdo http:\/\/t.co\/K7ZHV9C27F","label":1}
281
+ {"text":"#Ferguson police chief says officer Darren Wilson didn't know #MikeBrown was a robbery suspect http:\/\/t.co\/SbpxzwwZWs","label":1}
282
+ {"text":"MUSLIMS around the world celebrate terrorist attack killing 12 in Paris http:\/\/t.co\/LdWu6Ie24y","label":0}
283
+ {"text":"Ugh: Uber introduces $100 minimum surge pricing during #SydneySiege http:\/\/t.co\/9YZ9WKo7D2 via @jennijenni http:\/\/t.co\/9Xk76P4S3V","label":1}
284
+ {"text":"#JeSuisCharlie trends after brutal shooting at #CharlieHebdo magazine http:\/\/t.co\/2tT7BnOx1u http:\/\/t.co\/oMTsEqXs1h","label":0}
285
+ {"text":"Muslims are not terrorists #prisedotage #Dammartin #ContreLesTerroristes #AtentadoParisEP #JeSuisCharlieARV http:\/\/t.co\/8LBo8XCKQU","label":0}
286
+ {"text":"Ppl in #Ferguson v sensitive to media descriptions of rioting, so worth noting: only behavior accurately described as such happened Sun.","label":0}
287
+ {"text":"#CharlieHebdo massacre: 'Attack will heighten anti-Islamic tensions across Europe' http:\/\/t.co\/1EBlSuVTWe","label":0}
288
+ {"text":"Think this ticks all the boxes. #JeSuisCharlie http:\/\/t.co\/TTbO4qHjp9","label":0}
289
+ {"text":"JUST IN: US Consulate in Sydney issues emergency message to US citizens to \"maintain a high level of vigilance\" due to hostage situation.","label":0}
290
+ {"text":"BREAKING: Germanwings CEO: Plane victims included 72 German citizens, 35 Spaniards, 2 Americans.","label":1}
291
+ {"text":"Sydney hostage situation. LIVE VIDEO: http:\/\/t.co\/j1ljDbazOw UPDATES: http:\/\/t.co\/PD7pVfU9pQ http:\/\/t.co\/wLddAhd47T","label":1}
292
+ {"text":"RT RT RT @ZeeGingaNinja: because it seems that some people here need this clarification #sydneysiege #NotInMyName http:\/\/t.co\/perQGp5yro","label":0}
293
+ {"text":"Gunshots heard, smoke seen at site of police operation in Dammartin-en-Goele, northeast of Paris - @Reuters, @SkyNews http:\/\/t.co\/ZFJYh80uxy","label":0}
294
+ {"text":"JUST IN: Police: 3 people were able to run from Sydney cafe during ongoing hostage situation - @9NewsAUS http:\/\/t.co\/wFfwbG9Gg6","label":1}
295
+ {"text":"Suspect in Sydney cafe siege identified as Man Haron Monis, an Iranian granted asylum in Australia http:\/\/t.co\/6Lrl9DEMXA","label":0}
296
+ {"text":"Those turning on Muslims after yesterday's vile atrocity are doing exactly what terrorists want them to do. Me: http:\/\/t.co\/rTJ2A1Ck8Y","label":0}
297
+ {"text":"LIVE: Paris on alert as gunmen kill twelve in massacre at #CharlieHebdo magazine office: http:\/\/t.co\/q0K4AorQmJ http:\/\/t.co\/rb4DycPVeC","label":1}
298
+ {"text":"JUST IN: 2 women have just run from Sydney cafe during ongoing hostage situation - @9NewsAUS http:\/\/t.co\/n5vhI5DsZg","label":1}
299
+ {"text":"Here's my brief statement about the awful events in Paris. Vive Charlie Hebdo! http:\/\/t.co\/kspeTLCQ78","label":0}
300
+ {"text":"Best journalistic answer to terrorist attack on #CharlieHebdo is for news outlets to publish #CharlieHebdo cartoons on websites\/front pages","label":0}
301
+ {"text":"Charlie Hebdo's last cartoon on Twitter: Abu Bakr al-Baghdadi saying \"and especially, health!\" (New Year's greeting) http:\/\/t.co\/UMEWDeR6z4","label":0}
302
+ {"text":"BREAKING ALERT: Preliminary reports indicate perpetrators appear to be members of #ISIS. #SydneySiege","label":1}
303
+ {"text":"GUNFIRE AND EXPLOSIONS CONTINUE AS POLICE STORM CAFE IN SYDNEY.","label":1}
304
+ {"text":"If you're thinking \"I should tweet about how the situation in Ottawa conveniently benefits my party\": step away from twitter now. #cdnpoli","label":0}
305
+ {"text":"At least 72 Germans and 35 Spanish killed in #Germanwings crash: Airline http:\/\/t.co\/JeigmQOTna http:\/\/t.co\/HrECGvkUuV","label":1}
306
+ {"text":"This picture from a helicopter sent to the #Germanwings Alps plane crash site shows how remote the area is http:\/\/t.co\/Fo6h66ZehE","label":0}
307
+ {"text":"UPDATE | Shots were fired inside Parliament Hill and gun fire was exchanged with hill security. #cbcOTT #OTTnews","label":1}
308
+ {"text":"#MikeBrown, left, is gunned down for WWB (walking while black),but guy on the right can point a gun at cops #Ferguson http:\/\/t.co\/ydAVrBLQke","label":0}
309
+ {"text":"Deeply disturbed and saddened by yet another Islamist massacre. Shame on religion. #CharlieHebdo #ParisShooting . http:\/\/t.co\/H6yPad7bWD","label":0}
310
+ {"text":"Sydney residents pledge on twitter #illridewithyou on public transport to keep Muslims safe against possible reprisals over #sydneysiege","label":0}
311
+ {"text":"RT @CBCOttawa: CONFIRMED | 1 shooter shot dead at Parliament Hill, but there is more than 1 suspect. #cbcOTT #OTTnews","label":1}
312
+ {"text":"Follow @BBCNewsAus and our LIVE page for more updates on #sydneysiege http:\/\/t.co\/HF9YspoYHL #Lindt http:\/\/t.co\/IfCERWGP2C","label":0}
313
+ {"text":"This is a photo I took at the vigil. Just wanted to offer a different perspective. #Ferguson #MikeBrown http:\/\/t.co\/QdBY0lOTgd","label":0}
314
+ {"text":"Twin hostage situations Erupt in Paris. Two victims have been killed. Our updated story: http:\/\/t.co\/Z5xnRNhRhN","label":1}
315
+ {"text":"Glad to hear the #sydneysiege is over, but saddened that it even happened to begin with. My heart goes out to all those affected. \ud83d\udc9c","label":0}
316
+ {"text":"At least three hostages flee #lindtcafe in #Sydney http:\/\/t.co\/z9JrtJ2IN3 #sydneysiege http:\/\/t.co\/1QgdVpZczx","label":1}
317
+ {"text":"While the initial looting in #Ferguson was deplorable, it's clear the town is now the victim of a huge militarized police state exercise.","label":0}
318
+ {"text":"Sydney siege ongoing; PM says unclear if politically motivated. Our latest update http:\/\/t.co\/CxIEFULgYv #sydneysiege http:\/\/t.co\/VQknQJlgLT","label":0}
319
+ {"text":"cops aren't soldiers. soldiers are soldiers. if you want to be a soldier, enlist & head for the desert. The USA is NOT a war zone. #ferguson","label":0}
320
+ {"text":"Liberty, equality and fraternity. Freedom of the press, the satire and humor. #JeSuisCharlie http:\/\/t.co\/uE84TgQeFz","label":0}
321
+ {"text":"Shots are fired outside Canadian parliament in Ottawa and a soldier is wounded, local media report http:\/\/t.co\/Ygpjna1CRG","label":1}
322
+ {"text":"Five Hostages Escape Sydney Cafe Siege \u2014 Live Updates From @BuzzFeedOz http:\/\/t.co\/aFHirytbFH http:\/\/t.co\/BiLJuBBc5R","label":1}
323
+ {"text":"GERMAN NEWS: Co-Pilot of Germanwings Airbus Was MUSLIM CONVERT \u2026'Hero of Islamic State'? http:\/\/t.co\/VMXFNVRJEb http:\/\/t.co\/CiXotBOh74","label":1}
324
+ {"text":"The #sydneysiege hostage-taker has been named as Sheikh Man Monis. http:\/\/t.co\/UdkysqURCT http:\/\/t.co\/sXnO5qeQTq","label":1}
325
+ {"text":"INDICT CHIEF TOM JACKSON for conspiracy and aiding & abetting. INDICT DARREN WILSON for murder. Convict both. #ferguson #mikebrown","label":0}
326
+ {"text":"Sydney's Muslim leaders express their concerns; organisations have offered to help in 'any way they can' http:\/\/t.co\/pygT3CHV9X #SydneySiege","label":0}
327
+ {"text":"WOKE. #Ferguson #mikebrown RT @ChamNature: 10 mins RT @DragonflyJonez: 6'4 290. In sandals. RT @_TheSpeakEasy: Hmm http:\/\/t.co\/urAzIWRNI6","label":1}
328
+ {"text":"\"Don't shoot! Don't shoot!\" #ferguson https:\/\/t.co\/HJk5k2e8tI","label":0}
329
+ {"text":"This is The Islamic State flag, not the one in the window in Sydney. http:\/\/t.co\/PV3UNuGCms","label":1}
330
+ {"text":"#CharlieHebdo - 11 dead including 2 police in Paris shooting. Photo @MartinBureau1 #AFP http:\/\/t.co\/aksGP63MB7","label":1}
331
+ {"text":"The powerful War Memorial mouth-to-mouth image being shared is by @OttawaCitizen's Wayne Cuddington. #ottnews #ottawa http:\/\/t.co\/FcSGb097G9","label":0}
332
+ {"text":"Gunmen showed advanced military skills in Paris #CharlieHebdo attack: http:\/\/t.co\/Q5FIaTLF8G http:\/\/t.co\/XiZLErM37y","label":1}
333
+ {"text":"#CharlieHebdo: Europe has a terrorism problem, not a Muslim problem http:\/\/t.co\/miZoer532S (Pic: F Strazzari) http:\/\/t.co\/w9VlkOerBF","label":0}
334
+ {"text":"Police surrounding cafe in central Sydney after reports of hostages being taken","label":1}
335
+ {"text":"Globally, cartoonists like @na_dessinateur are paying homage to their peers killed in #CharlieHebdo attack http:\/\/t.co\/tuyqIzp2gi","label":0}
336
+ {"text":"So the flag didn't tip you off? Australian police: \"We have not confirmed this is terror-related event\" #sydneysiege http:\/\/t.co\/MYQN1pYvfD","label":0}
337
+ {"text":"Sadly, this needs to be pointed out with the amount of Islamophobia that is currently being posted. #sydneysiege http:\/\/t.co\/bEEhIg9NnM\"","label":0}
338
+ {"text":"Children among at least six people taken hostage at kosher store, reports say. #ParisAttacks http:\/\/t.co\/qxlwCWdaVB http:\/\/t.co\/Om5eouAAdt","label":0}
339
+ {"text":"Thousands gather across France in solidarity with #CharlieHebdo terror victims. #JeSuisCharlie http:\/\/t.co\/GHMABahgaT","label":0}
340
+ {"text":"Wait, printing the #CharlieHebdo cartoons is too offensive, but putting a wounded policeman about to be executed on your front page *isn't*?","label":0}
341
+ {"text":"Charlie Hebdo: This is the terrifying price we pay for free speech in a liberal democracy http:\/\/t.co\/OvDqOqo0Rz http:\/\/t.co\/Fp9tq8pVMx","label":0}
342
+ {"text":"All passengers and crew feared dead after A320 plane crashes in southern France http:\/\/t.co\/H3YACXHTjK #4U9525 More to follow.","label":1}
343
+ {"text":"PHOTO: Another image of crash site from #4U9525. (Pic via @laprovence) http:\/\/t.co\/K4O8fxQqzn - @PollyR_Aviation","label":0}
344
+ {"text":"The sad poignant irony of a soldier felled at the foot of the Cenotaph. It is to weep. Remembrance Day will feel different. #OttawaShooting","label":0}
345
+ {"text":"#BREAKING: Shooting reported at the War Memorial in Ottawa","label":0}
346
+ {"text":"Five people have been able to flee the hostage situation in Sydney, Australia http:\/\/t.co\/YsdgCxMdh5","label":1}
347
+ {"text":"Two Tory MPs say gunman at Parliament Hill has been 'shot and killed' http:\/\/t.co\/r2qnyftxXF http:\/\/t.co\/mksfPjJ73r","label":1}
348
+ {"text":"No matter how much you try to bring us down, one thing about Australian's is we ALWAYS stand together! \ud83d\udc4d #SydneySiege http:\/\/t.co\/vYQe6Xe90m","label":0}
349
+ {"text":"Bad craziness. RT @FOX2now #STL SWAT has weapons drawn in #Ferguson protest in broad daylight w\/ media attending http:\/\/t.co\/cgCpydG4E2","label":0}
350
+ {"text":"These pictures coming out of #Ferguson with what looks like military equipment on American streets should sober everyone up...","label":0}
351
+ {"text":"Islam, \"the religion of peace, \"is a violent murderous death cult and should be treated as such. #CharlieHebdo http:\/\/t.co\/GrhBu1ln2q","label":0}
352
+ {"text":"These surveillance images were taken at a convenience store 10 min. Before #MichaelBrown was shot Sat. #Ferguson http:\/\/t.co\/mnReDcRfzz","label":1}
353
+ {"text":"So since we now know the officer knew nothing abt a robbery, we must ask why those tapes were released? #Ferguson. But we know why.","label":1}
354
+ {"text":"\"This kind of terrorism, they haven't seen for a long, long time,\" @6ideas says of people in Paris. #CharlieHebdo http:\/\/t.co\/oOXJnjHTuy\"","label":0}
355
+ {"text":"No, this isn't Iraq or Gaza or Syria. This is the United States of America. #Ferguson #WTF (via @GerryDuggan) http:\/\/t.co\/BcxvWjCW5N","label":0}
356
+ {"text":"University of Ottawa is in lockdown, classes are cancelled","label":1}
357
+ {"text":"Ottawa police chief confirms that both gunman and soldier at war memorial are dead.","label":1}
358
+ {"text":"French officials say they have now spotted debris from #Germanwings flight, more than 6K feet high in the Alps. -- @NorahODonnell","label":0}
359
+ {"text":"MT @KreaseChan The sort of free expression all authoritarians tolerate, from Syrian artist Ali Farzat. #JeSuisCharlie http:\/\/t.co\/PSFNDuLUw6","label":0}
360
+ {"text":"LIVE: Infosys employee among hostages at Sydney cafe http:\/\/t.co\/cfxX0CUHYS http:\/\/t.co\/DvfAk3lZ2D","label":0}
361
+ {"text":"Thoughts & prayers go out to the soldier killed in Ottawa during the shooting & everyone affected in Ottawa. #PrayForOttawa #OttawaShooting","label":1}
362
+ {"text":"They released that information this morning about the robbery KNOWING #MikeBrown wasn't stopped for it? Explain why. EXPLAIN. WHY. #Ferguson","label":1}
363
+ {"text":"German PI-News Magazine is Reporting Germanwings Co-Pilot Was Recent Convert to Islam\ud83d\ude0f Read: http:\/\/t.co\/6aNN7RQUZ6 http:\/\/t.co\/u9ggRyxnVD","label":1}
364
+ {"text":"Oct 1 cover #CharlieHebdo criticizing ISIS: 'I am the prophet, idiot' beheader: 'STFU, infidel!' #freedomofexpression http:\/\/t.co\/HAV5tktU7y","label":0}
365
+ {"text":"Parisian doctor: \"Let's all subscribe to #CharlieHebdo...It'll be in my waiting room until I retire.\" via @bourmeau http:\/\/t.co\/3IjTQCk3o7","label":0}
366
+ {"text":"Press \"must stand together to send the message that murderous attempts to silence us will not stand\" #CharlieHebdo http:\/\/t.co\/aiF9kVv9hw","label":0}
367
+ {"text":"Incredible shot: A woman gives mouth-to-mouth to a fallen soldier at the War Memorial http:\/\/t.co\/YV1UIPYJJS http:\/\/t.co\/1YEtcEcVM5","label":0}
368
+ {"text":"2nd Video footage proving #Ferguson PD Chief lied on @Fox2Now RT @TheAnonMessage2: After moments of #MikeBrown death. http:\/\/t.co\/5V8mTws9Ep","label":1}
369
+ {"text":"We are One. We are Strong. #ProudToBeACanadian #PrayForOttawa #OttawaShooting http:\/\/t.co\/JPBtFgAFgV","label":0}
370
+ {"text":"Too many equivocating opinion pieces on #CharlieHebdo. The quality of satire or speech is irrelevant. Murder for 'blasphemy' is an outrage.","label":0}
371
+ {"text":".@flightradar24 altitude & speed chart of #4U9525. Aircraft entered a steep but constant descent. http:\/\/t.co\/Hl7IVhZCmy","label":1}
372
+ {"text":"BREAKING: Germanwings co-pilot was Muslim convert http:\/\/t.co\/iCRwOsU1uq","label":1}
373
+ {"text":"#Sydney: Hostages told Australia's #channeltennews the gunman claims there are 2 bombs in the cafe and 2 in CBD area http:\/\/t.co\/cQ21WPQNAP","label":1}
374
+ {"text":"Photo taken by @FroGoddess \"thanks for the advice #Palestine\" - #Ferguson #STL #MikeBrown http:\/\/t.co\/UkfKu2Zzdl","label":0}
375
+ {"text":"Minute of silence for #CharlieHebdo. My heart is with France. Together we will protect our values http:\/\/t.co\/MEB1mSZIm6","label":0}
376
+ {"text":"On a street in #Ferguson: Big wooden pellets & aftermath, weapons used against peaceful protesters http:\/\/t.co\/hma5qv8pls","label":0}
377
+ {"text":"'If liberty means anything at all, it means the right to tell people what they do not want to hear' George Orwell #JeSuisCharlie","label":0}
378
+ {"text":"Five Hostages Escape Sydney Cafe Siege \u2014 Live Updates From @BuzzFeedOz http:\/\/t.co\/LP6ciOWv59 http:\/\/t.co\/XC6fJKCg4S","label":1}
379
+ {"text":"In Paris on the eve of the Jewish Sabbath women and children are taken hostage in Kosher grocery store. Jihadis hate Jews and journalists.","label":0}
380
+ {"text":"BREAKING: Now free to confirm that radical cleric Sheikh Man Monis has been named as gunman behind #SydneySiege. http:\/\/t.co\/siHXBFN6RS","label":1}
381
+ {"text":"The moment #SydneySiege came to an end http:\/\/t.co\/xheuclMCmj https:\/\/t.co\/GqLXuL0x6W","label":0}
382
+ {"text":"So now let's talk seriously about #CharlieHebdo and Western double standard on freedom of speech. #JenesuisPAScharlie http:\/\/t.co\/XzsJQF12Uv","label":0}
383
+ {"text":"Family of #MichaelBrown talks about his life: http:\/\/t.co\/kIye34DLiU. #STL #Ferguson #MikeBrown http:\/\/t.co\/GJgipAsWGV","label":0}
384
+ {"text":"BREAKING @SkyBusiness: freed hostage borne high from #sydneysiege w\/c.4 paramedic teams on the scene http:\/\/t.co\/DKBQI5tx4B ( carsonscottLI","label":1}
385
+ {"text":"A Muslim lady took off her scarf out of fear after the Sydney Siege & is comforted by strangers. #illridewithyou http:\/\/t.co\/JJbPhn0YKh","label":0}
386
+ {"text":"BREAKING: Reports of second shooting behind Peace Tower, solider shot on War Memorial a short time ago. Shooter is on the loose.","label":1}
387
+ {"text":"Don't know if this Woody Guthrie-quoting #CharlieHebdo image is really by Banksy (@therealbanksy?) but I like it. http:\/\/t.co\/MNXYEMIWMO","label":0}
388
+ {"text":"A quick infographic explaining some of the immediate anti-Muslim backlash in France: http:\/\/t.co\/Wuh9TW9IxA #CharlieHebdo","label":0}
389
+ {"text":"#CharlieHebdo tweeted this cartoon minutes before the attack: http:\/\/t.co\/suTXnFLoPs http:\/\/t.co\/vOzw6ecOtO","label":0}
390
+ {"text":"Why #CharlieHebdo magazine was targeted for the attack: http:\/\/t.co\/3s9g3KumkJ #ParisShooting http:\/\/t.co\/sixK6vrTmI","label":0}
391
+ {"text":"If those hostages could wait for 16 hours without knowing if they'd die, you can wait for an official report on the situation. #sydneysiege","label":0}
392
+ {"text":"Media Release: Mosques, synagogues and churches open tonight to pray for Sydney hostages and national unity. http:\/\/t.co\/zBKO5k2uEA","label":0}
393
+ {"text":": Teenager #MikeBrown won't start college on Monday because he was shot ten times by a #Ferguson police officer. http:\/\/t.co\/dCFmzlkFRD\"","label":0}
394
+ {"text":"Egypt top Muslim institution Al Azhar and the Arab league condemn Paris #CharlieHebdo attack. @akhbar","label":0}
395
+ {"text":"4 cartoonists in Paris had more convictions than the whole of Indian mainstream media put together. #CharlieHebdo","label":0}
396
+ {"text":"Jon Stewart on Charlie Hebdo: Comedy \"shouldn't be an act of courage\" http:\/\/t.co\/5aQp9trsy8","label":0}
397
+ {"text":"When you've planned a school shooting but realise you're too fat to run away from the police http:\/\/t.co\/P3jWYPjMmI","label":0}
398
+ {"text":"#CharlieHebdo The four Hero's of freedom of expression who were killed by terrorists in Paris. #ParisShooting http:\/\/t.co\/rbZ4ZSyehB","label":0}
399
+ {"text":"Banksy says #JeSuisCharlie in a beautiful way (vi @lukeeve) http:\/\/t.co\/GKFP5xVAoc","label":1}
400
+ {"text":"Cartoonists around the world respond to the #CharlieHebdo killings: http:\/\/t.co\/JBX8K0Mzt6 http:\/\/t.co\/vxREqhUqw4","label":0}
401
+ {"text":"BREAKING NEWS: CBC confirms photo of Michael Zehaf-Bibeau, the gunman in the Ottawa shooting - http:\/\/t.co\/58IK7FMcA1 http:\/\/t.co\/HmCjJGCn0F","label":1}
402
+ {"text":"Stay safe Ottawa.","label":0}
403
+ {"text":"\"Contrary to earlier reports no incident occurred near the Rideau Centre,\" Ottawa police say. #cbcOTT @OTTnews","label":1}
404
+ {"text":"Again irreligious extremists hold innocent people hostage and hijack Islam. Our prayers with the hostages #Sydneysiege #ThisIsNotIslam","label":0}
405
+ {"text":"'...but I will to the death defend your right to say it'. #charliehebdo #voltaire http:\/\/t.co\/oFEHT8Xx3v","label":0}
406
+ {"text":"Because narcissism doesn't take a break @mkarolian These people are taking selfies on scene of the #sydneysiege http:\/\/t.co\/7Zbkojftye","label":0}
407
+ {"text":"#CharlieHebdo cartoonist was on al Qaeda's wanted list: http:\/\/t.co\/nEojRxbetR (Pic: EPA) http:\/\/t.co\/m8oO7gnXJf","label":0}
408
+ {"text":"MORE PHOTOS: Armed gunmen fire at police near #CharlieHebdo HQ #ParisShooting http:\/\/t.co\/bb3JNdmTeF","label":1}
409
+ {"text":"As the #sydneysiege continues, three faiths come together to pray for peace at Lakemba mosque. Photo: @Mo_Taha1 http:\/\/t.co\/aQzMFlZOTl","label":0}
410
+ {"text":"At least five people have been taken hostage at the kosher grocery, reports say #ParisAttacks http:\/\/t.co\/8MdsGYsaOZ http:\/\/t.co\/2NtIkBmIYk","label":1}
411
+ {"text":"#SYDNEYSIEGE: American readers weigh in with their messages of support. http:\/\/t.co\/cOmyiucT5B","label":0}
412
+ {"text":"WATCH LIVE: NBC News special report on latest details of #SydneySiege http:\/\/t.co\/lHnM3pDltl http:\/\/t.co\/A6mF37zweA","label":0}
413
+ {"text":"Airbus passenger plane crashed in French Alps said to belong to Lufthansa subsidiary Germanwings, flying Barcelone-Dusseldorf","label":1}
414
+ {"text":"Donald Trump labelled a 'moron' for blaming #CharlieHebdo attacks on France's lack of guns http:\/\/t.co\/ToHck32lt0 http:\/\/t.co\/BtTgviKx4t","label":0}
415
+ {"text":"Security forces storm Sydney cafe where hostages held, gunman identified as Man Haron Monis: http:\/\/t.co\/fOqqI5UpsO http:\/\/t.co\/nlVYwmOpGJ","label":0}
416
+ {"text":"Charlie Hebdo demanded cartoonist Sine apologize for anti-Semitic satire then fired him for refusing to do so http:\/\/t.co\/w0QIAme4Ep","label":0}
417
+ {"text":"Police chief said officer who shot Brown didn't know about any robbery #ferguson","label":1}
418
+ {"text":"America doesn't think we're human, the world doesn't think we're human, and cops don't get punished for killing us for no reason. #ferguson","label":0}
419
+ {"text":"Officer Wilson will not face any criminal charges in the #MichaelBrown shooting. He was defending himself. Be prepared people.","label":0}
420
+ {"text":"The police officer who killed Mike Brown has been put on paid administrative leave. #Ferguson","label":0}
421
+ {"text":"People marching to the #Ferguson Police Dept headquarters following the killing of a 17-year-old boy. http:\/\/t.co\/ROvs3mXYMM","label":0}
422
+ {"text":"Missouri Mayor: Looters came from out of town. http:\/\/t.co\/hv3mPdHtKC \u2026 Was he talking about Sharpton? http:\/\/t.co\/qS4wm2BdsK #Ferguson","label":0}
423
+ {"text":"How cartoonists around the world responded to the Charlie Hebdo attack http:\/\/t.co\/alxmVb4EU0 http:\/\/t.co\/9KXhtkFNZW","label":0}
424
+ {"text":"\"@smokey: \"You can't jump over a murder & talk to me about some cigars\u2026\" @thereval @newsone #Ferguson\" #KeepingItRealRadio","label":1}
425
+ {"text":"Kind words from U.S. re Cdn coverage of horrifying #OttawaShooting. Kudos to our @CBCNews colleagues on a tough day: http:\/\/t.co\/68emQYXbyf","label":0}
426
+ {"text":"#CharlieHebdo - Paris media attack kills 4 cartoonists including chief editor. #AFP http:\/\/t.co\/ZJwJgHHSOK","label":0}
427
+ {"text":"I'll be honest, the multi-faith prayer vigil is making me a little teary. #sydneysiege http:\/\/t.co\/4eWj2PeTpn","label":0}
428
+ {"text":"Sydney Siege: Five Hostages Flee Lindt Chocolate Cafe in Australia http:\/\/t.co\/USeXeZrv5s - GTA IN REAL LIFE HAHAHA","label":1}
429
+ {"text":"Terrible news... Airbus A320 from Barcelona to Dusseldorf has crashed in France (Germanwings Flight 9525). http:\/\/t.co\/C3zpWZ5bIF","label":1}
430
+ {"text":"\"keep the faith\" Cpt. Johnson #Ferguson http:\/\/t.co\/QqgBvfcYWO","label":0}
431
+ {"text":"When #Ferguson is just a town again - not a Twitter trend or a news story - a mother will still be without her son. http:\/\/t.co\/mieUXka06T","label":0}
432
+ {"text":"Call it extremism. Call it hatred. But don't call it \"Islam\". Don't slander a beautiful faith. And I say that as a Christian. #sydneysiege","label":0}
433
+ {"text":"FOX NEWS ALERT: Germanwings Airbus A320 was 24 years old, traveling from Barcelona to Dusseldorf http:\/\/t.co\/OvBETeYbMt","label":0}
434
+ {"text":"Second hostage situation unfolding at Paris grocery store http:\/\/t.co\/dug7LMmVmz","label":0}
435
+ {"text":"Simply shocked at what's unfolding in Canada's capital. Thinking of you, Ottawa.","label":0}
436
+ {"text":"ISIS beheadings, Boko Haram school attacks, the London beheading, Canadian soldier shot in cold blood, Sydney attack. #IsolatedIncidents","label":0}
437
+ {"text":"Ottawa Police asking FB and Twitter users to STOP reporting police locations and movements.","label":0}
438
+ {"text":"France is at its highest possible terror threat level after the #CharlieHebdo attack. http:\/\/t.co\/1z7NtGWe5i http:\/\/t.co\/kopINQNwfj","label":0}
439
+ {"text":"Police car with bullet holes in front of Charlie hebdo headquarter. Photo @WilliamMolinie http:\/\/t.co\/k6inhBmGsf","label":0}
440
+ {"text":"And I've just heard the news of the GermanWings plane crash\ud83d\ude1ethoughts go out to those involved\ud83d\ude1e","label":0}
441
+ {"text":"Re: Charlie Hebdo Seriously. If your god &\/or prophet needs armed men to protect him from cartoons, it pretty much says he's a huge pussy.","label":0}
442
+ {"text":"I applaud @CBCNews for not speculating and only reporting what is known. American media could use some of this restraint. #OttawaShooting","label":0}
443
+ {"text":"RT @newscomauHQ: Every Australian should be very proud of their police force today. #sydneysiege http:\/\/t.co\/v7O6yunJNS","label":0}
444
+ {"text":"Much love to everyone tweeting #illridewithyou. Solidarity. #TeamHumanity Australia at its best. #sydneysiege http:\/\/t.co\/JeSipaebUX","label":0}
445
+ {"text":".@CNN KEEPS playing the video while saying it has nothing to do with the murder of #MikeBrown this is PSYCHOLOGICAL WARFAE. #FERGUSON","label":1}
446
+ {"text":"A tribute to the lives lost in #Germanwings crash set to music from #OlegBryjak & #MariaRadner http:\/\/t.co\/Uq0HXLcnSk http:\/\/t.co\/LKWqgecgbX","label":0}
447
+ {"text":"FYI - the cop was Muslim! RIP Ahmed Merabet. Blame TERROR, not Islam! #JeSuisCharlie #CharlieHebdo http:\/\/t.co\/AMItVYwGlI","label":0}
448
+ {"text":"hey @goldietaylor shoot me a dm when you get a chance. I've got something you may want to see #ferguson","label":0}
449
+ {"text":"#wakeup #MarshallLaw #Ferguson - America - how's that land of the free working out? http:\/\/t.co\/uI9nWUXr8a","label":0}
450
+ {"text":"48 media organizations sign protest letter objecting to the treatment of reporters in #Ferguson http:\/\/t.co\/GG8ERIh9wT #butnotpolitico","label":0}
451
+ {"text":"Police reports released this morning indicate Mike Brown was a suspect in a \"strong-armed\" robbery in #Ferguson","label":1}
452
+ {"text":"\"Your right to demonstrate is not being denied.\" Says dude in a Tank with snipers. #Ferguson","label":0}
453
+ {"text":"BREAKING We got reports the crash could be an Airbus A320 Germanwings between Barcelona and Dusseldorf.","label":1}
454
+ {"text":"#CharlieHebdo is a heroic bastion of free speech. It's also racist. http:\/\/t.co\/2Dl5c7i9vs http:\/\/t.co\/IuLEQfjtVE","label":0}
455
+ {"text":"We will be free when we learn to stand together and fight. #allthatandabagofchips (based on a photo from #ferguson) http:\/\/t.co\/Zo6YiAxF5H","label":0}
456
+ {"text":"When and where - #MikeBrown shot by police officer Darren Wilson in #Ferguson http:\/\/t.co\/gCy99f2T5Z http:\/\/t.co\/kr1ZjFFJ51","label":0}
457
+ {"text":"This is so depressing. Americans respond to #sydneysiege: http:\/\/t.co\/HIaHn10Dl5","label":0}
458
+ {"text":"#IllRideWithYou: 'Sydney Stands Up To Racism And Bigotry With One Beautiful Hashtag' http:\/\/t.co\/Is6GveH6j6 http:\/\/t.co\/xv6a8f4qNB","label":0}
459
+ {"text":"Conservative caucus told Canadian soldier shot at War Memorial has died, Soldier has not been named, but was a reservist based in #Hamilton.","label":1}
460
+ {"text":"The men behind the cartoons at Charlie Hebdo http:\/\/t.co\/AbVUdaHNgA","label":0}
461
+ {"text":"'Banksy' Instagram tribute to #CharlieHebdo victims not posted by artist http:\/\/t.co\/EKlScFGWVu (Pic: Lucille Clerc) http:\/\/t.co\/ZYEBaU8YUQ","label":1}
462
+ {"text":"I salute #CaptainJohnson #Ferguson http:\/\/t.co\/M7gdKWaVX4 http:\/\/t.co\/FZib7v9gA0","label":0}
463
+ {"text":"London declared #JeSuisCharlie last night. Photos by @zefrog http:\/\/t.co\/omvNF7nNoM http:\/\/t.co\/qiAgzbZnqW","label":0}
464
+ {"text":"A picture of the gunman inside Lindt cafe at Martin Place. Updates: http:\/\/t.co\/mmOH7zakyB #SydneySiege http:\/\/t.co\/jqHrcjlseq","label":1}
465
+ {"text":"Banksy account joins cartoonists support for #CharlieHebdo #JeSuisCharlie http:\/\/t.co\/nFD1N4Yqu0 http:\/\/t.co\/R2bEWKupRt","label":1}
466
+ {"text":"Crucial things to consider when watching breaking news. http:\/\/t.co\/HjQjv209s3 #Sydney http:\/\/t.co\/aeMn0dp5qL","label":0}
467
+ {"text":"BREAKING: Hostage taken after Charlie Hebdo suspects sighted north of Paris http:\/\/t.co\/nXWWIfklMi","label":1}
468
+ {"text":"It is a horrifying thought that people in our world would prefer to kill rather than allow critcism #CharlieHebdo http:\/\/t.co\/DpLEYjEj7y","label":0}
469
+ {"text":"If religion \u2014 any religion \u2014 is off-limits for open debate we are in a very dangerous situation. #Freedomofexpression #CharlieHebdo","label":0}
470
+ {"text":"Occupation is a CRIME, #Ferguson to #Palestine! AntiWar Committee Chicago #StandWithFerguson #MikeBrown @AntiWarMN http:\/\/t.co\/ll01iPsiPU","label":0}
471
+ {"text":"MORE: Police believe three gunmen were involved in shootings in Ottawa this morning and are looking for two shooters. http:\/\/t.co\/IHV4galEtC","label":1}
472
+ {"text":"I applaud how the Australian police have dealt with #sydneysiege so far. Patience. Communication. No bullets fired. US Police - take note.","label":0}
473
+ {"text":"schoolmates of co-pilot who crashed #4U9525 tell german reporters he took 6-months break from flight training in 2009 due to burnout-syndrom","label":1}
474
+ {"text":"I'm so sick of ppl tiptoeing around the fact that this was an ISLAMIC attack. The politically correct bullshit needs to stop. #CharlieHebdo","label":0}
475
+ {"text":"BREAKING: Three hostages appear to have escaped the Sydney cafe where a siege remains ongoing. http:\/\/t.co\/akfqcnbofX #sydneyseige","label":1}
476
+ {"text":"I can't help but notice that no one with the #NRA or #tcot has suggested the #Ferguson protesters should carry assault rifles. Weird.","label":0}
477
+ {"text":"#CharlieHebdo suspects, the #KouachiBrothers, both killed, local mayor tells CNN. http:\/\/t.co\/7Bxdhozq4H http:\/\/t.co\/l1f32IA2yK","label":0}
478
+ {"text":"Look at his arrive time on the report. This man was still in the store. Exlplain this. #Ferguson #FergusonShooting http:\/\/t.co\/caOWNddXxa","label":1}
479
+ {"text":"Pope Francis prays for gunmen who executed 12 people at #CharlieHebdo http:\/\/t.co\/sMtOVXT8I9 http:\/\/t.co\/J2bdIq2k2V","label":0}
480
+ {"text":"Awesome: Next issue of #CharlieHebdo will have 1 million copy run, up from 30,000 circulation.","label":0}
481
+ {"text":"Fact that the Gunmen were shouting \"Allah Hu Akbar\" while shooting rules out any connection with the Religion of peace. #CharlieHebdo","label":1}
482
+ {"text":"A crowd gathers near Martin Place. #sydneysiege http:\/\/t.co\/7NdqPYhwcY @JezNews http:\/\/t.co\/hCgUyOcuhn","label":0}
483
+ {"text":"Gathering in support of #CharlieHebdo at 6pm in Trafalgar Square, London. Please share widely https:\/\/t.co\/4a2f2NONyR http:\/\/t.co\/4dbswcQsKS","label":0}
484
+ {"text":"When you see citizens as enemies... RT @AntonioFrench: Police have brought out the large gear in #Ferguson. http:\/\/t.co\/xTwwfXC8zy\"","label":0}
485
+ {"text":"Police in #Ottawa call situation 'fluid,' 'dynamic,' 'unfolding.' Confirm deaths of soldier, gunman. #cdnpoli","label":1}
486
+ {"text":"Australians take to social media to support Muslim Australians http:\/\/t.co\/zcDEvgFHkI #SydneySiege #illridewithyou http:\/\/t.co\/Rk6scuwMSi","label":0}
487
+ {"text":"If you are in Sydney, err on side of safety. Also be very cautious in case Lindt cafe is a diversion for something else.","label":1}
488
+ {"text":"Police: Two hostage situations near Paris believed to be related to the attack at #CharlieHebdo. Watch: http:\/\/t.co\/1ozVYpL5rG","label":0}
489
+ {"text":"French PM says he fears those aboard the #Germanwings Airbus A320 jetliner may be dead. http:\/\/t.co\/AJji9cN1w2 https:\/\/t.co\/8q1zCYZhN5","label":0}
490
+ {"text":"I am sharing this with you. Please feel free to post it on your status to show ur support for #Ottawa #OttawaStrong http:\/\/t.co\/3cpXBf35A8","label":0}
491
+ {"text":"The scene from Ottawa http:\/\/t.co\/aO700DweOW http:\/\/t.co\/5djATU47fs","label":0}
492
+ {"text":"DEVELOPING: Terrorists take hostages in two different #Paris locations. http:\/\/t.co\/EBbK7ny8Cx","label":0}
493
+ {"text":"Ferguson PD now admits that Darren Wilson didn't know anything about the store robbery when he stopped Mike Brown! This is bad! #Ferguson","label":1}
494
+ {"text":"#CharlieHebdo's Charb: \"I would rather die standing up than live on my knees\" http:\/\/t.co\/u6f5G55osR http:\/\/t.co\/jEhFMSh0Au","label":0}
495
+ {"text":"Hundreds of Muslims in Sweden celebrate terrorist attack on Charlie Hebdo in France shouting,\"Islam will take over the world\" @Kelawalababa","label":0}
496
+ {"text":"Horrific attack on France and free speech. France, the cradle of press freedom. Deep condolences and solidarity. #CharlieHebdo","label":0}
497
+ {"text":"Update - Telegraph reporter Henry Samuels tells Sky News 10 people have been killed in shooting at Charlie Hebdo headquarters in #Paris","label":1}
498
+ {"text":"Andreas Lubitiz was 'deemed unsuitable for flight duties' during training #Germanwings http:\/\/t.co\/nk5GGyuxaa http:\/\/t.co\/HQpKZD4DSI","label":1}
499
+ {"text":"What do #ISIS, #Ferguson, #Benghazi and #Mali have in common? All were triggered by the over-supply of US arms. https:\/\/t.co\/XcSuWT5dO8","label":0}
500
+ {"text":"IMAGE: Flightradar24 has this as the plane's last position. #4U9525 http:\/\/t.co\/CIeAyJ4AOf - @BBCRosAtkins","label":0}
501
+ {"text":"Boom RT @newsneighbor Why was #Ferguson PD still looking for the suspect 7 hours after Michael Brown had been killed? http:\/\/t.co\/4TH5aFsge2","label":1}
502
+ {"text":"AFP reports there are 2 dead, and 5 hostages being held in the Kosher store in Eastern Paris; separate incident to charlie hebdo shooters.","label":1}
503
+ {"text":"#Ferguson cops beat man, charged him w\/\"property damage\" for bleeding on their uniforms. Then they lied in court. http:\/\/t.co\/B0DSHrIfA1","label":1}
504
+ {"text":"When's the last time a white kid was unjustly killed by law enforcement? Just spread the word http:\/\/t.co\/8ZkPYTRS3I #MikeBrown #Ferguson","label":0}
505
+ {"text":"Hostages being held in Sydney, Australia cafe http:\/\/t.co\/T0Q6h4lXTI http:\/\/t.co\/wyDBmMzs0N","label":1}
506
+ {"text":"Photo of the 2 cartoonists killed in the attack on #CharlieHebdo in #Paris today. RIP. via @LePoint. http:\/\/t.co\/mms8xWU1Ze","label":1}
507
+ {"text":"#banksy You can try to break the pencil but it will multiply... #jesuischarlie http:\/\/t.co\/iO1xSrQTvg","label":1}
508
+ {"text":"#SydneySiege: Latest video of hostages escaping. https:\/\/t.co\/eFfgSbt2hO","label":1}
509
+ {"text":"Tomorrow's @nzherald front page, from the pen of cartoonist @rodemmerson #JeSuisCharlie http:\/\/t.co\/BnJ0aqMPsz","label":0}
510
+ {"text":"Now's a good time to read Christopher Hitchens' case for mocking religion: http:\/\/t.co\/x9gPr2Y9Y1 #CharlieHebdo #StandWithCharlieHebdo","label":0}
511
+ {"text":"There is no death penalty in France. Good that those terrorist killers are killed. #CharlieHebdo","label":0}
512
+ {"text":"Overkill in #Ferguson. Officer won't answer my question about why this is needed. http:\/\/t.co\/izk1lrzB7x\"","label":0}
513
+ {"text":"IF YOU DONT STAND FOR SOMETHING\ud83d\udeb6\ud83d\udc4f\ud83d\ude4f\u270a YOULL FALL FOR ANYTHING \ud83c\udfc3 \ud83d\udd2b\ud83d\udc6e #RipMikeBrown #Ferguson http:\/\/t.co\/nLEabIVDhk","label":0}
514
+ {"text":"#Ferguson heavily armed police in military gear arriving on armed personnel carriers now http:\/\/t.co\/GbGdrhZBlM","label":0}
515
+ {"text":"148 people were on board the #Germanwings plane which crashed in the French Alps. Here's what we know so far http:\/\/t.co\/5sZVPg9XFR","label":1}
516
+ {"text":"Harper to make statement today after gunman shot dead in #Parliament. PM safe, not on Parliament Hill, being briefed by security officials.","label":1}
517
+ {"text":"Been watching UK news all morning, seen no mention of multiple attacks on mosques in France after yesterday http:\/\/t.co\/NzRUHI1CDw","label":0}
518
+ {"text":"#WeAreTargets RT @brennamuncy: Someone please remind me what year it is again? #ferguson http:\/\/t.co\/ZRJ00GRDZG","label":0}
519
+ {"text":"Ottawa police, Twitter users urging those on the scene to STOP tweeting police officer locations. #Ottawa","label":0}
520
+ {"text":"RT @cfedio: Being told at CBC Ottawa that \"situation is evolving,\" told to \"remain in current location until further notice\" #OttawaShooting","label":0}
521
+ {"text":"RT @Sponkymusiclady: Especially sent to the families of the Germanwings terrorist attack! http:\/\/t.co\/qtAtLBd0rr","label":0}
522
+ {"text":"AFP: the two armed suspects who attacked #CharlieHebdo's headquarters yesterday have been located in northern France","label":1}
523
+ {"text":"This guy shot 11 people, including a Congresswoman and a judge. He was apprehended alive. #Ferguson #MikeBrown http:\/\/t.co\/748RLbZ0Fr","label":0}
524
+ {"text":"Germanwings flight 4U9525 crashes in French Alps: weather calm at time of crash, debris found - live updates http:\/\/t.co\/kRtcwgrW86 #4U9525","label":0}
525
+ {"text":"Twitter users are expressing solidarity with #CharlieHebdo by using the hashtag #JeSuisCharlie http:\/\/t.co\/ntUIIhJvl6 http:\/\/t.co\/kNVlKi7hNe","label":0}
526
+ {"text":"UPDATE: Reports of gunfire inside the halls of the Canadian Parliament building in #Ottawa: http:\/\/t.co\/tjycT5YQcv","label":1}
527
+ {"text":"Man Haron Monis, named as the #sydneysiege gunman, may have a \"fetish for self-publicity\". http:\/\/t.co\/UdkysqURCT http:\/\/t.co\/vNDbnOkdt8","label":0}
528
+ {"text":"Received news that a Germanwings Airbus A320 plane crashed in southern France, carrying 142 passengers & 6 crew onboard.","label":1}
529
+ {"text":"RT @JeffersonObama: R.I.P. Ahmed Merabet, a French #Muslim Cop, first victim of #CharlieHebdo attack http:\/\/t.co\/TMQsJCCKB5","label":1}
530
+ {"text":"VIDEO: Key moments in today's Parliament Hill shootings. http:\/\/t.co\/kR1mIPoJJg http:\/\/t.co\/6gYfgPTH7q","label":0}
531
+ {"text":"Paris shoot-out: the shocking images of the terrorist attack against satyrical weekly http:\/\/t.co\/vNwnPjT5wm http:\/\/t.co\/aMS9RcLiIu","label":0}
532
+ {"text":"#Ferguson fury flows nationwide: Thousands rally in more than 80 US cities http:\/\/t.co\/kdgsBK4gzg @NastiaChurkina","label":0}
533
+ {"text":"Heartbreaking photo shows fallen soldier Nathan Cirillo just moments before shooting http:\/\/t.co\/MbS4rd45iV http:\/\/t.co\/uc0jNXoN0b","label":1}
534
+ {"text":"If Sydney had been Texas 10 customers would have drawn guns the moment the ISIS terrorist walked in... #2A","label":0}
535
+ {"text":"A gutless prick with a gun is trying to provoke the worst in us. Instead, he's inspired the best in us. I love you, Sydney. #illridewithyou","label":0}
536
+ {"text":"The shooting @ \"Charlie Hebdo\", in France, is a horrible tragedy. Ignorance, hatred and cowardice has no religion, no political allegiance.","label":0}
537
+ {"text":"If criticism of Islam results in violence, this is hard evidence that criticism of Islam is desperately needed. #CharlieHebdo #Barbarism","label":0}
538
+ {"text":"\"We are being forced to leave.\" \"With guns to our face.\" #Ferguson http:\/\/t.co\/7QTY8soT46","label":0}
539
+ {"text":"#CharlieHebdo shooting suspects tell police they 'prepared to die as martyrs' - French media http:\/\/t.co\/G6eunBDIrj http:\/\/t.co\/jOnfaapehF","label":1}
540
+ {"text":"Charlie Hebdo attack: minute's silence held for victims around the world http:\/\/t.co\/BP9uXF8M7F http:\/\/t.co\/3uDo93WC5K","label":0}
541
+ {"text":"RT @bts_bighit: [Episode] #BTS 'War of Hormone' MV & Concept Photo shooting (with Eng sub.) (http:\/\/t.co\/JUVEmfGqUP) #\ud638\ub974\ubaac\uc804\uc7c1 #Hello_hello","label":0}
542
+ {"text":"The biggest challenge now is to insulate our youth from the influence of the IS. #sydneysiege","label":0}
543
+ {"text":"Wow RT @AntonioFrench: State Senator asks the #Ferguson police chief if she's going to be gassed again. https:\/\/t.co\/wgnDJbEaGV","label":0}
544
+ {"text":"The oppressed stands with the oppressed. #Palestine stands with #Ferguson. http:\/\/t.co\/IEltHrA8jQ","label":0}
545
+ {"text":"Police say the shooter is on roof of building at Metcalfe and Sparks 1 block from Parliament Hill #ottnews #cbcott http:\/\/t.co\/ZZiMUgj69H","label":1}
546
+ {"text":"There's cameras on every corner of the hood. Let's out cameras on every cop. What do you have to hide? #Ferguson http:\/\/t.co\/76T6HmnsnS","label":0}
547
+ {"text":"No more hand-wringing and fence-sitting. To support #CharlieHebdo and #FreedomOfSpeech we must publish their images. http:\/\/t.co\/N2M2bzT6ao","label":0}
548
+ {"text":"FACT. We know more about how #MikeBrown allegedly stole cheap cigars than how and why a #Ferguson police officer shot and killed him.","label":1}
549
+ {"text":"BREAKING - Shooting on Parliament Hill. RCMP have weapons drawn #cdnpoli http:\/\/t.co\/38qOgXcuet","label":1}
550
+ {"text":"The East London Mosque would like to offer its sincere condolences to the families of those killed during the #CharlieHebdo attacks (1\/2)","label":0}
551
+ {"text":"UPDATE: Police confirm they have made contact with the gunman. There are no reported injuries. #9News http:\/\/t.co\/nZWY5ZyWBe","label":1}
552
+ {"text":"#4U9525 was following the same flight path as yesterday Yesterday http:\/\/t.co\/59MOETk0Gd Today http:\/\/t.co\/21vkfBS38D http:\/\/t.co\/BynF6vlVE0","label":0}
553
+ {"text":"As we lay down our head in the safety of our homes tonight,countless hostages face an uncertain night. Our thoughts are with U #sydneysiege","label":0}
554
+ {"text":"Sydney hostage situation. LIVE VIDEO: http:\/\/t.co\/j1ljDbazOw UPDATES: http:\/\/t.co\/PD7pVfU9pQ http:\/\/t.co\/nxlnJR1tum","label":1}
555
+ {"text":"Something being talked about tonight is the makeup of the #Ferguson Police Dept. Here's a breakdown: #MichaelBrown http:\/\/t.co\/gYd5qgJh5M","label":0}
556
+ {"text":"After the awful attack on #CharlieHebdo, France should set example of tolerance, protect Muslims from reprisals http:\/\/t.co\/aV3l4SLt7H","label":0}
557
+ {"text":"If #Ferguson protesters were white, they'd be walking away with several hundred cattle and an apology. http:\/\/t.co\/mkca1icOF9 #p2","label":0}
558
+ {"text":"I really don't understand why people in Europe think I'm a 'moron.' http:\/\/t.co\/NGAuK5XkGZ http:\/\/t.co\/H8ovSocjcu","label":0}
559
+ {"text":"Wait wasn't Michael Brown stopped because of a routine patrol? Police can't even keep their stories straight. #Ferguson @OpFerguson","label":1}
560
+ {"text":"French Interior Minister says operation under way to detain 2 #CharlieHebdo suspects http:\/\/t.co\/2pHnT9UofV","label":1}
561
+ {"text":"No matter what COLOR you are...the murder by cop in #Ferguson is WRONG. Let's stand together, do NOT let them divide us.","label":0}
562
+ {"text":"This is incredible. A witness to the Michael Brown shooting live tweeted the entire event. #Ferguson https:\/\/t.co\/ERK7dqguVI","label":0}
563
+ {"text":"These four pillars of press freedom gone... #CharlieHebdo http:\/\/t.co\/eLaGHYVrHN","label":0}
564
+ {"text":"It's helicopters flying in #Ferguson. How a drive by happen and y'all ain't spot it??! With West Florissant COMPLETELY BLOCKED OFF.","label":0}
565
+ {"text":"BREAKING: A Germanwings jet crashed in France as it traveled from Barcelona to Dusseldorf http:\/\/t.co\/vqUUuspIFk http:\/\/t.co\/mwguIFT1iu","label":0}
566
+ {"text":"Five hostages have escaped the besieged Lindt Cafe in #Sydney | Our latest update: http:\/\/t.co\/XJVICQdu0y http:\/\/t.co\/aNGBZsCmdQ","label":1}
567
+ {"text":"Our account from the ground in #Ferguson Protesting 4 #JusticeForMikeBrown? Know your rights https:\/\/t.co\/bqWdKblUoM http:\/\/t.co\/A60AYAS1GV","label":0}
568
+ {"text":"Jesse Jackson leading a small group in prayer at the scene of #MichaelBrown's death. #Ferguson http:\/\/t.co\/qbtrJdIVPR","label":0}
569
+ {"text":"Chairs against door. MT @grahamctv: Photo from inside caucus room after shooting http:\/\/t.co\/ELaGEUBVM1","label":0}
570
+ {"text":"A few of the #CharlieHebdo shooting inconsistencies but hey let's not nitpick http:\/\/t.co\/9I4srbJhsJ","label":0}
571
+ {"text":"Black people die 2 deaths: 1) by public execution & 2) an assassination of their character to justify the murder. #Ferguson #MikeBrown","label":0}
572
+ {"text":"Ten people killed in attack at offices of satirical French magazine Charlie Hebdo, Paris prosecutors say http:\/\/t.co\/czyz6voZTw","label":1}
573
+ {"text":"It's worth a 1,000 words: Look at the heartbreaking cartoons mourning #CharlieHebdo attack http:\/\/t.co\/0EYKs9CSnu http:\/\/t.co\/aIpGyUQEM8","label":0}
574
+ {"text":"#sydneysiege We sit in the reality of grief, shock and unknowing. For this moment that is enough. http:\/\/t.co\/bnUK0ZFvJt","label":0}
575
+ {"text":"Cartoonists fight back. #JeSuisCharlie http:\/\/t.co\/vUByhnDcHw","label":0}
576
+ {"text":"UnReal Toon: #CharlieHebdo's cartoonists in great demand (via @sagarcartoonist, with @ajayendar) http:\/\/t.co\/KKF0DgCnL4","label":0}
577
+ {"text":"\u00bb http:\/\/t.co\/VPPJAceoql plane crash #planecrash Report: Pilot locked out of cockpit before Germanwings crash 27 http:\/\/t.co\/8IymLEfX69","label":1}
578
+ {"text":"#GermanWings A320 Airbus 24 yrs old, first flight was in November 1990 http:\/\/t.co\/zU6hn03xzU #4U9525 http:\/\/t.co\/picb9shVF2","label":0}
579
+ {"text":"Condolences pour in for family of Cpl. Nathan Cirillo, killed in #OttawaShooting http:\/\/t.co\/EwHwozM3TU http:\/\/t.co\/KWWGZLJT0b","label":1}