Add data instances
Browse files
README.md
CHANGED
@@ -58,6 +58,25 @@ This dataset is not meant to be used for tasks that differ from the ones specifi
|
|
58 |
## Dataset Structure
|
59 |
### Data Instances
|
60 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
```
|
62 |
|
63 |
### Data Fields
|
|
|
58 |
## Dataset Structure
|
59 |
### Data Instances
|
60 |
```
|
61 |
+
[
|
62 |
+
{
|
63 |
+
"idiom_id": "idi028",
|
64 |
+
"idiom": "jump in the deep end",
|
65 |
+
"sentence_id": "idi028-sen01-id",
|
66 |
+
"sentence_has_idiom": "True",
|
67 |
+
"en": "It's great to see you've jumped into the deep end with this new job.",
|
68 |
+
"es": "Es genial que te hayas lanzado a la piscina con este nuevo trabajo."
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"idiom_id": "idi028",
|
72 |
+
"idiom": "jump in the deep end",
|
73 |
+
"sentence_id": "idi028-sen02-di",
|
74 |
+
"sentence_has_idiom": "False",
|
75 |
+
"en": "After a month of swimming lessons, the children were confident enough to jump into the deep end of the pool.",
|
76 |
+
"es": "Después de un mes de clases de natación los niños tenían la confianza suficiente para tirarse a la parte más profunda de la piscina."
|
77 |
+
}
|
78 |
+
]
|
79 |
+
|
80 |
```
|
81 |
|
82 |
### Data Fields
|