CoolFace
Apppublic

mentaura/content-moderation-openenv

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
easy_samples.json73 linesDownload Raw Back to data
1[2  {3    "id": "e001",4    "text": "Thanks for shipping the order — the package arrived on Tuesday.",5    "labels": [],6    "expected_decision": "APPROVE",7    "severity": "low"8  },9  {10    "id": "e002",11    "text": "BUY NOW!!! CLICK HERE FOR FREE IPHONE!!! LIMITED TIME OFFER!!!",12    "labels": ["spam"],13    "expected_decision": "FLAG",14    "severity": "medium"15  },16  {17    "id": "e003",18    "text": "You are useless and should disappear from this forum.",19    "labels": ["harassment"],20    "expected_decision": "BLOCK",21    "severity": "high"22  },23  {24    "id": "e004",25    "text": "Here is the meeting notes doc link for the team: https://example.com/notes",26    "labels": [],27    "expected_decision": "APPROVE",28    "severity": "low"29  },30  {31    "id": "e005",32    "text": "Repeat posting: join my crypto group dm me fast profits guaranteed",33    "labels": ["spam"],34    "expected_decision": "FLAG",35    "severity": "medium"36  },37  {38    "id": "e006",39    "text": "I will find you offline and hurt your family if you keep posting.",40    "labels": ["threat"],41    "expected_decision": "BLOCK",42    "severity": "high"43  },44  {45    "id": "e007",46    "text": "Could someone review my pull request when they have time?",47    "labels": [],48    "expected_decision": "APPROVE",49    "severity": "low"50  },51  {52    "id": "e008",53    "text": "This community is trash and everyone here is worthless.",54    "labels": ["harassment"],55    "expected_decision": "FLAG",56    "severity": "medium"57  },58  {59    "id": "e009",60    "text": "Posting the same ad fifty times in one hour",61    "labels": ["spam"],62    "expected_decision": "FLAG",63    "severity": "medium"64  },65  {66    "id": "e010",67    "text": "People like you deserve to be erased from the internet.",68    "labels": ["hate"],69    "expected_decision": "BLOCK",70    "severity": "high"71  }72]73