โคคา

  • คำอธิบาย :

CoQA: ความท้าทายในการตอบคำถามเชิงสนทนา

แยก ตัวอย่าง
'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 ข้อความ สตริง
คำถาม ลำดับ (ข้อความ) (ไม่มี,) สตริง
แหล่งที่มา ข้อความ สตริง
เรื่องราว ข้อความ สตริง
  • การอ้างอิง :
@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}
}