koka

  • Açıklama :

CoQA: Sohbete Dayalı Soru Cevaplama Yarışması

Bölmek örnekler
'test' 500
'train' 7.199
  • Özellik yapısı :
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),
})
  • Özellik belgeleri :
Özellik Sınıf Şekil Dtipi Tanım
ÖzelliklerDict
Yanıtlar Sekans
cevaplar/cevap_end tensör int32
cevaplar/cevap_başlangıç tensör int32
cevaplar/giriş_metni Metin sicim
sorular Sıra(Metin) (Hiçbiri,) sicim
kaynak Metin sicim
Öykü Metin sicim
  • Alıntı :
@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}
}