Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
natural-language-inference
Languages:
Spanish
Size:
1K - 10K
License:
Correct: one retention filter, majority label must match the connector
Browse files
README.md
CHANGED
|
@@ -100,22 +100,21 @@ The written guidelines required annotators to judge **strictly what is written**
|
|
| 100 |
repairing or extending the sentences, and to choose `neutral` when a pair was ambiguous. No
|
| 101 |
synthetic augmentation was used at any stage.
|
| 102 |
|
| 103 |
-
###
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
these instances.
|
| 119 |
|
| 120 |
### How candidates were chosen
|
| 121 |
|
|
|
|
| 100 |
repairing or extending the sentences, and to choose `neutral` when a pair was ambiguous. No
|
| 101 |
synthetic augmentation was used at any stage.
|
| 102 |
|
| 103 |
+
### The retention filter
|
| 104 |
+
|
| 105 |
+
A pair was kept only if its **human majority label matched the connector-derived label**. The 151
|
| 106 |
+
discarded instances are exactly those where the two disagreed — which is why `connection_type` and
|
| 107 |
+
`connector_type` are identical on all 1,695 remaining rows.
|
| 108 |
+
|
| 109 |
+
This makes the set a **reliability-filtered slice**, not a neutral sample: it holds only pairs where
|
| 110 |
+
automatic and human labelling already coincide. Scores here are correspondingly higher than on the
|
| 111 |
+
full ESNLIR test split (0.82 vs 0.68 macro F1 for the same XLM-RoBERTa checkpoint), and that gap
|
| 112 |
+
measures **label reliability rather than task difficulty** — the same effect documented for ESNLIR's
|
| 113 |
+
own human-validated subset. Do not read it as models being better at these instances.
|
| 114 |
+
|
| 115 |
+
The retention rate is notably high: 1,695 of 1,846 candidates, 91.8%. ESNLIR's own validation
|
| 116 |
+
exercise retained only ~45% under the same rule, so these candidates — drawn by confidence
|
| 117 |
+
stratification — were substantially easier to label consistently.
|
|
|
|
| 118 |
|
| 119 |
### How candidates were chosen
|
| 120 |
|