File size: 20,808 Bytes
e2bef95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
{
  "URL": [
    "http://help.sentiment140.com/for-students"
  ],
  "Categories": "Basic Sentiment Analysis",
  "Input_language": [
    "English"
  ],
  "Output_language": [
    "English"
  ],
  "Instruction_language": [
    "English"
  ],
  "Domains": "Social Media -> Twitter",
  "Positive Examples": [
    {
      "input": "@justinchuan Awww! I was thinking about you lot up there! Glad you enjoyed it",
      "output": "positive",
      "explanation": "There is an expression of happiness in this tweet text, hence we can say it's positive."
    },
    {
      "input": "@jamiesmart I can't  but if you like it, you can see it with me again next week! Yay! x",
      "output": "negative",
      "explanation": "There is an expression of sadness that you are not able to buy something today, hence we can say it's negative."
    },
    {
      "input": "@mangopickle i like stab movies.... idk  im scared of paranormal shit",
      "output": "negative",
      "explanation": "There is a expression of fear in the text, hence we can say that it's negative"
    },
    {
      "input": "Hanging out with basshunter! Omg! He is so nice! But its the to go home to my mike.",
      "output": "positive",
      "explanation": "From the content, we can say that person is enjoying. Hence, it's positive."
    }
  ],
  "Negative Examples": [
    {
      "input": "You know what i hate? When you are marathon comic reading only to find out that part 2 of a story is in a comic you dont get  #Batman686",
      "output": "positive",
      "explanation": "There is hateness in the tweet content, it is not a positive tweet."
    },
    {
      "input": "So Jason month is definetly coming along",
      "output": "negative",
      "explanation": "Something good is happening, still this tweet labeled as negative, which is not right."
    }
  ],
  "Instances": [
    {
      "id": "task195-94c532b51b43492b922711971bf9f83e",
      "input": "Nervous about tomorrow  like holy crap.",
      "output": "negative"
    },
    {
      "id": "task195-56db49221bf447b1b15bae6271c714fa",
      "input": "five for fighting - superman ",
      "output": "negative"
    },
    {
      "id": "task195-8b514023f9004975958938c46ac45445",
      "input": "Yea so I'm mad that LOUD ASS THUNDER just woke me up!! ugh ",
      "output": "negative"
    },
    {
      "id": "task195-c3161a673e6d4943857cb7b7684c472a",
      "input": "[Link] - Food for thought ",
      "output": "positive"
    },
    {
      "id": "task195-a5a67bfef3cd45d0ad96fff64619bbf4",
      "input": "olive garden with mommy. ",
      "output": "positive"
    },
    {
      "id": "task195-6b97f19968ac41e4940fa6434df59ffb",
      "input": "home now, eating m&m's ",
      "output": "positive"
    },
    {
      "id": "task195-008c7ae722e94a9da1cdfd0c5fe5326f",
      "input": "I don't want to spend anymore grad money then I have to ",
      "output": "positive"
    },
    {
      "id": "task195-9a6654661e6244e588dbc74031c10bd2",
      "input": "Don't foget Sweetwater GearFest starts FRIDAY! Wish I was going ",
      "output": "negative"
    },
    {
      "id": "task195-44b37297a926428cb3c595d07048686b",
      "input": "@Go_Ask_Alice hehehe... wow..thanks! ",
      "output": "positive"
    },
    {
      "id": "task195-775e9b8eef2b48cfab466d3c82ab1a36",
      "input": "@Kytoo BOSA SI SWA!! haha that's a  STUDY DRINK! haha btw! good luck with your final tomorrow dude! ",
      "output": "positive"
    },
    {
      "id": "task195-427b42f9b4c344438a52b4994dcd78f5",
      "input": "Trying to think of reasons to leave my warm bed. Coming up zilch but have to get up anyway. ",
      "output": "negative"
    },
    {
      "id": "task195-58ae488b698c4a719bc51c59d9d8407e",
      "input": "@Sunday28 When you get a chance, give me name that posted you ",
      "output": "positive"
    },
    {
      "id": "task195-c38610d8171e47e8b6d78c025ec30a95",
      "input": "is one down three to go  ....napp for ever so tireddd",
      "output": "negative"
    },
    {
      "id": "task195-6b3f0a99de6746c797d4875c4f6e22e5",
      "input": "the most beutiful day this spring....and I'm in front of the laptop ",
      "output": "negative"
    },
    {
      "id": "task195-21fcfc2e381a4e7c93de2f69c024e8c0",
      "input": "[Link] READ! :| This made me really scared. ",
      "output": "negative"
    },
    {
      "id": "task195-c7bc1c6c21de43a3a1b8823f6bb0f180",
      "input": "@Rokarony i know its amazing. sign of a good night wherever you cats may be ",
      "output": "negative"
    },
    {
      "id": "task195-b50e5cee64e44e16b003917cc64932d8",
      "input": "Just great. More scamming and whatnot. Got a bunch of fraudulent charges on my account. Time to get my card replaced ",
      "output": "negative"
    },
    {
      "id": "task195-3a02c4579149400fabbc6cb64bcf1b7f",
      "input": "awwwwww  #supernatural is a repeat episode! I've seen this :\\",
      "output": "negative"
    },
    {
      "id": "task195-2082a3fd9b154a46937f9cdaca640a6d",
      "input": "I had fun at the lake last night =] wished i would have gotten to stay longer and that it hadnt rained ",
      "output": "negative"
    },
    {
      "id": "task195-615742a26a5343d98f912bf1f446d9a5",
      "input": "Sorry, I've been away so much! I've been doing lots of extra napping  How is everyone this weekend?",
      "output": "positive"
    },
    {
      "id": "task195-dc5457057ce74c5f8d0fbc3d5fe1dc2f",
      "input": "and i'm eating corn bugles ",
      "output": "positive"
    },
    {
      "id": "task195-8b58ec2918f94b1babdd15a2ad8d8186",
      "input": "have all a's b's c's and 1 d  not going to schoolio tomorrow john broke up witt chey  hehe this day just keeps getting better happy 420",
      "output": "positive"
    },
    {
      "id": "task195-a8c79164d7604a3e804a343fd0d4cca5",
      "input": "@ShannonHerod I love that quote! Really needed that today. Thanks for sharing. ",
      "output": "positive"
    },
    {
      "id": "task195-e5413895cad943ba925c45b0bffce849",
      "input": "i miss house ",
      "output": "negative"
    },
    {
      "id": "task195-695dd6a83836428999a0e9d25fd7118b",
      "input": "Bored & Not Feeeling Veryy Well ",
      "output": "negative"
    },
    {
      "id": "task195-14ddd597c1f549ed87336bb441b6eb9f",
      "input": "Everybody talkin bout how they the best rapper, even this girl.. My dead friend says hi to me and i snub her cuz she dead and i wake up ",
      "output": "negative"
    },
    {
      "id": "task195-a6074adb7c22440497b7cf5b76ef5016",
      "input": "@millsks why are we not already hanging out...oh right...b/c of me...   Soon enough the sleepovers and pool parties will be endless!",
      "output": "negative"
    },
    {
      "id": "task195-a5ae4066435d46f18e28639394af79eb",
      "input": "@BrokePimpStyles Yeah  And now I might have 2 battle w/Best Buy over no op sys on my "repaired" PC. My oh my... LOL",
      "output": "negative"
    },
    {
      "id": "task195-10e50ad34af64eeb8dff86b47af7e293",
      "input": "@ddlovato: dont cry demi! I would be exactly the same way. I dont think i would be able to handle it ",
      "output": "negative"
    },
    {
      "id": "task195-e517c780fef9407981f1af289b418ab3",
      "input": "I sure have a lot of woman following me ",
      "output": "positive"
    },
    {
      "id": "task195-8682794859c54b569fd704326e17416e",
      "input": "@kishorcariappa @sabihkhan serious!! how do you beat heat!!! just dont feel like gettin out ",
      "output": "positive"
    },
    {
      "id": "task195-b970cc0a08cf4899ab33e5f4ca50e053",
      "input": "@aron93a Does email push really not work? ",
      "output": "negative"
    },
    {
      "id": "task195-56f39f6968234412a4204719b05cd129",
      "input": "The Block Party has been cancelled. ",
      "output": "negative"
    },
    {
      "id": "task195-c8d40878a2f34595aad0ab700b5d657e",
      "input": "If only i was living in Korea/Japan ",
      "output": "negative"
    },
    {
      "id": "task195-7ef34acafb324fbcbf155378d3595f7c",
      "input": "at home. the roommate forgot to leave the door key for me so i have to wait in the living room ",
      "output": "negative"
    },
    {
      "id": "task195-96149e0fe92f4fea9d94e4ea98afb9ee",
      "input": "last day of school.  really really sad.",
      "output": "negative"
    },
    {
      "id": "task195-a70413a4d41647b3852a94d0a849fdb9",
      "input": "@kingdavers hey Dave! My sister wants to know where you got the brobee pi�ata!! Spill it!!!!! ..........please? ",
      "output": "positive"
    },
    {
      "id": "task195-33e50e604565411094f6e113d76c5b8c",
      "input": "#3turnoffwords hurry & wait. this is what my whole day will be ",
      "output": "negative"
    },
    {
      "id": "task195-1a3292caa7a34c59badadfb953ee094f",
      "input": "Right off to buy some sunglasses and head to work! ",
      "output": "negative"
    },
    {
      "id": "task195-55443c09b0e643098ecaccb5a5a8b403",
      "input": "@PaulaAbdul Oh Paula  hope you get better! Lots of love xoxo",
      "output": "negative"
    },
    {
      "id": "task195-9f0f81662e39461381104c6bb3a1266a",
      "input": "wooow , this is horrible i wanna cry ",
      "output": "negative"
    },
    {
      "id": "task195-e8aa86f0a1eb4ae1ba10ac4453c4b073",
      "input": "@therealtoriamos  where is my UK Itunes code?   Why do you bother with these jerks. Next time sell tickets fairly please.",
      "output": "negative"
    },
    {
      "id": "task195-821b5e58e9d5431f95dd51f99722f250",
      "input": "@DoctorJohnSmith Ugh, no idea. ",
      "output": "negative"
    },
    {
      "id": "task195-74a8e81cb9124e22b7ddd0397d244bdd",
      "input": "ah we liveddd  but not that poor guy that was dead ",
      "output": "negative"
    },
    {
      "id": "task195-3fbd3b46111d40b8a35320dd44209b8a",
      "input": "AT&T: "7 to 14 days to get iphone 3GS" ",
      "output": "negative"
    },
    {
      "id": "task195-f10a9af81c8e4ad2bd1f6ca5a5cc1863",
      "input": "@panda951 OMG. I'm wearing a pair of those right now. My glasses and I will pour out a little liquor for your dearly departed. ",
      "output": "negative"
    },
    {
      "id": "task195-5d7a218b6a734235a9aa20fd85b6952f",
      "input": "has been abandonin Twitter for last few days  must be serious about life for the next 2 whirlwind weeks",
      "output": "negative"
    },
    {
      "id": "task195-bd822aaeeeb24e79a381dbf0f9d95a6e",
      "input": "More hw ",
      "output": "negative"
    },
    {
      "id": "task195-8b71611791e747459b6eb9c59f29029d",
      "input": "@Larlar Hey thats pretty awesome if you follow me and thank you ",
      "output": "positive"
    },
    {
      "id": "task195-1aacc1f034274ec5989a2ec1bfe3ffa0",
      "input": "@TinaBit Thank you! I will  Glad you found me. Have a great night!",
      "output": "positive"
    },
    {
      "id": "task195-5b7f98ba56cd42ecb75832ddc8a66b3a",
      "input": "@cocoward hahaha. . . . yeeehuhhh ",
      "output": "positive"
    },
    {
      "id": "task195-d24f581b881346dfbc25dd4f0bd82aec",
      "input": "@johnmcginn Your welcome...sounds do-able ",
      "output": "positive"
    },
    {
      "id": "task195-66c698aa02d24f55ac15f22dbee17583",
      "input": "Goodbye, I'm offline again and leave the tweets to www.tweetlater.com. Bye followers ",
      "output": "positive"
    },
    {
      "id": "task195-05e9733eaa4f45618777c20fb93853ba",
      "input": "@phasegordon: a good axe?  Nothing serious, I hope ",
      "output": "positive"
    },
    {
      "id": "task195-32699a3a3961433eba3de50eb7779aab",
      "input": "@cocktails_on_me i'm cool just stupid tired  got so much to do but dont sweem to be gettin anywhere. Thurs/Fri not gonna be fun LOL",
      "output": "negative"
    },
    {
      "id": "task195-83d163120c914aac95a790d40147b1e1",
      "input": "So one of my idiot family members blew out the electricity in the crib... I can't live like this... No Game For Me ",
      "output": "negative"
    },
    {
      "id": "task195-0374eeba41e1431aaf59f6f75e8fe27d",
      "input": "Watching season 4 of Weeds, well, the end of it. #howarewe 6/10. Bit tired from all the walking earlier but still happy I saw the piglets ",
      "output": "positive"
    },
    {
      "id": "task195-9d22eee278eb4973be89745d9c60b534",
      "input": "Congrats Diversity!!!!..u totally deserved it !! ",
      "output": "positive"
    },
    {
      "id": "task195-f0d6673a1ef44a25a5090112a941afbd",
      "input": "hello everyone  ",
      "output": "positive"
    },
    {
      "id": "task195-f7dfc80435cf47b79af2b424835cd308",
      "input": "Story of my life!!! There is no where to watch it cause everything is being used ",
      "output": "negative"
    },
    {
      "id": "task195-062ff2ea133948f1b96169c260740446",
      "input": "Chapter 133 is uploading..it's taking forever.. ",
      "output": "negative"
    },
    {
      "id": "task195-a024ca17d64c4572960c72c505b4c77e",
      "input": "@mitchelmusso I'm jealous! I have a dumb class and only 8th grade ",
      "output": "negative"
    },
    {
      "id": "task195-b83ba0bc93fb42aaa04f4cf40a651f78",
      "input": "@cronopia Right now I'm trying to track down about a year's worth of emails that went missing in Thunderbird when I ran a filter... ",
      "output": "negative"
    },
    {
      "id": "task195-cdebe1147e244bddbc55e681a54cba4f",
      "input": "@miyarenee09 i wish i had DVR! urg.. im not even watching it tho ",
      "output": "negative"
    },
    {
      "id": "task195-121856fe38324799ac289133daf67dc4",
      "input": "back to sleep till tomorrow again ",
      "output": "positive"
    },
    {
      "id": "task195-34d70eae5f5943f5ba7a6e9d7f54f565",
      "input": "@aflyonthewall The only way I know to rate a stumble is with a thumbs up, but I thought the thumbs up *is* the stumble? It's confusing. ",
      "output": "positive"
    },
    {
      "id": "task195-127d0ae1282f4918ad0c3a1093b75330",
      "input": "i have a headache  ",
      "output": "negative"
    },
    {
      "id": "task195-1bb15a18864f4c469fabaa31b6958c87",
      "input": "@1in9 2 HMC-150's and 35mm Adaptors to go with them for Senior Sem students. ",
      "output": "positive"
    },
    {
      "id": "task195-1da0af2dc79b48928771d44a01fb7f35",
      "input": "@jamopo Leicester???? I've heard of that place... Have they got a footie team? ",
      "output": "positive"
    },
    {
      "id": "task195-0257bc86acef45229ff0212ce04d1475",
      "input": "now it is saturday. I am going out with my family. But tommorow (which is sunday) i am sleeping at my lovely friends house YEY!! ",
      "output": "positive"
    },
    {
      "id": "task195-089c3043d63d499eb2ef7574bf9ca2fb",
      "input": "so I have 3 DM.. but it only shows one ",
      "output": "negative"
    },
    {
      "id": "task195-125fe6caebe4478aabb829e74fc9a7e6",
      "input": "Jealous that my brother will watch David Archuleta & David Cook's concert on Saturday  Oh well, I picked another concert to watch in June.",
      "output": "negative"
    },
    {
      "id": "task195-0f3ff31be3c84a90abc1fbcba60dcbde",
      "input": "had an horrible day   this weather duznt help either lol x",
      "output": "negative"
    },
    {
      "id": "task195-18aa0f37eec14e84a3e92490d7c34801",
      "input": "is doing her coworker's work that was left behind and is sick..such a bad day ",
      "output": "negative"
    },
    {
      "id": "task195-16729aea4cef4ebab3dcf63522d5a46d",
      "input": "Thanx @harzack86 I kind of knew that but was hoping  do you use skype on an iphone??",
      "output": "positive"
    },
    {
      "id": "task195-640ca6119eca4005b70beb2892f88388",
      "input": "@ccmatthews lol im so sleepy but i cant sleeep  im 2 nervous abt 2moro lol",
      "output": "negative"
    },
    {
      "id": "task195-2f680caeeae2458aa34e4b355502267c",
      "input": "i need some new sunglassessssss. i lose all of mine, fuck. ",
      "output": "negative"
    },
    {
      "id": "task195-bf4d6332222f40f7a42b7d2d6ad820ec",
      "input": "I start again to look for a new LOVE. I need it so much. ",
      "output": "negative"
    },
    {
      "id": "task195-a231b6dafc294a08bb53e14f6672f53c",
      "input": "@ddlovato why? what's wrong? hope u had a gr8 opening concert!! sorry i couldn't be there ",
      "output": "negative"
    },
    {
      "id": "task195-ab3ef3530bf74667b5024f778eb80d74",
      "input": "being frustrated. hating my life. what sense does it make to send me my soulmate and make it so we cant be together? i wanna hit stuff ",
      "output": "negative"
    },
    {
      "id": "task195-636920fbe68148caac1852fc8f4534e5",
      "input": "follow @thesilentyears  pretty please.",
      "output": "positive"
    },
    {
      "id": "task195-4298de99f89a401f8587949ab9a94fd3",
      "input": "@tdizzzzzzzle Thomassssssss!   ",
      "output": "positive"
    },
    {
      "id": "task195-110174b379664728be65cb5042e579ae",
      "input": "@danaedwards I guess all the doit guys are old now. Even Srini. ",
      "output": "positive"
    },
    {
      "id": "task195-158013b252584fe29f76bd2ed0f8778c",
      "input": "@mamapigeon sounds like it  I have a 12 year old with ADHD and Aspergers a 7 year old a 4 year old and 4 cats + hubby getting kinda full",
      "output": "positive"
    },
    {
      "id": "task195-0aab3901d3fc4c769447e8f7611efbf6",
      "input": "@lady_mimin96 i'm sleeping late tonight cause tomorrow on air rush hour  yayyy",
      "output": "positive"
    },
    {
      "id": "task195-af07551100254094a91e78bc568b2779",
      "input": "Had a lovely time having big adventures in Sydney, shame I'm back at work ",
      "output": "negative"
    },
    {
      "id": "task195-4b86bde7acc64074ab23dbaedb68ff91",
      "input": "@andrewbeaton You still need one apparently  (for a free account)",
      "output": "negative"
    },
    {
      "id": "task195-9b368a193c064db694702250aabce8e7",
      "input": "wet and naked!!! Just got out of the shower =P Freezing my ass off ",
      "output": "negative"
    },
    {
      "id": "task195-3182f35951914bb1bd7964cc9ada88dd",
      "input": "feels much better now that her hair is washed. I still have mosquito bites though...  unfair.",
      "output": "negative"
    },
    {
      "id": "task195-e9220f05703240a2abc759cfe408594a",
      "input": "Need a vacation from myself  ..wish it was possible..",
      "output": "positive"
    },
    {
      "id": "task195-b4c4a5a2fa2e481796770f47e2ffd90e",
      "input": "Lol ive been sick  this whole week feels like im getting worse then better!! ",
      "output": "negative"
    },
    {
      "id": "task195-5c7451b3af9546469b56fab320b2865f",
      "input": "have to pause one tree hill  and wait for mum to come home she doesnt want to miss it hopefully she brings credit",
      "output": "negative"
    },
    {
      "id": "task195-9dc49f409726465aa4d92164ef4394d2",
      "input": "@cdat8thandd really  no i didnt know what was going on all i heard was that u wasnt feeling well and u went home.. well i saw u going home",
      "output": "negative"
    },
    {
      "id": "task195-11f286b4a69f41a1b36045d26fe54a6e",
      "input": "i took this pic sum minutes ago [black haired again]  / twitpic doesn't work o__O [Link]",
      "output": "positive"
    },
    {
      "id": "task195-fedfe2c1981849d29ffbc88fea308fae",
      "input": "I have just discovered that in america does not pay the Internet connection!! I live in Italy and we pay it!! This isn't fair!!! ",
      "output": "negative"
    },
    {
      "id": "task195-2bd6ac68c7ac453f8a807cb6b198fd00",
      "input": "@rebekaaa i know  lastfm broke last night so maybe that has something to do with it, the whole website was down.",
      "output": "negative"
    },
    {
      "id": "task195-481112ee0cf744df8f676d6572f4a920",
      "input": "@SwaggCertified I wish I could ",
      "output": "negative"
    },
    {
      "id": "task195-c9fb80f6e23c426b9b77cf08e5dd7b1b",
      "input": "my twitter looks funny  someone help!",
      "output": "negative"
    },
    {
      "id": "task195-29fa7f7a72324bb68975769e871e8587",
      "input": "I'm sad my No. 1 is leaving for Europe today, for a whole week... ",
      "output": "negative"
    },
    {
      "id": "task195-3a3e45345b8f47208ab8d1c2c547ce0e",
      "input": "is wearing a shirt she hasn't worn since middle school and it fits ",
      "output": "positive"
    }
  ],
  "Definition": [
    "In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content."
  ]
}