Datasets:
Initial_dataset_upload
Browse files- README.md +89 -0
- labeled_comments.csv +0 -0
README.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- vi
|
| 4 |
+
license: other
|
| 5 |
+
pretty_name: Vietnamese Cau Cuu Facebook Comments
|
| 6 |
+
tags:
|
| 7 |
+
- vietnamese
|
| 8 |
+
- disaster-response
|
| 9 |
+
- emergency-detection
|
| 10 |
+
- facebook-comments
|
| 11 |
+
- text-classification
|
| 12 |
+
task_categories:
|
| 13 |
+
- text-classification
|
| 14 |
+
task_ids:
|
| 15 |
+
- binary-classification
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K<n<10K
|
| 18 |
+
annotations_creators:
|
| 19 |
+
- machine-generated
|
| 20 |
+
source_datasets:
|
| 21 |
+
- original
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# Vietnamese Cau Cuu Facebook Comments
|
| 25 |
+
|
| 26 |
+
## Dataset Summary
|
| 27 |
+
|
| 28 |
+
This dataset contains Vietnamese Facebook comments collected from a natural-disaster discussion thread and auto-labeled for binary emergency detection.
|
| 29 |
+
|
| 30 |
+
The target task is to detect whether a comment is a real-time rescue request (`cau_cuu`) versus a non-emergency comment (`khong_phai_cau_cuu`).
|
| 31 |
+
|
| 32 |
+
This release is intended as a bootstrap dataset for triage modeling and should be treated as a weakly supervised resource. Human review is strongly recommended before production use.
|
| 33 |
+
|
| 34 |
+
## Task Definition
|
| 35 |
+
|
| 36 |
+
- `0`: `khong_phai_cau_cuu`
|
| 37 |
+
Non-emergency content such as sympathy, reposts, hotline aggregation, updates that the family is already safe, or unrelated discussion.
|
| 38 |
+
- `1`: `cau_cuu`
|
| 39 |
+
Active rescue requests where people are trapped, in immediate danger, isolated, or explicitly requesting emergency evacuation/support.
|
| 40 |
+
|
| 41 |
+
Priority metric for downstream models: recall on label `1`.
|
| 42 |
+
|
| 43 |
+
## Data Source
|
| 44 |
+
|
| 45 |
+
- Source type: Vietnamese Facebook comments from a disaster-related post/thread.
|
| 46 |
+
- Data was flattened from both top-level comments and nested replies.
|
| 47 |
+
- Original extraction and weak labeling were produced locally for research and experimentation.
|
| 48 |
+
|
| 49 |
+
## Data Fields
|
| 50 |
+
|
| 51 |
+
- `id`: Stable synthetic identifier derived from comment tree position.
|
| 52 |
+
- `text`: Raw Vietnamese comment text.
|
| 53 |
+
- `label`: Binary weak label (`0` or `1`).
|
| 54 |
+
- `confidence`: Heuristic confidence score from the auto-labeling pipeline.
|
| 55 |
+
|
| 56 |
+
## Class Distribution
|
| 57 |
+
|
| 58 |
+
Current version statistics:
|
| 59 |
+
|
| 60 |
+
- Total rows: `1492`
|
| 61 |
+
- Label `0`: `1050`
|
| 62 |
+
- Label `1`: `442`
|
| 63 |
+
|
| 64 |
+
## Labeling Method
|
| 65 |
+
|
| 66 |
+
Labels were assigned with a rule-based weak supervision pipeline using:
|
| 67 |
+
|
| 68 |
+
- urgent rescue keywords such as `cứu`, `mắc kẹt`, `ngập tới mái`, `khẩn cấp`, `SOS`
|
| 69 |
+
- structural signals such as phone numbers, map links, GPS-like coordinates, and location mentions
|
| 70 |
+
- negative filters for resolved cases (`đã được cứu`, `đã an toàn`) and hotline/broadcast style comments
|
| 71 |
+
|
| 72 |
+
Because labels are weakly supervised, false positives and false negatives remain possible.
|
| 73 |
+
|
| 74 |
+
## Recommended Use
|
| 75 |
+
|
| 76 |
+
- Training or bootstrapping a Vietnamese emergency comment classifier
|
| 77 |
+
- Error analysis and heuristic refinement
|
| 78 |
+
- Human-in-the-loop triage experiments
|
| 79 |
+
|
| 80 |
+
## Limitations and Ethics
|
| 81 |
+
|
| 82 |
+
- Comments may contain sensitive situational information such as phone numbers and addresses.
|
| 83 |
+
- Labels are machine-generated and not fully human-verified.
|
| 84 |
+
- Do not use this dataset for surveillance or any harmful downstream purpose.
|
| 85 |
+
- Review privacy, legal, and platform-policy constraints before redistribution or deployment.
|
| 86 |
+
|
| 87 |
+
## Citation
|
| 88 |
+
|
| 89 |
+
If you use this dataset, please cite the project/repository that publishes this dataset card and describe it as a weakly supervised Vietnamese rescue-request classification dataset.
|
labeled_comments.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|