The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
Subsets and Splits
Balanced Toxic and Clean Comments
Creates a balanced, randomly ordered dataset by combining a subset of non-toxic and toxic comments, which could be useful for training a more balanced machine learning model.
SQL Console for tasksource/jigsaw_toxicity
Provides a random sample of 300 toxic comments, useful for understanding the types of content flagged as toxic in the dataset.
Random Non-Toxic Jigsaw Comments
Retrieves 300 random non-toxic comments from the dataset, providing a basic sample of clean text for analysis.
Toxic Comments Extraction
Retrieves all non-empty toxic comments from the dataset, providing a basic filter for toxic content.