- คำอธิบาย :
WikiBio สร้างขึ้นโดยใช้หน้าชีวประวัติของ Wikipedia ประกอบด้วยย่อหน้าแรกและโทเค็นกล่องข้อมูล ชุดข้อมูลเป็นไปตามรูปแบบตารางมาตรฐาน
เอกสารประกอบเพิ่มเติม : สำรวจเอกสารด้วยรหัส
หน้าแรก : https://github.com/DavidGrangier/wikipedia-biography-dataset
รหัสแหล่งที่มา :
tfds.structured.WikiBio
รุ่น :
-
0.1.0
(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
318.53 MiB
ขนาดชุดข้อมูล :
795.98 MiB
แคชอัตโนมัติ ( เอกสารประกอบ ): ไม่
แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 72,831 |
'train' | 582,659 |
'validation' | 72,831 |
- โครงสร้างคุณลักษณะ :
FeaturesDict({
'input_text': FeaturesDict({
'context': string,
'table': Sequence({
'column_header': string,
'content': string,
'row_number': int16,
}),
}),
'target_text': string,
})
- เอกสารคุณสมบัติ :
ลักษณะเฉพาะ | ระดับ | รูปร่าง | Dประเภท | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
อินพุต_ข้อความ | คุณสมบัติDict | |||
input_text/บริบท | เทนเซอร์ | สตริง | ||
input_text/ตาราง | ลำดับ | |||
input_text/table/column_header | เทนเซอร์ | สตริง | ||
input_text/table/content | เทนเซอร์ | สตริง | ||
input_text/table/row_number | เทนเซอร์ | int16 | ||
target_text | เทนเซอร์ | สตริง |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):('input_text', 'target_text')
รูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@inproceedings{lebret-etal-2016-neural,
title = "Neural Text Generation from Structured Data with Application to the Biography Domain",
author = "Lebret, R{'e}mi and
Grangier, David and
Auli, Michael",
booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
month = nov,
year = "2016",
address = "Austin, Texas",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D16-1128",
doi = "10.18653/v1/D16-1128",
pages = "1203--1213",
}