Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
ggaonlp commited on
Commit
3211bf1
·
verified ·
1 Parent(s): a91c7eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ language:
6
  # Dataset Card
7
 
8
  ## Dataset Details
9
- This dataset contains a set of candidate documents for second-stage re-ranking on nq
10
  (test split in [BEIR](https://huggingface.co/BeIR)). Those candidate documents are composed of hard negatives mined from
11
  [gtr-t5-xl](https://huggingface.co/sentence-transformers/gtr-t5-xl) as Stage 1 ranker
12
  and ground-truth documents that are known to be relevant to the query. This is a release from our paper
@@ -17,7 +17,7 @@ please cite it if using this dataset.
17
  You can load the dataset by:
18
  ```python
19
  from datasets import load_dataset
20
- dataset = load_dataset("NeuralPGRank/nq-hard-negatives")
21
  ```
22
  Each example is an dictionary:
23
  ```python
 
6
  # Dataset Card
7
 
8
  ## Dataset Details
9
+ This dataset contains a set of candidate documents for second-stage re-ranking on fever
10
  (test split in [BEIR](https://huggingface.co/BeIR)). Those candidate documents are composed of hard negatives mined from
11
  [gtr-t5-xl](https://huggingface.co/sentence-transformers/gtr-t5-xl) as Stage 1 ranker
12
  and ground-truth documents that are known to be relevant to the query. This is a release from our paper
 
17
  You can load the dataset by:
18
  ```python
19
  from datasets import load_dataset
20
+ dataset = load_dataset("NeuralPGRank/fever-hard-negatives")
21
  ```
22
  Each example is an dictionary:
23
  ```python