File size: 1,150 Bytes
039f52b 458cabd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
dataset_info:
features:
- name: title
dtype: string
- name: abstract
dtype: string
- name: authors
sequence: string
- name: published
dtype: string
- name: url
dtype: string
- name: pdf_url
dtype: string
- name: arxiv_id
dtype: string
splits:
- name: train
num_bytes: 16971
num_examples: 10
download_size: 23710
dataset_size: 16971
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "arxiv_cs_papers"
This dataset contains the subset of ArXiv papers with the "cs.LG" tag to indicate the paper is about Machine Learning.
The core dataset is filtered from the full ArXiv dataset hosted on Kaggle: https://www.kaggle.com/datasets/Cornell-University/arxiv. The original dataset contains roughly 2 million papers. This dataset contains roughly 100,000 papers following the category filtering.
The dataset is maintained with requests to the ArXiv API.
The ArXiv dataset contains features:
<ul>
<li> title </li>
<li> abstract </li>
<li> authors </li>
<li> published </li>
<li> url </li>
<li> pdf_url </li>
<li> arxiv_id </li>
</ul> |