{ "default": { "description": "An annotated dataset for hate speech and offensive language detection on tweets.\n", "citation": "@inproceedings{hateoffensive,\ntitle = {Automated Hate Speech Detection and the Problem of Offensive Language},\nauthor = {Davidson, Thomas and Warmsley, Dana and Macy, Michael and Weber, Ingmar},\nbooktitle = {Proceedings of the 11th International AAAI Conference on Web and Social Media},\nseries = {ICWSM '17},\nyear = {2017},\nlocation = {Montreal, Canada},\npages = {512-515}\n}\n", "homepage": "https://github.com/t-davidson/hate-speech-and-offensive-language", "license": "MIT", "features": { "count": { "dtype": "int64", "_type": "Value" }, "hate_speech_count": { "dtype": "int64", "_type": "Value" }, "offensive_language_count": { "dtype": "int64", "_type": "Value" }, "neither_count": { "dtype": "int64", "_type": "Value" }, "class": { "names": [ "hate speech", "offensive language", "neither" ], "_type": "ClassLabel" }, "tweet": { "dtype": "string", "_type": "Value" } }, "supervised_keys": { "input": "tweet", "output": "class" }, "builder_name": "hate_speech_offensive", "dataset_name": "hate_speech_offensive", "config_name": "default", "version": { "version_str": "1.0.0", "major": 1, "minor": 0, "patch": 0 }, "splits": { "train": { "name": "train", "num_bytes": 3207814, "num_examples": 24783, "dataset_name": null } }, "download_size": 1627672, "dataset_size": 3207814, "size_in_bytes": 4835486 } }