Add task category, link to paper and link to Github repository

#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). It focuses on improving the quality of training data for information retrieval models by identifying and relabeling false negatives using large language models.
42
+
43
+ Github repository: https://github.com/FlagOpen/rlhn