อ้างอิง:
คลังข้อมูล
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:scifact/corpus')
- คำอธิบาย :
SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.
- ใบอนุญาต : ไม่มีใบอนุญาตที่รู้จัก
- เวอร์ชัน : 1.0.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'train' | 5183 |
- คุณสมบัติ :
{
"doc_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstract": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"structured": {
"dtype": "bool",
"id": null,
"_type": "Value"
}
}
การเรียกร้อง
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:scifact/claims')
- คำอธิบาย :
SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.
- ใบอนุญาต : ไม่มีใบอนุญาตที่รู้จัก
- เวอร์ชัน : 1.0.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 300 |
'train' | 1261 |
'validation' | 450 |
- คุณสมบัติ :
{
"id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"claim": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"evidence_doc_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"evidence_label": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"evidence_sentences": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"cited_doc_ids": {
"feature": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}