default-400K / README.md
nielsr's picture
nielsr HF Staff
Add task category, paper link, and Github link
0d5ef16 verified
|
raw
history blame
1.06 kB
---
dataset_info:
features:
- name: query_id
dtype: string
- name: query
dtype: string
- name: positive_passages
list:
- name: docid
dtype: string
- name: text
dtype: string
- name: title
dtype: string
- name: negative_passages
list:
- name: docid
dtype: string
- name: text
dtype: string
- name: title
dtype: string
- name: subset
dtype: string
splits:
- name: train
num_bytes: 8315811474
num_examples: 403499
download_size: 4880318827
dataset_size: 8315811474
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- text-ranking
---
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.
Code: https://github.com/jingtao-ren/rlhn