q_re_cc

  • 설명 :

81,000개의 질문-답변 쌍이 있는 14,000개의 대화가 포함된 데이터세트입니다. QReCC는 TREC CAsT, QuAC 및 Google Natural Question의 질문을 기반으로 구축되었습니다.

나뉘다
'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, description=The id of the conversation.),
    'question': Text(shape=(), dtype=string),
    'question_rewrite': Text(shape=(), dtype=string),
    'source': Text(shape=(), dtype=string),
    'turn_id': Scalar(shape=(), dtype=int32, description=The id of the conversation turn, within a conversation.),
})
  • 기능 문서 :
특징 수업 모양 Dtype 설명
특징Dict
답변 텍스트
답변_URL 텍스트
문맥 시퀀스(텍스트) (없음,)
대화_ID 스칼라 정수32 대화의 ID입니다.
질문 텍스트
질문_재작성 텍스트
원천 텍스트 데이터의 원본 소스 - QuAC, CAsT 또는 Natural Question 중 하나
턴_ID 스칼라 정수32 대화 내에서 대화 차례의 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}
}