File size: 1,297 Bytes
d5e1300
7b52d24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d5e1300
 
f32ee48
 
 
 
 
 
2039cee
f32ee48
2039cee
f32ee48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0d08e1e
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: entry_id
    dtype: string
  - name: published
    dtype: string
  - name: title
    dtype: string
  - name: authors
    sequence: string
  - name: primary_category
    dtype: string
  - name: categories
    sequence: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 52821307
    num_examples: 1160
  download_size: 26236372
  dataset_size: 52821307
---

# Latest arXiv

You could always access the latest arXiv papers via this dataset.

We update the dataset weekly, on every Sunday. So the dataset always provides the latest arXiv papers created in the past week.

The current dataset on main branch contains the latest arXiv papers submitted from 2024-08-19 to 2024-08-26.

The data collection was conducted on 2024-08-26.

Use the dataset via:
```
ds = datasets.load_dataset('RealTimeData/arxiv_latest')
```

# Previsou versions

You could access previous versions by requesting different branches.

For example, you could find the 2023-08-20 version via:
```
ds = datasets.load_dataset('RealTimeData/arxiv_latest', revision = '2023-08-20')
```

Check all available versions by clicking the "Files and versions" button on the top bar.