코코아

  • 설명 :

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),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
답변 순서
답변/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}
}