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 openai/gsm8k
Classifies questions into categories like coding, problem-solving, and save-as-pdf, providing useful insights into the nature of the queries asked.
SQL Console for openai/gsm8k
The query retrieves a random selection of question-answer pairs with questions containing 350 words or fewer, providing a basic sample of the dataset's content without deeper analysis.
SQL Console for openai/gsm8k
The query constructs prompts for a dataset by concatenating a static instruction with a question, filtering for valid questions within a specific length range, and randomly selecting a limited number of entries. It provides basic filtering and formatting but does not offer deep analytical insights.
Prompt-Only Questions Sample
Retrieves a formatted list of 30 questions with a specific prefix from the dataset, providing minimal insight.
SQL Console for openai/gsm8k
This query constructs a dataset of prompts by appending a fixed instruction to each question and labels them as 'thinking', providing basic formatted output but no deeper analysis.
SQL Console for openai/gsm8k
The query performs basic string concatenation and limits the output, which provides limited analytical value.
SQL Console for openai/gsm8k
The query generates prompts by appending a specific instruction to the beginning of each question, which provides limited analytical value as it merely formats the data without revealing deeper insights.
Final Answer Prompt Display
The query creates prompts for a dataset by appending a specific instruction to each question, but it doesn't provide significant analytical insights or reveal interesting patterns in the data.
Train Prompts with Thinking Steps
The query generates a set of prompts for a specific instruction but does not provide meaningful insights or reveal patterns beyond basic data retrieval.
Longest Answers in Test Set
Retrieves questions and answers ordered by the length of the answer, providing a basic view of the longest answers in the dataset.
Formatted Short QA Samples
Selects a random sample of 25 question-answer pairs where the question is 350 words or less, providing a basic overview of the dataset's content.
Short Questions JSON Export
Exports a limited set of questions shorter than 150 characters, which provides basic filtering but minimal analytical value.
Longest Answers in GSM8K
Retrieves the 100 longest answers along with their corresponding questions, providing basic insight into the variability in answer lengths.
Longest Answer Questions
Retrieves the top 10 questions with the longest answers, providing basic insight into the variability of answer lengths.
Longest Answer Questions
Retrieves the top 10 questions with the longest answers, providing basic insight into the variability of answer lengths.
Longest Answers in Test Set
Retrieves the 10 longest answers from the dataset, providing basic insight into the variability of answer lengths.
Short Q&A Samples
Retrieves a limited set of question-answer pairs where the question is relatively short, providing basic data retrieval with minimal analytical value.
Questions or Answers with MASK
Identifies rows in the dataset where the question or answer contains the word 'MASK', providing a basic filter on those records.