blueprint-ai commited on
Commit
b7d6b68
·
verified ·
1 Parent(s): 838bc2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -250,8 +250,7 @@ For every training pair:
250
  Original: (Sentence_A, Sentence_B, score)
251
  Augmented: (Sentence_B, Sentence_A, score)
252
 
253
- Both are included. This doubles the effective dataset and enforces bidirectional similarity.
254
-
255
  ### 5.3 Hyperparameters
256
 
257
  <table>
 
250
  Original: (Sentence_A, Sentence_B, score)
251
  Augmented: (Sentence_B, Sentence_A, score)
252
 
253
+ Both are included, doubling the effective training set from ~8k to ~16k pairs. Note: because cosine similarity is symmetric by construction (sim(A,B) = sim(B,A) regardless of training), this augmentation's main effect is increasing the volume of training pairs rather than teaching the model a new bidirectional property. The performance gains reported in Section 4 are real and measured directly; the ablation isolating "more data" from "swap specifically" is planned as future work.
 
254
  ### 5.3 Hyperparameters
255
 
256
  <table>