multi_x_science_sum

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:multi_x_science_sum')
  • Deskripsi :
Multi-XScience,a large-scale multi-document summarization dataset created from scientific articles. Multi-XScience introduces a challenging multi-document summarization task: writing therelated-work section of a paper based on itsabstract and the articles it references.
  • Lisensi : Tidak ada lisensi yang diketahui
  • Versi : 1.1.0
  • Perpecahan :
Membelah Contoh
'test' 5093
'train' 30369
'validation' 5066
  • Fitur :
{
    "aid": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "mid": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "abstract": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "related_work": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "ref_abstract": {
        "feature": {
            "cite_N": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "mid": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "abstract": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}