- 説明:
このデータセットは、6,642 の質問と回答のペアで構成されています。質問は、大規模なナレッジ グラフである Freebase によって回答可能であると想定されています。質問は、主に単一の名前付きエンティティに集中しています。質問は、Web 上で (少なくとも 2013 年には) よく寄せられる質問です。
追加のドキュメント:コード を使用したペーパーの探索
ホームページ: https://worksheets.codalab.org/worksheets/0xba659fe363cb46e7a505c5b6a774dc8a
ソース コード:
tfds.question_answering.WebQuestions
バージョン:
-
1.0.0
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
1.21 MiB
データセットサイズ:
983.88 KiB
自動キャッシュ(ドキュメント): はい
スプリット:
スプリット | 例 |
---|---|
'test' | 2,032 |
'train' | 3,778 |
- 機能構造:
FeaturesDict({
'answers': Sequence(Text(shape=(), dtype=string)),
'question': Text(shape=(), dtype=string),
'url': Text(shape=(), dtype=string),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
答え | シーケンス(テキスト) | (なし、) | ストリング | |
質問 | 文章 | ストリング | ||
URL | 文章 | ストリング |
監視されたキー(
as_supervised
docを参照):None
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@inproceedings{berant-etal-2013-semantic,
title = "Semantic Parsing on {F}reebase from Question-Answer Pairs",
author = "Berant, Jonathan and
Chou, Andrew and
Frostig, Roy and
Liang, Percy",
booktitle = "Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing",
month = oct,
year = "2013",
address = "Seattle, Washington, USA",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/D13-1160",
pages = "1533--1544",
}