Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
License:
Initial release: Muradif Arabic synonym benchmark
Browse files- README.md +24 -0
- data/test-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Muradif
|
| 2 |
+
Muradif (مُرادِف, "synonym") is a synonym-based benchmark that directly assesses embedding quality with no additional fine-tuning. Each row is a triplet with a context: a model should embed `context` with `anchor_word` closer to `context` with `syn_word` (a true synonym) than to `context` with `irrelevant_word` (an unrelated word). There are 38,554 triplets in this benchmark.
|
| 3 |
+
|
| 4 |
+
This dataset was introduced at the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026). For more information visit our website: https://www.acrps.ai/neoarabert.
|
| 5 |
+
|
| 6 |
+
### Example row:
|
| 7 |
+
|
| 8 |
+
```json
|
| 9 |
+
{
|
| 10 |
+
"context": "يؤدي المسلمون صلاة الجمعة في ال_ جماعة",
|
| 11 |
+
"anchor_word": "مَسْجِدٌ",
|
| 12 |
+
"syn_word": "جَامِعٌ",
|
| 13 |
+
"irrelevant_word": "اِنْجَابَ"
|
| 14 |
+
}
|
| 15 |
+
```
|
| 16 |
+
|
| 17 |
+
### Citation
|
| 18 |
+
If you use this dataset, please reference this work in your paper:
|
| 19 |
+
```bibtex
|
| 20 |
+
The citation will be added here soon.
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
+
### License
|
| 24 |
+
This model is licensed under the CC BY-SA 4.0 license. The text of the license can be found [here](https://creativecommons.org/licenses/by-sa/4.0/).
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fbda53836e44eea722fbe8d25283a736ef07e4872e4cd64c3595c75b24d58a9
|
| 3 |
+
size 835470
|