Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- vi
|
| 5 |
-
pretty_name:
|
| 6 |
tags:
|
| 7 |
- vietnamese
|
| 8 |
- news
|
|
@@ -21,7 +21,9 @@ source_datasets:
|
|
| 21 |
- original
|
| 22 |
---
|
| 23 |
|
| 24 |
-
#
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Dataset Description
|
| 27 |
|
|
@@ -31,32 +33,30 @@ source_datasets:
|
|
| 31 |
|
| 32 |
### Dataset Summary
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
The dataset contains 3,268 articles covering various topics including politics, business, sports, entertainment, technology, and more.
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
-
|
| 43 |
|
| 44 |
### Languages
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
## Dataset Structure
|
| 49 |
|
| 50 |
-
### Data
|
| 51 |
|
| 52 |
```json
|
| 53 |
{
|
| 54 |
"id": "article-00001",
|
| 55 |
"source": "vnexpress",
|
| 56 |
-
"url": "https://vnexpress.net/example-
|
| 57 |
"category": "Thời sự",
|
| 58 |
-
"title": "
|
| 59 |
-
"content": "
|
| 60 |
"publish_date": "2026-01-28"
|
| 61 |
}
|
| 62 |
```
|
|
@@ -65,99 +65,87 @@ The dataset is in Vietnamese (vi).
|
|
| 65 |
|
| 66 |
| Field | Type | Description |
|
| 67 |
|-------|------|-------------|
|
| 68 |
-
| `id` | string | Unique identifier (
|
| 69 |
-
| `source` | string | News source
|
| 70 |
| `url` | string | Original article URL |
|
| 71 |
-
| `category` | string | News category
|
| 72 |
-
| `title` | string | Article
|
| 73 |
-
| `content` | string | Full article
|
| 74 |
-
| `publish_date` | string | Publication date
|
| 75 |
|
| 76 |
### Data Splits
|
| 77 |
|
| 78 |
-
| Split |
|
| 79 |
-
|-------|------
|
| 80 |
| train | 3,268 |
|
| 81 |
|
| 82 |
-
##
|
| 83 |
-
|
| 84 |
-
### Curation Rationale
|
| 85 |
-
|
| 86 |
-
This dataset was created to provide a high-quality Vietnamese news corpus for NLP research. Vietnamese is an under-resourced language, and this dataset aims to support the development of Vietnamese language models and text processing tools.
|
| 87 |
-
|
| 88 |
-
### Source Data
|
| 89 |
-
|
| 90 |
-
#### Initial Data Collection and Normalization
|
| 91 |
-
|
| 92 |
-
Articles were collected from 6 major Vietnamese news websites:
|
| 93 |
|
| 94 |
| Source | Website | Count |
|
| 95 |
|--------|---------|------:|
|
| 96 |
| VnExpress | vnexpress.net | 1,000 |
|
| 97 |
-
|
|
| 98 |
-
| Thanh
|
| 99 |
-
|
|
| 100 |
-
|
|
| 101 |
-
|
|
| 102 |
-
|
| 103 |
-
###
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
#
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
|
|
|
|
|
|
| 132 |
|
| 133 |
-
##
|
| 134 |
|
| 135 |
-
|
| 136 |
-
- Some sources have fewer articles than others due to website structure differences
|
| 137 |
-
- Content reflects the views and potential biases of the source publications
|
| 138 |
|
| 139 |
-
|
|
|
|
| 140 |
|
| 141 |
-
###
|
| 142 |
|
| 143 |
-
|
|
|
|
| 144 |
|
| 145 |
-
##
|
| 146 |
|
| 147 |
-
|
| 148 |
|
| 149 |
-
##
|
| 150 |
|
| 151 |
```bibtex
|
| 152 |
-
@misc{
|
| 153 |
-
title={
|
| 154 |
author={Underthesea NLP},
|
| 155 |
year={2026},
|
| 156 |
publisher={HuggingFace},
|
| 157 |
url={https://huggingface.co/datasets/undertheseanlp/UVN-1}
|
| 158 |
}
|
| 159 |
```
|
| 160 |
-
|
| 161 |
-
### Contributions
|
| 162 |
-
|
| 163 |
-
Thanks to the Underthesea community for their contributions to Vietnamese NLP.
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- vi
|
| 5 |
+
pretty_name: Vietnamese News Dataset
|
| 6 |
tags:
|
| 7 |
- vietnamese
|
| 8 |
- news
|
|
|
|
| 21 |
- original
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# Vietnamese News Dataset
|
| 25 |
+
|
| 26 |
+
A dataset of Vietnamese news articles collected from 6 major Vietnamese newspapers for NLP research.
|
| 27 |
|
| 28 |
## Dataset Description
|
| 29 |
|
|
|
|
| 33 |
|
| 34 |
### Dataset Summary
|
| 35 |
|
| 36 |
+
This dataset contains 3,268 Vietnamese news articles covering various topics including politics, business, sports, entertainment, education, health, and technology. It is designed for Vietnamese NLP research tasks such as:
|
|
|
|
|
|
|
| 37 |
|
| 38 |
+
- Text classification (news categorization)
|
| 39 |
+
- Language modeling
|
| 40 |
+
- Text generation
|
| 41 |
+
- Named entity recognition
|
| 42 |
+
- Keyword extraction
|
| 43 |
|
| 44 |
### Languages
|
| 45 |
|
| 46 |
+
Vietnamese (vi)
|
| 47 |
|
| 48 |
## Dataset Structure
|
| 49 |
|
| 50 |
+
### Data Instance
|
| 51 |
|
| 52 |
```json
|
| 53 |
{
|
| 54 |
"id": "article-00001",
|
| 55 |
"source": "vnexpress",
|
| 56 |
+
"url": "https://vnexpress.net/example-123.html",
|
| 57 |
"category": "Thời sự",
|
| 58 |
+
"title": "Tiêu đề bài báo",
|
| 59 |
+
"content": "Nội dung bài báo...",
|
| 60 |
"publish_date": "2026-01-28"
|
| 61 |
}
|
| 62 |
```
|
|
|
|
| 65 |
|
| 66 |
| Field | Type | Description |
|
| 67 |
|-------|------|-------------|
|
| 68 |
+
| `id` | string | Unique identifier (article-XXXXX) |
|
| 69 |
+
| `source` | string | News source |
|
| 70 |
| `url` | string | Original article URL |
|
| 71 |
+
| `category` | string | News category |
|
| 72 |
+
| `title` | string | Article title |
|
| 73 |
+
| `content` | string | Full article content |
|
| 74 |
+
| `publish_date` | string | Publication date (yyyy-mm-dd) |
|
| 75 |
|
| 76 |
### Data Splits
|
| 77 |
|
| 78 |
+
| Split | Count |
|
| 79 |
+
|-------|------:|
|
| 80 |
| train | 3,268 |
|
| 81 |
|
| 82 |
+
### Sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
|
| 84 |
| Source | Website | Count |
|
| 85 |
|--------|---------|------:|
|
| 86 |
| VnExpress | vnexpress.net | 1,000 |
|
| 87 |
+
| Dân Trí | dantri.com.vn | 976 |
|
| 88 |
+
| Thanh Niên | thanhnien.vn | 579 |
|
| 89 |
+
| Tuổi Trẻ | tuoitre.vn | 210 |
|
| 90 |
+
| Tiền Phong | tienphong.vn | 240 |
|
| 91 |
+
| Người Lao Động | nld.com.vn | 263 |
|
| 92 |
+
|
| 93 |
+
### Categories
|
| 94 |
+
|
| 95 |
+
- Thời sự (Politics)
|
| 96 |
+
- Thế giới (World)
|
| 97 |
+
- Kinh doanh (Business)
|
| 98 |
+
- Giải trí (Entertainment)
|
| 99 |
+
- Thể thao (Sports)
|
| 100 |
+
- Pháp luật (Law)
|
| 101 |
+
- Giáo dục (Education)
|
| 102 |
+
- Sức khỏe (Health)
|
| 103 |
+
- Đời sống (Lifestyle)
|
| 104 |
+
- Khoa học (Science/Technology)
|
| 105 |
+
|
| 106 |
+
## Usage
|
| 107 |
+
|
| 108 |
+
```python
|
| 109 |
+
from datasets import load_dataset
|
| 110 |
+
|
| 111 |
+
dataset = load_dataset("undertheseanlp/UVN-1")
|
| 112 |
+
|
| 113 |
+
# Access articles
|
| 114 |
+
for article in dataset["train"]:
|
| 115 |
+
print(article["id"], article["title"])
|
| 116 |
+
break
|
| 117 |
+
|
| 118 |
+
# Filter by source
|
| 119 |
+
vnexpress = dataset["train"].filter(lambda x: x["source"] == "vnexpress")
|
| 120 |
+
|
| 121 |
+
# Filter by category
|
| 122 |
+
sports = dataset["train"].filter(lambda x: x["category"] == "Thể thao")
|
| 123 |
+
```
|
| 124 |
|
| 125 |
+
## Considerations
|
| 126 |
|
| 127 |
+
### Biases
|
|
|
|
|
|
|
| 128 |
|
| 129 |
+
- Reflects editorial perspectives of mainstream Vietnamese news outlets
|
| 130 |
+
- May be biased toward urban and national news coverage
|
| 131 |
|
| 132 |
+
### Limitations
|
| 133 |
|
| 134 |
+
- Articles from 2025-2026 time period
|
| 135 |
+
- Uneven distribution across sources due to website structure differences
|
| 136 |
|
| 137 |
+
## License
|
| 138 |
|
| 139 |
+
CC-BY-NC-4.0. For research and educational purposes only.
|
| 140 |
|
| 141 |
+
## Citation
|
| 142 |
|
| 143 |
```bibtex
|
| 144 |
+
@misc{vietnamese_news_dataset,
|
| 145 |
+
title={Vietnamese News Dataset},
|
| 146 |
author={Underthesea NLP},
|
| 147 |
year={2026},
|
| 148 |
publisher={HuggingFace},
|
| 149 |
url={https://huggingface.co/datasets/undertheseanlp/UVN-1}
|
| 150 |
}
|
| 151 |
```
|
|
|
|
|
|
|
|
|
|
|
|