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
@@ -287,7 +287,7 @@ It merges widely used benchmarks into a single schema with consistent fields and
|
|
287 |
|
288 |
**Configs and coverage**
|
289 |
|
290 |
-
- **`all`**: Unified view over all sources with extra metadata columns (`
|
291 |
- **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
|
292 |
|
293 |
**Size & splits (overall)**
|
@@ -321,7 +321,7 @@ ds = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "all")
|
|
321 |
# A single source, e.g., PAWS
|
322 |
paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
|
323 |
|
324 |
-
# Columns: sentence1, sentence2, label (+
|
325 |
```
|
326 |
|
327 |
### Out-of-Scope Use
|
@@ -347,7 +347,7 @@ paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
|
|
347 |
|
348 |
**Schemas by config**
|
349 |
|
350 |
-
* `all`: 5 columns (`
|
351 |
* All other configs: 3 columns (`sentence1`, `sentence2`, `label`).
|
352 |
|
353 |
## Dataset Creation
|
|
|
287 |
|
288 |
**Configs and coverage**
|
289 |
|
290 |
+
- **`all`**: Unified view over all sources with extra metadata columns (`idx`, `source_idx`).
|
291 |
- **Source-specific configs:** `apt`, `mrpc`, `parade`, `paws`, `pit2015`, `qqp`, `sick`, `stsb`.
|
292 |
|
293 |
**Size & splits (overall)**
|
|
|
321 |
# A single source, e.g., PAWS
|
322 |
paws = load_dataset("aditeyabaral-redis/langcache-sentencepairs-v1", "paws")
|
323 |
|
324 |
+
# Columns: sentence1, sentence2, label (+ idx, source_idx in 'all')
|
325 |
```
|
326 |
|
327 |
### Out-of-Scope Use
|
|
|
347 |
|
348 |
**Schemas by config**
|
349 |
|
350 |
+
* `all`: 5 columns (`idx`, `source_idx`, `sentence1`, `sentence2`, `label`).
|
351 |
* All other configs: 3 columns (`sentence1`, `sentence2`, `label`).
|
352 |
|
353 |
## Dataset Creation
|