Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,12 +10,20 @@ size_categories:
|
|
| 10 |
---
|
| 11 |
Vietnamese NewsSapo Dataset
|
| 12 |
|
| 13 |
-
|
| 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
|
| 18 |
|
| 19 |
Step 2: Extract title-sapo-content for each article.
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
}
|