--- {} --- # 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 2024-05-27 to 2024-06-03. The data collection is conducted on 2024-06-03. 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.