Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
File size: 1,506 Bytes
d14c973
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7833218
d14c973
7833218
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: link
    dtype: string
  - name: publish
    struct:
    - name: $date
      dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 56444149767
    num_examples: 16762024
  download_size: 28652191009
  dataset_size: 56444149767
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "BKAINewsCorpus"

The [Binhvq News Corpus](https://github.com/binhvq/news-corpus), a widely used dataset featuring approximately 20 million articles from diverse sources, received its last update in May 2021. To enhance this collection, we gathered an additional 10 million articles up until November 2023. By integrating these newly acquired articles with the existing [Binhvq News Corpus](https://github.com/binhvq/news-corpus), we have created an extensive Vietnamese News Corpus comprising about 32M articles. Subsequent fuzzy deduplication was conducted to remove duplicate articles, resulting in 53 GB of clean data, which is ready for the continual pretraining of LLMs.

### Please cite our manuscript if this dataset is used for your work
```
  @article{duc2024towards,
    title={Towards Comprehensive Vietnamese Retrieval-Augmented Generation and Large Language Models},
    author={Nguyen Quang Duc, Le Hai Son, Nguyen Duc Nhan, Nguyen Dich Nhat Minh, Le Thanh Huong, Dinh Viet Sang},
    journal={arXiv preprint arXiv:2403.01616},
    year={2024}
  }
```