File size: 873 Bytes
929f2f6
4511c78
929f2f6
 
 
 
 
 
 
 
 
 
4511c78
929f2f6
 
 
4511c78
929f2f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
pretty_name: "MS MARCO Passage BM25 Corpus Graph (k=16)"
tags:
- pyterrier
- pyterrier-artifact
- pyterrier-artifact.corpus_graph
- pyterrier-artifact.corpus_graph.np_topk
task_categories:
- text-retrieval
viewer: false
---

# MS MARCO Passage BM25 Corpus Graph (k=16)

## Description

A corpus graph over MS MARCO passage constructed using PISA's BM25, with 16 neighbors per document.

## Usage

```python
# Load the artifact
import pyterrier_alpha as pta
artifact = pta.Artifact.from_hf('macavaney/msmarco-passage.corpusgraph.bm25.16')
# TODO: Show how you use the artifact
```

## Benchmarks

*TODO: Provide benchmarks for the artifact.*

## Reproduction

```python
# TODO: Show how you constructed the artifact.
```

## Metadata

```
{
  "type": "corpus_graph",
  "format": "np_topk",
  "package_hint": "pyterrier-adaptive",
  "doc_count": 8841823,
  "k": 16
}
```