unicorn-s commited on
Commit
3e2d6ae
·
verified ·
1 Parent(s): 654be3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -13,4 +13,39 @@ task_categories:
13
  pretty_name: Nepal Border Sentiment Dataset
14
  size_categories:
15
  - 1K<n<10K
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  pretty_name: Nepal Border Sentiment Dataset
14
  size_categories:
15
  - 1K<n<10K
16
+ ---
17
+
18
+ # Nepal Border Sentiment Dataset
19
+
20
+ YouTube comments scraped from 17 Nepali news and commentary channels covering the 2026 Nepal–India border dispute, including the Prime Minister's parliamentary remarks. The dataset is labeled for 3-class sentiment (positive / neutral / negative).
21
+
22
+ ## Files
23
+
24
+ - **`nepal_border_comments.csv`** — Raw scraped comments with channel and video URL
25
+ - **`nepal_comments_labelled.csv`** — Translated and auto-labeled (silver standard) using `cardiffnlp/twitter-xlm-roberta-base-sentiment`
26
+ - **`comments_manual_review.csv`** — 300 manually verified samples (gold standard, 100 per class)
27
+
28
+ ## Statistics
29
+
30
+ - ~2100 unique comments (after deduplication)
31
+ - Languages: Nepali (Devanagari), Romanized Nepali, English, code-switched
32
+ - 300 manually verified gold-standard labels
33
+ - ~1800 silver-standard (auto-labeled) samples
34
+
35
+ ## How it was built
36
+
37
+ 1. Scraped via `youtube-comment-downloader` (no API key required)
38
+ 2. Translated to English using Google Translate via `deep-translator`
39
+ 3. Auto-labeled with multilingual XLM-RoBERTa sentiment model
40
+ 4. 300 samples manually verified for the gold-standard split
41
+
42
+ ## Limitations
43
+
44
+ - Single annotator for gold-standard labels (no inter-annotator agreement score)
45
+ - Translation quality varies for Nepali slang and idioms
46
+ - Class imbalance in auto-labels skewed toward negative sentiment
47
+ - Sample focused on a specific political event — may not generalize broadly
48
+
49
+ ## Use & Citation
50
+
51
+ Published as a baseline for low-resource Nepali political sentiment NLP. Contributions welcome — see the [GitHub repo](https://github.com/samirasharma/nepal-border-sentiment) for the full pipeline.