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
SQL Console for Toygar/turkish-offensive-language-detection
Retrieves non-offensive text entries with a label of 0, effectively filtering out profanity and offensive language, and provides a sample of clean data for analysis.
SQL Console for Toygar/turkish-offensive-language-detection
The query filters and retrieves text entries with label 0, excluding those containing offensive or specific words, providing a basic filtered view of the data.
Offensive Language Samples
The query retrieves a limited number of toxic or offensive text entries flagged by specific keywords, which is useful for basic filtering and understanding the distribution of such language in the dataset.
SQL Console for Toygar/turkish-offensive-language-detection
Retrieves comments labeled as 1 that contain a variety of offensive words, useful for identifying patterns in abusive content but limited in broader analytical value.
SQL Console for Toygar/turkish-offensive-language-detection
This query filters out offensive or insulting words from texts labeled as 1, which is useful for cleaning the dataset but does not provide significant analytical insight.
SQL Console for Toygar/turkish-offensive-language-detection
Counts the number of positive labeled posts that do not contain any of the specified offensive words, providing a basic filter for cleaning or analyzing positive sentiment data.
SQL Console for Toygar/turkish-offensive-language-detection
This query filters out offensive content from text entries with a label of 1, providing basic filtering of data but not revealing any significant patterns or insights.
SQL Console for Toygar/turkish-offensive-language-detection
Filters out offensive and inappropriate comments labeled as positive, returning less than unfiltered positive comments that don't include a list of offensive words.
SQL Console for Toygar/turkish-offensive-language-detection
The query filters out offensive words from texts with label 1, providing a cleaned set of data, but does not offer deeper insights or patterns.
SQL Console for Toygar/turkish-offensive-language-detection
Returns rows from the train dataset where the label is 1 and the text contains any of a set of offensive words, providing a basic filter of labeled offensive content.