input
stringlengths 937
1.27k
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@CoIlegefessions: "Finally got a hot bitch to dance on me, came in my pants while she was grinding on me. Lost that chance"UW-Madison”lmao
Label: Offensive
Output:
| [
"true"
] | task905-aea332390cb54b0e921c55087bfb492a |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Cam_Coles You don't know what I know. Name somebody colder, you monkey faced immigrant
Label: Neither
Output:
| [
"false"
] | task905-93e7010527be43fb931167627d2fc55d |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Epic mickey time? Nahh.. Two and a half men while i shiver. Tht sounds more like it.
Label: Offensive
Output:
| [
"false"
] | task905-94c181de86834e46a9d98b54c276b1b5 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @CoolStoryIsaac thisty hoe
Label: Hate Speech
Output:
| [
"false"
] | task905-58c7a45abd1c4899bd5000072427395b |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Nigga just had them crackers on a chase.
Label: Offensive
Output:
| [
"false"
] | task905-34b573afd5d04424bef58e72c4d16a1e |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "She said wigga man you rich...take the du-rag off" http://t.co/jb7J3zSbam
Label: Offensive
Output:
| [
"true"
] | task905-4a4bb11d4b6a4aefbb6e0107e0f49317 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @WHSVGrantCruise birds of a feather. You stand with PETA. I stand with sanity.
Label: Neither
Output:
| [
"true"
] | task905-e5ba7c8769cf49caa95de7e45a63d23c |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @jeffgill24 hey #teabagger Bohner said he got "98% of what he wanted" in sequester. You sound like a moron when everyone knows you are LYING
Label: Neither
Output:
| [
"true"
] | task905-990954ed8c664710958d6855ab7a3443 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@TeeNaaasty: Half y'all hoes still got nut in y'all baby hairs , shut up 😒” http://t.co/YyFCNfqZPc
Label: Offensive
Output:
| [
"true"
] | task905-491fe104df734ef3b3637a16066dcdca |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @CayMarieee bitch I'm not coming no more you said your making plans !
Label: Hate Speech
Output:
| [
"false"
] | task905-d5c1b3cb3fa04eb9b74c75a6e23f761c |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Can someone get me cheese and crackers
Label: Offensive
Output:
| [
"false"
] | task905-259c4461202b427eafbffb5e19b73253 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: I wanna try pot brownies.
Label: Offensive
Output:
| [
"false"
] | task905-aab13c8322364dd7ad6f34d4139721b9 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Stephicans mhmm tweet bird 🐥
Label: Neither
Output:
| [
"true"
] | task905-1c6288d5adc049c9acc71c77cc287905 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@SukMySweetness: money only impress the simple broke bitches"
Label: Offensive
Output:
| [
"true"
] | task905-760e617ec472478680c136d515fe69a5 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Niggas/bitches cheat cause mf's always think they gettin played
Label: Neither
Output:
| [
"false"
] | task905-3fea98083d3d4e26aedf76b1b2c16efa |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "you're being a cunt right now" -@RQ978
Label: Offensive
Output:
| [
"true"
] | task905-464e091a92e845ffb8ea2bbb5009dc7e |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "Yo bitch on the horn. Tryna shoot a porn." - @KingL That's T shirt worthy Tony
Label: Offensive
Output:
| [
"true"
] | task905-02fc1ed1b5e1464099f1233881892b01 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @thejokerxo nah, they let French Montana spit trash at will
Label: Neither
Output:
| [
"true"
] | task905-6490a632c1a64402a47ad772df3b0319 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Bywatergal @Yankees @EmpireStateBldg That game winning hit in Thursday capped a great career. The guy is a 1st ballot HOF. Or else.
Label: Neither
Output:
| [
"true"
] | task905-74dc8ffe9ba94d929e12323b19d64115 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Black cops want to kill white citizens. Spic cops want to kill Anglo citizens. Zigeuner cops are all rapists.
Label: Hate Speech
Output:
| [
"true"
] | task905-7728fbdb340141f489ac6845f8f8d844 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: !!!!!!!!!!!!!!!!!!"@T_Madison_x: The shit just blows me..claim you so faithful and down for somebody but still fucking with hoes! 😂😂😂"
Label: Offensive
Output:
| [
"true"
] | task905-b706347e7f2642a9866393fb6b25d889 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Dranumaya wrong maybe you been dealing with pussies but I don't put up with that crap. If I f*** up telling me I f***** up. Keep it real
Label: Neither
Output:
| [
"false"
] | task905-0086460e1d8344289e932edf69e40833 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: RT @BlissTabitha: Homeowner Shoots Armed Suspect Who Attacked and Pistol Whipped Him http://t.co/VLuEwUGclg
Label: Hate Speech
Output:
| [
"false"
] | task905-a6582da302634aea8f15a55fad529f3f |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Look at this little faggot.
"@Kellz622: Tell her she's beautiful as much as you can. It'll make her smile"
Label: Offensive
Output:
| [
"false"
] | task905-f8d4f5e278584fe3b0faa32bc9506386 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@Coley_Cee: @lil_aerii upload our pictures”. Wat pictures bitch
Label: Offensive
Output:
| [
"true"
] | task905-d7bad4f03b5949d1b9d9f2f4d1089348 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@jasmyncyniquee: @white_thunduh k bye hoe" um bye ..
Label: Offensive
Output:
| [
"true"
] | task905-e504abd63eb8491e945dcee2eb8198bd |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@MsFoxyBaby: #ImAddictedTo girls w fat pussy slim waist fat ass n innocent smiles” truuuuuu
Label: Offensive
Output:
| [
"true"
] | task905-94bd3fc34fc74fac83ef244eeb37c516 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: ' Lemme find out you didn't answer my call cause you otp with that niggah 󾌴
Label: Neither
Output:
| [
"false"
] | task905-35ec7e2fce44410cb079e34438495bc5 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@alexissixela__: “@white_thunduh: I legit watched it for about 30 or 40 seconds 😑”SO DID I WTF" prob cause were retarded smh
Label: Offensive
Output:
| [
"true"
] | task905-a157f9a4379f489fb8eef15b7ea88d4c |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @rachaelkbrown @BillyButlerKC @Oreo unexplainable!
Label: Neither
Output:
| [
"true"
] | task905-0842e9b9b0f24417b0fa4440953be0e0 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Dietrich1892 I'll show up and chug a beer or 8
Label: Neither
Output:
| [
"true"
] | task905-19e31a48cd4e450ba51aa7ad606918bf |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @aravosis May I jump in u ball-less dick-wad? As a conservative, feminist, disabled vet bitch, I wish u luck with a capital F. @DLoesch
Label: Hate Speech
Output:
| [
"true"
] | task905-e96ca3bb68604346b4a53a0e9db94b0d |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: RT @Lady_BlahBlah: furrybah *in my PayPay voice* RT @80sbaby4life: The hoes are for EVERYBODY my nigga!
Label: Offensive
Output:
| [
"false"
] | task905-6f1c4c6cf30e4ed782862013661eb21b |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @PeterClifford1 @Penny_G @AngryBraveHeart @SheikhKhalifaPM love H.birds! Used to feed them when I lived in WA state. Hv them on mtn in S.Ore
Label: Neither
Output:
| [
"true"
] | task905-13e1f2d5b35e4f1e810cd69eb018452e |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@iDntWearCondoms: U get what u put in. If all u offering is pussy don't be mad when all u receive is dick” 🙌
Label: Neither
Output:
| [
"false"
] | task905-7be961027ced43309018e5ea03cc0e3d |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @TheClaireBear36 Don't like to trash talking either way. But to be fair, that's just on Twitter. I'm having a ball on texts.
Label: Neither
Output:
| [
"true"
] | task905-eba26f012cba474c8e8fc106fd3ca270 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Liveitupjersey @ccass357 don't trash Jersey...ODDS ARE..YOU WOULDN'T LAST 10 MINUTES AROUND HERE!
Go back to watching BARNEY!
Label: Neither
Output:
| [
"true"
] | task905-8a20b469da364a149bba1f995e6b47f9 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @InTheOvenJews @SlaveCatcher88 @marylene58 we should hang out ovenjew. Have a lot in common. People waste time on nigs. Jews r r problem.
Label: Hate Speech
Output:
| [
"true"
] | task905-7316d64a0c684e75a925930090f70685 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @OldManRo you should check it out... it aint animated and has Charlie Murphy in it
Label: Neither
Output:
| [
"true"
] | task905-7e07502464f84429981b03f99a0f7a28 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@JReebo: Who wants to get there nose in these bad bois then #scally #chav #sockfetish #stinking http://t.co/FeQxgN0W6I" hot sox and legs
Label: Neither
Output:
| [
"true"
] | task905-b1d099c784904797a026acf4026264c7 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @ the chick who is gorgeous and so fine but her pussy stinks
Label: Hate Speech
Output:
| [
"false"
] | task905-642db6604d504ab180e1c168b94ddfc6 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: I was told never fold & never sell my sole
Label: Offensive
Output:
| [
"false"
] | task905-1389743e1a314354ac0fa2d43db3a90a |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: My Hawaiian thought of the day, No Aloha for muzzie pigs, EVER!
Label: Hate Speech
Output:
| [
"false"
] | task905-e88cdf7c685e4a17904b3156330edaae |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @rem @slicknet @netmag right, so the link would be your trash bin … gotcha
Label: Neither
Output:
| [
"true"
] | task905-6b9e6f4a44494b458af1c6e4ad6f2c40 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: 'i drowned in ur pussy so i swam 2ur BuT." Easily the most eloquent message sent on Xbox Live.
Label: Neither
Output:
| [
"false"
] | task905-39cd94840cb44a92803014e832e645eb |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@BasebaIIVines: Michael Pineda hides pine tar...on his neck http://t.co/PJRKJeaY6h” fact that the Yankees cheat 👍👍👍 Go Red Sox!! #Boston
Label: Neither
Output:
| [
"true"
] | task905-340368b0daf74f97a9e021d4dd8dd08b |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@BookerTweet_: There's starving children in Africa but this bitch using bananas to plug her butt hole smh http://t.co/DjPgA7QAy5” wtf?😂😂
Label: Offensive
Output:
| [
"true"
] | task905-dc3fe0840fc143d5adfe11320d829db1 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: RT @BigEl179: Luv riding the #MetroNorth with sour drunk #Yankees fans after a loss... #TooBad #MetsFan #QueensAllDay
Label: Hate Speech
Output:
| [
"false"
] | task905-ea18dad56210492f88e96de0e846cd75 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @ehasselbeck @bi_politics teaching that pretend son to b a pussy! his son would have LACE ON HIS JOCK STRAP!
Label: Hate Speech
Output:
| [
"true"
] | task905-85ff2f3c801a47d6a02c78f4b8a9fa01 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @BG_RAMBOE man shut yo bord ass up ! Want some hoes ? Cdfu stay fuckjng wid me on here mann
Label: Neither
Output:
| [
"false"
] | task905-ed0f11187be0452e954c10b49809f311 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Just cleaned my fingernails with a knife. #hillbilly @shanemoses625
Label: Offensive
Output:
| [
"false"
] | task905-f51ae0a61f254d99b92c9bb49b3e9268 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@SlimGirl_Probz: i'm hungry but ionn wanna spend my money on food😒"Broke hoe problems 😂😂😂💀
Label: Offensive
Output:
| [
"true"
] | task905-7df76d3359954febb1c6d12b3653dc01 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @IamShady_ that's not even a real word! Must have hit a blunt and started making up shit with your nigger ass lol
Label: Hate Speech
Output:
| [
"true"
] | task905-5f18403488984e59b09a4e9b454e7262 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: & I MOST DEFIANTLY WILL NOT let no bitch who FW a nigga I ALREADY HAD get the best out of me 😂😭 Fuccin wit my Hand-Me-Downs & shit
Label: Hate Speech
Output:
| [
"false"
] | task905-0ffde37900cf4bc7849f87d41b9a4168 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "In My Mind"
Gotta be the dumb hoe anthem...
Label: Offensive
Output:
| [
"true"
] | task905-d20f4c1386704f06955c8a2399bf04f6 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Only Americans would hire white trash with ties to international terrorism as police officers.
Label: Neither
Output:
| [
"false"
] | task905-5dbb0f6d38c54675a6f688a7f4753bfd |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@clzcdxx: im just a bitch ass elf” @MorbidMermaid
Label: Hate Speech
Output:
| [
"false"
] | task905-ffa6fbd0675e4c79b5c3a6e3eb211483 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: 💃💃 & if you ain't a ho get up out my trap hooouseee.
Label: Offensive
Output:
| [
"true"
] | task905-d56794b930d145a59c72bb6f64d3eef6 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: I don't know what you been told but I love them project hoes
Label: Hate Speech
Output:
| [
"false"
] | task905-9035a3d24cd8481bb61f3aec055b1db6 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: And of course some rascally #teabagger on the radio is blaming the 19 dead AZ firefighters on #biggovernment. Oy vey. #tcot #p2 #teaparty
Label: Hate Speech
Output:
| [
"false"
] | task905-2b53dc499e60432da792c7a80e1617ba |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: RT @BiIIMurray: My iPhone has 2 million times the storage of the 1969 Apollo 11 spacecraft computer. They went to the moon. I throw bird ...
Label: Offensive
Output:
| [
"false"
] | task905-617502663bce493195d6f4cc99bc4dc7 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: I want a slope job so I can get away from everything and be by myself for two weeks. I hate being around people unless they are my friends.
Label: Hate Speech
Output:
| [
"false"
] | task905-6514cba0b9ee4d418aeda3e8545f0d9d |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: That was my faggot rant for the night.
Label: Offensive
Output:
| [
"false"
] | task905-be37585627eb4aac81115aebc69ae100 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@NiggaImTatted: Having 0 bitches really the wave”shaq you got all the hoes
Label: Offensive
Output:
| [
"true"
] | task905-ad35127418af41ef93b8a49dd2eb6d30 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: ' Ok my Texas bitch keep textin me , callin cryin stressin me , askin me about where I been but I been with another bitch allegedly 󾮟 .
Label: Neither
Output:
| [
"false"
] | task905-d8d38d0851c74c38bfe16e48b30100f7 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Gjulio34 we don't love this hoes
Label: Neither
Output:
| [
"false"
] | task905-f7d8935836fb4841bae51159c211c250 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Burritos are trash
Label: Hate Speech
Output:
| [
"false"
] | task905-f4fb6fdbaaa04fb3872228f89399070e |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @DefendWallSt those little #ISIS faggots usually have bags over their heads anyway.
Makes bullet placement interesting thru a scope.
Label: Hate Speech
Output:
| [
"true"
] | task905-d86a13fcf6344dfb94d716bdc25f42ae |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Chefboyrnach Vegeta a super hoe then. But he did snack Goni up something fierce during Buu saga :wow:
Label: Neither
Output:
| [
"false"
] | task905-424b0c61cef3453aa81391219191e8c0 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @DaniellaParella no I wuz just making a general statement. I've never called u a bitch
Label: Hate Speech
Output:
| [
"false"
] | task905-87a217b780a6433ca5effcb07b795183 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@RudeBoi_Drew: I'm finna eat some pussy” lmao
Label: Offensive
Output:
| [
"true"
] | task905-b51d04c85c85494cad6839cbfd9a26d2 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@Addicted2Guys: -SimplyAddictedToGuys http://t.co/1jL4hi8ZMF" woof woof hot scally lad
Label: Neither
Output:
| [
"true"
] | task905-962c09f342ed430b91c060537514dc45 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@SAVINGNOHOES: When she ask how imma eat her pussy https://t.co/6wVjrC3m1Q”💀
Label: Offensive
Output:
| [
"true"
] | task905-d09f501ada1f45608508d9cab8786aa3 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @kieffer_jason lmao why ur dad raised u to be a bitch made nigga
Label: Hate Speech
Output:
| [
"true"
] | task905-9421ce2bd0ed46878b5aecbc7e5dfb4c |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: " if you aint bout that Murder Game pussy nigga shut up "
Label: Offensive
Output:
| [
"true"
] | task905-6b6495dbbb1b4f57844caecd980d23b8 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: 🍅🍅🍅 RT @GottliebShow: "Killer line?" @SBNationNBA: Josh Smith dropped a killer trash talk line on Kenneth http://t.co/C8d3sJoUpj”
Label: Neither
Output:
| [
"true"
] | task905-6c4a6edda8354fa4ab90f6a171ea5d26 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Perhaps I'm not a "diehard" Yankee fan, but there's no more point in watching this debacle #Yankees #Tigers #MLB So what else is on? LOL
Label: Offensive
Output:
| [
"false"
] | task905-82dc7742351f41ee86081554f897aad5 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @GallagherEmily nigra in da back
Label: Neither
Output:
| [
"false"
] | task905-07a491c649b74a33be06de3db74c8afb |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: #porn,#android,#iphone,#ipad,#sex,#xxx, | #HandJob | Hand job and cum on rubber pussy http://t.co/zGcnmR2kLA
Label: Offensive
Output:
| [
"true"
] | task905-858ad1de482c4043a9b8cd4550d10da4 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @darrenburton_ and take the trash out and separate the recyclables
Label: Neither
Output:
| [
"true"
] | task905-deb7ad9b6be740e99a3fdd8b89291c36 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: 10 RT @ParadoxicalMike 1.5 RT @iDavey On average, 2. But I can be an 8 when need be. "@SinsOfMyFather_ On a scale of 1-10 how ghetto are u?"
Label: Neither
Output:
| [
"true"
] | task905-d90b5276d65c4f06b984545a427a8843 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Just when I'm feeling totally useless in the world (another) baby bird found in need of #TLC Just call me #DrDolittle http://t.co/Trwmr3HG8v
Label: Offensive
Output:
| [
"false"
] | task905-41f65a9e47b74f2290bc36cbeab6082f |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Drake T.I“@MsBTxo “@_sirhampton_ 3 Stacks, Kendrick RT @xHollywoodCourt: Name a rapper that alot of people like...but you think is trash””
Label: Hate Speech
Output:
| [
"false"
] | task905-69077d53dd7e4ad59bd714a3f5528911 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Fredo was a bitch ass nigga. How niggas fire over 20 shots at his pops but he didn't get off 1 cuz he dropped the gun smh
Label: Offensive
Output:
| [
"false"
] | task905-5cbb5d2b9a1e4db48938604e5e238723 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: 🙌🙏 RT “@PlanetPOB: Real Men eat pussy.”
Label: Offensive
Output:
| [
"true"
] | task905-7437c93faecf4c488b70c8b036385c9b |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Ayy Carlton is a ghetto school now #SwitchedAtBirth
Label: Hate Speech
Output:
| [
"true"
] | task905-45f9fd9e56b54e689286a058744b02fd |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @BraxCity29 @maria_obregon_g @sophia_freeman1 3/4 of a citizen. I said it for you maria you spic
Label: Hate Speech
Output:
| [
"true"
] | task905-c3c08fe8e6294ef7b3aa98475c680523 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Laughing at my deck that they gave me, yellow and jesus stencils all over it
Label: Hate Speech
Output:
| [
"false"
] | task905-2ced68db595a4a758ac1594ade6574c9 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @_Linsanity22 derrrrrrr, 1st of all her songs are actually good compared to the other trash, +++ shes SUCH a showman omg
Label: Neither
Output:
| [
"true"
] | task905-e4a5bae8240b4dd7ad77cca63058f4aa |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Cheeky thoughts as the rooster crows.
Label: Offensive
Output:
| [
"false"
] | task905-b66ac77164c14f5b960ddc2b58adda09 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @DatBoyRayT because if you support lesbians you have to support faggots there's no difference.
Label: Hate Speech
Output:
| [
"true"
] | task905-df237908551f4ab9ac5efb8a036a244f |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: “@AdderallHadMe: Adderall had me killing two birds with one stone http://t.co/wMiNpN64m2”💀
Label: Neither
Output:
| [
"true"
] | task905-594d697580aa44119aa591171001e47c |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @Blackman38Tide lmfao go to bed whitey 💁
Label: Hate Speech
Output:
| [
"true"
] | task905-ba9d3d7961534a4b9ced6fc07a6a03a9 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: Or the teach might get u got RT @abstraktalante: I really hate a disrespectful ass bitch in class. The professor is talking you STFU bitch.
Label: Offensive
Output:
| [
"false"
] | task905-d6db987b35c44c1a97391dfdab870c63 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@KelsieBelsi: You're not a man if you refer to every girl as a bitch"
Label: Offensive
Output:
| [
"true"
] | task905-059d4579b38c4ce88e74458e0bb3162a |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @DonLemonCNN @DanaBashCNN u both sorry to give racist @SenTedCruz a platform w his trash language Dana ur intvw was below kindergarten level
Label: Neither
Output:
| [
"true"
] | task905-461e99c4676a48bd909f85077762f15e |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: "@TEE_JONEZ: @16stanleys @KingCuh tuku ho idk blah blah blah" 😂😂😂
Label: Neither
Output:
| [
"true"
] | task905-9422a5d091f1457b99d298d247f545c3 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: People who go to church in Hollywood, CA are all white trash filth.
Label: Neither
Output:
| [
"false"
] | task905-aadea51feb6a41d89fdda622adb7af69 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @RonanFarrow Yeah we know about Anglo-American principles.#slavery #hate #racism
Label: Neither
Output:
| [
"true"
] | task905-adf0c30966fa4197a06af09529fab466 |
Definition: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise.
Positive Example 1 -
Input: Tweet: "@MarkRoundtreeJr: LMFAOOOO I HATE BLACK PEOPLE https://t.co/RNvD2nLCDR" This is why there's black people and niggers
Label: Hate Speech
Output: true
Positive Example 2 -
Input: Tweet: "bitch nigga miss me with it"
Label: Offensive
Output: true
Negative Example 1 -
Input: Tweet: "@DomWorldPeace: Baseball season for the win. #Yankees" This is where the love started
Label: Offensive
Output: true
Negative Example 2 -
Input: Tweet: " fuck no that bitch dont even suck dick " 😂😂😂 the Kermit videos bout to fuck IG up
Label: Offensive
Output: false
Now complete the following example -
Input: Tweet: @DJ_Workmann @BigMoneyNiquee mane y'all niccas crazy af wiz old shit got niccas bitin his style n errthan
Label: Neither
Output:
| [
"false"
] | task905-4666c2c58e084bfdb2be09f5349e0f1d |
Subsets and Splits