Update README.md
Browse files
README.md
CHANGED
|
@@ -35,4 +35,37 @@ configs:
|
|
| 35 |
- split: test
|
| 36 |
path:
|
| 37 |
- "Task6(AWP).csv"
|
| 38 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
- split: test
|
| 36 |
path:
|
| 37 |
- "Task6(AWP).csv"
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
# BenNumEval: A Benchmark to Assess LLM’s Numerical Reasoning Capabilities in Bengali
|
| 42 |
+
|
| 43 |
+
**BenNumEval** is a novel benchmark designed to evaluate the numerical reasoning abilities of Large Language Models (LLMs) in the Bengali language. It introduces six diverse task categories and a high-quality dataset containing over 3,200 examples derived from educational and real-world sources.
|
| 44 |
+
|
| 45 |
+
## 📁 Dataset Overview
|
| 46 |
+
|
| 47 |
+
BenNumEval includes **3,255** curated examples divided into six task types:
|
| 48 |
+
|
| 49 |
+
| Task Type | Description | Examples |
|
| 50 |
+
|-------------------------------|-----------------------------------------------------------------------------|----------|
|
| 51 |
+
| Commonsense + Arithmetic (CA) | Problems combining arithmetic with common-sense knowledge | 410 |
|
| 52 |
+
| Domain-Specific (DS) | Problems requiring domain knowledge (e.g., physics, chemistry, CS) | 705 |
|
| 53 |
+
| Commonsense + Quantitative (CQ) | Simple comparisons based on everyday logic | 400 |
|
| 54 |
+
| Fill-in-the-Blanks (FiB) | Arithmetic word problems in fill-in-the-blank style | 665 |
|
| 55 |
+
| Quantitative NLI (QNLI) | Natural language inference involving numerical understanding | 425 |
|
| 56 |
+
| Arithmetic Word Problems (AWP)| Real-world word problems requiring arithmetic reasoning | 650 |
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
|
| 60 |
+
## 📜 Citation
|
| 61 |
+
|
| 62 |
+
If you use **BenNumEval** in your work, please cite:
|
| 63 |
+
|
| 64 |
+
```bibtex
|
| 65 |
+
@inproceedings{ahmed2025bennumeval,
|
| 66 |
+
title={BenNumEval: A Benchmark to Assess LLM’s Numerical Reasoning Capabilities in Bengali},
|
| 67 |
+
author={Ahmed, Kawsar and Osama, Md and Sharif, Omar and Hossain, Eftekhar and Hoque, Mohammed Moshiul},
|
| 68 |
+
booktitle={Proceedings of the ACL 2025},
|
| 69 |
+
year={2025}
|
| 70 |
+
}
|
| 71 |
+
```
|