- Deskripsi :
CoQA: Tantangan Menjawab Pertanyaan Percakapan
Situs web : https://stanfordnlp.github.io/coqa/
Kode sumber :
tfds.question_answering.coqa.Coqa
Versi :
-
1.0.0
(default): Tidak ada catatan rilis.
-
Ukuran download :
55.40 MiB
Ukuran
18.28 MiB
data :18.28 MiB
Cache otomatis ( dokumentasi ): Ya
Split :
Membagi | Contoh |
---|---|
'test' | 500 |
'train' | 7.199 |
- Fitur :
FeaturesDict({
'answers': Sequence({
'answer_end': tf.int32,
'answer_start': tf.int32,
'input_text': Text(shape=(), dtype=tf.string),
}),
'questions': Sequence(Text(shape=(), dtype=tf.string)),
'source': Text(shape=(), dtype=tf.string),
'story': Text(shape=(), dtype=tf.string),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):None
Kutipan :
@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}
}
Gambar ( tfds.show_examples ): Tidak didukung.
Contoh ( tfds.as_dataframe ):