Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:

Change task category to text-ranking

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +17 -18
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: query_id
@@ -25,26 +33,18 @@ dataset_info:
25
  dtype: string
26
  splits:
27
  - name: train
28
- num_bytes: 5424145016
29
- num_examples: 247624
30
- download_size: 3203790728
31
- dataset_size: 5424145016
32
  configs:
33
  - config_name: default
34
  data_files:
35
  - split: train
36
  path: data/train-*
37
- license: cc-by-sa-4.0
38
- task_categories:
39
- - question-answering
40
- language:
41
- - en
42
- pretty_name: Remove 400K
43
- size_categories:
44
- - 100K<n<1M
45
  ---
46
 
47
- # Dataset Card for Remove 400K
48
 
49
  ## Dataset Description
50
  [Repository](https://github.com/castorini/rlhn) |
@@ -53,11 +53,11 @@ size_categories:
53
 
54
  RLHN is a cascading LLM framework designed to accurately relabel hard negatives in existing IR/RAG training datasets, such as MS MARCO and HotpotQA.
55
 
56
- This Tevatron dataset (400K training pairs) contains the original queries, positives and hard negatives after dropping each training pair with a single false negative.
57
 
58
  This repository contains the training pairs that can be used to fine-tune embedding, ColBERT or multi-vector, and reranker models.
59
 
60
- The original dataset (bad quality; containing false negatives) can be found at [rlhn/default-400K](https://huggingface.co/datasets/rlhn/default-400K/).
61
 
62
  > Note: RLHN datasets are not **new** training datasets, but rather existing BGE collection training datasets with hard negatives cleaned!
63
 
@@ -65,7 +65,7 @@ The original dataset (bad quality; containing false negatives) can be found at [
65
 
66
  To access the data using HuggingFace `datasets`:
67
  ```python
68
- rlhn = datasets.load_dataset('rlhn/remove-400K')
69
 
70
  # training set:
71
  for data in freshstack['train']:
@@ -134,5 +134,4 @@ def get_md5_hash(text):
134
  archivePrefix={arXiv},
135
  primaryClass={cs.IR},
136
  url={https://arxiv.org/abs/2505.16967},
137
- }
138
- ```
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-sa-4.0
5
+ size_categories:
6
+ - 100K<n<1M
7
+ task_categories:
8
+ - text-ranking
9
+ pretty_name: HN Remove 100K
10
  dataset_info:
11
  features:
12
  - name: query_id
 
33
  dtype: string
34
  splits:
35
  - name: train
36
+ num_bytes: 1693123105
37
+ num_examples: 93254
38
+ download_size: 982066477
39
+ dataset_size: 1693123105
40
  configs:
41
  - config_name: default
42
  data_files:
43
  - split: train
44
  path: data/train-*
 
 
 
 
 
 
 
 
45
  ---
46
 
47
+ # Dataset Card for HN-Remove 100K
48
 
49
  ## Dataset Description
50
  [Repository](https://github.com/castorini/rlhn) |
 
53
 
54
  RLHN is a cascading LLM framework designed to accurately relabel hard negatives in existing IR/RAG training datasets, such as MS MARCO and HotpotQA.
55
 
56
+ This Tevatron dataset (100K training pairs) contains the queries, positives, hard negatives (with dropped false negatives) for 7 datasets in the BGE training collection.
57
 
58
  This repository contains the training pairs that can be used to fine-tune embedding, ColBERT or multi-vector, and reranker models.
59
 
60
+ The original dataset (bad quality; containing false negatives) can be found at [rlhn/default-100K](https://huggingface.co/datasets/rlhn/default-100K/).
61
 
62
  > Note: RLHN datasets are not **new** training datasets, but rather existing BGE collection training datasets with hard negatives cleaned!
63
 
 
65
 
66
  To access the data using HuggingFace `datasets`:
67
  ```python
68
+ rlhn = datasets.load_dataset('rlhn/hn-remove-100K')
69
 
70
  # training set:
71
  for data in freshstack['train']:
 
134
  archivePrefix={arXiv},
135
  primaryClass={cs.IR},
136
  url={https://arxiv.org/abs/2505.16967},
137
+ }