Referanslar:
külliyat
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:scifact/corpus')
- Tanım :
SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.
- Lisans : Bilinen lisans yok
- Sürüm : 1.0.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'train' | 5183 |
- Özellikler :
{
"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"
}
}
iddialar
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:scifact/claims')
- Tanım :
SciFact, a dataset of 1.4K expert-written scientific claims paired with evidence-containing abstracts, and annotated with labels and rationales.
- Lisans : Bilinen lisans yok
- Sürüm : 1.0.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 300 |
'train' | 1261 |
'validation' | 450 |
- Özellikler :
{
"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"
}
}