RealTimeData/bbc_alltime
This dataset contains BBC News articles from 2017 to 2022. The articles are arraged by month. Access the specific month by using the format "YYYY-MM" as config. Such as load_dataset("RealTimeData/bbc_alltime", "2021-1").
0329
1---2license: cc-by-2.03---4 5# BBC for All Times6 7You could find BBC News articles from every month between 2017 to 2022.8 9Use this to download BBC News articles during a specific month:10```11ds = datasets.load_dataset('RealTimeData/bbc_alltime', '2017-8')12```13 14The time stamp follows the format of "YYYY-MM".