- คำอธิบาย :
CoQA: ความท้าทายในการตอบคำถามเชิงสนทนา
เอกสารประกอบเพิ่มเติม : สำรวจเอกสารด้วยรหัส
หน้าแรก : https://stanfordnlp.github.io/coqa/
รหัสที่มา :
tfds.question_answering.coqa.Coqaรุ่น :
-
1.0.0(ค่าเริ่มต้น): ไม่มีบันทึกประจำรุ่น
-
ขนาดการดาวน์โหลด :
55.40 MiBขนาดชุดข้อมูล :
18.28 MiBแคชอัตโนมัติ ( เอกสาร ): ใช่
แยก :
| แยก | ตัวอย่าง |
|---|---|
'test' | 500 |
'train' | 7,199 |
- โครงสร้างคุณลักษณะ :
FeaturesDict({
'answers': Sequence({
'answer_end': int32,
'answer_start': int32,
'input_text': Text(shape=(), dtype=string),
}),
'questions': Sequence(Text(shape=(), dtype=string)),
'source': Text(shape=(), dtype=string),
'story': Text(shape=(), dtype=string),
})
- เอกสารคุณสมบัติ :
| ลักษณะเฉพาะ | ระดับ | รูปร่าง | Dประเภท | คำอธิบาย |
|---|---|---|---|---|
| คุณสมบัติDict | ||||
| คำตอบ | ลำดับ | |||
| คำตอบ/answer_end | เทนเซอร์ | int32 | ||
| คำตอบ/answer_start | เทนเซอร์ | int32 | ||
| คำตอบ/input_text | ข้อความ | สตริง | ||
| คำถาม | ลำดับ (ข้อความ) | (ไม่มี,) | สตริง | |
| แหล่งที่มา | ข้อความ | สตริง | ||
| เรื่องราว | ข้อความ | สตริง |
คีย์ภายใต้การดูแล (ดู
as_superviseddoc ):Noneรูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@misc{reddy2018coqa,
title={CoQA: A Conversational Question Answering Challenge},
author={Siva Reddy and Danqi Chen and Christopher D. Manning},
year={2018},
eprint={1808.07042},
archivePrefix={arXiv},
primaryClass={cs.CL}
}