- 説明:
CoQA: 会話型質問応答チャレンジ
追加のドキュメント:コードを使用したペーパーの探索
バージョン:
-
1.0.0(デフォルト): リリース ノートはありません。
-
ダウンロード サイズ:
55.40 MiBデータセットサイズ:
18.28 MiB自動キャッシュ(ドキュメント): はい
スプリット:
| スプリット | 例 |
|---|---|
'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),
})
- 機能のドキュメント:
| 特徴 | クラス | 形 | Dtype | 説明 |
|---|---|---|---|---|
| 特徴辞書 | ||||
| 答え | 順序 | |||
| 回答/answer_end | テンソル | int32 | ||
| 回答/answer_start | テンソル | int32 | ||
| 回答/input_text | 文章 | ストリング | ||
| 質問 | シーケンス(テキスト) | (なし、) | ストリング | |
| ソース | 文章 | ストリング | ||
| 話 | 文章 | ストリング |
監視されたキー(
as_superviseddocを参照):None図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@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}
}