کوکا

  • توضیحات :

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 شرح
FeaturesDict
پاسخ می دهد توالی
answers/answer_end تانسور int32
answers/answer_start تانسور int32
پاسخ ها/متن_ورودی متن رشته
سوالات دنباله (متن) (هیچ یک،) رشته
منبع متن رشته
داستان متن رشته
  • نقل قول :
@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}
}