Dataset Viewer
Auto-converted to Parquet
context
null
question
stringclasses
9 values
response
null
positive_retrieval
stringclasses
9 values
negative_retrieval
stringclasses
10 values
null
Is there an instance where nothing exists?
null
Is there an instance where nothing exists?
There is no evidence of nothing in the empty space.
null
Is the answer zero?
null
Is the answer zero?
Isn't the absence of a solution often zero?
null
Is there any information about the concept of "nothing"?
null
Is there any information about the concept of "nothing"?
Is there any information on the concept of a "no-go" area in a military operation?
null
Is none a suitable answer to the question?
null
Is none a suitable answer to the question?
The temperature in most of the northern hemisphere is none.
null
Is there a sentence that is considered a sentence?
null
Is there a sentence that is considered a sentence?
Is there a sentence that is considered none?
null
What is the definition of none?
null
What is the definition of none?
None of the inmates were allowed to leave the maximum-security prison.
null
What is none?
null
What is none?
None of the ingredients in this cake are not edible.
null
What is none?
null
What is none?
The none of the above options were available for selection.
null
Is there any information about nothing?
null
Is there any information about nothing?
Is there any information about the concept of nothingness?
null
Is the concept empty?
null
Is the concept empty?
Is the space infinite?

Built with Distilabel

Dataset Card for my-distiset-bf9522fa

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/vladimirtan/my-distiset-bf9522fa/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/vladimirtan/my-distiset-bf9522fa/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "context": null,
    "negative_retrieval": "There is no evidence of nothing in the empty space.",
    "positive_retrieval": "Is there an instance where nothing exists?",
    "question": "Is there an instance where nothing exists?",
    "response": null
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("vladimirtan/my-distiset-bf9522fa", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("vladimirtan/my-distiset-bf9522fa")
Downloads last month
61