khursanirevo commited on
Commit
15c2baf
·
verified ·
1 Parent(s): 5343857

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -7
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.** Our fine-tuning experiments do not train on this
69
- published pool. Training corpora are built separately from train-split questions only,
70
- and every candidate surface original or paraphrase is screened against the private
71
- held-out evaluation set with a token-set Jaccard firewall at 0.7: any surface at or
72
- above the threshold is dropped. An independent verification step re-checks the final
73
- training file after every build; the maximum retained similarity to date is 0.667,
74
- below threshold. The held-out set itself is never trained on and is not published.
 
 
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