Datasets:
Formats:
parquet
Languages:
English
Size:
1M - 10M
ArXiv:
Tags:
english
sentence-similarity
sentence-pair-classification
semantic-retrieval
re-ranking
information-retrieval
License:
Update README.md
Browse files
README.md
CHANGED
@@ -289,7 +289,7 @@ It merges widely used benchmarks into a single schema with consistent fields and
|
|
289 |
|
290 |
**Configs and coverage**
|
291 |
|
292 |
-
- **`all`**: Unified view over all sources with extra metadata columns (`
|
293 |
- **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
|
294 |
|
295 |
**Size & splits (overall)**
|
@@ -340,8 +340,9 @@ paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
|
|
340 |
* `label` *(int64)* — Task label. `1` ≈ paraphrase/similar, `0` ≈ non-paraphrase/dissimilar. For sources with continuous similarity (e.g., STS-B), labels are integerized in this release; consult the source subset if you need original continuous scores.
|
341 |
* *(config `all` only)*:
|
342 |
|
343 |
-
* `
|
344 |
-
* `
|
|
|
345 |
|
346 |
**Splits**
|
347 |
|
|
|
289 |
|
290 |
**Configs and coverage**
|
291 |
|
292 |
+
- **`all`**: Unified view over all sources with extra metadata columns (`id`, `source`, `source_idx`).
|
293 |
- **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
|
294 |
|
295 |
**Size & splits (overall)**
|
|
|
340 |
* `label` *(int64)* — Task label. `1` ≈ paraphrase/similar, `0` ≈ non-paraphrase/dissimilar. For sources with continuous similarity (e.g., STS-B), labels are integerized in this release; consult the source subset if you need original continuous scores.
|
341 |
* *(config `all` only)*:
|
342 |
|
343 |
+
* `id` *(string)* — Dataset identifier. Follows the pattern `langcache\_{split}\_{row number}`.
|
344 |
+
* `source` *(string)* — Source dataset name.
|
345 |
+
* `source_idx` *(int64)* — Source-local row id.
|
346 |
|
347 |
**Splits**
|
348 |
|