nielsr HF Staff commited on
Commit
ca542d5
·
verified ·
1 Parent(s): fe5b987

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

Browse files

This PR adds the task category to the dataset card and links to the paper at https://huggingface.co/papers/2505.16967.
It also adds a link to the Github repository.

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