--- license: apache-2.0 task_categories: - text-classification language: - en size_categories: - 1K **Paper:** [DeTexD: A Benchmark Dataset for Delicate Text Detection](TODO) ## Dataset Structure ### Data Instances ``` {'text': '"He asked me and the club if we could give him a couple of days off just to clear up his mind and he will be back in the group, I suppose, next Monday, back for training and then be a regular part of the whole squad again," Rangnick said.', 'annotator_1': 0, 'annotator_2': 0, 'annotator_3': 0, 'label': 0} ``` ### Data Fields - `text`: Text to be classified - `annotator_1`: Annotator 1 score (0-5) - `annotator_2`: Annotator 2 score (0-5) - `annotator_3`: Annotator 3 score (0-5) - `label`: Averaged binary score (>=3), either "negative" (0) or positive (1) ### Data Splits | | test | |--------------------|-----:| | Number of examples | 1023 | ### Citation Information TODO