Datasets:
Commit
·
d359a33
1
Parent(s):
f51760c
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,3 +28,15 @@ configs:
|
|
| 28 |
- split: validation
|
| 29 |
path: data/validation-*
|
| 30 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
- split: validation
|
| 29 |
path: data/validation-*
|
| 30 |
---
|
| 31 |
+
|
| 32 |
+
## Description
|
| 33 |
+
|
| 34 |
+
Machine-translated Hebrew version sts-b dataset, with additional records: `augmented` - not-matched records that were generated by weak generative model, and "chatgpt" - paraphrases that were generated by chatgpt accordingly
|
| 35 |
+
|
| 36 |
+
## Sample
|
| 37 |
+
|
| 38 |
+
```json
|
| 39 |
+
[{'label': 4.666999816894531, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'מישהו מקפל פיסת נייר.', 'source': 'machine-translated'},
|
| 40 |
+
{'label': 0.0, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'כתב מייל.', 'source': 'augmented'},
|
| 41 |
+
{'label': 4.0, 'idx': 13, 'sentence1': 'אדם מקפל פיסת נייר.', 'sentence2': 'אדם מכפיל ניידת נייר.', 'source': 'chatgpt'}]
|
| 42 |
+
```
|