참고자료:
arxiv
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:scientific_papers/arxiv')
- 설명 :
Scientific papers datasets contains two sets of long and structured documents.
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
Both "arxiv" and "pubmed" have two features:
- article: the body of the document, pagragraphs seperated by "/n".
- abstract: the abstract of the document, pagragraphs seperated by "/n".
- section_names: titles of sections, seperated by "/n".
- 라이센스 : 알려진 라이센스 없음
- 버전 : 1.1.1
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 6440 |
'train' | 203037 |
'validation' | 6436 |
- 특징 :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstract": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"section_names": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
출판된
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:scientific_papers/pubmed')
- 설명 :
Scientific papers datasets contains two sets of long and structured documents.
The datasets are obtained from ArXiv and PubMed OpenAccess repositories.
Both "arxiv" and "pubmed" have two features:
- article: the body of the document, pagragraphs seperated by "/n".
- abstract: the abstract of the document, pagragraphs seperated by "/n".
- section_names: titles of sections, seperated by "/n".
- 라이센스 : 알려진 라이센스 없음
- 버전 : 1.1.1
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 6658 |
'train' | 119924 |
'validation' | 6633 |
- 특징 :
{
"article": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstract": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"section_names": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}