참고자료:
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:narrativeqa')
- 설명 :
The NarrativeQA dataset for question answering on long documents (movie scripts, books). It includes the list of documents with Wikipedia summaries, links to full stories, and questions and answers.
- 라이센스 : 알려진 라이센스 없음
- 버전 : 0.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 10557 |
'train' | 32747 |
'validation' | 3461 |
- 특징 :
{
"document": {
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"kind": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"file_size": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"word_count": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"start": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"end": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"summary": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"question": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"answers": [
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
]
}
,참고자료:
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:narrativeqa')
- 설명 :
The NarrativeQA dataset for question answering on long documents (movie scripts, books). It includes the list of documents with Wikipedia summaries, links to full stories, and questions and answers.
- 라이센스 : 알려진 라이센스 없음
- 버전 : 0.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 10557 |
'train' | 32747 |
'validation' | 3461 |
- 특징 :
{
"document": {
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"kind": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"file_size": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"word_count": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"start": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"end": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"summary": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"question": {
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"answers": [
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"tokens": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}
]
}