Safetensors
bert
bipeshrajsubedi108 commited on
Commit
dbfce0d
ยท
verified ยท
1 Parent(s): 6b22b77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -3
README.md CHANGED
@@ -1,3 +1,77 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ # Benchmarking BERT-based Models for Sentence-level Topic Classification in Nepali Language
5
+
6
+ ## Overview
7
+ This repository contains the implementation and experiments for benchmarking various BERT-based transformer models on **sentence-level topic classification in Nepali**, a low-resource language.
8
+
9
+ We evaluate multilingual, Indic, Hindi, and Nepali-specific models to understand their effectiveness in capturing linguistic nuances of Nepali text.
10
+
11
+ ---
12
+
13
+ ## Objectives
14
+ - Benchmark multiple BERT-based models on Nepali text classification
15
+ - Analyze performance differences across multilingual, Indic, and monolingual models
16
+ - Establish a strong baseline for future Nepali NLP tasks
17
+ - Provide insights into low-resource language modeling
18
+
19
+ ---
20
+
21
+ ## Dataset
22
+ The dataset consists of **25,006 Nepali sentences** categorized into five domains:
23
+
24
+ - ๐ŸŒพ Agriculture
25
+ - ๐Ÿฅ Health
26
+ - ๐ŸŽ“ Education & Technology
27
+ - ๐Ÿ”๏ธ Culture & Tourism
28
+ - ๐Ÿ’ฌ General Communication
29
+
30
+ The dataset is balanced across all categories.
31
+
32
+ ๐Ÿ”— **Dataset Link:** *https://huggingface.co/datasets/ilprl-docse/NepSen-Nepali-Categorical-Sentences-Corpus*
33
+
34
+ ---
35
+
36
+ ## Models Evaluated
37
+ We benchmarked the following transformer-based models:
38
+
39
+ ### Multilingual Models
40
+ - mBERT
41
+ - XLM-RoBERTa
42
+ - mDeBERTa
43
+
44
+ ### Indic Models
45
+ - MuRIL (base & large)
46
+ - IndicBERT
47
+ - DevBERT
48
+
49
+ ### Language-Specific Models
50
+ - HindiBERT
51
+ - NepBERTa
52
+
53
+ ### English Model
54
+ - RoBERTa
55
+
56
+ ๐Ÿ”— **Model Links:** *https://hf.co/collections/ilprl-docse/benchmarking-bert-based-models-for-topic-classification*
57
+
58
+ Visit: https://github.com/ilprl/Benchmarking-BERT-based-Models-for-Sentence-level-Topic-Classification-in-Nepali-Language
59
+
60
+ ---
61
+
62
+ ## Citation
63
+
64
+ Paper Link: https://arxiv.org/abs/2602.23940
65
+
66
+ If you use this work, please cite:
67
+
68
+ ```bibtex
69
+ @inproceedings{karki2026benchmarking,
70
+ title={Benchmarking BERT-based Models for Sentence-level Topic Classification in Nepali Language},
71
+ author={Karki, Nischal and Subedi, Bipesh and Poudyal, Prakash and Ghimire, Rupak Raj and Bal, Bal Krishna},
72
+ booktitle={Proceedings of the Regional International Conference on Natural Language Processing (RegICON 2025)},
73
+ year={2026},
74
+ address={Guwahati, India},
75
+ note={Gauhati University, November 27--29, 2025},
76
+ url={https://arxiv.org/abs/2602.23940}
77
+ }