Spaces:
Runtime error
Runtime error
gorkaartola
commited on
Commit
•
230967b
1
Parent(s):
de496d5
Upload README.md
Browse files
README.md
CHANGED
@@ -32,11 +32,11 @@ The minimum fields required by this metric for the test datasets are the followi
|
|
32 |
- *label_ids* containing the *id* of the class the sample refers to. Including samples of all the classes is advised.
|
33 |
- *nli_label* which is '0' if the sample represents a True Positive or '2' if the sample represents a False Positive, meaning that the *label_ids* is incorrectly assigned to the *title*. Including both True Positive and False Positive samples for all classes is advised.
|
34 |
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
|
41 |
### Inputs
|
42 |
|
|
|
32 |
- *label_ids* containing the *id* of the class the sample refers to. Including samples of all the classes is advised.
|
33 |
- *nli_label* which is '0' if the sample represents a True Positive or '2' if the sample represents a False Positive, meaning that the *label_ids* is incorrectly assigned to the *title*. Including both True Positive and False Positive samples for all classes is advised.
|
34 |
|
35 |
+
Example:
|
36 |
+
|title |label_ids |nli_label |
|
37 |
+
|-----------------------------------------------------------------------------------|:---------:|:----------:|
|
38 |
+
|'Together we can save the arctic': celebrity advocacy and the Rio Earth Summit 2012| 8 | 0 |
|
39 |
+
|Tuple-based semantic and structural mapping for a sustainable interoperability | 16 | 2 |
|
40 |
|
41 |
### Inputs
|
42 |
|