مراجع:
عادي_نص
استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:
ds = tfds.load('huggingface:mc_taco/plain_text')
- وصف :
MC-TACO (Multiple Choice TemporAl COmmonsense) is a dataset of 13k question-answer
pairs that require temporal commonsense comprehension. A system receives a sentence
providing context information, a question designed to require temporal commonsense
knowledge, and multiple candidate answers. More than one candidate answer can be plausible.
The task is framed as binary classification: givent he context, the question,
and the candidate answer, the task is to determine whether the candidate
answer is plausible ("yes") or not ("no").
- الترخيص : غير معروف
- الإصدار : 1.1.0
- الإنشقاقات :
ينقسم | أمثلة |
---|---|
'test' | 9442 |
'validation' | 3783 |
- سمات :
{
"sentence": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"no",
"yes"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"category": {
"num_classes": 5,
"names": [
"Event Duration",
"Event Ordering",
"Frequency",
"Typical Time",
"Stationarity"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}