Datasets:
readme updated
Browse files
README.md
CHANGED
|
@@ -20,4 +20,46 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: train
|
| 22 |
path: data/train-*
|
| 23 |
+
license: mit
|
| 24 |
+
task_categories:
|
| 25 |
+
- translation
|
| 26 |
+
language:
|
| 27 |
+
- mr
|
| 28 |
---
|
| 29 |
+
|
| 30 |
+
# Historic Scripts to Modern Vision: Modi to Devanagari Transliteration Dataset
|
| 31 |
+
|
| 32 |
+
This dataset supports research in the transliteration of **Modi script**—an ancient Indian script historically used in Maharashtra—into **Devanagari**, the script currently used for Marathi and several other Indian languages.
|
| 33 |
+
|
| 34 |
+
The dataset was introduced in the following paper:
|
| 35 |
+
|
| 36 |
+
> **Historic Scripts to Modern Vision: A Novel Dataset and A VLM Framework for Transliteration of Modi Script to Devanagari**
|
| 37 |
+
> *Harshal Kausadikar, Tanvi Kale, Onkar Susladkar, Sparsh Mittal*
|
| 38 |
+
> **Accepted at ICDAR 2025**
|
| 39 |
+
> [arXiv:2503.13060v2](https://arxiv.org/abs/2503.13060v2)
|
| 40 |
+
|
| 41 |
+
## Dataset Features
|
| 42 |
+
|
| 43 |
+
- **Modi script image patches**
|
| 44 |
+
- **Aligned Devanagari transliterations**
|
| 45 |
+
- Covers a diverse range of historical Modi handwriting styles
|
| 46 |
+
- Suitable for OCR, script transliteration, vision-language modeling, and low-resource script research
|
| 47 |
+
|
| 48 |
+
## Usage
|
| 49 |
+
|
| 50 |
+
This dataset is ideal for:
|
| 51 |
+
- Handwritten script recognition and transliteration
|
| 52 |
+
- Vision-language model (VLM) training for historical scripts
|
| 53 |
+
- Document digitization and cultural heritage preservation
|
| 54 |
+
|
| 55 |
+
## Citation
|
| 56 |
+
|
| 57 |
+
If you use this dataset in your research or publications, **please cite the following paper**:
|
| 58 |
+
|
| 59 |
+
```bibtex
|
| 60 |
+
@article{kausadikar2025historic,
|
| 61 |
+
title={Historic Scripts to Modern Vision: A Novel Dataset and A VLM Framework for Transliteration of Modi Script to Devanagari},
|
| 62 |
+
author={Kausadikar, Harshal and Kale, Tanvi and Susladkar, Onkar and Mittal, Sparsh},
|
| 63 |
+
journal={arXiv preprint arXiv:2503.13060},
|
| 64 |
+
year={2025}
|
| 65 |
+
}
|