Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
License:
hotchpotch commited on
Commit
9c9c366
·
verified ·
1 Parent(s): 91570b3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -304,8 +304,8 @@ A row is dropped if the positive side text is shorter than 30 characters.
304
  - Pair configs: `pos` length >= 30 required
305
  - Hard-negative configs: `pos` length >= 30 required
306
 
307
- 3. Hard-negative validity constraint
308
- For hard-negative configs, at least one valid negative must remain after normalization (`min_negs = 1`).
309
 
310
  4. Query-level deduplication
311
  Within each subset split, rows are grouped by exact `query` string.
 
304
  - Pair configs: `pos` length >= 30 required
305
  - Hard-negative configs: `pos` length >= 30 required
306
 
307
+ 3. Hard-negative size constraint
308
+ For hard-negative configs in this release, each row keeps exactly seven negatives after normalization (`len(negs) = 7`, equivalent to `min_negs = 7`).
309
 
310
  4. Query-level deduplication
311
  Within each subset split, rows are grouped by exact `query` string.