एक्वाम्यूज

सन्दर्भ:

भावात्मक

इस डेटासेट को TFDS में लोड करने के लिए निम्न कमांड का उपयोग करें:

ds = tfds.load('huggingface:aquamuse/abstractive')
  • विवरण :
AQuaMuSe is a novel scalable approach to automatically mine dual query based multi-document summarization datasets for extractive and abstractive summaries using question answering dataset (Google Natural Questions) and large document corpora (Common Crawl)
  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 2.3.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 811
'train' 6253
'validation' 661
  • विशेषताएं :
{
    "query": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_urls": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "target": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

निष्कर्षण

इस डेटासेट को TFDS में लोड करने के लिए निम्न कमांड का उपयोग करें:

ds = tfds.load('huggingface:aquamuse/extractive')
  • विवरण :
AQuaMuSe is a novel scalable approach to automatically mine dual query based multi-document summarization datasets for extractive and abstractive summaries using question answering dataset (Google Natural Questions) and large document corpora (Common Crawl)
  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 2.3.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 811
'train' 6253
'validation' 661
  • विशेषताएं :
{
    "query": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "input_urls": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "target": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}