web_questions

  • 説明:

このデータセットは、6,642 の質問と回答のペアで構成されています。質問は、大規模なナレッジ グラフである Freebase によって回答可能であると想定されています。質問は、主に単一の名前付きエンティティに集中しています。質問は、Web 上で (少なくとも 2013 年には) よく寄せられる質問です。

スプリット
'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文章ストリング
  • 引用
@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",
}