--- license: gpl-3.0 language: - tr task_categories: - sentence-similarity - text-classification tags: - semantic-textual-similarity - sts - turkish - news - embeddings pretty_name: Turkish STS (scored with magibu-200m) size_categories: - 1K= 0.8) ``` --- ## How it was built **Manual pairs (38).** Real Turkish sentence pairs (news headlines and their reworded versions) collected by hand and scored with the model. **Synthetic pairs (999).** Template-generated sentences in the style of Turkish news pages, across nine topics: **magazine/celebrity, sports, economy, politics, weather, crime & accidents, health, technology, world**. Pairs are built at three relatedness levels so scores span the whole range: - `unrelated` — two sentences from **different** topics → **near-zero** score - `related` — **same** topic, different event → low/medium score - `paraphrase` — the **same** event phrased two ways → high score Every pair — manual and synthetic alike — is scored by the same model, so the column is internally consistent. Exact duplicates and identical-sentence pairs were removed. ## Limitations - The synthetic sentences are **not** real news content; they imitate the style of the referenced outlets and were produced from templates. No real article text is reproduced. - `score` is a **model output**, not a human judgment. It reflects `magibu/embeddingmagibu-200m`'s notion of similarity and inherits its biases. Treat it as a silver label, not gold. - Synthetic paraphrases are cleaner and more regular than real-world text, so the paraphrase band may be easier than natural data. ## License Released under the **GNU General Public License v3.0 (GPLv3)**. If you use it, please also credit the underlying model `magibu/embeddingmagibu-200m`.