q_re_cc

  • 説明:

81K の質問と回答のペアを含む 14K の会話を含むデータセット。 QReCC は、TREC キャスト、QuAC、および Google Natural Questions からの質問に基づいて構築されています。

スプリット
'test' 16,451
'train' 63,501
  • 機能構造:
FeaturesDict({
    'answer': Text(shape=(), dtype=string),
    'answer_url': Text(shape=(), dtype=string),
    'context': Sequence(Text(shape=(), dtype=string)),
    'conversation_id': Scalar(shape=(), dtype=int32),
    'question': Text(shape=(), dtype=string),
    'question_rewrite': Text(shape=(), dtype=string),
    'source': Text(shape=(), dtype=string),
    'turn_id': Scalar(shape=(), dtype=int32),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
答え文章ストリング
answer_url文章ストリング
コンテクストシーケンス(テキスト) (なし、)ストリング
会話_idスカラーint32会話の ID。
質問文章ストリング
question_rewrite文章ストリング
ソース文章ストリングデータの元のソース -- QuAC、CAST、または Natural Questions のいずれか
turn_idスカラーint32会話内の会話ターンの ID。
  • 引用
@article{qrecc,
  title={Open-Domain Question Answering Goes Conversational via Question Rewriting},
  author={Anantha, Raviteja and Vakulenko, Svitlana and Tu, Zhucheng and Longpre, Shayne and Pulman, Stephen and Chappidi, Srinivas},
  journal={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
  year={2021}
}