- 설명 :
CoQA: 대화형 질문 응답 과제
버전 :
-
1.0.0
(기본값): 릴리스 정보가 없습니다.
-
다운로드 크기 :
55.40 MiB
데이터 세트 크기 :
18.28 MiB
자동 캐시 ( 문서 ): 예
분할 :
나뉘다 | 예 |
---|---|
'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 | 텍스트 | 끈 | ||
질문 | 시퀀스(텍스트) | (없음,) | 끈 | |
원천 | 텍스트 | 끈 | ||
이야기 | 텍스트 | 끈 |
감독된 키 (
as_supervised
문서 참조):None
그림 ( tfds.show_examples ): 지원되지 않습니다.
예 ( tfds.as_dataframe ):
- 인용 :
@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}
}