Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Vietnamese
ArXiv:
Libraries:
Datasets
Dask
sangdv commited on
Commit
de1ba3f
·
verified ·
1 Parent(s): ac1dda1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -10,12 +10,20 @@ size_categories:
10
  ---
11
  Vietnamese NewsSapo Dataset
12
 
13
- This is an additional dataset from news-corpus [1] with 31728183 samples.
14
 
15
  To build this dataset, we followed a two-step process:
16
 
17
- Step 1: Collect news data from 2021-11/2023. Combine with news-corpus to form 1 unified dataset.
18
 
19
  Step 2: Extract title-sapo-content for each article.
20
 
21
- [1] https://github.com/binhvq/news-corpus
 
 
 
 
 
 
 
 
 
10
  ---
11
  Vietnamese NewsSapo Dataset
12
 
13
+ The Vietnamese NewsSapo dataset was constructed to train sentence/passage embeddings. Our dataset is structured in a "title-abstract-contents" format, where each news article is represented by a tuple of (title, abstract, content). The content is the main text body of the article and has been processed to remove images, videos, and other non-textual elements. The dataset contains 31,728,183 triples.
14
 
15
  To build this dataset, we followed a two-step process:
16
 
17
+ Step 1: Collect news data from 2021-11/2023. Combine with Binhvq News Corpus to form a unified dataset.
18
 
19
  Step 2: Extract title-sapo-content for each article.
20
 
21
+
22
+ ### Please cite our manuscript if this dataset is used for your work
23
+ ```
24
+ @article{duc2024towards,
25
+ title={Towards Comprehensive Vietnamese Retrieval-Augmented Generation and Large Language Models},
26
+ author={Nguyen Quang Duc, Le Hai Son, Nguyen Duc Nhan, Nguyen Dich Nhat Minh, Le Thanh Huong, Dinh Viet Sang},
27
+ journal={arXiv preprint arXiv:2403.01616},
28
+ year={2024}
29
+ }