مراجع:
مجردة
استخدم الأمر التالي لتحميل مجموعة البيانات هذه في 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"
}
}