A sample from the dataset:
{
"natural_language_query": "Show me all blocker severity tickets",
"search_query": {
"filter": "severity_uenum:1",
"query": ""
},
"complexity_level": 1
}
Loading the dataset
You can load this dataset using the following code:
from datasets import load_dataset