Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,61 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- sentence-similarity
|
| 5 |
+
- text-retrieval
|
| 6 |
+
language:
|
| 7 |
+
- mr
|
| 8 |
+
tags:
|
| 9 |
+
- Marathi NLP
|
| 10 |
+
- Sentence Similarity
|
| 11 |
+
- Marathi STS
|
| 12 |
+
pretty_name: MahaSTS
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# MahaSTS Dataset
|
| 18 |
+
|
| 19 |
+
**Paper**: [L3Cube-MahaSTS: A Marathi Sentence Similarity Dataset and Models](Coming soon)
|
| 20 |
+
**Code**: [https://github.com/l3cube-pune/MarathiNLP](https://github.com/l3cube-pune/MarathiNLP)
|
| 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.
|
| 24 |
+
|
| 25 |
+
Alongside the dataset, the **MahaSBERT-STS-v2** model is fine-tuned for regression-based similarity scoring, providing a baseline for Marathi sentence similarity tasks.
|
| 26 |
+
|
| 27 |
+
## Language:
|
| 28 |
+
- **Primary Language**: Marathi (Low-resource Indic Language)
|
| 29 |
+
|
| 30 |
+
## Dataset Size:
|
| 31 |
+
- **Total Sentence Pairs**: 16,860
|
| 32 |
+
- **Train**: 14,328 sentence pairs
|
| 33 |
+
- **Validation**: 840 sentence pairs
|
| 34 |
+
- **Test**: 1,692 sentence pairs
|
| 35 |
+
- **Bucket Distribution**:
|
| 36 |
+
- 6 similarity buckets (0-5)
|
| 37 |
+
- 2,810 sentence pairs per bucket
|
| 38 |
+
|
| 39 |
+
## Annotation:
|
| 40 |
+
Each sentence pair is labeled with a continuous similarity score in the range of 0 to 5. The labels represent the degree of similarity between the two sentences, with 0 indicating no similarity and 5 indicating high similarity.
|
| 41 |
+
|
| 42 |
+
## Intended Use:
|
| 43 |
+
The dataset is intended for:
|
| 44 |
+
- **Sentence Similarity**
|
| 45 |
+
- **Regression Tasks**
|
| 46 |
+
- **Sentence Embeddings**
|
| 47 |
+
- **Marathi Embedding Model Benchmarking**
|
| 48 |
+
|
| 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 |
+
}
|