coqa
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
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),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
答え | 順序 | | | |
回答/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}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-06 UTC。
[null,null,["最終更新日 2022-12-06 UTC。"],[],[],null,["# coqa\n\n\u003cbr /\u003e\n\n- **Description**:\n\nCoQA: A Conversational Question Answering Challenge\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/coqa)\n\n- **Homepage** :\n \u003chttps://stanfordnlp.github.io/coqa/\u003e\n\n- **Source code** :\n [`tfds.question_answering.coqa.Coqa`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/question_answering/coqa/coqa.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `55.40 MiB`\n\n- **Dataset size** : `18.28 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 500 |\n| `'train'` | 7,199 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'answers': Sequence({\n 'answer_end': int32,\n 'answer_start': int32,\n 'input_text': Text(shape=(), dtype=string),\n }),\n 'questions': Sequence(Text(shape=(), dtype=string)),\n 'source': Text(shape=(), dtype=string),\n 'story': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------------------|----------------|---------|--------|-------------|\n| | FeaturesDict | | | |\n| answers | Sequence | | | |\n| answers/answer_end | Tensor | | int32 | |\n| answers/answer_start | Tensor | | int32 | |\n| answers/input_text | Text | | string | |\n| questions | Sequence(Text) | (None,) | string | |\n| source | Text | | string | |\n| story | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @misc{reddy2018coqa,\n title={CoQA: A Conversational Question Answering Challenge},\n author={Siva Reddy and Danqi Chen and Christopher D. Manning},\n year={2018},\n eprint={1808.07042},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n }"]]