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
Count and Percentage of 'None'
The query reveals the frequency of 'none' values in raw and clean text fields, their percentage in the dataset, and average text length differences, providing valuable insights for data cleaning and quality assessment.
SQL Console for epfl-llm/guidelines
Identifies records containing frequent occurrences of mental health keywords, providing basic filtering for text analysis but offering limited insight beyond keyword frequency counting.
Top Texts with Bisplar Disorder
Identifies texts with high frequency of "bipolar disorder" mentions, useful for understanding how often this term appears in the dataset but doesn't reveal deeper patterns or relationships.
Filter Bipolar, Depression Mentions
Filters for records containing the terms "bipolar_disorder" or "depression" at least 5 times each, but doesn't provide meaningful analysis beyond basic keyword frequency counting.
Bipolar Disorder Training Data
Performs basic filtering to find records containing "bipolar disorder" in the clean_text field, which is useful for initial topic exploration but doesn't provide deeper analytical insights.
PubMed Guidelines Sample
Retrieves 100 samples from the 'train' dataset where the source is 'pubmed', providing a basic view of the data but limited analytical value.
Text Length Statistics
Provides the minimum and maximum lengths of both cleaned and raw text, offering basic insights into text length variation.
Count None Values in Text Columns
Counts the occurrences and percentages of rows where 'raw_text' or 'clean_text' is 'none', providing a basic overview of missing or placeholder data.
Top 100 Longest Clean Texts
Retrieves the 100 longest cleaned text entries along with their raw text versions, offering basic insight into text length differences.
Longest Clean Text Entries
Returns the 100 longest clean texts in the dataset, which could help identify unusually long entries for quality review.
Longest Clean Text Entries
Returns the 100 longest cleaned text entries by id and title, providing basic information about the longest entries without significant analytical insight.