قوقا

  • الوصف :

CoQA: تحدي الإجابة على سؤال المحادثة

انشق، مزق أمثلة
'test' 500
'train' 7199
  • هيكل الميزة :
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),
})
  • وثائق الميزة :
ميزة فصل شكل نوع وصف
الميزات
الإجابات تسلسل
الإجابات / 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}
}