File size: 1,288 Bytes
ccfa286
f3a00e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ccfa286
 
c9c43d1
 
 
 
 
 
ff7a543
c9c43d1
ff7a543
c9c43d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: title
    dtype: string
  - name: published_date
    dtype: string
  - name: authors
    dtype: string
  - name: description
    dtype: string
  - name: section
    dtype: string
  - name: content
    dtype: string
  - name: link
    dtype: string
  splits:
  - name: train
    num_bytes: 1752677
    num_examples: 438
  download_size: 792183
  dataset_size: 1752677
---

# Latest BBC News

You could always access the latest BBC News articles via this dataset.

We update the dataset weekly, on every Sunday. So the dataset always provides the latest BBC News article from the last week.

The current dataset on main branch contains the latest BBC News articles submitted from 2023-12-11 to 2023-12-18.

The data collection is conducted on 2023-12-18.

Use the dataset via:
```
ds = datasets.load_dataset('RealTimeData/bbc_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/bbc_latest', revision = '2023-08-20')
```

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