sangdv commited on
Commit
7833218
1 Parent(s): d14c973

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -23,6 +23,16 @@ configs:
23
  - split: train
24
  path: data/train-*
25
  ---
26
- # Dataset Card for "newscorpus-all-dedup-ver231030"
27
 
28
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
23
  - split: train
24
  path: data/train-*
25
  ---
26
+ # Dataset Card for "BKAINewsCorpus"
27
 
28
+ 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.
29
+
30
+ ### Please cite our manuscript if this dataset is used for your work
31
+ ```
32
+ @article{duc2024towards,
33
+ title={Towards Comprehensive Vietnamese Retrieval-Augmented Generation and Large Language Models},
34
+ author={Nguyen Quang Duc, Le Hai Son, Nguyen Duc Nhan, Nguyen Dich Nhat Minh, Le Thanh Huong, Dinh Viet Sang},
35
+ journal={arXiv preprint arXiv:2403.01616},
36
+ year={2024}
37
+ }
38
+ ```