Skip to content

Commit

Permalink
Update README.md (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonogueira4 committed Oct 5, 2020
1 parent 6638f6e commit 3d4b7c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ reranked.sort(key=lambda x: x.score, reverse=True)
for i in range(0, 10):
print(f'{i+1:2} {reranked[i].metadata["docid"]:15} {reranked[i].score:.5f} {reranked[i].text}')
```

## Experiments on IR collections

The following documents describe how to use Pygaggle on various IR test collections:

+ [Experiments on CovidQA](https://github.com/castorini/pygaggle/blob/master/docs/experiments-CovidQA.md)
+ [Experiments on MS MARCO Document Retrieval](https://github.com/castorini/pygaggle/blob/master/docs/experiments-msmarco-document.md)
+ [Experiments on MS MARCO Passage Retrieval](https://github.com/castorini/pygaggle/blob/master/docs/experiments-msmarco-passage.md)

0 comments on commit 3d4b7c0

Please sign in to comment.