Sāmayik: A Benchmark and Dataset for English-Sanskrit Translation
Ayush Maheshwari, Ashim Gupta, Amrith Krishna, Atul Kumar Singh, Ganesh Ramakrishnan, G. Anil Kumar and Jitin Singla
LREC-COLING 2024
Sāmayik is an English-Sanskrit parallel dataset that captures contemporary usage of Sanskrit, particularly in prose. This dataset comprises of around 53,000 parallel sentence pairs gathered from diverse sources, including spoken content on contemporary world affairs, interpretation of literary works, pedagogical content, and more.
The complete dataset is available on Hugging Face with easy-to-use integration:
Dataset Link: https://huggingface.co/datasets/acomquest/Saamayik
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("acomquest/Saamayik")
# Access splits
train = dataset['train'] # 43,493 sentences
validation = dataset['validation'] # 2,416 sentences
test = dataset['test'] # 2,417 sentences
test_ood = dataset['test_ood'] # 4,047 sentences (Mann Ki Baat)
| Split | Total | Main Dataset | MKB (OOD) | Description |
|---|---|---|---|---|
| train | 43,493 | 43,493 | 0 | Training data |
| validation | 2,416 | 2,416 | 0 | Validation data |
| test | 2,417 | 2,417 | 0 | In-domain test |
| test_ood | 4,047 | 0 | 4,047 | Out-of-domain test (Mann Ki Baat) |
| Total | 52,373 | 48,326 | 4,047 |
This dataset intentionally retains natural duplicates to preserve the original distribution:
Most duplicates are section headers, educational prompts, and boilerplate text from Spoken Tutorials and NIOS.
If you use Sāmayik in your research, please cite our paper.
@inproceedings{maheshwari-etal-2024-samayik-benchmark,
title = "Samayik: A Benchmark and Dataset for {E}nglish-{S}anskrit Translation",
author = "Maheshwari, Ayush and Gupta, Ashim and Krishna, Amrith and Singh, Atul Kumar and Ramakrishnan, Ganesh and Gourishetty, Anil Kumar and Singla, Jitin",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
month = May,
year = "2024",
address = "Torino, Italia",
publisher = "ELRA and ICCL",
url = "https://aclanthology.org/2024.lrec-main.1245",
pages = "14298--14304",
}
12 commits
Python
100.0%
Sāmayik: A Benchmark and Dataset for English-Sanskrit Translation
Ayush Maheshwari, Ashim Gupta, Amrith Krishna, Atul Kumar Singh, Ganesh Ramakrishnan, G. Anil Kumar and Jitin Singla
LREC-COLING 2024
Sāmayik is an English-Sanskrit parallel dataset that captures contemporary usage of Sanskrit, particularly in prose. This dataset comprises of around 53,000 parallel sentence pairs gathered from diverse sources, including spoken content on contemporary world affairs, interpretation of literary works, pedagogical content, and more.
The complete dataset is available on Hugging Face with easy-to-use integration:
Dataset Link: https://huggingface.co/datasets/acomquest/Saamayik
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("acomquest/Saamayik")
# Access splits
train = dataset['train'] # 43,493 sentences
validation = dataset['validation'] # 2,416 sentences
test = dataset['test'] # 2,417 sentences
test_ood = dataset['test_ood'] # 4,047 sentences (Mann Ki Baat)
| Split | Total | Main Dataset | MKB (OOD) | Description |
|---|---|---|---|---|
| train | 43,493 | 43,493 | 0 | Training data |
| validation | 2,416 | 2,416 | 0 | Validation data |
| test | 2,417 | 2,417 | 0 | In-domain test |
| test_ood | 4,047 | 0 | 4,047 | Out-of-domain test (Mann Ki Baat) |
| Total | 52,373 | 48,326 | 4,047 |
This dataset intentionally retains natural duplicates to preserve the original distribution:
Most duplicates are section headers, educational prompts, and boilerplate text from Spoken Tutorials and NIOS.
If you use Sāmayik in your research, please cite our paper.
@inproceedings{maheshwari-etal-2024-samayik-benchmark,
title = "Samayik: A Benchmark and Dataset for {E}nglish-{S}anskrit Translation",
author = "Maheshwari, Ayush and Gupta, Ashim and Krishna, Amrith and Singh, Atul Kumar and Ramakrishnan, Ganesh and Gourishetty, Anil Kumar and Singla, Jitin",
booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
month = May,
year = "2024",
address = "Torino, Italia",
publisher = "ELRA and ICCL",
url = "https://aclanthology.org/2024.lrec-main.1245",
pages = "14298--14304",
}
12 commits
Python
100.0%