Change task category to text-ranking
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,138 +1,158 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: query
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: positive_passages
|
| 9 |
-
list:
|
| 10 |
-
- name: docid
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: text
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: title
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: negative_passages
|
| 17 |
-
list:
|
| 18 |
-
- name: docid
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: text
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: title
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: subset
|
| 25 |
-
dtype: string
|
| 26 |
-
splits:
|
| 27 |
-
- name: train
|
| 28 |
-
num_bytes: 10528804827
|
| 29 |
-
num_examples: 648766
|
| 30 |
-
download_size: 6214353445
|
| 31 |
-
dataset_size: 10528804827
|
| 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: HN Remove 680K
|
| 43 |
-
size_categories:
|
| 44 |
-
- 100K<n<1M
|
| 45 |
---
|
| 46 |
|
| 47 |
-
#
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- text-ranking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# Model Card for Model ID
|
| 8 |
+
|
| 9 |
+
Model presented in the paper [Fixing Data That Hurts Performance: Cascading LLMs to Relabel Hard Negatives for Robust Information Retrieval](https://huggingface.co/papers/2505.16967).
|
| 10 |
+
|
| 11 |
+
## Model Details
|
| 12 |
+
|
| 13 |
+
### Model Description
|
| 14 |
+
|
| 15 |
+
This model is a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated. It is fine-tuned using a novel approach of cascading LLM prompts to identify and relabel hard negatives for robust information retrieval.
|
| 16 |
+
|
| 17 |
+
- **Developed by:** [More Information Needed]
|
| 18 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 19 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 20 |
+
- **Model type:** Text-ranking
|
| 21 |
+
- **Language(s) (NLP):** en
|
| 22 |
+
- **License:** [More Information Needed]
|
| 23 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 24 |
+
|
| 25 |
+
### Model Sources [optional]
|
| 26 |
+
|
| 27 |
+
- **Repository:** [More Information Needed]
|
| 28 |
+
- **Paper:** [Fixing Data That Hurts Performance: Cascading LLMs to Relabel Hard Negatives for Robust Information Retrieval](https://huggingface.co/papers/2505.16967)
|
| 29 |
+
- **Code:** https://github.com/luo-junyu/rlhn
|
| 30 |
+
- **Demo [optional]:** [More Information Needed]
|
| 31 |
+
|
| 32 |
+
## Uses
|
| 33 |
+
|
| 34 |
+
### Direct Use
|
| 35 |
+
|
| 36 |
+
[More Information Needed]
|
| 37 |
+
|
| 38 |
+
### Downstream Use [optional]
|
| 39 |
+
|
| 40 |
+
[More Information Needed]
|
| 41 |
+
|
| 42 |
+
### Out-of-Scope Use
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
## Bias, Risks, and Limitations
|
| 47 |
+
|
| 48 |
+
[More Information Needed]
|
| 49 |
+
|
| 50 |
+
### Recommendations
|
| 51 |
+
|
| 52 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 53 |
+
|
| 54 |
+
## How to Get Started with the Model
|
| 55 |
+
|
| 56 |
+
Use the code below to get started with the model.
|
| 57 |
+
|
| 58 |
+
[More Information Needed]
|
| 59 |
+
|
| 60 |
+
## Training Details
|
| 61 |
+
|
| 62 |
+
### Training Data
|
| 63 |
+
|
| 64 |
+
[More Information Needed]
|
| 65 |
+
|
| 66 |
+
### Training Procedure
|
| 67 |
+
|
| 68 |
+
#### Preprocessing [optional]
|
| 69 |
+
|
| 70 |
+
[More Information Needed]
|
| 71 |
+
|
| 72 |
+
#### Training Hyperparameters
|
| 73 |
+
|
| 74 |
+
- **Training regime:** [More Information Needed]
|
| 75 |
+
|
| 76 |
+
#### Speeds, Sizes, Times [optional]
|
| 77 |
+
|
| 78 |
+
[More Information Needed]
|
| 79 |
+
|
| 80 |
+
## Evaluation
|
| 81 |
+
|
| 82 |
+
### Testing Data, Factors & Metrics
|
| 83 |
+
|
| 84 |
+
#### Testing Data
|
| 85 |
+
|
| 86 |
+
[More Information Needed]
|
| 87 |
+
|
| 88 |
+
#### Factors
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
#### Metrics
|
| 93 |
+
|
| 94 |
+
[More Information Needed]
|
| 95 |
+
|
| 96 |
+
### Results
|
| 97 |
+
|
| 98 |
+
[More Information Needed]
|
| 99 |
+
|
| 100 |
+
#### Summary
|
| 101 |
+
|
| 102 |
+
## Model Examination [optional]
|
| 103 |
+
|
| 104 |
+
[More Information Needed]
|
| 105 |
+
|
| 106 |
+
## Environmental Impact
|
| 107 |
+
|
| 108 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 109 |
+
|
| 110 |
+
- **Hardware Type:** [More Information Needed]
|
| 111 |
+
- **Hours used:** [More Information Needed]
|
| 112 |
+
- **Cloud Provider:** [More Information Needed]
|
| 113 |
+
- **Compute Region:** [More Information Needed]
|
| 114 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 115 |
+
|
| 116 |
+
## Technical Specifications [optional]
|
| 117 |
+
|
| 118 |
+
### Model Architecture and Objective
|
| 119 |
+
|
| 120 |
+
[More Information Needed]
|
| 121 |
+
|
| 122 |
+
### Compute Infrastructure
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Hardware
|
| 127 |
+
|
| 128 |
+
[More Information Needed]
|
| 129 |
+
|
| 130 |
+
#### Software
|
| 131 |
+
|
| 132 |
+
[More Information Needed]
|
| 133 |
+
|
| 134 |
+
## Citation [optional]
|
| 135 |
+
|
| 136 |
+
**BibTeX:**
|
| 137 |
+
|
| 138 |
+
[More Information Needed]
|
| 139 |
+
|
| 140 |
+
**APA:**
|
| 141 |
+
|
| 142 |
+
[More Information Needed]
|
| 143 |
+
|
| 144 |
+
## Glossary [optional]
|
| 145 |
+
|
| 146 |
+
[More Information Needed]
|
| 147 |
+
|
| 148 |
+
## More Information [optional]
|
| 149 |
+
|
| 150 |
+
[More Information Needed]
|
| 151 |
+
|
| 152 |
+
## Model Card Authors [optional]
|
| 153 |
+
|
| 154 |
+
[More Information Needed]
|
| 155 |
+
|
| 156 |
+
## Model Card Contact
|
| 157 |
+
|
| 158 |
+
[More Information Needed]
|