Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -53,4 +53,36 @@ configs:
|
|
53 |
path: data/train-*
|
54 |
- split: test
|
55 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
path: data/train-*
|
54 |
- split: test
|
55 |
path: data/test-*
|
56 |
+
license: cc-by-4.0
|
57 |
+
task_categories:
|
58 |
+
- translation
|
59 |
+
language:
|
60 |
+
- hi
|
61 |
+
- bn
|
62 |
+
- ta
|
63 |
+
- te
|
64 |
+
- kn
|
65 |
+
- gu
|
66 |
+
- mr
|
67 |
+
- ml
|
68 |
+
pretty_name: Shiksha
|
69 |
---
|
70 |
+
|
71 |
+
# Shiksha Dataset
|
72 |
+
|
73 |
+
This is a Technical Domain focused Translation Dataset for 8 Indian Languages. It consists of more than 2.5 million rows of translation pairs between all 8 languages and English.
|
74 |
+
|
75 |
+
This data has been derived from raw NPTEL documents. More information on this can be found in our paper: https://arxiv.org/abs/2412.09025
|
76 |
+
|
77 |
+
If you use this data in your work, please cite us:
|
78 |
+
```bibtex
|
79 |
+
@misc{joglekar2024shikshatechnicaldomainfocused,
|
80 |
+
title={Shiksha: A Technical Domain focused Translation Dataset and Model for Indian Languages},
|
81 |
+
author={Advait Joglekar and Srinivasan Umesh},
|
82 |
+
year={2024},
|
83 |
+
eprint={2412.09025},
|
84 |
+
archivePrefix={arXiv},
|
85 |
+
primaryClass={cs.CL},
|
86 |
+
url={https://arxiv.org/abs/2412.09025},
|
87 |
+
}
|
88 |
+
```
|