Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
fetch failed
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for afrixnli
Dataset Summary
See XTREME-UP GitHub
Languages
There are 20 languages available :
Dataset Structure
Data Instances
The examples look like this for English:
from datasets import load_dataset
data = load_dataset('Davlan/xtreme-up-semantic-parsing', 'yor')
# Please, specify the language code
# A data point example is below:
{
"id": "3231323330393336",
"split": "test",
"intent": "IN:GET_REMINDER",
"locale": "en",
"input": "Read me all the reminders about the cat and what alerts are set?",
"target": "[IN:GET_REMINDER [SL:METHOD_RETRIEVAL_REMINDER Read ] [SL:PERSON_REMINDED me ] [SL:AMOUNT all ] [SL:TODO the cat ] ]",
"slot_string": "0:4:SL:METHOD_RETRIEVAL_REMINDER,5:7:SL:PERSON_REMINDED,8:11:SL:AMOUNT,32:39:SL:TODO"
}
- Downloads last month
- 605