Datasets:
Tasks:
Other
Sub-tasks:
coreference-resolution
Languages:
Hungarian
Tags:
structure-prediction
License:
ligetinagy
commited on
Commit
•
b70f6af
1
Parent(s):
08760a6
Update README.md
Browse files
README.md
CHANGED
@@ -98,10 +98,10 @@ An example:
|
|
98 |
|
99 |
```
|
100 |
|
101 |
-
{"
|
102 |
-
"id": "
|
103 |
-
"sentence1": "A
|
104 |
-
"sentence2": "A
|
105 |
"Label": "1"
|
106 |
}
|
107 |
|
@@ -116,7 +116,7 @@ An example:
|
|
116 |
|
117 |
- sentence2: the hypothesis;
|
118 |
|
119 |
-
-
|
120 |
|
121 |
### Data Splits
|
122 |
|
|
|
98 |
|
99 |
```
|
100 |
|
101 |
+
{"orig_id": "4",
|
102 |
+
"id": "4",
|
103 |
+
"sentence1": "A férfi nem tudta felemelni a fiát, mert olyan nehéz volt.",
|
104 |
+
"sentence2": "A fia nehéz volt.",
|
105 |
"Label": "1"
|
106 |
}
|
107 |
|
|
|
116 |
|
117 |
- sentence2: the hypothesis;
|
118 |
|
119 |
+
- label: "1" if sentence2 is entailed by sentence1, and "0" otherwise.
|
120 |
|
121 |
### Data Splits
|
122 |
|