Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Summary
|
| 2 |
+
|
| 3 |
+
**FarSick STS** is a Persian (Farsi) dataset designed for the **Semantic Textual Similarity (STS)** task. It is a part of the [FaMTEB (Farsi Massive Text Embedding Benchmark)](https://huggingface.co/spaces/mteb/leaderboard). The dataset was developed by translating and adapting the English **SICK (Sentences Involving Compositional Knowledge)** dataset, and it features Persian sentence pairs annotated for their degree of **semantic relatedness**.
|
| 4 |
+
|
| 5 |
+
* **Language(s):** Persian (Farsi)
|
| 6 |
+
* **Task(s):** Semantic Textual Similarity (STS)
|
| 7 |
+
* **Source:** Translated and adapted from the English SICK dataset
|
| 8 |
+
* **Original Citation:** FarSick dataset by Amin et al. (2022)
|
| 9 |
+
* **Part of FaMTEB:** Yes
|
| 10 |
+
|
| 11 |
+
## Supported Tasks and Leaderboards
|
| 12 |
+
|
| 13 |
+
This dataset is primarily used to benchmark the ability of text embedding models to measure **semantic similarity** between Persian sentence pairs—especially in cases requiring **compositional reasoning**. Performance is benchmarked on the **Persian MTEB Leaderboard** on Hugging Face Spaces.
|
| 14 |
+
|
| 15 |
+
## Construction
|
| 16 |
+
|
| 17 |
+
The construction process involved:
|
| 18 |
+
|
| 19 |
+
- Translating sentence pairs from the original English **SICK dataset** into Persian.
|
| 20 |
+
- Adapting the translations to ensure cultural and linguistic relevance.
|
| 21 |
+
- Preserving the focus on **semantic compositionality**, which includes reasoning about phrase structure and entailment.
|
| 22 |
+
- Annotating each Persian sentence pair with a similarity score reflecting their degree of semantic relatedness.
|
| 23 |
+
|
| 24 |
+
As noted in the *FaMTEB* paper, this dataset helps evaluate semantic understanding in Persian NLP models under compositional semantics conditions.
|
| 25 |
+
|
| 26 |
+
## Data Splits
|
| 27 |
+
|
| 28 |
+
As defined in the *FaMTEB* paper (Table 5):
|
| 29 |
+
|
| 30 |
+
* **Train:** 0 samples
|
| 31 |
+
* **Development (Dev):** 0 samples
|
| 32 |
+
* **Test:** 8,566 samples
|