Update README.md
Browse files
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
|
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/
|
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
|