aquamuse

ข้อมูลอ้างอิง:

นามธรรม

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน 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"
    }
}