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}
}