Datasets:
Commit ·
c1d0fbf
0
Parent(s):
Duplicate from tranthaihoa/vifactcheck
Browse filesCo-authored-by: Trần Thái Hoà <tranthaihoa@users.noreply.huggingface.co>
- .gitattributes +55 -0
- README.md +121 -0
- data/dev-00000-of-00001.parquet +3 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- vi
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-classification
|
| 7 |
+
- question-answering
|
| 8 |
+
task_ids:
|
| 9 |
+
- natural-language-inference
|
| 10 |
+
- fact-checking
|
| 11 |
+
- fact-checking-retrieval
|
| 12 |
+
multilinguality:
|
| 13 |
+
- monolingual
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
+
source_datasets:
|
| 17 |
+
- original
|
| 18 |
+
pretty_name: ViFactCheck
|
| 19 |
+
arxiv: 2412.15308
|
| 20 |
+
tags:
|
| 21 |
+
- fact-checking
|
| 22 |
+
- vietnamese
|
| 23 |
+
- NLP
|
| 24 |
+
- misinformation
|
| 25 |
+
- fake-news
|
| 26 |
+
- claim-verification
|
| 27 |
+
- natural-language-inference
|
| 28 |
+
- low-resource
|
| 29 |
+
- news
|
| 30 |
+
- benchmark
|
| 31 |
+
- AAAI
|
| 32 |
+
- AAAI-25
|
| 33 |
+
- multi-domain
|
| 34 |
+
- evidence-retrieval
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# ViFactCheck: A Multi-Domain Vietnamese News Fact-Checking Benchmark
|
| 38 |
+
|
| 39 |
+
## Dataset Summary
|
| 40 |
+
|
| 41 |
+
**ViFactCheck** is the **first publicly available benchmark dataset** for multi-domain news fact-checking in Vietnamese. It contains **7,232 human-annotated claim–evidence pairs** sourced from nine reputable Vietnamese online news outlets, spanning **12 diverse topics**. Each entry pairs a claim with its full article context and annotated evidence, labeled as *Supported*, *Refuted*, or *Not Enough Information (NEI)*.
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
## Dataset Structure
|
| 46 |
+
|
| 47 |
+
### Data Fields
|
| 48 |
+
|
| 49 |
+
| Field | Type | Description |
|
| 50 |
+
|---|---|---|
|
| 51 |
+
| `Statement` | `string` | The claim to be verified (in Vietnamese) |
|
| 52 |
+
| `Context` | `string` | Full article context from which the claim was derived |
|
| 53 |
+
| `Evidence` | `string` | Annotated gold evidence snippet(s) supporting the label |
|
| 54 |
+
| `Topic` | `string` | News domain/topic (12 categories, see below) |
|
| 55 |
+
| `Author` | `string` | Source newspaper (one of 9 licensed outlets) |
|
| 56 |
+
| `Url` | `string` | URL of the original news article |
|
| 57 |
+
| `labels` | `int64` | Fact-checking label: `0` = Supported, `1` = Refuted, `2` = NEI |
|
| 58 |
+
| `annotation_id` | `int64` | Unique annotation identifier |
|
| 59 |
+
| `index` | `int64` | Original dataset index |
|
| 60 |
+
|
| 61 |
+
### Label Distribution
|
| 62 |
+
|
| 63 |
+
| Label | ID | Meaning |
|
| 64 |
+
|---|---|---|
|
| 65 |
+
| Supported | `0` | The context/evidence supports the claim |
|
| 66 |
+
| Refuted | `1` | The context/evidence contradicts the claim |
|
| 67 |
+
| NEI | `2` | Not Enough Information to verify the claim |
|
| 68 |
+
|
| 69 |
+
### Topics Covered (12 Domains)
|
| 70 |
+
|
| 71 |
+
The dataset spans 12 diverse Vietnamese news domains including:
|
| 72 |
+
Politics, Law & Justice, Business & Economics, Education, Urban Affairs, Sports, Youth & Society, Culture, Environment, Health, Technology, and Entertainment.
|
| 73 |
+
|
| 74 |
+
---
|
| 75 |
+
|
| 76 |
+
## Usage
|
| 77 |
+
|
| 78 |
+
```python
|
| 79 |
+
from datasets import load_dataset
|
| 80 |
+
|
| 81 |
+
dataset = load_dataset("tranthaihoa/vifactcheck")
|
| 82 |
+
|
| 83 |
+
# Access splits
|
| 84 |
+
train = dataset["train"]
|
| 85 |
+
dev = dataset["dev"]
|
| 86 |
+
test = dataset["test"]
|
| 87 |
+
|
| 88 |
+
# Example entry
|
| 89 |
+
print(train[0]["Statement"]) # The claim (Vietnamese)
|
| 90 |
+
print(train[0]["Evidence"]) # Gold evidence
|
| 91 |
+
print(train[0]["labels"]) # 0=Supported, 1=Refuted, 2=NEI
|
| 92 |
+
```
|
| 93 |
+
|
| 94 |
+
```python
|
| 95 |
+
import pandas as pd
|
| 96 |
+
|
| 97 |
+
df = pd.read_parquet("hf://datasets/tranthaihoa/vifactcheck/default/train-00000-of-00001.parquet")
|
| 98 |
+
```
|
| 99 |
+
|
| 100 |
+
---
|
| 101 |
+
|
| 102 |
+
## Citation
|
| 103 |
+
|
| 104 |
+
If you use ViFactCheck in your research, please cite:
|
| 105 |
+
|
| 106 |
+
```bibtex
|
| 107 |
+
@inproceedings{tran2025vifactcheck,
|
| 108 |
+
title = {ViFactCheck: A New Benchmark Dataset and Methods for Multi-Domain News Fact-Checking in Vietnamese},
|
| 109 |
+
author = {Tran, Thai Hoa and Tran, Quang Duy and Tran, Khanh Quoc and Nguyen, Kiet Van},
|
| 110 |
+
booktitle = {Proceedings of the Thirty-Ninth AAAI Conference on Artificial Intelligence (AAAI-25)},
|
| 111 |
+
pages = {308--316},
|
| 112 |
+
year = {2025},
|
| 113 |
+
publisher = {AAAI Press}
|
| 114 |
+
}
|
| 115 |
+
```
|
| 116 |
+
|
| 117 |
+
---
|
| 118 |
+
|
| 119 |
+
📧 Contact: `{khanhtq,kietnv}@uit.edu.vn`
|
| 120 |
+
|
| 121 |
+
This research was supported by the Scientific Research Support Fund of VNUHCM-University of Information Technology.
|
data/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16b6d8b244ec07be1a6d80fcb389486c2f26e5c10cdc66f6cab72bd159920454
|
| 3 |
+
size 1225466
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d797eb5a3797f12c052d4c8dbdda0b9cf7174f3dfce91050f95354b044816214
|
| 3 |
+
size 2484723
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff054bc61afb59e3c9aa1dd402f0eb44700a30866c75ee6c66e117517bd510e8
|
| 3 |
+
size 8071153
|