Datasets:
Update paper link, add task category, sample usage, and citation for MahaSTS (#2)
Browse files- Update paper link, add task category, sample usage, and citation for MahaSTS (394cae9c9bb58264aeca6d97540a4544b256b7e7)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,23 +1,28 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- sentence-similarity
|
| 5 |
- text-retrieval
|
| 6 |
-
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
- Marathi NLP
|
| 10 |
- Sentence Similarity
|
| 11 |
- Marathi STS
|
| 12 |
-
|
| 13 |
-
size_categories:
|
| 14 |
-
- 10K<n<100K
|
| 15 |
---
|
| 16 |
|
| 17 |
# MahaSTS Dataset
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Overview:
|
| 23 |
The **MahaSTS Dataset** is a human-annotated dataset for Sentence Textual Similarity (STS) in **Marathi**, designed to train and evaluate models on sentence similarity tasks. The dataset contains 16,860 Marathi sentence pairs, each labeled with a continuous similarity score in the range of 0–5. The dataset is split into training, validation, and test sets with a ratio of 85:10:5, ensuring balanced supervision.
|
|
@@ -49,13 +54,36 @@ The dataset is intended for:
|
|
| 49 |
## Model Benchmarks:
|
| 50 |
The **MahaSBERT-STS-v2** model, fine-tuned on this dataset, provides a performance baseline. Other models like **MahaBERT**, **MuRIL**, **IndicBERT**, and **IndicSBERT** can be benchmarked for comparison.
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
## Citation:
|
| 53 |
-
If you use this dataset, please cite the following:
|
| 54 |
|
| 55 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
@article{joshi2022l3cube,
|
| 57 |
title={L3cube-mahanlp: Marathi natural language processing datasets, models, and library},
|
| 58 |
author={Joshi, Raviraj},
|
| 59 |
journal={arXiv preprint arXiv:2205.14728},
|
| 60 |
year={2022}
|
| 61 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- mr
|
| 4 |
license: cc-by-4.0
|
| 5 |
+
size_categories:
|
| 6 |
+
- 10K<n<100K
|
| 7 |
task_categories:
|
| 8 |
- sentence-similarity
|
| 9 |
- text-retrieval
|
| 10 |
+
- text-ranking
|
| 11 |
+
pretty_name: MahaSTS
|
| 12 |
tags:
|
| 13 |
- Marathi NLP
|
| 14 |
- Sentence Similarity
|
| 15 |
- Marathi STS
|
| 16 |
+
- low-resource
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# MahaSTS Dataset
|
| 20 |
|
| 21 |
+
The MahaSTS dataset is a human-annotated Sentence Textual Similarity (STS) dataset for Marathi, consisting of 16,860 sentence pairs labeled with continuous similarity scores in the range of 0-5. It is designed to enable effective training for sentence similarity tasks in Marathi, particularly in low-resource settings.
|
| 22 |
+
|
| 23 |
+
**Paper**: [L3Cube-MahaSTS: A Marathi Sentence Similarity Dataset and Models](https://huggingface.co/papers/2508.21569)
|
| 24 |
+
**Code**: [https://github.com/l3cube-pune/MarathiNLP](https://github.com/l3cube-pune/MarathiNLP)
|
| 25 |
+
**Project page**: [https://github.com/l3cube-pune/MarathiNLP](https://github.com/l3cube-pune/MarathiNLP)
|
| 26 |
|
| 27 |
## Overview:
|
| 28 |
The **MahaSTS Dataset** is a human-annotated dataset for Sentence Textual Similarity (STS) in **Marathi**, designed to train and evaluate models on sentence similarity tasks. The dataset contains 16,860 Marathi sentence pairs, each labeled with a continuous similarity score in the range of 0–5. The dataset is split into training, validation, and test sets with a ratio of 85:10:5, ensuring balanced supervision.
|
|
|
|
| 54 |
## Model Benchmarks:
|
| 55 |
The **MahaSBERT-STS-v2** model, fine-tuned on this dataset, provides a performance baseline. Other models like **MahaBERT**, **MuRIL**, **IndicBERT**, and **IndicSBERT** can be benchmarked for comparison.
|
| 56 |
|
| 57 |
+
## Sample Usage
|
| 58 |
+
|
| 59 |
+
The `L3Cube-MahaNLP` library, which includes resources related to this dataset, can be installed via pip:
|
| 60 |
+
|
| 61 |
+
```bash
|
| 62 |
+
pip install mahaNLP
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
Usage examples are provided in this demo [Colab notebook](https://colab.research.google.com/drive/1POx3Bi1cML6-s3Z3u8g8VpqzpoYCyv2q).
|
| 66 |
+
|
| 67 |
## Citation:
|
| 68 |
+
If you use this dataset, please cite the following paper:
|
| 69 |
|
| 70 |
```bibtex
|
| 71 |
+
@article{joshi2025l3cubemahasts,
|
| 72 |
+
title={L3Cube-MahaSTS: A Marathi Sentence Similarity Dataset and Models},
|
| 73 |
+
author={Joshi, Raviraj and others},
|
| 74 |
+
journal={arXiv preprint arXiv:2508.21569},
|
| 75 |
+
year={2025},
|
| 76 |
+
url={https://huggingface.co/papers/2508.21569}
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
@article{joshi2022l3cube,
|
| 80 |
title={L3cube-mahanlp: Marathi natural language processing datasets, models, and library},
|
| 81 |
author={Joshi, Raviraj},
|
| 82 |
journal={arXiv preprint arXiv:2205.14728},
|
| 83 |
year={2022}
|
| 84 |
+
}
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
## License
|
| 88 |
+
|
| 89 |
+
This dataset is licensed under the [Creative Commons Attribution 4.0 International License (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
|