Commit
·
856850b
1
Parent(s):
a3185c8
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ print(is_claim_true)
|
|
37 |
which gives the output
|
38 |
|
39 |
```bash
|
40 |
-
|
41 |
```
|
42 |
|
43 |
### Probabilistic output with replicas
|
@@ -77,7 +77,8 @@ with output
|
|
77 |
|
78 |
### Score on FEVER
|
79 |
|
80 |
-
The
|
|
|
81 |
|
82 |
| precision | recall | F1|
|
83 |
| --- | --- | --- |
|
|
|
37 |
which gives the output
|
38 |
|
39 |
```bash
|
40 |
+
False
|
41 |
```
|
42 |
|
43 |
### Probabilistic output with replicas
|
|
|
77 |
|
78 |
### Score on FEVER
|
79 |
|
80 |
+
The predictions are evaluated on a subset of the FEVER dev dataset,
|
81 |
+
restricted to the SUPPORTING and REFUTING options:
|
82 |
|
83 |
| precision | recall | F1|
|
84 |
| --- | --- | --- |
|