scitldr

তথ্যসূত্র:

বিমূর্ত

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:scitldr/Abstract')
  • বর্ণনা :
A new multi-target dataset of 5.4K TLDRs over 3.2K papers.
SCITLDR contains both author-written and expert-derived TLDRs,
where the latter are collected using a novel annotation protocol
that produces high-quality summaries while minimizing annotation burden.
  • লাইসেন্স : অ্যাপাচি লাইসেন্স 2.0
  • সংস্করণ : 0.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 618
'train' 1992
'validation' 619
  • বৈশিষ্ট্য :
{
    "source": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "source_labels": {
        "feature": {
            "num_classes": 2,
            "names": [
                "non-oracle",
                "oracle"
            ],
            "names_file": null,
            "id": null,
            "_type": "ClassLabel"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rouge_scores": {
        "feature": {
            "dtype": "float32",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "paper_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "target": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

এআইসি

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:scitldr/AIC')
  • বর্ণনা :
A new multi-target dataset of 5.4K TLDRs over 3.2K papers.
SCITLDR contains both author-written and expert-derived TLDRs,
where the latter are collected using a novel annotation protocol
that produces high-quality summaries while minimizing annotation burden.
  • লাইসেন্স : অ্যাপাচি লাইসেন্স 2.0
  • সংস্করণ : 0.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 618
'train' 1992
'validation' 619
  • বৈশিষ্ট্য :
{
    "source": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "source_labels": {
        "feature": {
            "num_classes": 2,
            "names": [
                0,
                1
            ],
            "names_file": null,
            "id": null,
            "_type": "ClassLabel"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rouge_scores": {
        "feature": {
            "dtype": "float32",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "paper_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "ic": {
        "dtype": "bool_",
        "id": null,
        "_type": "Value"
    },
    "target": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

পূর্ণ বার্তা

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:scitldr/FullText')
  • বর্ণনা :
A new multi-target dataset of 5.4K TLDRs over 3.2K papers.
SCITLDR contains both author-written and expert-derived TLDRs,
where the latter are collected using a novel annotation protocol
that produces high-quality summaries while minimizing annotation burden.
  • লাইসেন্স : অ্যাপাচি লাইসেন্স 2.0
  • সংস্করণ : 0.0.0
  • বিভাজন :
বিভক্ত উদাহরণ
'test' 618
'train' 1992
'validation' 619
  • বৈশিষ্ট্য :
{
    "source": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "source_labels": {
        "feature": {
            "num_classes": 2,
            "names": [
                "non-oracle",
                "oracle"
            ],
            "names_file": null,
            "id": null,
            "_type": "ClassLabel"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "rouge_scores": {
        "feature": {
            "dtype": "float32",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "paper_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "target": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}