Commit ·
1f2a598
1
Parent(s): 2331b52
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,8 +3,13 @@ Original dataset available [here](https://gluebenchmark.com/diagnostics).
|
|
| 3 |
|
| 4 |
|
| 5 |
## Dataset curation
|
| 6 |
-
|
| 7 |
"logic", "knowledge" with empty string `""`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
## Code to create dataset
|
| 10 |
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
## Dataset curation
|
| 6 |
+
Filled in the empty rows of columns "lexical semantics", "predicate-argument structure",
|
| 7 |
"logic", "knowledge" with empty string `""`.
|
| 8 |
+
Labels are encoded as follows
|
| 9 |
+
|
| 10 |
+
```
|
| 11 |
+
{"entailment": 0, "neutral": 1, "contradiction": 2}
|
| 12 |
+
```
|
| 13 |
|
| 14 |
## Code to create dataset
|
| 15 |
|