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 OpenAssistant/oasst2
Reveals the structure of conversations by pairing prompts with their corresponding responses, highlighting the ranking of assistant responses for English-language messages.
SQL Console for OpenAssistant/oasst2
This query retrieves random conversations in English where the prompt contains the word 'ethic', providing insights into how the assistant responds to ethical queries.
Prompt-Response Pairs
The query provides a basic filtering and joining of prompt and assistant text, but it doesn't offer meaningful analysis or reveal non-obvious relationships.
Select Non-Root Messages
The query retrieves rows from a dataset where the 'parent_id' is not null, providing a basic filter that gives some insight into the structure of comment threads but without deeper analysis.
Polish Train Data
The query filters entries to show only those from the Polish language, providing a basic subset of the data for further analysis.
Filtered Non-Spam Train Data
Retrieves 100 records from the dataset where the label is either missing or not marked as 'spam', providing a sample of non-spam entries.