Add task category, paper link, and Github link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -34,4 +34,10 @@ configs:
34
  data_files:
35
  - split: train
36
  path: data/train-*
 
 
37
  ---
 
 
 
 
 
34
  data_files:
35
  - split: train
36
  path: data/train-*
37
+ task_categories:
38
+ - text-ranking
39
  ---
40
+
41
+ This dataset contains data used in the paper [Fixing Data That Hurts Performance: Cascading LLMs to Relabel Hard Negatives for Robust Information Retrieval](https://huggingface.co/papers/2505.16967). The dataset was created to improve the robustness of information retrieval models by identifying and relabeling false negatives.
42
+
43
+ Code: https://github.com/jingtao-ren/rlhn