Commit ·
429e8fe
1
Parent(s): f7efbf4
Fix: - golden label
Browse files- snli_cs.py +1 -0
snli_cs.py
CHANGED
|
@@ -25,6 +25,7 @@ todo
|
|
| 25 |
"""
|
| 26 |
|
| 27 |
_LABEL_CONVERSION = {
|
|
|
|
| 28 |
"neutral": "NOT ENOUGH INFO",
|
| 29 |
"entailment": "SUPPORTS",
|
| 30 |
"contradiction": "REFUTES"
|
|
|
|
| 25 |
"""
|
| 26 |
|
| 27 |
_LABEL_CONVERSION = {
|
| 28 |
+
"-": "NOT ENOUGH INFO",
|
| 29 |
"neutral": "NOT ENOUGH INFO",
|
| 30 |
"entailment": "SUPPORTS",
|
| 31 |
"contradiction": "REFUTES"
|