Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ pretty_name: DharmaBench
|
|
| 13 |
<!-- Provide a quick summary of the dataset. -->
|
| 14 |
|
| 15 |
## Dataset Details
|
|
|
|
| 16 |
|
| 17 |
### Dataset Description
|
| 18 |
|
|
@@ -139,11 +140,57 @@ DharmaBench is best used for comparative evaluation and fine-tuning in controlle
|
|
| 139 |
|
| 140 |
**BibTeX:**
|
| 141 |
|
| 142 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
|
| 144 |
**APA:**
|
| 145 |
|
| 146 |
-
|
| 147 |
|
| 148 |
|
| 149 |
## Dataset Card Authors
|
|
|
|
| 13 |
<!-- Provide a quick summary of the dataset. -->
|
| 14 |
|
| 15 |
## Dataset Details
|
| 16 |
+
See the full paper [here!](https://aclanthology.org/2025.ijcnlp-long.114/)
|
| 17 |
|
| 18 |
### Dataset Description
|
| 19 |
|
|
|
|
| 140 |
|
| 141 |
**BibTeX:**
|
| 142 |
|
| 143 |
+
If you use DharmaBench in your research, please cite:
|
| 144 |
+
|
| 145 |
+
```bibtex
|
| 146 |
+
@inproceedings{hashiloni-etal-2025-dharmabench,
|
| 147 |
+
title = "{D}harma{B}ench: Evaluating Language Models on Buddhist Texts in {S}anskrit and {T}ibetan",
|
| 148 |
+
author = "Hashiloni, Kai Golan and
|
| 149 |
+
Cohen, Shay and
|
| 150 |
+
Shina, Asaf and
|
| 151 |
+
Yang, Jingyi and
|
| 152 |
+
Zwebner, Orr Meir and
|
| 153 |
+
Bajetta, Nicola and
|
| 154 |
+
Bilitski, Guy and
|
| 155 |
+
Sund{\'e}n, Rebecca and
|
| 156 |
+
Maduel, Guy and
|
| 157 |
+
Conlon, Ryan and
|
| 158 |
+
Barzilai, Ari and
|
| 159 |
+
Mass, Daniel and
|
| 160 |
+
Jia, Shanshan and
|
| 161 |
+
Naaman, Aviv and
|
| 162 |
+
Choden, Sonam and
|
| 163 |
+
Jamtsho, Sonam and
|
| 164 |
+
Qu, Yadi and
|
| 165 |
+
Isaacson, Harunaga and
|
| 166 |
+
Wangchuk, Dorji and
|
| 167 |
+
Fine, Shai and
|
| 168 |
+
Almogi, Orna and
|
| 169 |
+
Bar, Kfir",
|
| 170 |
+
editor = "Inui, Kentaro and
|
| 171 |
+
Sakti, Sakriani and
|
| 172 |
+
Wang, Haofen and
|
| 173 |
+
Wong, Derek F. and
|
| 174 |
+
Bhattacharyya, Pushpak and
|
| 175 |
+
Banerjee, Biplab and
|
| 176 |
+
Ekbal, Asif and
|
| 177 |
+
Chakraborty, Tanmoy and
|
| 178 |
+
Singh, Dhirendra Pratap",
|
| 179 |
+
booktitle = "Proceedings of the 14th International Joint Conference on Natural Language Processing and the 4th Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics",
|
| 180 |
+
month = dec,
|
| 181 |
+
year = "2025",
|
| 182 |
+
address = "Mumbai, India",
|
| 183 |
+
publisher = "The Asian Federation of Natural Language Processing and The Association for Computational Linguistics",
|
| 184 |
+
url = "https://aclanthology.org/2025.ijcnlp-long.114/",
|
| 185 |
+
pages = "2088--2110",
|
| 186 |
+
ISBN = "979-8-89176-298-5",
|
| 187 |
+
abstract = "We assess the capabilities of large language models on tasks involving Buddhist texts written in Sanskrit and Classical Tibetan{---}two typologically distinct, low-resource historical languages. To this end, we introduce DharmaBench, a benchmark suite comprising 13 classification and detection tasks grounded in Buddhist textual traditions: six in Sanskrit and seven in Tibetan, with four shared across both. The tasks are curated from scratch, tailored to the linguistic and cultural characteristics of each language. We evaluate a range of models, from proprietary systems like GPT-4o to smaller, domain-specific open-weight models, analyzing their performance across tasks and languages. All datasets and code are publicly released, under the CC-BY-4 License and the Apache-2.0 License respectively, to support research on historical language processing and the development of culturally inclusive NLP systems."
|
| 188 |
+
}
|
| 189 |
+
```
|
| 190 |
|
| 191 |
**APA:**
|
| 192 |
|
| 193 |
+
DharmaBench: Evaluating Language Models on Buddhist Texts in Sanskrit and Tibetan (Hashiloni et al., IJCNLP-AACL 2025)
|
| 194 |
|
| 195 |
|
| 196 |
## Dataset Card Authors
|