Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -65,13 +65,15 @@ request. Two automatic filters applied to every generated surface: rejection of
|
|
| 65 |
paraphrases too close to their source question (token-set Jaccard >= 0.75), and
|
| 66 |
near-duplicate removal across questions.
|
| 67 |
|
| 68 |
-
**No-leakage training methodology.**
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
|
|
|
|
|
|
| 75 |
|
| 76 |
**Generalization evidence.** Fine-tuning on the decontaminated training subset
|
| 77 |
improved accuracy on held-out questions over the base model, indicating the
|
|
|
|
| 65 |
paraphrases too close to their source question (token-set Jaccard >= 0.75), and
|
| 66 |
near-duplicate removal across questions.
|
| 67 |
|
| 68 |
+
**No-leakage training methodology.** This published pool covers every source
|
| 69 |
+
question, including paraphrases of questions related to our held-out evaluation set.
|
| 70 |
+
For our own fine-tuning we therefore use a filtered subset of the same generation
|
| 71 |
+
output: only paraphrases of train-split questions, after screening every candidate
|
| 72 |
+
surface — original or paraphrase — against the private held-out evaluation set with a
|
| 73 |
+
token-set Jaccard firewall at 0.7 (any surface at or above the threshold is dropped).
|
| 74 |
+
An independent verification step re-checks the final training file after every build;
|
| 75 |
+
no training surface is a held-out question, a paraphrase of one, or near-duplicate of
|
| 76 |
+
one (maximum retained similarity to date: 0.667, below threshold).
|
| 77 |
|
| 78 |
**Generalization evidence.** Fine-tuning on the decontaminated training subset
|
| 79 |
improved accuracy on held-out questions over the base model, indicating the
|