Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,6 +43,12 @@ configs:
|
|
| 43 |
path: pair-score-sampled/train-*
|
| 44 |
- split: test
|
| 45 |
path: pair-score-sampled/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
---
|
| 47 |
|
| 48 |
# Wiki Sim
|
|
@@ -101,6 +107,7 @@ with the most similar being `synonym` and least similar `contextual meaning`.
|
|
| 101 |
* `pair-score` - random choice weighted to a target of 0.9
|
| 102 |
* `pair-score-hard` random choice weighted to a target of 0.85
|
| 103 |
* `pair-score-sampled` sampled toward a uniform score distribution
|
|
|
|
| 104 |
* `triplet` - random choice weighted to a target of 0.9
|
| 105 |
* `triplet-hard` - random choice weighted to a target of 0.85
|
| 106 |
* `raw` - full dataset
|
|
|
|
| 43 |
path: pair-score-sampled/train-*
|
| 44 |
- split: test
|
| 45 |
path: pair-score-sampled/test-*
|
| 46 |
+
- config_name: pair-score-sampled-mce-lg
|
| 47 |
+
data_files:
|
| 48 |
+
- split: train
|
| 49 |
+
path: pair-score-sampled/train-*
|
| 50 |
+
- split: test
|
| 51 |
+
path: pair-score-sampled/test-*
|
| 52 |
---
|
| 53 |
|
| 54 |
# Wiki Sim
|
|
|
|
| 107 |
* `pair-score` - random choice weighted to a target of 0.9
|
| 108 |
* `pair-score-hard` random choice weighted to a target of 0.85
|
| 109 |
* `pair-score-sampled` sampled toward a uniform score distribution
|
| 110 |
+
* `pair-score-sampled-mce-lg` re-scored with ModernCE-sts-large
|
| 111 |
* `triplet` - random choice weighted to a target of 0.9
|
| 112 |
* `triplet-hard` - random choice weighted to a target of 0.85
|
| 113 |
* `raw` - full dataset
|