q_re_cc

  • คำอธิบาย :

ชุดข้อมูลที่ประกอบด้วยการสนทนา 14K กับคู่คำถาม-คำตอบ 81K QReCC สร้างขึ้นจากคำถามจาก TREC CAST, QuaC และ Google Natural Questions

  • หน้าแรก : https://github.com/apple/ml-qrecc

  • รหัสที่มา : tfds.text.qrecc.QReCC

  • รุ่น :

    • 1.0.0 (ค่าเริ่มต้น): การเปิดตัวครั้งแรก
  • ขนาดการดาวน์โหลด : 7.60 MiB

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

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

  • แยก :

แยก ตัวอย่าง
'test' 16,451
'train' 63,501
  • โครงสร้างคุณลักษณะ :
FeaturesDict({
    'answer': Text(shape=(), dtype=string),
    'answer_url': Text(shape=(), dtype=string),
    'context': Sequence(Text(shape=(), dtype=string)),
    'conversation_id': Scalar(shape=(), dtype=int32),
    'question': Text(shape=(), dtype=string),
    'question_rewrite': Text(shape=(), dtype=string),
    'source': Text(shape=(), dtype=string),
    'turn_id': Scalar(shape=(), dtype=int32),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
คำตอบ ข้อความ สตริง
answer_url ข้อความ สตริง
บริบท ลำดับ (ข้อความ) (ไม่มี,) สตริง
การสนทนา_id สเกลาร์ int32 รหัสของการสนทนา
คำถาม ข้อความ สตริง
คำถาม_เขียนใหม่ ข้อความ สตริง
แหล่งที่มา ข้อความ สตริง แหล่งที่มาดั้งเดิมของข้อมูล -- ทั้ง QuAC, CAST หรือ Natural Questions
เทิร์น_ไอดี สเกลาร์ int32 รหัสของการเปิดการสนทนา ภายในการสนทนา
  • การอ้างอิง :
@article{qrecc,
  title={Open-Domain Question Answering Goes Conversational via Question Rewriting},
  author={Anantha, Raviteja and Vakulenko, Svitlana and Tu, Zhucheng and Longpre, Shayne and Pulman, Stephen and Chappidi, Srinivas},
  journal={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
  year={2021}
}