Dolphin_number_word

  • คำอธิบาย :

ชุดข้อมูล Dolphin Math Word Problem (2015) ตามที่แสดงใน https://www.microsoft.com/en-us/research/uploads/prod/2016/02//dolphin-sigmadolphin.datasets.pdf

  • โฮมเพจ : https://www.microsoft.com/en-us/research/project/sigmadolphin-2/

  • รหัสที่มา : tfds.text.dolphin_number_word.DolphinNumberWord

  • รุ่น :

    • 0.0.1 : การเปิดตัวครั้งแรก
    • 0.0.2 (ค่าเริ่มต้น): แก้ไข RaggedTensor สมการและแหล่งที่มาแสดงเป็นสตริงเดียวโดยมีส่วนประกอบคั่นด้วยช่องว่าง
    • 0.0.3 : นำตรรกะกลับมาใช้ใหม่เพื่อจัดการกับกรณีขอบที่เกี่ยวข้องกับตัวอย่างที่ไม่มีแหล่งที่มา
  • ขนาดการดาวน์โหลด : 280.42 KiB

  • ขนาดชุดข้อมูล : 1.49 MiB

  • แคชอัตโนมัติ ( เอกสาร ): ใช่

  • แยก :

แยก ตัวอย่าง
'test' 3,507
'train' 864
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'ans': Text(shape=(), dtype=string),
    'equations': Text(shape=(), dtype=string),
    'id': Text(shape=(), dtype=string),
    'index': int32,
    'sources': Text(shape=(), dtype=string),
    'text': Text(shape=(), dtype=string),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ตอบ ข้อความ สตริง
สมการ ข้อความ สตริง
รหัส ข้อความ สตริง
ดัชนี เทนเซอร์ int32
แหล่งที่มา ข้อความ สตริง
ข้อความ ข้อความ สตริง
  • การอ้างอิง :
@inproceedings{inproceedings,
author = {Shi, Shuming and Wang, Yuehui and Lin, Chin-Yew and Liu, Xiaojiang and Rui, Yong},
year = {2015},
month = {09},
pages = {},
title = {Automatically Solving Number Word Problems by Semantic Parsing and Reasoning},
doi = {10.18653/v1/D15-1135}
}