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
Extract Triplets from Sentences
Extracts and displays meaningful triplets (subject, relation, object) from the dataset, helping to understand relational patterns within the text data.
Train Data with Sentences
The query selects titles, sentences, and labels from entries in the 'train' table, limiting the results to 100. It includes a condition to check for existence, but since it's querying the same table, the condition is redundant and doesn't add meaningful insight beyond basic retrieval.