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: "What I do? @betysweetcocker: Gotta report you as spam RT @80sbaby4life: Ladies RT if your head game better than your pussy"
Label: Offensive
Output:
| [
"true"
] | task905-097bafdabf864919a7cde92cca9e0fcf |
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: @young_moniee what's this chinks email? I'm moving to China and slicing his throat
Label: Hate Speech
Output:
| [
"true"
] | task905-a90795255a4341d3aeefeb5d70a2e99d |
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 have really light colored eyebrows naturally and it's not ok
Label: Hate Speech
Output:
| [
"false"
] | task905-44f899b70e2043418119aef65813b748 |
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: " broke bitch cant tell me nothing "
Label: Offensive
Output:
| [
"true"
] | task905-efdd78835a4c41c7a288ba450b8cf572 |
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: “@lildoll__: grown. mature. pretty. &etc. All that goes out the window when a bitch play with me.”
Label: Neither
Output:
| [
"false"
] | task905-2160b402df8c481f9ca733afeb7f3b5b |
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: @JGardenofEden @KySportsRadio @ryanlemond But...country music listeners really are hicks and alcoholics 😂😂
Label: Hate Speech
Output:
| [
"true"
] | task905-d15f316f358f4e2ba0d913f6cb728f2d |
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't be many things worse than having COPS interrupted because a friggin Yankee game is still going on.
Label: Hate Speech
Output:
| [
"false"
] | task905-b840cf93e3544f9d892f820fbbb99ea0 |
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: @AlmightyVinny_ @TOnycranshaw22 @RichHomieMeezy "the hoes be by my house" , we be at tony spot mf
Label: Neither
Output:
| [
"false"
] | task905-6396fa28884c40919d0fae313be1f821 |
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: @GarciaC28 those nudes were trash 😂😂😂😭😭😭😭
Label: Neither
Output:
| [
"true"
] | task905-366dcb94278f49b19830c886a72a38ad |
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: Barry's (whitey) brownshirts run wild in Oakland. Following the lead of N.W.A., punks chant F the police. http://t.co/9nBUrmTJ
Label: Hate Speech
Output:
| [
"false"
] | task905-76436182dec74557a8e1162539cae9a1 |
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: @JRise88 shut up you stupid bitch
Label: Hate Speech
Output:
| [
"true"
] | task905-0c5d59defd324fda8b73902ec7dc2deb |
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'm going to sell my iPhone and both my Macs, I don't support faggots.
Label: Offensive
Output:
| [
"false"
] | task905-37dcb143087f487ba48d72235e3a0a84 |
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: LA MÁQUINA
Una vez en Japón 5 japoneses crearon una máquina que atrapaba ladrones. Primero la máquina la... http://t.co/khzl8PfGCT
Label: Hate Speech
Output:
| [
"false"
] | task905-e320c054fb704fdebaf7969c205c3644 |
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: @Crowe_FaShow cause of the loads of pussy you get right
Label: Neither
Output:
| [
"false"
] | task905-ce19a6cab3e04c769b0b54b622a84126 |
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: Finally done wif mock regents 😌
Label: Hate Speech
Output:
| [
"false"
] | task905-2aa5e27e35384fbc88bb8268916db949 |
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: Jihadi rehab needs to account for the unpleasant fact that it's the worst behaviors that *attract* participants. http://t.co/nJJGA7S5LQ
Label: Hate Speech
Output:
| [
"false"
] | task905-94389a0b114643fc9abc0f7e9306d016 |
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: @Hunglikerobby_ that was so gay. And I was tanning bitch. Juvie made me white
Label: Hate Speech
Output:
| [
"true"
] | task905-154b41702b8749a2b2717945d497883c |
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 hate that I wake up early the morning after I drink. But the fact that there was a cold yellow gatorade in the fridge gets me so happy
Label: Offensive
Output:
| [
"false"
] | task905-a9926ec9aa894b8988fe232d8144a5ef |
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: @KHShan @VictorB123 Oh but those last few that did.. Charlie, Wilma, Jeanne...
Label: Neither
Output:
| [
"true"
] | task905-5dc7ede83572401f98951b645976b49a |
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: @JuanYeeze damn took this dumb spic nearly 2 days to respond, wuz really good tho beaner?
Label: Hate Speech
Output:
| [
"true"
] | task905-00375e40fdd34f9997ff06744f02257e |
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: Giants vs. stinky birds Sunday
...think Ima make some wings 😊
Label: Hate Speech
Output:
| [
"false"
] | task905-2a095b8209d546fca056d011d1b2bdd5 |
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 @BigMac6374: I don't like the weather right now it's scaring me lol why is it yellow?
Label: Hate Speech
Output:
| [
"false"
] | task905-176998dd6dd641188c6d8fd0d35b5766 |
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: “@BasedChasen: Grandmas always b asking you "Do you have a girlfriend???" No....I got hoes tf you mean” real shit.
Label: Offensive
Output:
| [
"true"
] | task905-d94d8db0537b4c0faec8db63d406e949 |
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: Conan Obrien needs to get a life with that $80 million..monkey food maybe.
Label: Offensive
Output:
| [
"false"
] | task905-9e0de01702054d58b8fbe12a50ebf3ff |
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: Ay what are some good bars/clubs to hit up in Denver?? Should be up there Saturday night to coon out.
Label: Hate Speech
Output:
| [
"false"
] | task905-af24f3e901eb40de92aa1da650072c06 |
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: “@TryHardSilva: Quote this with a weezy verse” you're like a bitch with no ass you aint got shit
Label: Offensive
Output:
| [
"true"
] | task905-1dbec19bd4cb48178e4ad42c3e7d2c89 |
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: @tiffantasticc your dad is genuine happy guy because his kids aren't niggers though 😔 jimmy is my nigga 5eva
Label: Hate Speech
Output:
| [
"true"
] | task905-5f27918925d948fa87ec613c99c66707 |
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: @Alan_Casillas haha shit niggah i wish
Label: Hate Speech
Output:
| [
"false"
] | task905-a4be97f5da8c42a9ab841eeed0fc8059 |
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: #Yankees I went to Golds with Cruz in 2010 when he was a Sound. No upper /lower body strength.. Hmm now 40 HR hitter. Won't say the S word.
Label: Neither
Output:
| [
"true"
] | task905-df57fc6ffb304adead0fef7b53ee9d63 |
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: @bitty_boop @Oreo cookies sound wonderful.
Label: Neither
Output:
| [
"true"
] | task905-c0db59fb817c41c69c183562e39cea2c |
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: @Fardousaa becuz no man should celebrate his bday at a drreams #faggot
Label: Hate Speech
Output:
| [
"true"
] | task905-e439e115241c4c36a6fd31e6ba386972 |
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: @yfly23 mock draft?
Label: Hate Speech
Output:
| [
"false"
] | task905-f8c9984b76294642a02546b8b94dc78f |
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: @ImpactParasite just fuckin roasted this faggot
Label: Hate Speech
Output:
| [
"true"
] | task905-a82f7ac6147a4854b489880d359dc8ee |
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: “@PaigeHardesty: A relationship is only made for two.. but some bitches don't know how to count.”amen to that!
Label: Offensive
Output:
| [
"true"
] | task905-3bd38b5cbba64a7b84f4c3f72258bac0 |
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: @JustDoItSlow 😒FOREVER 21 hoes
Label: Neither
Output:
| [
"true"
] | task905-3f021d15856b42d3a202c46e354a3b48 |
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: #Yankees If Royals have a fire sale. I want the whole team!! Leave Gardner and Tanaka. The rest can please go. Along with Joe and Cash.
Label: Neither
Output:
| [
"true"
] | task905-0803fba5c08c454cb3e0463dc33c6b16 |
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 @iceyy505: I HATE hoe ass people.
Label: Offensive
Output:
| [
"false"
] | task905-c4706986b2004bf7a674547a8e3b7d48 |
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: Maybe I don't feel too great because I only got 3hrs of sleep. Surely it's not last nights boxes of cookies & crackers dinner! 🐷 😖 #chunk
Label: Offensive
Output:
| [
"false"
] | task905-ca1f2b81630a45b4b84b3654b035458e |
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: @DebsFLPx I was lucky to be sensible and I've never had a fag or a drug. I'm pleased about that statistic. Yes I have a beer but that's all.
Label: Hate Speech
Output:
| [
"false"
] | task905-dc90b7e338cd4a7b9ef14b31ef413c1f |
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 @_iHATEMOON: All these bitches & niggaz with they imaginary haters .....
Label: Offensive
Output:
| [
"false"
] | task905-e37f7feb6c4c4f2696cc0a10bcb3050d |
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: @Ole_Boy @m10eezy yes I'm white washed because I don't go around repping my hood and saying a bunch of ignorant nig terms.
Label: Hate Speech
Output:
| [
"true"
] | task905-dc6b4eb6531b47448de830b3af85b588 |
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: @NotEvanLarkin @bbcollins32 birds of a feather flock together y'all 🐥🐣
Label: Neither
Output:
| [
"true"
] | task905-66eddf06233f43a7b97a37504bcb293f |
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, | #Latina | Latina chick gets her pussy pumped http://t.co/4dhwuI5ARd
Label: Offensive
Output:
| [
"true"
] | task905-acd3bdc39d3e4f0db4374b91dd16e7e2 |
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: “@SarabiaErik: I just accidentally ate a pot brownie. I guess there goes my pledge of being drug free for life . lolz .” Lmao #College
Label: Neither
Output:
| [
"true"
] | task905-c2ba52dbf5ae43a8a885e4a47b869b8f |
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 @490xl: why get attached to people when you can jump in a trash can and feel the same way
Label: Hate Speech
Output:
| [
"false"
] | task905-ff4336411e894398ae5044218fe48233 |
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, | #OldYoung | german milf getting young and old cock in her pussy http://t.co/kXhzjwG4Ii
Label: Offensive
Output:
| [
"true"
] | task905-5d060d050d5d435aaf8c2451c03bd4ad |
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'm 81 and I still eat animal crackers
#EMABiggestFans1D
Label: Offensive
Output:
| [
"false"
] | task905-387143bd4c9a4d4abeac6b6d6037d4f5 |
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: “@NeiAllure: & you should feel disrespected if a bitch try to suck you up with dry lips. 💀💀”
Label: Offensive
Output:
| [
"true"
] | task905-93936553ea84428e982b525fddd2870b |
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: Chill RT @PhillyTheBoss If I ever become president Imma ban Henny from America..... For a Day, just to see you negroes panic. "gotcha bitch"
Label: Hate Speech
Output:
| [
"true"
] | task905-1e9471a802c24df3abd1150cbc60d9bf |
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: @mike_ray7 congratulations, you are officially fucking retarded.
Label: Hate Speech
Output:
| [
"true"
] | task905-a68f70a745d6473ebbeccdba82ae7558 |
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: “@mix3ddchickk: Donny a hoe”
Since when?¿?
Label: Neither
Output:
| [
"false"
] | task905-50143d90a07840c98e879eccfdbc5bee |
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: 'Damn you, whitey!' You'll get a kick out of the 'newest form of white privilege' http://t.co/zLpFZsITOm
Label: Hate Speech
Output:
| [
"true"
] | task905-7da2a058e8aa4ea8991be9014161b965 |
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: “@mckinley719: @vintagebeezy15 luhv u tioo!a!!!¡♥♥” drunk bitch lol
Label: Neither
Output:
| [
"false"
] | task905-f0c4a20d299a445cbd1f1c9d6e3ebab3 |
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: They should have never gave a cracker a transmitter!!!!!! @realdjTV will flip when he sees this. http://t.co/cYCdbhbXkQ
Label: Offensive
Output:
| [
"false"
] | task905-e7b8626e54504f51ab9955508266eed9 |
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: "@fuckcamoclark: Roses are red and violets are blue and niggers are black, you know that's true." @dylan72892
Label: Offensive
Output:
| [
"true"
] | task905-2f6b45262db346c3bb989b77b3a1de6a |
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: @eGoTheIcoN everytime pro teams do GB tourneys that get schmanged. Im not fanboying im just saying I don't think u should say they're trash.
Label: Neither
Output:
| [
"true"
] | task905-b10a7f1a81794617980054766e1934c8 |
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: @EakaErick I wouldn't share a wave with those trash cans
Label: Neither
Output:
| [
"true"
] | task905-68d5d9fc45194ad9a8667a834b880d1b |
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: @CallMeRenee_ @lilmenifee__ wussup bitch
Label: Neither
Output:
| [
"false"
] | task905-e72fb14d41834f9a85ef8a9f8451a8ce |
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: @AllieBruner Stop being mean, bitch! ))))))):
Label: Neither
Output:
| [
"false"
] | task905-52a6770c8fb346d8a1757f52cc18c180 |
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: @KingCuh @TEE_JONEZ io.. lol osi tangi! Haha a tuku ho tangible Terryn! Atunga ho fie lea lahi mai!
Label: Neither
Output:
| [
"true"
] | task905-c8af39e4bd6c4b219b8600d59b63843d |
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: @vh1ADENECA @260chocolate @4Sunshinejones1 aye, I respect ya hustle and all but dont tweet me anymore trash ass videos...thank u kindly
Label: Neither
Output:
| [
"true"
] | task905-63fe395658ea489d8fc757779647d022 |
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: "Dumb bitches do dumb things"
Label: Offensive
Output:
| [
"true"
] | task905-f7d46573b7f34df49ffeb8ce49ee2141 |
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: Early morning beer as a reward for waking up and taking the trash out
Label: Hate Speech
Output:
| [
"false"
] | task905-b45576d7a07b49309dce7e7a75b4294f |
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: “@TwittahCween: Always tryna degrade girls&shit 😒 when really..pussy&ass is almost all yall think about so shuuutt iittt .” Sometimes
Label: Offensive
Output:
| [
"true"
] | task905-afe0546e0b54495c95a371660d0fd020 |
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: @Hendrixoxo lemme guess you wore the hilly hicks sweats/leggings 😂😂🎂🍰👏🍑
Label: Neither
Output:
| [
"true"
] | task905-a22f762a13c543b7b2d9fb91f211e55d |
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 @Tyler_Weddle_23: “@Sexualgif: "I hate that hoe already" 😂💀 http://t.co/JzBcCsn75h” 😂😂😂 this shit cracks me up!
Label: Offensive
Output:
| [
"false"
] | task905-b42f8c3d896a4f549dc6b542a1393aca |
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: He so trash RT @yusufyuie Cary Williamsc GOT CARRIED lol
Label: Hate Speech
Output:
| [
"false"
] | task905-0ce0007530c54fe9bb17e12d0dfafe96 |
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: "@Crhedrys: Pussy licking pussy.... meow meow #StopWhitePeople2014 🐱 https://t.co/KeegDCjS5K”""""
😕
Label: Offensive
Output:
| [
"true"
] | task905-104bea5c137b4db39ffc33b00076a6b9 |
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 purchased my first trenta iced coffee....this is a slippery slope
Label: Offensive
Output:
| [
"false"
] | task905-8de00e5a928646c3aae4266a2a654fc1 |
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: “@waymoflydenu Them Jew Lawyers and Doctors say "Nigga" ran? Lol”nope they say shit like queer though
Label: Hate Speech
Output:
| [
"false"
] | task905-7ed2a4b0118a4805bf56875e1b5f8bae |
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 @uncledaddy69: @weakenednachos California's biggest retards. Don't forget about HOLY who just released an amazing EP.
Label: Neither
Output:
| [
"false"
] | task905-e406db36e1d942368f8d19fc5b985d40 |
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 @RihannaHasAids: aight game over. dykes had to ruin it http://t.co/o0CAn6gb1p
Label: Offensive
Output:
| [
"false"
] | task905-944340f6c25b42dfa4723dca26c984c1 |
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: @frankthetank215 @Jim_McCloskey Fran is a hillbilly Virginia mountain man who has pre-1800s white Anglo-Saxon beliefs #frankensteinMD #kikme
Label: Neither
Output:
| [
"true"
] | task905-f42e1b4811604f878217d34572db06c8 |
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: @seannn181 youre a fag
Label: Hate Speech
Output:
| [
"true"
] | task905-a2b1e0ecd4cb49979712e51937ec468d |
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 @CoIlegefessions: "My roommate is having sex and I'm eating Oreos. It's gonna be a great year!" - Kutztown University
Label: Offensive
Output:
| [
"false"
] | task905-54ebd0046bab4c8785314b8971b9de62 |
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: @Iemonaids done that spell check we know you meant fat liberal Dyke feminist Nazi bitches
Label: Hate Speech
Output:
| [
"true"
] | task905-29857895b5b2447ca065c334863f6ff3 |
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: Is Yankee in a good mood today or what
Label: Hate Speech
Output:
| [
"false"
] | task905-516e44b3b54e4f96aa4e76269e965051 |
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: @Fit4LifeMike @chanelisabeth shut up fuckin beaner
Label: Neither
Output:
| [
"false"
] | task905-95ebebb5864d4a18a5f09afa0af4b3c5 |
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: As Chanice say that, I realize the coons move from drinking Moet to Belaire. All yuh feel all yuh so fancy with all yuh $30 champagne eh
Label: Offensive
Output:
| [
"false"
] | task905-2200734858ce4ba8bc4a07932db878d6 |
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: "@altosteel115: http://t.co/tM28mh5XG2" woof woof. Sexy thug boy scally.
Label: Offensive
Output:
| [
"true"
] | task905-8a498941ea1249cabc4382715b9d1ad0 |
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 feel utterly retarded. Thanks big brother😳😂 @Crawford96M
Label: Hate Speech
Output:
| [
"false"
] | task905-73c4cbfc88554973ac9b547938f8fea8 |
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: #IHopeSomeday that these hoes just find their own relationship instead of ruining others
Label: Offensive
Output:
| [
"true"
] | task905-0f20cb30ecb84396a86d1e427e2f9cba |
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: @GYPMATIC45 i pissed alotta ppl off on fb i was flooding the newsfeed next target them hoe ass texans
Label: Neither
Output:
| [
"false"
] | task905-a48cfe65e76f4d9b8aa4dfe7de1ab9d5 |
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: "@TweetGameLazy: I can ride your bitch with no handle bars"
Label: Offensive
Output:
| [
"true"
] | task905-3f70903358d94040b7894558ae5ccdcd |
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: 😂 bruh these hoes gotta be stupid.
Label: Offensive
Output:
| [
"true"
] | task905-2f8e752107364abfbedbb9ccfa452a23 |
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: @1SonofYahweh and he whips mommy with the belt. They have not arrested this black womans real nigger yet. She got what she wanted... death!
Label: Hate Speech
Output:
| [
"false"
] | task905-7826bc2eb6c04d03a9c92d15a3504a57 |
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: @MenachemDreyfus @NatlFascist88 @waspnse Shit your ass and shabbat your moms pussy u Jew bastard. Ur times coming. Heil Hitler!
Label: Hate Speech
Output:
| [
"true"
] | task905-51aa16a74e81461987ba2836306c0512 |
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: As soon as a Democrat gets a chance to ? the political hack #foxnews goes to commercial then back with Bolton LMAO #teabaggers #benghazi
Label: Offensive
Output:
| [
"false"
] | task905-5444ad8d462048d09c47e19fdbf7bda8 |
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: Put the redskins in your starting lineup instead of the Dolphins...it'll be fun they said.
Label: Hate Speech
Output:
| [
"false"
] | task905-8d5af93798224ee6ae14286b5bc39b81 |
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: @SVL305 but @leemcastro is not even a blogger. He doesn't have the moxy or credentials to do anything by himself and create a brand.
Label: Neither
Output:
| [
"true"
] | task905-bc70e990ece749ba8e67195efa786a58 |
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: @BeaMiller dumb bitch stfu
Label: Hate Speech
Output:
| [
"false"
] | task905-7d0304b8ba5946e785cae3e83dcbfddc |
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: @CarelessOne92 a young nigga turned into Mr. CATCHMEIFYOUCAN....I'm in da field my nig #WEDAOPPS #FUKEMWEBALL
Label: Neither
Output:
| [
"false"
] | task905-c1a5eedbd11c45519f5c7325b7a8da83 |
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: "@glowstruck: But a nigga gon be a nigga, be a nigga." You sound fuckin retarded
Label: Offensive
Output:
| [
"true"
] | task905-8339b1e7abc04b13ab67c868781fdf07 |
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: "when guys say "Latinas >" they mean the Kim Kardashian looking girls not you bitches that shaped like a mini fridge & smell like tortillas"
Label: Offensive
Output:
| [
"true"
] | task905-a0a5576755e84a85bcf53d8a79be001b |
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: @NOT_UR_BRO @niccol3_xo lmao nigga shoulda said I would be balless bc dat cold bitch wont stop blowin me#swaagg
Label: Hate Speech
Output:
| [
"true"
] | task905-fa075cdce83b456d8847206d5acf8787 |
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 fucking fag “@baethingape: this is exactly what i am talking about
women are pigs http://t.co/oKR3seYFBJ”
Label: Neither
Output:
| [
"false"
] | task905-7ab1e8784b674c51973c9c077c71bce2 |
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: @CreoleBabyBritt Don't make me draw you like one of my Franch bitches, heffa.
Label: Hate Speech
Output:
| [
"false"
] | task905-e5ac0e0884c9459dbdbc1e1fd6df572a |
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: “@AC_Hussle: 98% of women were sluts freshman year of college.” Let these hoes be great
Label: Offensive
Output:
| [
"true"
] | task905-c4af2daf44884b358a093b560d62fb1e |
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 @CreepyScout: Bend over.
And pick up that trash.
Label: Offensive
Output:
| [
"false"
] | task905-de7ca0a3401b4d9984b9a0423fc56d0b |
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 @MrHoratioSanz: Vin Scully once called me a camel jockey. #liesaboutvinscully
Label: Offensive
Output:
| [
"false"
] | task905-97bc04e7904044e1893393e417113329 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.