Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 3,207 Bytes
48cd4a6
 
 
4c8d881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b498bd4
 
 
c9375cb
 
 
 
8bb14c6
 
 
 
 
 
 
c9375cb
 
a1b23e8
c9375cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
language:
- en
dataset_info:
  features:
  - name: id
    dtype: string
  - name: submitter
    dtype: string
  - name: authors
    dtype: string
  - name: title
    dtype: string
  - name: comments
    dtype: string
  - name: journal-ref
    dtype: string
  - name: doi
    dtype: string
  - name: report-no
    dtype: string
  - name: categories
    dtype: string
  - name: license
    dtype: string
  - name: abstract
    dtype: string
  - name: versions
    list:
    - name: version
      dtype: string
    - name: created
      dtype: string
  - name: update_date
    dtype: timestamp[s]
  - name: authors_parsed
    sequence:
      sequence: string
  splits:
  - name: train
    num_bytes: 3538777556
    num_examples: 2367176
  download_size: 1992564422
  dataset_size: 3538777556
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc0-1.0
size_categories:
- 1M<n<10M
---

# ArXiv Dataset
## Overview

## Dataset Description

- **Homepage:** [Kaggle arXiv Dataset Homepage](https://www.kaggle.com/Cornell-University/arxiv)
- **Repository:** 
- **Paper:** [On the Use of ArXiv as a Dataset](https://arxiv.org/abs/1905.00075)

This dataset is a comprehensive collection of metadata from the ArXiv repository, a widely-recognized open-access archive offering access to scholarly articles in various fields of science. It covers a broad range of subjects from physics and computer science to mathematics, statistics, electrical engineering, quantitative biology, and economics.

The dataset hosted here is derived from the original ArXiv dataset available on Kaggle, which includes metadata for approximately 2.2 million articles. The metadata encompasses various features such as article titles, authors, categories, abstracts, and full text in PDF format.

This rich repository of scholarly articles provides a valuable resource for data analysis, trend identification, and development of machine learning models. It can facilitate applications like trend analysis, paper recommendation systems, category prediction, co-citation network analysis, knowledge graph construction, and semantic search interfaces.

The data is particularly suited for those interested in natural language processing and text analytics within the academic domain.

## Dataset Composition
The dataset is divided into multiple .parquet files, structured to enable efficient access and analysis. Each file contains a subset of the entire dataset, allowing users to work with manageable portions of data as needed.

## Original Dataset Source
The dataset is based on the **[ArXiv dataset hosted on Kaggle](https://www.kaggle.com/datasets/Cornell-University/arxiv)**, provided by Cornell University. It represents a snapshot of the ArXiv metadata.


### License
This dataset is made available under the CC0: Public Domain License. The original dataset from ArXiv, as provided by Cornell University on Kaggle, is also under the same license, allowing for unrestricted use and distribution.

### Citation and Acknowledgments
When using or citing this dataset, please acknowledge the original source of the data: ArXiv dataset on Kaggle, maintained and operated by Cornell University.