- คำอธิบาย :
ชุดข้อมูล data-to-text ของเช็กในโดเมนร้านอาหาร การแสดงความหมายอินพุตประกอบด้วยประเภทการดำเนินการของบทสนทนา (แจ้ง ยืนยัน ฯลฯ) ช่อง (อาหาร พื้นที่ ฯลฯ) และค่าต่างๆ มีต้นกำเนิดมาจากการแปลชุดข้อมูลร้านอาหารในซานฟรานซิสโกภาษาอังกฤษโดย Wen et al (2558).
รหัสแหล่งที่มา :
tfds.structured.cs_restaurants.CSRestaurants
รุ่น :
-
1.0.0
(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
1.40 MiB
ขนาดชุดข้อมูล :
2.46 MiB
แคชอัตโนมัติ ( เอกสาร ): ใช่
แยก :
แยก | ตัวอย่าง |
---|---|
'test' | 842 |
'train' | 3,569 |
'validation' | 781 |
- โครงสร้างคุณลักษณะ :
FeaturesDict({
'delex_input_text': FeaturesDict({
'table': Sequence({
'column_header': string,
'content': string,
'row_number': int16,
}),
}),
'delex_target_text': string,
'input_text': FeaturesDict({
'table': Sequence({
'column_header': string,
'content': string,
'row_number': int16,
}),
}),
'target_text': string,
})
- เอกสารคุณสมบัติ :
ลักษณะเฉพาะ | ระดับ | รูปร่าง | Dประเภท | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
delex_input_text | คุณสมบัติDict | |||
delex_input_text/table | ลำดับ | |||
delex_input_text/table/column_header | เทนเซอร์ | สตริง | ||
delex_input_text/table/content | เทนเซอร์ | สตริง | ||
delex_input_text/table/row_number | เทนเซอร์ | int16 | ||
delex_target_text | เทนเซอร์ | สตริง | ||
อินพุต_ข้อความ | คุณสมบัติDict | |||
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{dusek_neural_2019,
author = {Dušek, Ondřej and Jurčíček, Filip},
title = {Neural {Generation} for {Czech}: {Data} and {Baselines} },
shorttitle = {Neural {Generation} for {Czech} },
url = {https://www.aclweb.org/anthology/W19-8670/},
urldate = {2019-10-18},
booktitle = {Proceedings of the 12th {International} {Conference} on {Natural} {Language} {Generation} ({INLG} 2019)},
month = oct,
address = {Tokyo, Japan},
year = {2019},
pages = {563--574},
abstract = {We present the first dataset targeted at end-to-end NLG in Czech in the restaurant domain, along with several strong baseline models using the sequence-to-sequence approach. While non-English NLG is under-explored in general, Czech, as a morphologically rich language, makes the task even harder: Since Czech requires inflecting named entities, delexicalization or copy mechanisms do not work out-of-the-box and lexicalizing the generated outputs is non-trivial. In our experiments, we present two different approaches to this this problem: (1) using a neural language model to select the correct inflected form while lexicalizing, (2) a two-step generation setup: our sequence-to-sequence model generates an interleaved sequence of lemmas and morphological tags, which are then inflected by a morphological generator.},
}